summaryrefslogtreecommitdiffstats
path: root/apps/player/keyboard.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-22keyboard add ability to specify temporary custom layoutsWilliam Wilgus1-1/+2
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 Stenberg1-2/+4
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-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 Arnold1-40/+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-08-24Keyboard code cleanup & optimisation. Corrected potential overflow problem.Jens Arnold1-22/+9
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-09Fixed the Player keyboard cursor positioning, bug #983404Linus Nielsen Feltzing1-6/+23
2003-12-12Initial suppport for building Rockbox for Neo. The Neo has a differentDaniel Stenberg1-1/+1
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
2003-01-21First version of a "better" keyboard handling for the Player.Kjell Ericson1-65/+150
2003-01-20First attempt in rocklatin1 input for player.Mats Lidell1-14/+50
2003-01-15Centered fourth shift line (secretly removing a bug in the process)Björn Stenberg1-1/+1
2003-01-15Keyboard fixes. ON now means Done on both recorder and player. Navigation key...Björn Stenberg1-39/+45
2002-12-04Added virtual keyboard for text input, loosely based on John Wood's codeBjörn Stenberg1-0/+117