Daniel Stenberg
f77547c147
make it build fine for H300 (keypads) as well
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6761 a1c6a512-1295-4272-9138-f99709370657
2005-06-18 22:09:48 +00:00
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
Jens Arnold
3b8dcf5ebb
X11 simulator: Always restore the x11 button autorepeat setting, regardless at which point exit() is called.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6216 a1c6a512-1295-4272-9138-f99709370657
2005-03-19 00:46:42 +00:00
Jens Arnold
74b731edc6
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.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6215 a1c6a512-1295-4272-9138-f99709370657
2005-03-18 23:51:52 +00:00
Jens Arnold
31b28f523a
Extensive code policing (indentation levels, tab characters).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6199 a1c6a512-1295-4272-9138-f99709370657
2005-03-18 00:03:22 +00:00
Jens Arnold
7999e75204
Fixed gmini X11 simulator.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5898 a1c6a512-1295-4272-9138-f99709370657
2005-02-11 07:05:25 +00:00
Jens Arnold
df2e3b4080
I said 'correct'...
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5897 a1c6a512-1295-4272-9138-f99709370657
2005-02-11 01:40:28 +00:00
Jens Arnold
9540759bab
Print correct button assignments.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5896 a1c6a512-1295-4272-9138-f99709370657
2005-02-11 01:29:54 +00:00
Björn Stenberg
8b6950493b
Moved LCD_WIDHT/HEIGHT from lcd driver to config file.
...
Simulators now use conig-xxx.h.
Added Iriver H100 to tools/configure.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5081 a1c6a512-1295-4272-9138-f99709370657
2004-09-16 14:36:08 +00:00
Daniel Stenberg
6b18acd5d8
removed silly debug outputs
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4757 a1c6a512-1295-4272-9138-f99709370657
2004-06-16 15:20:06 +00:00
Daniel Stenberg
eae511030c
Now supports key-repeat in the simulator!
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3594 a1c6a512-1295-4272-9138-f99709370657
2003-04-23 18:49:57 +00:00
Kjell Ericson
4bea14d6bf
Printing keyboard shortcuts at startup.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3139 a1c6a512-1295-4272-9138-f99709370657
2003-01-21 08:46:14 +00:00
Kjell Ericson
0ca9ccbe63
Default window zoom for Recorder simulator is 2.
...
You can change window zoom with the command line flags "--player_zoom" and "--recorder_zoom". Or you can set the environment variable RECORDER_ZOOM or PLAYER_ZOOM.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3131 a1c6a512-1295-4272-9138-f99709370657
2003-01-20 09:39:38 +00:00
Kjell Ericson
dbab14de1f
Added command line parameter "--old_lcd" that will simulate the old LCD of
...
the player.
Made the screen a bit larger too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2761 a1c6a512-1295-4272-9138-f99709370657
2002-10-28 20:02:30 +00:00
Kjell Ericson
cfa206bfed
Doubled the height/width for player.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2731 a1c6a512-1295-4272-9138-f99709370657
2002-10-21 20:14:01 +00:00
Kjell Ericson
fae212043b
Using expose-event instead of resizerequest-event in order to be able to
...
zoom the window.
Note that when you shrink the window, you must make it a bit larger again in
order to get it redrawn.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2676 a1c6a512-1295-4272-9138-f99709370657
2002-10-16 08:44:43 +00:00
Daniel Stenberg
87b66a8895
less crap makes better code
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2659 a1c6a512-1295-4272-9138-f99709370657
2002-10-15 12:44:56 +00:00
Daniel Stenberg
5fcce4da58
Now the X11 simulator sets the BUTTON_REL bit properly and thus generates
...
button release events, much in the same way the actual target behaves.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2606 a1c6a512-1295-4272-9138-f99709370657
2002-10-14 08:09:29 +00:00
Daniel Stenberg
14b91cca74
clean off heaps of unused code
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2238 a1c6a512-1295-4272-9138-f99709370657
2002-09-09 13:28:29 +00:00
Björn Stenberg
354d3d9527
Removed beep-on-keypress
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1979 a1c6a512-1295-4272-9138-f99709370657
2002-08-26 09:41:54 +00:00
Daniel Stenberg
2ed1052a6d
fix window sizes to match the screen size, enlarged the player sim font
...
to use the 12x16 one
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1635 a1c6a512-1295-4272-9138-f99709370657
2002-08-09 09:13:40 +00:00
Daniel Stenberg
ed6c7e4e03
warning hunt and kill session
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1000 a1c6a512-1295-4272-9138-f99709370657
2002-06-14 11:00:13 +00:00
Robert Hak
1fac0e66fd
the sim should not take args off the command line
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@883 a1c6a512-1295-4272-9138-f99709370657
2002-06-04 08:55:49 +00:00
Dave Chapman
59dd4363a8
added x,y to BUTTON PRESSED event message
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@536 a1c6a512-1295-4272-9138-f99709370657
2002-05-10 00:40:53 +00:00
Dave Chapman
f830e3827f
fixed title string in x11 window
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@480 a1c6a512-1295-4272-9138-f99709370657
2002-05-06 16:10:22 +00:00
Daniel Stenberg
c8397f55e5
changed window size to be about the same size as a recorder
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@417 a1c6a512-1295-4272-9138-f99709370657
2002-05-04 11:16:07 +00:00
Robert Hak
0326934e91
Commented out the KEY PRESSED and EVENT debug messages
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@400 a1c6a512-1295-4272-9138-f99709370657
2002-05-03 06:51:05 +00:00
Daniel Stenberg
3caa3c0871
moved X11-specific files into a separate subdir to keep root clean for
...
target files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@282 a1c6a512-1295-4272-9138-f99709370657
2002-04-27 23:48:49 +00:00