- ac31e6a Remote LCD support added to the x11 simulator, take 1. The win32 simulator by Daniel Stenberg · 20 years ago
- 441e512 Simplification. by Jens Arnold · 20 years ago
- b8a23f9e Fixed makefiles for autoconf.g include. by Daniel Stenberg · 20 years ago
- 3b8dcf5 X11 simulator: Always restore the x11 button autorepeat setting, regardless at which point exit() is called. by Jens Arnold · 20 years ago
- 74b731e 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. by Jens Arnold · 20 years ago
- 31b28f5 Extensive code policing (indentation levels, tab characters). by Jens Arnold · 20 years ago
- 6c19c85 X11 simulator improvements: Proper thread stopping and realtime ticks, based on patch #1048898. by Jens Arnold · 20 years ago
- 0bf50f0 adjusted to use the new Make include file to create the SRC variable from by Daniel Stenberg · 20 years ago
- abacb23 dummy button_hold() function to fix iriver sim builds. by Michiel Van Der Kolk · 20 years ago
- 22b7701 Build cleanup and general fixes. fprintf() is now fdprintf(), the separation by Daniel Stenberg · 20 years ago
- cdde25b Unified build system to use SOURCES for sim builds too, a single Makefile-look by Daniel Stenberg · 20 years ago
- b4527a3 Simulators: Made the mp3 buffer size depend on the MEMORYSIZE setting for better simulation. by Jens Arnold · 20 years ago
- 7999e75 Fixed gmini X11 simulator. by Jens Arnold · 20 years ago
- df2e3b4 I said 'correct'... by Jens Arnold · 20 years ago
- 9540759 Print correct button assignments. by Jens Arnold · 20 years ago
- 5804664 long policy by Jean-Philippe Bernardy · 20 years ago
- 3662ad2 Use internal strcasestr implementation, since not all compilers provide it. by Björn Stenberg · 20 years ago
- 3c348df Changed several places to use button_clear_queue() to empty the button queue. Added the ability to empty the (system's) button queue to the X11 simulatr. by Jens Arnold · 20 years ago
- 424d505 Eanbled building gmini simulator (Win32 & X11). by Jens Arnold · 20 years ago
- 57c129f Use the correct lcd code for iRiver simulator builds. by Jens Arnold · 20 years ago
- e6f403f X11 sim: Button handling adapted to iRiver and reworked a bit. Removed tab chars. by Jens Arnold · 20 years ago
- 5df90b4 Added ID3 database support. by Björn Stenberg · 20 years ago
- 107f2d1 minor correction by Daniel Stenberg · 20 years ago
- c9d41b4 Make the simulator builds acknowledge the plugins variable set in the configure by Daniel Stenberg · 20 years ago
- ba0348e Another fix for bug #1016011 by Eric Lassauge by Linus Nielsen Feltzing · 20 years ago
- 25c0d3a Patch #1016011 by Eric Lassauge, fixes X11 simulator build in Cygwin by Linus Nielsen Feltzing · 20 years ago
- 593cc00 a hell of a commit: changed several HAVE_xx configuration flags into multiple choice values (keypad, tuner, CPU, h/w codec) by Jörg Hohensohn · 20 years ago
- fc1e925 Rearranged makefiles again to move platform-specific stuff from the Makefiles by Daniel Stenberg · 21 years ago
- 6c33c51 Redesigned the button handling. The code now uses symbolic function defines instead of checking for specific buttons. This makes it easier to add support for new devices with different button layouts. by Björn Stenberg · 21 years ago
- bbcd740 The Iriver display is blue by Björn Stenberg · 21 years ago
- 8b69504 Moved LCD_WIDHT/HEIGHT from lcd driver to config file. by Björn Stenberg · 21 years ago
- 0ceaa5e Const policed pointer arguments to functions, part 2 by Jens Arnold · 21 years ago
- c90319e x11sim for cygwin: TARGET is defined with the .exe extension by Linus Nielsen Feltzing · 21 years ago
- da71777 Removed annoying debug output by Linus Nielsen Feltzing · 21 years ago
- 15d04fd Somewhat better key combination handling by Linus Nielsen Feltzing · 21 years ago
- 865effa Brushed up, made it more like the win32 makefile by Linus Nielsen Feltzing · 21 years ago
- ad5c0ed Forgot to remove all traces of the obsolete repeat mask functions by Linus Nielsen Feltzing · 21 years ago
- a754dd8 Added raw button reading functionality by Linus Nielsen Feltzing · 21 years ago
- 64c53c6 Removed some whitespace by Linus Nielsen Feltzing · 21 years ago
- 4242a34 Patch #961687 by Eric Lassauge, MP3 playback using libmad in the X11 simulator by Linus Nielsen Feltzing · 21 years ago
- 50a4813 Fixed the FM sim build by Linus Nielsen Feltzing · 21 years ago
- afd7421 Added FM radio simulation, with a good station at 99.4MHz by Linus Nielsen Feltzing · 21 years ago
- a8dab4c New screen dump feature for recorders by Linus Nielsen Feltzing · 21 years ago
- bdfc932 extended the clean target to remove the libplugin and the rockbox.zip by Daniel Stenberg · 21 years ago
- 4df35e5 provide libplugin support by Daniel Stenberg · 21 years ago
- 7947770 Fixed a warning (unused variable) by Jens Arnold · 21 years ago
- 6b18acd removed silly debug outputs by Daniel Stenberg · 21 years ago
- a6142ab Finally, the archos directory sandbox works in the same way for both X11 and win32 simulators. Unfortunately, this breaks the VC++ compatibility. Also, the plugin API now supports DEBUGF. Last, but not least, we have a new plugin, vbrfix.rock. by Linus Nielsen Feltzing · 21 years ago
- fb00c21 Plugin/file type association system. Patch #879411 by Henrik Backe by Björn Stenberg · 21 years ago
- 6cc6e8b Removed some X11 simulator warnings by Linus Nielsen Feltzing · 21 years ago
- 7ddf0d6 Reworked the time get/set functions by Linus Nielsen Feltzing · 21 years ago
- 942380a Sim warning, as usual by Linus Nielsen Feltzing · 21 years ago
- 8fa821d Added rmdir() for the x11 simulator by Linus Nielsen Feltzing · 21 years ago
- ef7293f New feature: NOw you can store the recorded files in either /recordings (the directory will be created automatically) or in the current directory. by Linus Nielsen Feltzing · 21 years ago
- a108ec2 Added Benjamin Metzlers bookmarking feature (patch #669440) by Björn Stenberg · 21 years ago
- be01f63 Fix cygwin/X11 build by defining _SSIZE_T_ by Hardeep Sidhu · 21 years ago
- daaec5d still trying to fix the sim (blindfolded) by Jörg Hohensohn · 21 years ago
- 97c76f9 trying to fix the sim by Jörg Hohensohn · 21 years ago
- 5040cc5 Screen buffer transposed, such that bytes in X-direction are consecutive. This enables my turbocharged lcd_write_data() for regular screen updates. Please check the X11 sim, Win32 works. by Jörg Hohensohn · 21 years ago
- 41cfe30 fixed lcd_blit for the (x11) sim by Daniel Stenberg · 21 years ago
- 00acdfa Added viewer for currently playing playlist. Accessed from Menu->Playlist Options->View Current Playlist. by Hardeep Sidhu · 21 years ago
- ae960a9 my take at fixing the simulator warnings by adding mode_t, size_t, ssize_t by Daniel Stenberg · 21 years ago
- fcbf103 Removed games and demos menus. by Björn Stenberg · 21 years ago
- 4b392cd Added dependency to the tools dir, so it's automatically built with the rest. Updated build docs. by Björn Stenberg · 22 years ago
- f6ed970 Added FreeBSD support to uisimulator. Patch by Keith Hubbard by Björn Stenberg · 22 years ago
- 8dd3a82 Fixed simulator warning. by Hardeep Sidhu · 22 years ago
- 9e42620 Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlist from file browser to see available options. by Hardeep Sidhu · 22 years ago
- b76dca2 X11/Cygwin simulator doesn't require libdl by Hardeep Sidhu · 22 years ago
- 117be9e Simulators must link with libdl by Björn Stenberg · 22 years ago
- 3f54121 Added plugin loader. Moved games, demos and the text viewer to loadable plugins. Copy your *.rock files to /.rockbox/rocks/ by Björn Stenberg · 22 years ago
- 20d031f Configurable dir browser file buffer size. No more 400-file limit. No more whining. by Linus Nielsen Feltzing · 22 years ago
- ce92944 Added misc.c to the sim builds by Linus Nielsen Feltzing · 22 years ago
- ab3868a use size_t instead by Daniel Stenberg · 22 years ago
- 004f690 use the rockbox versions of the sprintf* and friends by Daniel Stenberg · 22 years ago
- eae5110 Now supports key-repeat in the simulator! by Daniel Stenberg · 22 years ago
- 4ccffb6 remove debug output by Daniel Stenberg · 22 years ago
- e98bad5 Added the filesize() function by Linus Nielsen Feltzing · 22 years ago
- ebef8e9 removed libmad leftovers by Daniel Stenberg · 22 years ago
- 61a4cce Added onplay.c by Björn Stenberg · 22 years ago
- a039091 New ID3 and MP3 stream parser, plus not-yet-ready Xing header generation code by Linus Nielsen Feltzing · 22 years ago
- 11d9ecb killed a warning properly indented some code by Daniel Stenberg · 22 years ago
- 7d2f8e7 Set a mode that makes sense as the Rockbox code doesn't use modes... by Daniel Stenberg · 22 years ago
- a5bfaa9 Henrik Backe's fixes to enable this to build using cygwin. by Daniel Stenberg · 22 years ago
- 0d5ea77 Fix red sim build by Björn Stenberg · 22 years ago
- a865102 fix to not use the redefined calls within the redefined calls themselves, by Daniel Stenberg · 22 years ago
- a62fd98 added the missing write() by Daniel Stenberg · 22 years ago
- 603975b this compiles better by Daniel Stenberg · 22 years ago
- f22ac91 fixes the warning by Daniel Stenberg · 22 years ago
- 83131fa use new path by Daniel Stenberg · 22 years ago
- ae26233 build and work with the new include path(s) by Daniel Stenberg · 22 years ago
- f8ee440 include the original kernel.h from the new location by Daniel Stenberg · 22 years ago
- 2ba4fed Added close() and proper creat() to x11 emulator by Björn Stenberg · 22 years ago
- 74cc9e4 Remove use of rockbox-mode.el in local variables list. by Mats Lidell · 22 years ago
- 4bea14d Printing keyboard shortcuts at startup. by Kjell Ericson · 22 years ago
- 0ca9ccb Default window zoom for Recorder simulator is 2. by Kjell Ericson · 22 years ago
- 7d80ba0 Added rename() to simulator by Björn Stenberg · 22 years ago
- 1cb8061 Implementing Rocklatin character set for Rockbox player. by Kjell Ericson · 22 years ago
- ea3d4d5 Implementing Rocklatin for Rockbox player. by Kjell Ericson · 22 years ago
- c78e1b0 The much-anticipated queue patch by Hardeep Sidhu. Queue a file by holding down PLAY on it while playing other music. by Björn Stenberg · 22 years ago
- c8cb6ff Added virtual keyboard for text input, loosely based on John Wood's code by Björn Stenberg · 22 years ago