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