- 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
- 3b730a2 Fix red while keeping menu item. by Michael Sevakis · 16 years ago
- 357ffb3 Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. by Nicolas Pennequin · 16 years ago
- 2bf4178 Make mpegplayer sleep the disk after buffering to save battery. * Add a simulator stub for ata_sleep(), and un-ifdef most calls to it. by Jens Arnold · 17 years ago
- 135cc75 Revert my earlier const madness, we'll keep the parameter lists simple. by Steve Bavin · 17 years ago
- c9df8fd The const police raid playback.c, should be no change to behaviour. by Steve Bavin · 17 years ago
- c14430a compile talk.c on hwcodec sim. it wont actually talk though by Jonathan Gordon · 17 years ago
- 32a9575 FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just menus), hopefully save some space. by Steve Bavin · 17 years ago
- c9d1ab7 Fixes a problem where the sim would try to start the WPS on HAVE_RTC_ALARM sims (FS#7862 with a small addition by me) by Jonathan Gordon · 17 years ago
- f28da1a Enable a lot more features for simulators and add stubs where necessary, simulators should now work with identical lng and voice files as the respective target by Nils Wallménius · 17 years ago
- ff2a93f Remove the 'USB' menu item from the sim system menu, press the 'u' key to display the USB screen instead, will break binary lng files and voice files for the sims only by Nils Wallménius · 17 years ago
- c0e6e20 Oops. I should respect the simulator #ifdefs more. by Steve Bavin · 17 years ago
- 11fa3a8 Implement remove_thread for SDL simulator by Steve Bavin · 18 years ago
- c2d2106 Audio Init: Just can't stand that heirarchy. Add one level of abstraction. Might come in handy anyhow. Use sound.h instead of the conditional includes for audio hardware headers. If someone doesn't like that, yell at my evil twin. :) by Michael Sevakis · 18 years ago
- 6a384d2 Add audiohw_postinit() stub for the sims. by Michael Sevakis · 18 years ago
- 82f9056 Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - iPod G3 will be coming soon.) This allows threads to be run on either core provided that all communications between the cores is done using uncached memory. There should be no significant change in battery life from doing this. Documentation (on the RockboxKernel wiki page) will follow shortly. by Daniel Ankers · 18 years ago
- 5599d68 Icons in the menus. Thanks midkay for them. by Jonathan Gordon · 18 years ago
- 076ab8d Fixed settings persistence for simulators by Steve Bavin · 18 years ago
- 8300d8c Oops - fix warnings and add a simulator version of remove_thread_on_core() by Daniel Ankers · 18 years ago
- 3ba0060 Backlight support for 8-bit targets in SDL sim. Redo sound handling. Still doesn't work right, but is closer to how the actual Rockbox system does it. Move some stub functions in to Win32 and X11 sims to keep them compiling. by Dan Everton · 19 years ago
- 4503b96 Fixed the red builds. by Miika Pekkarinen · 19 years ago
- 060320b Fix red sim builds - add rtc_read_datetime and rtc_write_datetime functions for the simulator by Dave Chapman · 19 years ago
- 74b6af9 Added multi-screen support for quickscreen (mostly rewritten from scratch) and USB screen ; just looking at the hour makes me think it could be buggy by Kevin Ferrare · 19 years ago
- b51f7df Backlight handling: * Added 'Caption Backlight' and 'Backlight On When Charging' for the iriver remote LCD. * Enabled the backlight code for the simulator, and prepared backlight simulation. It's only a stub atm, writing messages to the console window. * Added tick task handling to the simulators for this to work. * Code cleanup in backlight.c, less dead code. by Jens Arnold · 19 years ago
- d6c0545 Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and SWCODEC, respectively. by Jens Arnold · 19 years ago
- 159c52d Initial voice ui support for software codec platforms. Added also a by Miika Pekkarinen · 19 years ago
- e9c0e83 Fixed the simulator. by Miika Pekkarinen · 19 years ago
- eab434c More accurate playback position calculation. by Miika Pekkarinen · 19 years ago
- 3b6a9f3 Fixed the simulator. by Miika Pekkarinen · 19 years ago
- f090dc3 Crossfade (and pcm buffer size) length is now configurable. by Miika Pekkarinen · 19 years ago
- 05012ac Enable crossfade for simulator. by Miika Pekkarinen · 19 years ago
- febb52f First take at PCM playback in the X11 sim on Linux. by Daniel Stenberg · 19 years ago
- 20b3897 Separated buffering stuff from pcm_playback to pcmbuf. Renamed some by Miika Pekkarinen · 19 years ago
- c3b1ece Added dummy function and simulator stub. by Jens Arnold · 19 years ago
- 8a237a8 More audio code restructuring, mostly renaming functions so far by Linus Nielsen Feltzing · 20 years ago
- 22b7701 Build cleanup and general fixes. fprintf() is now fdprintf(), the separation by Daniel 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
- 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 · 20 years ago
- 8586786 Added backlight_off to simulator stubs. by Kjell Ericson · 20 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 · 20 years ago
- 7ddf0d6 Reworked the time get/set functions by Linus Nielsen Feltzing · 20 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
- 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 · 21 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
- f1f7b61 ...and the usual simulator corrections by Linus Nielsen Feltzing · 22 years ago
- 4a66327 Some simulator corrections by Linus Nielsen Feltzing · 22 years ago
- 3262207 Updated for better player simulator. by Kjell Ericson · 22 years ago
- 08cbf69 Removed warnings. 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
- a99c565 Moved lcd player code to lcd-playersim. by Mats Lidell · 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
- 88098be Enable status bar in usb mode. by Markus Braun · 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 · 22 years ago
- d4e2ee5 Fixed win32 build problems. by Björn Stenberg · 22 years ago
- 86f9a84 Split lcd driver into lcd-player and lcd-recorder. Player simulator still needs fixing. by Björn Stenberg · 22 years ago
- 3d641c9 Added lcd_putc() by Linus Nielsen Feltzing · 22 years ago
- 644e4ce Added lcd_define_pattern() by Linus Nielsen Feltzing · 22 years ago
- 457b8a0 Added configurable disk spindown. The disk will also now not spin down while you are running around in the dir browser or pressing buttons in the wps. by Björn Stenberg · 22 years ago
- 7c3dd40 menu fix by Daniel Stenberg · 22 years ago
- b1d5124 simulate_usb ignores key releases by Björn Stenberg · 22 years ago
- 42564a1 USB display for simulator purpose by Daniel Stenberg · 22 years ago
- 6224cdb Added resume. Works in dirs and playlists, shuffled or not. Resumes mid-song, but press pause on players before you shutdown so they get a chance to store the position on disk. Recorders use RTC ram. Todo: Time display is wrong after mid-track resume and ffd/rew is not handled. by Björn Stenberg · 22 years ago
- c9d98ca Added delayed write for settings. Doesn't write until someone else accesses the disk. by Björn Stenberg · 22 years ago
- cd7691d Enabled saving settings to disk on player by Björn Stenberg · 22 years ago
- c15b405 im stupid, this shouldn't have been removed by Robert Hak · 22 years ago
- d06cd2e we don't need this anymore by Robert Hak · 22 years ago
- 2534097 battery_level() already had a stub by Björn Stenberg · 22 years ago
- 1812eae Added stub for battery_level() by Björn Stenberg · 22 years ago