rockbox/uisimulator/x11
Daniel Stenberg ac31e6af87 Remote LCD support added to the x11 simulator, take 1. The win32 simulator
still builds, but shows no remote LCD yet.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6510 a1c6a512-1295-4272-9138-f99709370657
2005-05-23 16:23:25 +00:00
..
archos
atoi.h
button-x11.c Major rework of the x11 simulator button handling. (1) Button repeat should always work correctly now, not sending a release before the repeat(s). Fixes e.g. calling the Ondio menu. (2) Button handling is done in the timer thread, not sleep()ing the main thread for extended times. Fixes slow performance of high-workload plugins (codec tests). (3) The x11 simulator now also contains the queue handling code. (4) The new code requires X11R6 because the multi-threading extension is used. 2005-03-18 23:51:52 +00:00
config-x11.h
kernel.c Major rework of the x11 simulator button handling. (1) Button repeat should always work correctly now, not sending a release before the repeat(s). Fixes e.g. calling the Ondio menu. (2) Button handling is done in the timer thread, not sleep()ing the main thread for extended times. Fixes slow performance of high-workload plugins (codec tests). (3) The x11 simulator now also contains the queue handling code. (4) The new code requires X11R6 because the multi-threading extension is used. 2005-03-18 23:51:52 +00:00
lcd-x11.c Remote LCD support added to the x11 simulator, take 1. The win32 simulator 2005-05-23 16:23:25 +00:00
lcd-x11.h
Makefile Remote LCD support added to the x11 simulator, take 1. The win32 simulator 2005-05-23 16:23:25 +00:00
oss_sound.c
README
resources.c
resources.h
screenhack.c Remote LCD support added to the x11 simulator, take 1. The win32 simulator 2005-05-23 16:23:25 +00:00
screenhack.h Major rework of the x11 simulator button handling. (1) Button repeat should always work correctly now, not sending a release before the repeat(s). Fixes e.g. calling the Ondio menu. (2) Button handling is done in the timer thread, not sleep()ing the main thread for extended times. Fixes slow performance of high-workload plugins (codec tests). (3) The x11 simulator now also contains the queue handling code. (4) The new code requires X11R6 because the multi-threading extension is used. 2005-03-18 23:51:52 +00:00
SOURCES Major rework of the x11 simulator button handling. (1) Button repeat should always work correctly now, not sending a release before the repeat(s). Fixes e.g. calling the Ondio menu. (2) Button handling is done in the timer thread, not sleep()ing the main thread for extended times. Fixes slow performance of high-workload plugins (codec tests). (3) The x11 simulator now also contains the queue handling code. (4) The new code requires X11R6 because the multi-threading extension is used. 2005-03-18 23:51:52 +00:00
sprintf.h
thread.c Simplification. 2005-05-11 20:04:43 +00:00
timefuncs.h
uibasic.c Remote LCD support added to the x11 simulator, take 1. The win32 simulator 2005-05-23 16:23:25 +00:00
utils.h
version.h
visual.c
visual.h
vroot.h
xmu.h

To build:

 $ ../tools/configure
 [answer questions]
 $ make
 $ ./rockboxui