rockbox/uisimulator/win32
Justin Heiner ba349223bf wps-display.c
* Made 'Remaining Time' count correctly when doing FF/REW.
    * Fixed bug in player_progressbar that caused Illegal Instruction
      if the FF/Play went past the end of the song.
wps.c
    * Removed 'if(lastbutton!=BUTTON_LEFT)' from track changes.
      It was causing tracks to not change unless button was pressed
      numerous times quickly :-)
    * For player, changed BUTTON_STOP to BUTTON_STOP | BUTTON_REL.
      Since stop is also the key to turn the device off, we don't want
      it to go to the dir browser unless the stop button is released.
settings_menu.c
    * Changed the minimum disk spindown time to 3 seconds, due to
      reported problems if set below that.
makefile.vc6
    * Fixed the VC makefile to work with both Recorder & Player again.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2159 a1c6a512-1295-4272-9138-f99709370657
2002-09-04 01:51:09 +00:00
..
button.c buttons can be pressed again now 2002-08-08 09:14:38 +00:00
debug-win32.c - added Logf ( maybe it should be defined somewhere else) 2002-05-06 11:08:10 +00:00
dir-win32.c add attribute and size to readdir 2002-05-08 07:06:16 +00:00
dir-win32.h renamed file-win32.c/h to dir-win32.c/h 2002-04-28 19:27:16 +00:00
kernel.c Finally, again a working version of the win32 simulator. I re-wrote the makefile, it is much more compact now. 2002-06-25 21:01:08 +00:00
lcd-win32.c make lcd_framebuffer extern, as it is now exported from the lcd driver 2002-08-07 11:10:06 +00:00
lcd-win32.h renamed cpp extensions to c, started coding file functions 2002-04-27 17:02:17 +00:00
Makefile Updated win32 Makefile 2002-09-03 10:13:46 +00:00
Makefile.vc6 wps-display.c 2002-09-04 01:51:09 +00:00
mpeg.c win32 simulator up-to-date 2002-06-28 14:57:03 +00:00
panic-win32.c Removed some files to save space, made bitmap smaller, brought everything up to date 2002-05-29 16:34:40 +00:00
resource.h Removed some files to save space, made bitmap smaller, brought everything up to date 2002-05-29 16:34:40 +00:00
stdbool.h Mingw compile adjustments. Mostly from Bill Napier. 2002-08-02 12:17:54 +00:00
string-win32.c Mingw compile adjustments. Mostly from Bill Napier. 2002-08-02 12:17:54 +00:00
thread-win32.c remove compiler warnings 2002-08-02 14:00:52 +00:00
thread-win32.h Threading is working on uisw32 as well now, code is up-to-date, makefile is up-to-date 2002-06-12 15:39:39 +00:00
UI256.bmp Removed some files to save space, made bitmap smaller, brought everything up to date 2002-05-29 16:34:40 +00:00
uisw32.c remove compiler warnings 2002-08-02 14:00:52 +00:00
uisw32.h defined current_tick variable and repaired broken build. 2002-06-15 10:58:14 +00:00
uisw32.rc Mingw compile adjustments. Mostly from Bill Napier. 2002-08-02 12:17:54 +00:00
uisw32.sln added debug and panic support for the simulator 2002-05-01 09:34:55 +00:00
uisw32.suo relative paths in .vcproj file 2002-07-02 16:49:06 +00:00
uisw32.vcproj relative paths in .vcproj file 2002-07-02 16:49:06 +00:00