1. 4e42cd7 RaaA: Add RTC support by Thomas Jarosch · 14 years ago
  2. 2647d11 Move sleep timer code outside of PLATFORM_NATIVE ifdef so RaaA can access it by Thomas Jarosch · 14 years ago
  3. 56c4e9f Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#11189 by me. by Marcin Bukat · 14 years ago
  4. 240923a Rockbox as an application: Commit current Android port progress. by Thomas Martitz · 14 years ago
  5. 3982f1e Simulator: build recording code by Rafaël Carré · 15 years ago
  6. ba46c88 rtc_enable_alarm() needs no return value by Rafaël Carré · 15 years ago
  7. 6cbc701 Rename sdl lcd initialization to (remote_)lcd_init_device which enables removing two #ifdef SIMULATOR and makes it happen as on target. by Thomas Martitz · 15 years ago
  8. 3d0cee8 - Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hosted/sdl, uisdl.c is split up across button-sdl.c and system-sdl.c. by Thomas Martitz · 15 years ago
  9. ae22ef1 UISimulator - prevent multiple definition of usb_inserted when USB_NONE is defined by Michael Chicoine · 15 years ago
  10. a39be4b Fix red: Invert buttons in RTL mode by Tomer Shalev · 15 years ago
  11. f7bd725 Invert buttons in RTL mode by Tomer Shalev · 15 years ago
  12. c8b87d7 FS#10569 RTC driver cleanup by Nils Wallménius · 15 years ago
  13. 4f87976 Slight cleanup in lcd.h: kill fixme and remove useless include, add some includes elsewhere and add a stub for sims instead of ifdef by Nils Wallménius · 15 years ago
  14. a7f4e1f Simulate lcd_enable and lcd_sleep in the simulator. Therefore, turn backlight-sim.h into a .c too. by Thomas Martitz · 16 years ago
  15. 7e7d8eb Actually do the renaming of the stub. by Thomas Martitz · 16 years ago
  16. 4ed387d Fix reds and yellows (hopefully). Some targets apparently didn't properly #ifdef lcd_enable and lcd_sleep code out, so that it got partly active in the bootloader; rename the ui simulator stub fixes most reds; for the clip: move the hook code into lcd-1bit-vert.c which should fix the bootloader red. by Thomas Martitz · 16 years ago
  17. 353ebd0 Small bit from my GSoC work: Unify the way the simulator accesses voice strings. In the future this will allow plugin menus to be translated and voiced. by Tom Ross · 16 years ago
  18. faa01e9 Fix yellow. Don't know how I missed that testing sim build. :\ by Michael Sevakis · 16 years ago
  19. 33a7f3a Allow sims to shut down normally from panic code. by Michael Sevakis · 16 years ago
  20. 4ed78f5 Clean up panicf and introduce system_exception_wait to do further target tasks and wait for a button when an unrecoverable error has occurred (panic, UIE, etc.). Returning from that function should reboot or don't return from it. Move UIE and __div0 for ARM to its own file. by Michael Sevakis · 16 years ago
  21. f501cda Fix remaining red. by Nils Wallménius · 16 years ago
  22. 2f1892a stop printing "storage_sleep()" in the sim output by Jonathan Gordon · 16 years ago
  23. add677f Fix some red. The stubs in bootloaders are giving some trouble. by Michael Sevakis · 16 years ago
  24. 58eb784 Straighten out some powermanagement stuff. Give target complete control over how power inputs are sensed. Clean SIMULATOR stuff out of target files. Get rid of USB charging option on targets that don't support it or don't implement it yet. Menu string remains to avoid language incompatibility but should be removed on next cleanup for targets not using it (notice in english.lang). global_settings becomes incompatible for some builds and so plugin API version is incremented. by Michael Sevakis · 16 years ago
  25. 99d39f5 put stubs in the proper place by Frank Gevaerts · 16 years ago
  26. f4d4a6a Implement FS#8947 - Add a stub in the simulator for ata_disk_is_active. This make it possible to clean up some #ifdef SIMULATOR macros. by Bertrik Sikken · 17 years ago
  27. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 17 years ago
  28. 3b730a2 Fix red while keeping menu item. by Michael Sevakis · 17 years ago
  29. 357ffb3 Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. by Nicolas Pennequin · 17 years ago
  30. 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
  31. 135cc75 Revert my earlier const madness, we'll keep the parameter lists simple. by Steve Bavin · 17 years ago
  32. c9df8fd The const police raid playback.c, should be no change to behaviour. by Steve Bavin · 17 years ago
  33. c14430a compile talk.c on hwcodec sim. it wont actually talk though by Jonathan Gordon · 17 years ago
  34. 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
  35. 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
  36. 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
  37. 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
  38. c0e6e20 Oops. I should respect the simulator #ifdefs more. by Steve Bavin · 18 years ago
  39. 11fa3a8 Implement remove_thread for SDL simulator by Steve Bavin · 18 years ago
  40. 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
  41. 6a384d2 Add audiohw_postinit() stub for the sims. by Michael Sevakis · 18 years ago
  42. 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
  43. 5599d68 Icons in the menus. Thanks midkay for them. by Jonathan Gordon · 18 years ago
  44. 076ab8d Fixed settings persistence for simulators by Steve Bavin · 18 years ago
  45. 8300d8c Oops - fix warnings and add a simulator version of remove_thread_on_core() by Daniel Ankers · 18 years ago
  46. 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
  47. 4503b96 Fixed the red builds. by Miika Pekkarinen · 19 years ago
  48. 060320b Fix red sim builds - add rtc_read_datetime and rtc_write_datetime functions for the simulator by Dave Chapman · 19 years ago
  49. 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
  50. 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
  51. d6c0545 Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and SWCODEC, respectively. by Jens Arnold · 19 years ago
  52. 159c52d Initial voice ui support for software codec platforms. Added also a by Miika Pekkarinen · 19 years ago
  53. e9c0e83 Fixed the simulator. by Miika Pekkarinen · 20 years ago
  54. eab434c More accurate playback position calculation. by Miika Pekkarinen · 20 years ago
  55. 3b6a9f3 Fixed the simulator. by Miika Pekkarinen · 20 years ago
  56. f090dc3 Crossfade (and pcm buffer size) length is now configurable. by Miika Pekkarinen · 20 years ago
  57. 05012ac Enable crossfade for simulator. by Miika Pekkarinen · 20 years ago
  58. febb52f First take at PCM playback in the X11 sim on Linux. by Daniel Stenberg · 20 years ago
  59. 20b3897 Separated buffering stuff from pcm_playback to pcmbuf. Renamed some by Miika Pekkarinen · 20 years ago
  60. c3b1ece Added dummy function and simulator stub. by Jens Arnold · 20 years ago
  61. 8a237a8 More audio code restructuring, mostly renaming functions so far by Linus Nielsen Feltzing · 20 years ago
  62. 22b7701 Build cleanup and general fixes. fprintf() is now fdprintf(), the separation by Daniel Stenberg · 20 years ago
  63. cdd236c Wrong filename for directory voice files in the simulator by Linus Nielsen Feltzing · 20 years ago
  64. c540e82 sim fix for ATA stubs by Jörg Hohensohn · 20 years ago
  65. d4e5397 Renamed has_new_lcd() to is_new_player(), and got rid of the alias by Jens Arnold · 20 years ago
  66. 3351905 Removed annoying debug output by Linus Nielsen Feltzing · 20 years ago
  67. 687793c oops, dear sims, please excuse by Jörg Hohensohn · 20 years ago
  68. 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
  69. 8586786 Added backlight_off to simulator stubs. by Kjell Ericson · 21 years ago
  70. 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
  71. 7ddf0d6 Reworked the time get/set functions by Linus Nielsen Feltzing · 21 years ago
  72. 99483de talkbox clip renamed to ".dirname.tbx", most people voted for a non-mp3 extension by Jörg Hohensohn · 21 years ago
  73. 9568ca6 my usual simulator postfix by Jörg Hohensohn · 21 years ago
  74. c778aa6 warning and simulator build fix by Jörg Hohensohn · 21 years ago
  75. 5e4aa64 my usual simulator postfix by Jörg Hohensohn · 21 years ago
  76. 5495d6e another sim fix, I just _love_ to break these builds by Jörg Hohensohn · 21 years ago
  77. 78f06b9 missing stub broke the sim build by Jörg Hohensohn · 21 years ago
  78. 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
  79. 73681ff inconsistent argument type for backlight_set_timeout() fixed by Jörg Hohensohn · 21 years ago
  80. 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
  81. 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
  82. c4d8d97 The power-saving SLEEP patch by Simon Elén. by Björn Stenberg · 22 years ago
  83. a9b04be get_time() for sim by Daniel Stenberg · 22 years ago
  84. f1f7b61 ...and the usual simulator corrections by Linus Nielsen Feltzing · 22 years ago
  85. 4a66327 Some simulator corrections by Linus Nielsen Feltzing · 22 years ago
  86. 3262207 Updated for better player simulator. by Kjell Ericson · 22 years ago
  87. 08cbf69 Removed warnings. by Kjell Ericson · 22 years ago
  88. d19b9ed Added stubs that shall not be in the player simulator. by Kjell Ericson · 22 years ago
  89. 5cb429e Added mpeg_set_pitch() stub to simulator. by Björn Stenberg · 22 years ago
  90. a99c565 Moved lcd player code to lcd-playersim. by Mats Lidell · 22 years ago
  91. ac2b1b9 Icons were flipped. by Mats Lidell · 22 years ago
  92. 0a4b247 The player firmware now autodetects the LCD type. No need for two player versions anymore by Linus Nielsen Feltzing · 22 years ago
  93. 6e0a75c better rtc_read() simulation by Daniel Stenberg · 22 years ago
  94. b3438e8 added a silly stub for oscillograph to remove an #ifdef in the actual code by Daniel Stenberg · 22 years ago
  95. d4d3a5d rtc_read() and rtc_write() added, and if we now set HAVE_RTC when building by Daniel Stenberg · 22 years ago
  96. d5fd94d Player simulator stuff for patterns added. by Mats Lidell · 22 years ago
  97. 88098be Enable status bar in usb mode. by Markus Braun · 22 years ago
  98. c43b36c backlight when charging now is for players and simulators too by Daniel Stenberg · 22 years ago
  99. b95fe1a Mark A. Hillebrand's patch that offers a new setting that if enabled, keeps by Daniel Stenberg · 22 years ago
  100. a4c3b03 Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_getstringsize. by Björn Stenberg · 22 years ago