1. 200ca66 Fix red/yellow round #2 by Marcin Bukat · 10 years ago
  2. 9ffd932 Fix red/yellow by Marcin Bukat · 10 years ago
  3. 89ba7e8 Get rid of stupid _backlight_* function names by Marcin Bukat · 10 years ago
  4. dc127f2 Clarify usb_powered() and fix some code. by Amaury Pouly · 10 years ago
  5. da4938d Get the last errors I hope! by Michael Sevakis · 10 years ago
  6. 7d1a47c Rewrite filesystem code (WIP) by Michael Sevakis · 12 years ago
  7. 3505ad3 Fix reds by Thomas Martitz · 11 years ago
  8. 46137eb simulator: Fully simulate external storage. by Thomas Martitz · 11 years ago
  9. 0f928f8 RaaA: Move directory related stuff from filesystem-unix.c into rbpaths.c. by Thomas Martitz · 11 years ago
  10. facbaab simulator: Simulate external storage for HAVE_MULTIDRIVE. by Thomas Martitz · 11 years ago
  11. 77f19f7 storage: Add STORAGE_HOSTFS by Thomas Martitz · 11 years ago
  12. 1165a08 fix red by Amaury Pouly · 11 years ago
  13. df6eb82 touch devices: Disable touch on softlock. by Jean-Louis Biasini · 11 years ago
  14. a56f1ca Cleanup MV/MD macros a little. by Michael Sevakis · 11 years ago
  15. 9e71fd1 Keep fixing 0c7b787 stuff by Michael Sevakis · 12 years ago
  16. efe73e1 Fix database tool. by Thomas Martitz · 13 years ago
  17. c8ba628 Fix warnings and errors in sdl builds. by Thomas Martitz · 13 years ago
  18. a76de79 Call call_storage_idle_notifys() to make storage idle callbacks work in the sim. by Thomas Martitz · 13 years ago
  19. 7038c55 Fix a bug introduced in 91b52a1, broken icons in the Archos Player simulator. by Szymon Dziok · 13 years ago
  20. 7292254 Remove #ifdef USB_FULL_INIT from sim_tasks.c to make usb_wait_for_disconnect work by Bertrik Sikken · 13 years ago
  21. 3f365fc load_code: Get rid of win32 specific code in favor SDL_LoadFunction & friends APIs. by Thomas Martitz · 13 years ago
  22. d18a5ca Tweak paramters of mp3_play_data and callback. by Michael Sevakis · 13 years ago
  23. c6d2010 Fix __PCTOOL__ dependencies on SIMULATOR by Frank Gevaerts · 13 years ago
  24. 37dff88 Fix warn_unused_result warning. by Dominik Riebeling · 13 years ago
  25. 7ccd2c9 Fix power_input_status in sim where target has a battery switch. by Michael Sevakis · 13 years ago
  26. 91b52a1 Fix another uninitialized var warning. by Thomas Martitz · 13 years ago
  27. 7dd65f7 Another attempt at fixing storage_*_warnings. Correct return values also. by Thomas Martitz · 13 years ago
  28. 31a3f76 Attempt to fix remaining warnings. by Thomas Martitz · 13 years ago
  29. e720ad0 Fix one more warning. by Thomas Martitz · 13 years ago
  30. 5b4a6c4 Hosted: Merge debugf() implementations. Cleanup debug.h. by Thomas Martitz · 13 years ago
  31. 8fdef40 Simulator: Emulate a period of external power after charging. by Nick Peskett · 13 years ago
  32. 351c8b2 move _remote_backlight_* to common header by Rafaël Carré · 13 years ago
  33. 7b37686 Fix charger emulation in the simulator. by Nick Peskett · 13 years ago
  34. 5d9759a Fix reds by implementing a few more stubs, and undefining HAVE_STORAGE_FLUSH in the sim. by Thomas Martitz · 13 years ago
  35. c1bd9b0 Rework powermgmt to enable code re-use on appliation and sims. by Thomas Martitz · 13 years ago
  36. 9cb91c0 stubs.c is only needed on SIMULATOR builds. by Thomas Martitz · 13 years ago
  37. 71d73fd Remove sim_tasks from the sdl application build. by Thomas Martitz · 13 years ago
  38. 1645c14 Simulate usb plugging on the sim better using sim_tasks. by Thomas Martitz · 13 years ago
  39. 539fb71 Fix simulator brightness calculation in case MIN_BRIGHTNESS_SETTING != 1 by Bertrik Sikken · 13 years ago
  40. 19c7494 r30706 was not the right fix - thanks to amiconn for catching the error by Michael Chicoine · 13 years ago
  41. 1f5c5f2 Fix w32 cross-compiled sim showing 0KB for disk size and disk free by Michael Chicoine · 13 years ago
  42. 03b08eb Fix warning, 'read_next:' is only used when EOVERFLOW is defined. by Andree Buschmann · 13 years ago
  43. af7aaae Dircache: Don't expose struct dircache_entry and pointers into the cache, use IDs instead. by Thomas Martitz · 14 years ago
  44. 4e8bed2 Work around missing EOVERFLOW define on cygwin/mingw. by Thomas Jarosch · 14 years ago
  45. a87e395 RaaA / sim: Don't abort directory read if we encounter files larger than 2 GB in a directory by Thomas Jarosch · 14 years ago
  46. e7f5013 Fix regression in r29715: files listed multiple times in uisimulator by Michael Hohmuth · 14 years ago
  47. d49d2e1 Better dircache handling in simulator by Michael Hohmuth · 14 years ago
  48. 4e42cd7 RaaA: Add RTC support by Thomas Jarosch · 14 years ago
  49. 5c73e34 Bring idle poweroff to RaaA and the sim by Thomas Jarosch · 14 years ago
  50. acd8bff Expose sys_poweroff() and cancel_shutdown() to RaaA. Hopefully fixes android build by Thomas Jarosch · 14 years ago
  51. 2647d11 Move sleep timer code outside of PLATFORM_NATIVE ifdef so RaaA can access it by Thomas Jarosch · 14 years ago
  52. d8f6c75 Hopefully get shutdown/exit handling on SDL/maemo right. by Thomas Martitz · 14 years ago
  53. 6d85de3 Implement cooperative threads on hosted platforms using C code. by Thomas Martitz · 14 years ago
  54. 258626f Fix the shutdown sequence for maemo, SDL and simulator builds by Thomas Jarosch · 14 years ago
  55. 5f037ac Initial maemo platform support by Thomas Jarosch · 14 years ago
  56. 992f897 Make sim build compilable under Cygwin. Fixes FS#11832. by Andree Buschmann · 14 years ago
  57. 87c8be4 RaaA: Improve tagcache search to make the database built. by Thomas Martitz · 14 years ago
  58. 2c24160 Get rid of get_user_file_path and do the path handling in wrappers for open() and friends. by Thomas Martitz · 14 years ago
  59. 0f274ac Fix player sim yellow by Thomas Martitz · 14 years ago
  60. 1ce7ba4 Make the %tr (radio RSSI) tag work as a bar tag or as a conditional. by Jonathan Gordon · 14 years ago
  61. 56c4e9f Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#11189 by me. by Marcin Bukat · 14 years ago
  62. 0d4585b Extend lc_open() to also being able to load overlay plugins. by Thomas Martitz · 14 years ago
  63. ded525e Revert r27972 to fix FS#11610 (but in a way android builds still work). by Thomas Martitz · 14 years ago
  64. 89dcb1c fix red. by Thomas Martitz · 14 years ago
  65. e22aa75 Cleanup io.c a bit. by Thomas Martitz · 14 years ago
  66. be17fff Move comment by Thomas Martitz · 14 years ago
  67. f8381d9 Android: don't compile stubs.c and kill off libuisimulator entirely. by Thomas Martitz · 14 years ago
  68. f05cdc4 Android: don't compile powermgmt-sim.c by Thomas Martitz · 14 years ago
  69. c00fbc4 Android: Don't compile sim_tasks.c by Thomas Martitz · 14 years ago
  70. a4264eb Redo previous commit to not break android builds. by Thomas Martitz · 14 years ago
  71. 6eaab4d Ged rid of uisimulator/common/io.c for android builds. by Thomas Martitz · 14 years ago
  72. 2c2e261 Use system headers a bit more: use host's fcntl.h for O_RDONLY etc. by Thomas Martitz · 14 years ago
  73. 194174a 2nd try: Introduce a small api for loading code (codecs,plugins) from disk/memory. by Thomas Martitz · 14 years ago
  74. 97d2a6e Revert "Introduce a small api for loading code (codecs,plugins) from disk/memory." by Thomas Martitz · 14 years ago
  75. 73f057b Introduce a small api for loading code (codecs,plugins) from disk/memory. by Thomas Martitz · 14 years ago
  76. 240923a Rockbox as an application: Commit current Android port progress. by Thomas Martitz · 15 years ago
  77. 9c0b247 Rockbox as an application: add get_user_file_path(). by Thomas Martitz · 15 years ago
  78. 57613ea Rename/change SIMVER to APP_TYPE in the Makefiles. by Thomas Martitz · 15 years ago
  79. 31b5c47 Rockbox as an application: Add an 320x240 SDL application target. by Thomas Martitz · 15 years ago
  80. 3982f1e Simulator: build recording code by Rafaël Carré · 15 years ago
  81. 251b62d sim_icons.c is actually only for charcell display simulation. by Thomas Martitz · 15 years ago
  82. 5d236b2 Generate C file / header for svn version string by Rafaël Carré · 15 years ago
  83. ba46c88 rtc_enable_alarm() needs no return value by Rafaël Carré · 15 years ago
  84. 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
  85. 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
  86. a5d8d21 fix the last of the reds, and make RDS tags actually work (and add them to the hardcoded radio skin) by Jonathan Gordon · 15 years ago
  87. e919b5d Fix disastrous variable shadowing, change casts to unsigned in (cygwin doesn't like mode_t there, and unsigned int should be equally correct) and check the correct bitmask in sim_open(). by Thomas Martitz · 15 years ago
  88. 55e4fe7 Fix the remaining reds. by Thomas Martitz · 15 years ago
  89. 0a1d7c2 Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. by Thomas Martitz · 15 years ago
  90. c61e89c Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrapped via a static inline. by Thomas Martitz · 15 years ago
  91. b6c12a1 Submit FS#11065. Introduce a new system setting for en-/disabling the Line-out. For now only implemented on iPod Video. This allows to save power if the user does not use the player's Line-out. On iPod 5G the saving is ~0.5 mA. by Andree Buschmann · 15 years ago
  92. 181e0e0 Switch to using statvfs for simulated fat_size(). This makes io.c build on opensolaris, and also removes special ifdefing for freebsd and OS X. by Jens Arnold · 15 years ago
  93. e9b3c90 FS#10954: fix rename under simulator by Alex Bennee by Amaury Pouly · 15 years ago
  94. b5e1a1c Fix red, moved around a bit to much. by Thomas Martitz · 15 years ago
  95. 6915340 Fix FS#10867 and a few more potential issues by imitate target scrollwheel behavior more (although that behavior is suboptimal imo). Also, default for maximum backlight brightness in the sim and move stuff into sim.h. by Thomas Martitz · 15 years ago
  96. 5cebdcd More tabs removed by Andree Buschmann · 15 years ago
  97. 5c4ef78 Simplify some expressions using the ? operator by Bertrik Sikken · 15 years ago
  98. 5d96c3b Enable backlight brightness in simulator by Maurus Cuelenaere · 15 years ago
  99. ae22ef1 UISimulator - prevent multiple definition of usb_inserted when USB_NONE is defined by Michael Chicoine · 15 years ago
  100. d85c3ec Convert lcd_activation callbacks to use the event system to allow for multiple parallel callbacks (for custom statusbar). by Thomas Martitz · 15 years ago