- 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
- e61f6fa Added reset_poweroff_timer(), which can be used to prevent idle poweroff. This is also available in the plugin API. 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
- 74eb642 infrastructure for sorting by date+time, now we "only" need to decide on the UI by Jörg Hohensohn · 21 years ago
- e6f1a4a wrong functions have been here by Jörg Hohensohn · 21 years ago
- 8586786 Added backlight_off to simulator stubs. by Kjell Ericson · 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
- 5b9c4c1 The plugin lib now works in the win32 simulator by Linus Nielsen Feltzing · 21 years ago
- 56e6335 Create files with proper permissons on unix/linux, make open() and creat() by Daniel Stenberg · 21 years ago
- 36c9a95 translate from rockbox's open() options to the options used by the host by Daniel Stenberg · 21 years ago
- fb26bfb Fixed VC++ build. by Hardeep Sidhu · 21 years ago
- 2dafebf Previous change breaks VC++ build, reverting. by Hardeep Sidhu · 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
- 9d13207 Added filetypes.c to VC project. Fixed compiler warning. by Hardeep Sidhu · 21 years ago
- fb00c21 Plugin/file type association system. Patch #879411 by Henrik Backe by Björn Stenberg · 21 years ago
- e7b2ed9 remove_thread() stubbed for the simulator, but this is a "make it compile" hack. It should rather do the real thing, I just don't know how. by Jörg Hohensohn · 21 years ago
- e8bb31e Added missing newline by Jens Arnold · 21 years ago
- ffe0da5 Fixed win32 sim errors/warnings by Hardeep Sidhu · 21 years ago
- 6eb60eb Fixed win32 sim error by Linus Nielsen Feltzing · 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
- 99483de talkbox clip renamed to ".dirname.tbx", most people voted for a non-mp3 extension by Jörg Hohensohn · 21 years ago
- 9568ca6 my usual simulator postfix by Jörg Hohensohn · 21 years ago
- c778aa6 warning and simulator build fix by Jörg Hohensohn · 21 years ago
- 5e4aa64 my usual simulator postfix by Jörg Hohensohn · 21 years ago
- 5495d6e another sim fix, I just _love_ to break these builds by Jörg Hohensohn · 21 years ago
- 78f06b9 missing stub broke the sim build by Jörg Hohensohn · 21 years ago
- 4f36ea8 First step of the voice-UI: the menus can talk. You need a "voicefont" file in .rockbox to use this. by Jörg Hohensohn · 21 years ago
- 253eadb OK, no HIGHEST_IRQ_LEVEL defined for the sim. I use a number again, the code here is pointless anyhow. by Jörg Hohensohn · 21 years ago
- 81e309d We had a few set_irq_level(15) left in the code, instead of the new set_irq_level(HIGHEST_IRQ_LEVEL). Only one was really used, in system_reboot(), creating a (unlikely) race condition. by Jörg Hohensohn · 21 years ago
- 9fefa39 Yellow build by Linus Nielsen Feltzing · 21 years ago
- f059419 thanks Hardeep: fix for the Win32 simulator by Jörg Hohensohn · 21 years ago
- 73681ff inconsistent argument type for backlight_set_timeout() fixed by Jörg Hohensohn · 21 years ago
- bd7c07a Fixed warning by Hardeep Sidhu · 21 years ago
- 8e044b7 mkdir() fix for the winsim, should fix the red build. by Daniel Stenberg · 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
- 91cb20b Added bookmark.c. Defined HAVE_RTC. by Hardeep Sidhu · 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
- 1e32b94 Added mp3_playback.c 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
- 9aad0db Use rockbox random in win32 simulator by Hardeep Sidhu · 21 years ago
- c561e53 Patch #863775 by Bluechip - fixes window size on win32 simulator by Linus Nielsen Feltzing · 21 years ago
- a5e1d06 Upside Down option for display (and buttons) now wired into the display settings menu, persistence, simulator stubs by Jörg Hohensohn · 21 years ago
- 26c079c added the lcd-common.c to the build, which fixes the lcd_blit build problem by Daniel Stenberg · 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
- bb5c4ff Game and demo menus are no longer by Hardeep Sidhu · 21 years ago
- fcbf103 Removed games and demos menus. by Björn Stenberg · 21 years ago
- 7131608 Print debug messages to stdout if no debugger present by Hardeep Sidhu · 22 years ago
- a638dce Build the rockbox icon into executable by Hardeep Sidhu · 22 years ago
- 113ac07 Win32 file functions were not being redefined correctly for plugins. by Hardeep Sidhu · 22 years ago
- 1f6021b Changed window attribute to overlapped so it isn't always on top. by Hardeep Sidhu · 22 years ago
- 832369c Include Roland's icon as well. by Daniel Stenberg · 22 years ago
- 0d684f7 Simulator icon by Roland. by Daniel Stenberg · 22 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
- 8ba4044 Extract exports from obj file. Don't ignore dllwrap errors. by Hardeep Sidhu · 22 years ago
- f6ed970 Added FreeBSD support to uisimulator. Patch by Keith Hubbard by Björn Stenberg · 22 years ago
- 827aad3 Roland's fix for running simulator on NT by Hardeep Sidhu · 22 years ago
- 6cb7b15 Plugins should not require cygwin to run. by Hardeep Sidhu · 22 years ago
- 8dd3a82 Fixed simulator warning. by Hardeep Sidhu · 22 years ago
- 730986a Fixed simulator warnings. 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
- a26427a Changed win32 simulator to use plugin.c by Hardeep Sidhu · 22 years ago
- dd5d3f6 Changed win32 simulator to use plugin.c by Hardeep Sidhu · 22 years ago
- b421750 Plugins now work with win32 simulator (.rock files are built as dll's) by Hardeep Sidhu · 22 years ago
- 3f9fdaf Disable plugin loading on win32 simulator for now. 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
- 4872bfe When reading a dir, only set the attribute information we care about in the dirent structure. by Hardeep Sidhu · 22 years ago
- dedc8ce Fixed cygwin+mingw compile time error by Hardeep Sidhu · 22 years ago
- ec6a692 Fixed compile time error by Hardeep Sidhu · 22 years ago
- ffefc5d A bit faster update of Player simulator. by Kjell Ericson · 22 years ago
- c516064 Mingw doesn't like io.h by Hardeep Sidhu · 22 years ago
- 71197f1 Include proper io headers to insure that proper file arguments are used. Also mapped flush to appropriate win32 call. by Hardeep Sidhu · 22 years ago
- 23d1cdd Last change broke the mingw32 build by Hardeep Sidhu · 22 years ago
- e7d028e Default file mode should be O_BINARY to be consistent with rockbox by Hardeep Sidhu · 22 years ago
- 52c4c82 buffer.c added by Jörg Hohensohn · 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
- 8670474 compile and link with sprintf.c always, since we now have a special by Daniel Stenberg · 22 years ago
- f97cdc9 remove warnings, make it build by Daniel Stenberg · 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
- c6fb565 most of UI sim patch 708460 from Magnus Holmgren, except the bitmap removal by Jörg Hohensohn · 22 years ago
- 20402c6 include rockbox.dsp by Jörg Hohensohn · 22 years ago
- 780595b new project file for MSVC by Jörg Hohensohn · 22 years ago
- 7b9a36e make the win32 sim build again by Daniel Stenberg · 22 years ago