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
/
uisimulator
/
x11
/
button-x11.c
Age
Commit message (
Expand
)
Author
2005-11-22
added the stubs for the hold buttons on H300 simulator
Kevin Ferrare
2005-11-21
Backlight handling: * Added 'Caption Backlight' and 'Backlight On When Chargi...
Jens Arnold
2005-08-21
Sim build fix
Linus Nielsen Feltzing
2005-03-18
Major rework of the x11 simulator button handling. (1) Button repeat should a...
Jens Arnold
2005-03-18
Extensive code policing (indentation levels, tab characters).
Jens Arnold
2005-03-03
dummy button_hold() function to fix iriver sim builds.
Michiel Van Der Kolk
2005-02-07
long policy
Jean-Philippe Bernardy
2005-01-26
Changed several places to use button_clear_queue() to empty the button queue....
Jens Arnold
2005-01-17
X11 sim: Button handling adapted to iRiver and reworked a bit. Removed tab ch...
Jens Arnold
2004-09-28
a hell of a commit: changed several HAVE_xx configuration flags into multiple...
Jörg Hohensohn
2004-09-19
Redesigned the button handling. The code now uses symbolic function defines i...
Björn Stenberg
2004-09-16
Moved LCD_WIDHT/HEIGHT from lcd driver to config file.
Björn Stenberg
2004-07-24
Removed annoying debug output
Linus Nielsen Feltzing
2004-07-23
Somewhat better key combination handling
Linus Nielsen Feltzing
2004-07-21
Forgot to remove all traces of the obsolete repeat mask functions
Linus Nielsen Feltzing
2004-07-21
Added raw button reading functionality
Linus Nielsen Feltzing
2004-06-30
New screen dump feature for recorders
Linus Nielsen Feltzing
2004-06-10
Finally, the archos directory sandbox works in the same way for both X11 and ...
Linus Nielsen Feltzing
2003-04-23
Now supports key-repeat in the simulator!
Daniel Stenberg
2003-01-24
Remove use of rockbox-mode.el in local variables list.
Mats Lidell
2002-10-14
Now the X11 simulator sets the BUTTON_REL bit properly and thus generates
Daniel Stenberg
2002-10-13
slow down the button check function, this makes the cube look sane in the
Daniel Stenberg
2002-08-21
Added button release events
Björn Stenberg
2002-08-07
healing the X11 simulator (button_get_w_tmo wise), please bear with me as I
Daniel Stenberg
2002-08-05
there is no XK_Enter!
Daniel Stenberg
2002-08-05
George Styles added a few keys for running the simulator on without numerical
Daniel Stenberg
2002-07-27
Added set_release() and set_repeat()
Linus Nielsen Feltzing
2002-06-25
Some X servers send KP_Begin for keypad 5
Björn Stenberg
2002-06-14
warning hunt and kill session
Daniel Stenberg
2002-05-29
shorten the sleep for blocking key-gets to make it behave better
Daniel Stenberg
2002-05-28
adjusted to new button_get api
Daniel Stenberg
2002-05-21
Added player MENU and ON keys
Björn Stenberg
2002-05-16
Added support for player keypad
Björn Stenberg
2002-05-13
Changing to C99 'bool'
Björn Stenberg
2002-05-04
don't define anything like this here
Daniel Stenberg
2002-04-27
moved X11-specific files into a separate subdir to keep root clean for
Daniel Stenberg