summaryrefslogtreecommitdiffstats
path: root/apps/player
AgeCommit message (Expand)AuthorFilesLines
2020-07-24[2/4] get rid of HAVE_LCD_CHARCELLSSolomon Peachy1-110/+0
2020-07-22keyboard add ability to specify temporary custom layoutsWilliam Wilgus1-1/+2
2019-09-24Bug fix icon.c crashes with negative icon indexWilliam Wilgus1-1/+1
2010-05-14Fix remaining reds/yellows.Thomas Martitz1-3/+3
2010-05-07Revert hotkey bitmapsJeffrey Goode1-1/+0
2010-05-07Hotkey menu items have their own iconJeffrey Goode1-0/+1
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+0
2009-08-12Fix yellows.Thomas Martitz1-1/+2
2009-08-12Make kbd_input() show a cancel splash to indicate user abort better and for b...Thomas Martitz1-3/+6
2009-03-23Correct Björn's name in various file headers.Nicolas Pennequin1-1/+1
2008-09-12Make local function static and add missing #includes for Archos playerBertrik Sikken1-0/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg3-6/+12
2008-03-08Revert accidental tree commit. Sorry for that.Jens Arnold2-234/+0
2008-03-08Revert accidental tree commit. Sorry for that.Jens Arnold2-0/+234
2008-03-08Revert accidental tree commit. Sorry for that.Jens Arnold2-234/+0
2008-03-08No need to have \n here. panicf() won't output it anyway.Jens Arnold2-0/+234
2008-02-23Small fixes for icon behaviour on the Player: Read viewer icon numbers from v...Jens Arnold1-8/+7
2008-01-05Stop the player vkeyboard from freezing when voice is enabled and it tries to...Jens Arnold1-1/+1
2007-10-19FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin1-4/+4
2007-10-10Slight code policing.Jens Arnold1-8/+9
2007-10-10Fix red Ondio builds. Hwcodec targets can't beep that way, so disable that be...Jens Arnold1-5/+18
2007-06-11...forgot one.Steve Bavin1-3/+3
2007-05-19More header and dead code cleanup.Nils Wallménius1-1/+0
2007-04-16Customizable icons for all bitmap targets. (FS#7013)Jonathan Gordon2-47/+87
2007-03-27Make the charset more maintainable by using an enum for font indexing, fix wr...Jens Arnold1-2/+2
2007-03-26Ooops.Jens Arnold1-1/+0
2007-03-26First step of charcell LCD code rework: * Make it fully unicode aware so that...Jens Arnold2-42/+28
2007-03-03Remove the need to double up the MENU macros in manu.h.Jonathan Gordon1-0/+26
2005-12-07Code cleanup.Jens Arnold1-6/+4
2005-12-07Fixed player vkeyboard to properly work with unicode on target.Jens Arnold1-5/+5
2005-12-06waiting is over: initial unicode commitMarcoen Hirschberg1-27/+69
2005-11-20removed old statusbar and buttonbar codeKevin Ferrare1-3/+3
2005-11-16Multi screen support for playlist viewer, some fixes in other gui filesKevin Ferrare1-0/+2
2005-08-24Keyboard code cleanup & optimisation. Corrected potential overflow problem.Jens Arnold1-22/+9
2005-08-24Icon code cleanup, optimisation & policeing. Removed unused icons. Applied un...Jens Arnold1-3/+11
2005-02-08A bit more elegant cursor position handling.Jens Arnold1-1/+1
2005-02-06New virtual keyboard for player: (1) Much more user friendly (button directio...Jens Arnold1-234/+188
2004-09-19Redesigned the button handling. The code now uses symbolic function defines i...Björn Stenberg1-8/+9
2004-07-14Added bookmark icon for the Player/StudioLinus Nielsen Feltzing1-2/+2
2004-07-09Fixed the Player keyboard cursor positioning, bug #983404Linus Nielsen Feltzing1-6/+23
2004-05-21Plugin/file type association system. Patch #879411 by Henrik BackeBjörn Stenberg1-1/+6
2003-12-12Initial suppport for building Rockbox for Neo. The Neo has a differentDaniel Stenberg1-1/+1
2003-06-29Added plugin loader. Moved games, demos and the text viewer to loadable plugi...Björn Stenberg1-1/+2
2003-06-02We missed the null byte at the end of the string.Kjell Ericson1-1/+1
2003-03-11Synched with recorder: Starts editing at the end of the string.Mats Lidell1-3/+7
2003-01-31Language support for player keyboard.Mats Lidell1-5/+5
2003-01-29Removed cursor before adding it.Kjell Ericson1-0/+1
2003-01-27Added a "cursor"-function for the keyvoard.Kjell Ericson1-17/+37
2003-01-26Cursor movement in the middle of the screen only moves the cursor.Mats Lidell1-6/+10
2003-01-24Adds cursor blink and forward and backwards delete to keyboard input. (No lan...Mats Lidell1-119/+155