- c3b1ece Added dummy function and simulator stub. by Jens Arnold · 20 years ago
- ac31e6a Remote LCD support added to the x11 simulator, take 1. The win32 simulator by Daniel Stenberg · 20 years ago
- b8a23f9e Fixed makefiles for autoconf.g include. by Daniel Stenberg · 20 years ago
- 8a237a8 More audio code restructuring, mostly renaming functions so far by Linus Nielsen Feltzing · 20 years ago
- 2dddde2 remove extra kludge we used to kill warnings on very old mingw cross-compile by Daniel Stenberg · 20 years ago
- bb9dfa0 Simulators: more efficient implementation of sim_filesize(). by Jens Arnold · 20 years ago
- db44dad attempt to kill two annoying win32 cross-compiler warnings by Daniel Stenberg · 20 years ago
- 0bf50f0 adjusted to use the new Make include file to create the SRC variable from by Daniel Stenberg · 20 years ago
- 576d029 Simulator: sim_rename() must not use off_t in the argument for the same reason as sim_lseek(). Removed parentheses around system function names as the function name mangling is done differently with the new build system. by Jens Arnold · 20 years ago
- 399c081 Simulators: lseek() working again for systems with an off_t datatype differing from 'long' (cygwin/x11, maybe others). Removed unused sim_close(). by Jens Arnold · 20 years ago
- 527e121 Win32 simulator also needs open() option mangling by Jens Arnold · 20 years ago
- 7872426 Proper disk statistics for the win32 simulator. by Jens Arnold · 20 years ago
- cf208c5 Killed some simulator warnings; proper plugin error reporting for Win32 simulator. by Jens Arnold · 20 years ago
- ba45411 file.h is not accessible for the simulated-functions files by Daniel Stenberg · 20 years ago
- 22b7701 Build cleanup and general fixes. fprintf() is now fdprintf(), the separation by Daniel Stenberg · 20 years ago
- 1ceb575 make the proto match the one used in rockbox by Daniel Stenberg · 20 years ago
- 74826dd charcell code only on charcell sims 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
- 99dbd7c Fixed red build... by Björn Stenberg · 20 years ago
- 3d53032 Fixed yellow build by Björn Stenberg · 20 years ago
- cdd236c Wrong filename for directory voice files in the simulator by Linus Nielsen Feltzing · 20 years ago
- c540e82 sim fix for ATA stubs by Jörg Hohensohn · 20 years ago
- d4e5397 Renamed has_new_lcd() to is_new_player(), and got rid of the alias by Jens Arnold · 20 years ago
- 3351905 Removed annoying debug output by Linus Nielsen Feltzing · 20 years ago
- 687793c oops, dear sims, please excuse by Jörg Hohensohn · 20 years ago
- 91f9350 moved and renamed fmradio_set/get_status to power.c, where it now additionally serves well for tuner power enable on OndioFM by Jörg Hohensohn · 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
- 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
- 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
- f4f4111 Added possibility to select the priority of the ID3 tags by Linus Nielsen Feltzing · 21 years ago
- b1403ee New way of defining menus and options allows to declare them static const, which saves the code to runtime-assemble them. Rockbox just got 6 KB smaller. by Jörg Hohensohn · 21 years ago
- b9a5198 Player LCD simulation no longer writes outside the frame buffer 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
- b6f67a8 The win32 open() was called with the wrong flags 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
- 74eb642 infrastructure for sorting by date+time, now we "only" need to decide on the UI by Jörg Hohensohn · 21 years ago
- 8586786 Added backlight_off to simulator stubs. by Kjell Ericson · 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
- 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
- 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
- 7ddf0d6 Reworked the time get/set functions 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
- 73681ff inconsistent argument type for backlight_set_timeout() fixed by Jörg Hohensohn · 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
- 41cfe30 fixed lcd_blit for the (x11) sim by Daniel Stenberg · 21 years ago
- f6ed970 Added FreeBSD support to uisimulator. Patch by Keith Hubbard 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
- ffefc5d A bit faster update of Player simulator. by Kjell Ericson · 22 years ago
- c6fb565 most of UI sim patch 708460 from Magnus Holmgren, except the bitmap removal by Jörg Hohensohn · 22 years ago
- 3aeb55f no one ever uses libmad, remove it from our CVS by Daniel Stenberg · 22 years ago
- c4d8d97 The power-saving SLEEP patch by Simon Elén. by Björn Stenberg · 22 years ago
- a9b04be get_time() for sim by Daniel Stenberg · 22 years ago
- ea3d4d5 Implementing Rocklatin for Rockbox player. by Kjell Ericson · 22 years ago
- f1f7b61 ...and the usual simulator corrections by Linus Nielsen Feltzing · 22 years ago
- 4a66327 Some simulator corrections by Linus Nielsen Feltzing · 22 years ago
- 54d5e2c Added a 5 pixel border around the content. Looks better (that's all). by Kjell Ericson · 22 years ago
- b3e41c7 Changed the battery icon so it doesn't clear the inner part of the icon. by Kjell Ericson · 22 years ago
- 0d79fa1 Icons created. by Mats Lidell · 22 years ago
- 097bd10 Adjusted position of second icon line. by Mats Lidell · 22 years ago
- dae8dea The lcd_clear_display() didn't work. Added some debug-stuff. by Kjell Ericson · 22 years ago
- fe026b9 Definitions of "struct coordinate" and "struct rectangle" and definitions by Kjell Ericson · 22 years ago
- 3262207 Updated for better player simulator. by Kjell Ericson · 22 years ago
- a901c3a Removed warnings. by Kjell Ericson · 22 years ago
- 08cbf69 Removed warnings. by Kjell Ericson · 22 years ago
- f179453 The font for player-simulator. by Kjell Ericson · 22 years ago
- ccfa848 Many functions have been changed. by Kjell Ericson · 22 years ago
- fe10eb3 Almost totaly rewritten. by Kjell Ericson · 22 years ago
- d19b9ed Added stubs that shall not be in the player simulator. by Kjell Ericson · 22 years ago
- 5cb429e Added mpeg_set_pitch() stub to simulator. by Björn Stenberg · 22 years ago
- 786d2c3 Rewritten based on lcd-player.c. by Mats Lidell · 22 years ago
- a99c565 Moved lcd player code to lcd-playersim. by Mats Lidell · 22 years ago
- 65de9c9 Moved volume-icon a bit. More examine will be done later in order to look at by Kjell Ericson · 22 years ago
- c4a09ad Scroll works for wps and menus. Still much cleanup to do. by Mats Lidell · 22 years ago
- 1e95013 what did that #ifdef do there? by Felix Arends · 22 years ago
- ac2b1b9 Icons were flipped. by Mats Lidell · 22 years ago
- 0a4b247 The player firmware now autodetects the LCD type. No need for two player versions anymore by Linus Nielsen Feltzing · 22 years ago
- 6e0a75c better rtc_read() simulation by Daniel Stenberg · 22 years ago
- b3438e8 added a silly stub for oscillograph to remove an #ifdef in the actual code by Daniel Stenberg · 22 years ago
- d4d3a5d rtc_read() and rtc_write() added, and if we now set HAVE_RTC when building by Daniel Stenberg · 22 years ago
- d5fd94d Player simulator stuff for patterns added. by Mats Lidell · 22 years ago
- 36e935f Created. by Mats Lidell · 22 years ago
- 88098be Enable status bar in usb mode. by Markus Braun · 22 years ago
- 6452500 Added icons for repeat and repeat 1. by Mats Lidell · 22 years ago
- 90d7b78 Added icons for repeat and repeat 1. by Mats Lidell · 22 years ago
- f7310b7 Created. by Mats Lidell · 22 years ago
- c43b36c backlight when charging now is for players and simulators too by Daniel Stenberg · 22 years ago
- b95fe1a Mark A. Hillebrand's patch that offers a new setting that if enabled, keeps by Daniel Stenberg · 22 years ago
- a4c3b03 Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_getstringsize. by Björn Stenberg · 23 years ago
- d4e2ee5 Fixed win32 build problems. by Björn Stenberg · 23 years ago
- 86f9a84 Split lcd driver into lcd-player and lcd-recorder. Player simulator still needs fixing. by Björn Stenberg · 23 years ago