summaryrefslogtreecommitdiff
path: root/apps/player/keyboard.c
AgeCommit message (Expand)Author
2008-09-12Make local function static and add missing #includes for Archos playerBertrik Sikken
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-01-05Stop the player vkeyboard from freezing when voice is enabled and it tries to...Jens Arnold
2007-10-19FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin
2007-10-10Slight code policing.Jens Arnold
2007-10-10Fix red Ondio builds. Hwcodec targets can't beep that way, so disable that be...Jens Arnold
2007-06-11...forgot one.Steve Bavin
2007-05-19More header and dead code cleanup.Nils Wallménius
2007-03-27Make the charset more maintainable by using an enum for font indexing, fix wr...Jens Arnold
2007-03-26Ooops.Jens Arnold
2007-03-26First step of charcell LCD code rework: * Make it fully unicode aware so that...Jens Arnold
2005-12-07Code cleanup.Jens Arnold
2005-12-07Fixed player vkeyboard to properly work with unicode on target.Jens Arnold
2005-12-06waiting is over: initial unicode commitMarcoen Hirschberg
2005-11-20removed old statusbar and buttonbar codeKevin Ferrare
2005-08-24Keyboard code cleanup & optimisation. Corrected potential overflow problem.Jens Arnold
2005-02-08A bit more elegant cursor position handling.Jens Arnold
2005-02-06New virtual keyboard for player: (1) Much more user friendly (button directio...Jens Arnold
2004-09-19Redesigned the button handling. The code now uses symbolic function defines i...Björn Stenberg
2004-07-09Fixed the Player keyboard cursor positioning, bug #983404Linus Nielsen Feltzing
2003-12-12Initial suppport for building Rockbox for Neo. The Neo has a differentDaniel Stenberg
2003-06-02We missed the null byte at the end of the string.Kjell Ericson
2003-03-11Synched with recorder: Starts editing at the end of the string.Mats Lidell
2003-01-31Language support for player keyboard.Mats Lidell
2003-01-29Removed cursor before adding it.Kjell Ericson
2003-01-27Added a "cursor"-function for the keyvoard.Kjell Ericson
2003-01-26Cursor movement in the middle of the screen only moves the cursor.Mats Lidell
2003-01-24Adds cursor blink and forward and backwards delete to keyboard input. (No lan...Mats Lidell
2003-01-21First version of a "better" keyboard handling for the Player.Kjell Ericson
2003-01-20First attempt in rocklatin1 input for player.Mats Lidell
2003-01-15Centered fourth shift line (secretly removing a bug in the process)Björn Stenberg
2003-01-15Keyboard fixes. ON now means Done on both recorder and player. Navigation key...Björn Stenberg
2002-12-04Added virtual keyboard for text input, loosely based on John Wood's codeBjörn Stenberg