1. 4b56ee0 Refactor and unify objcopy calls in the build system. Also now properly handles DEBUG builds on hosted targets to keep debug symbols if necessary. by Thomas Martitz · 13 years ago
  2. 54e00c1 Fix sim/checkwps build failure. by Thomas Martitz · 13 years ago
  3. f269aa0 build system: unify/simplify library handling a bit. by Thomas Martitz · 13 years ago
  4. b5716df Build librbcodec with DSP and metadata. by Sean Bartell · 13 years ago
  5. d18a5ca Tweak paramters of mp3_play_data and callback. by Michael Sevakis · 13 years ago
  6. c6d2010 Fix __PCTOOL__ dependencies on SIMULATOR by Frank Gevaerts · 13 years ago
  7. b4eab59 Arm stack unwinder by Marcin Bukat · 13 years ago
  8. 37dff88 Fix warn_unused_result warning. by Dominik Riebeling · 13 years ago
  9. 7ccd2c9 Fix power_input_status in sim where target has a battery switch. by Michael Sevakis · 13 years ago
  10. 91b52a1 Fix another uninitialized var warning. by Thomas Martitz · 13 years ago
  11. 7dd65f7 Another attempt at fixing storage_*_warnings. Correct return values also. by Thomas Martitz · 13 years ago
  12. 31a3f76 Attempt to fix remaining warnings. by Thomas Martitz · 13 years ago
  13. e720ad0 Fix one more warning. by Thomas Martitz · 13 years ago
  14. 6d19275 Hosted: Output map files after linking. by Thomas Martitz · 13 years ago
  15. 5b4a6c4 Hosted: Merge debugf() implementations. Cleanup debug.h. by Thomas Martitz · 13 years ago
  16. 26b9566 r31444 missed a file. make fuzeplus sim build again by Jonathan Gordon · 13 years ago
  17. 8fdef40 Simulator: Emulate a period of external power after charging. by Nick Peskett · 13 years ago
  18. 351c8b2 move _remote_backlight_* to common header by Rafaël Carré · 13 years ago
  19. 7b37686 Fix charger emulation in the simulator. by Nick Peskett · 13 years ago
  20. 5d9759a Fix reds by implementing a few more stubs, and undefining HAVE_STORAGE_FLUSH in the sim. by Thomas Martitz · 13 years ago
  21. c1bd9b0 Rework powermgmt to enable code re-use on appliation and sims. by Thomas Martitz · 13 years ago
  22. c31f7d0 HDD6330: introduce a new button (BUTTON_TAP), based on the hardware support for gestures. From now on some things are accessible by tapping on the vertical scroll strip. Reorganize, fix and remap some of the keymaps, add missing keymap for the recording. by Szymon Dziok · 13 years ago
  23. 7c0977b Sansa Connect Simulator: Fix button sizes, add hold button support by Tomasz Moń · 13 years ago
  24. 39f4408 Sansa Connect: Make simulator compile. UI-sansaconnect.bmp by Martin Sägmüller (based on press image). by Tomasz Moń · 13 years ago
  25. 374a08a fuze+: update keymap and touchpad driver based on FS#12405 with minor modifications. Thanks to Jean-Louis Biasini. by Amaury Pouly · 13 years ago
  26. 9cb91c0 stubs.c is only needed on SIMULATOR builds. by Thomas Martitz · 13 years ago
  27. 71d73fd Remove sim_tasks from the sdl application build. by Thomas Martitz · 13 years ago
  28. 1645c14 Simulate usb plugging on the sim better using sim_tasks. by Thomas Martitz · 13 years ago
  29. 539fb71 Fix simulator brightness calculation in case MIN_BRIGHTNESS_SETTING != 1 by Bertrik Sikken · 13 years ago
  30. 2774457 Sansa clip zip: make the simulator work by adding the background bitmap by Bertrik Sikken · 13 years ago
  31. afc42ff Update UI simulator buttonmap for Sansa Fuze by Fred Bauer · 13 years ago
  32. 19c7494 r30706 was not the right fix - thanks to amiconn for catching the error by Michael Chicoine · 13 years ago
  33. 1f5c5f2 Fix w32 cross-compiled sim showing 0KB for disk size and disk free by Michael Chicoine · 13 years ago
  34. 2546bc5 imx233/fuze+: add fuze+ to the simulator framework by Amaury Pouly · 13 years ago
  35. 03b08eb Fix warning, 'read_next:' is only used when EOVERFLOW is defined. by Andree Buschmann · 13 years ago
  36. af7aaae Dircache: Don't expose struct dircache_entry and pointers into the cache, use IDs instead. by Thomas Martitz · 13 years ago
  37. 4e8bed2 Work around missing EOVERFLOW define on cygwin/mingw. by Thomas Jarosch · 13 years ago
  38. a87e395 RaaA / sim: Don't abort directory read if we encounter files larger than 2 GB in a directory by Thomas Jarosch · 13 years ago
  39. e7f5013 Fix regression in r29715: files listed multiple times in uisimulator by Michael Hohmuth · 13 years ago
  40. d49d2e1 Better dircache handling in simulator by Michael Hohmuth · 13 years ago
  41. 4e42cd7 RaaA: Add RTC support by Thomas Jarosch · 14 years ago
  42. 5c73e34 Bring idle poweroff to RaaA and the sim by Thomas Jarosch · 14 years ago
  43. acd8bff Expose sys_poweroff() and cancel_shutdown() to RaaA. Hopefully fixes android build by Thomas Jarosch · 14 years ago
  44. 2647d11 Move sleep timer code outside of PLATFORM_NATIVE ifdef so RaaA can access it by Thomas Jarosch · 14 years ago
  45. d8f6c75 Hopefully get shutdown/exit handling on SDL/maemo right. by Thomas Martitz · 14 years ago
  46. 376c9f3 FS#11966 - use separate modelnames and config files for RaaA. This adds an APPLICATION define that can be used in Makefiles, and target-name defines (-DSDLAPP, -DANDROID, -DNOKIAN8XX and -DNOKIAN900) for use elsewhere. LCD size is now hard-coded for the Nokia builds in their config files. A new --app parameter is passed to buildzip.pl to explicitly state that this is an application build - it was previously derived from the model name. by Dave Chapman · 14 years ago
  47. 6d85de3 Implement cooperative threads on hosted platforms using C code. by Thomas Martitz · 14 years ago
  48. 258626f Fix the shutdown sequence for maemo, SDL and simulator builds by Thomas Jarosch · 14 years ago
  49. 5f037ac Initial maemo platform support by Thomas Jarosch · 14 years ago
  50. 992f897 Make sim build compilable under Cygwin. Fixes FS#11832. by Andree Buschmann · 14 years ago
  51. 87c8be4 RaaA: Improve tagcache search to make the database built. by Thomas Martitz · 14 years ago
  52. 5a4b7c3 MPIO HD300 simulator. FS#11796 by Michael Leslie by Marcin Bukat · 14 years ago
  53. 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
  54. 0f274ac Fix player sim yellow by Thomas Martitz · 14 years ago
  55. 1ce7ba4 Make the %tr (radio RSSI) tag work as a bar tag or as a conditional. by Jonathan Gordon · 14 years ago
  56. 440d39a MPIO HD200 - Put key hints on simulator graphic by Marcin Bukat · 14 years ago
  57. 650a294 MPIO HD200: fix red (I missed bootloader and simulator when renaming buttons) by Marcin Bukat · 14 years ago
  58. 56c4e9f Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#11189 by me. by Marcin Bukat · 14 years ago
  59. c8dfe05 HDD6330: add the simulator. by Szymon Dziok · 14 years ago
  60. c85ff1c fix button maps and assign some buttons for uisimulator. by Teruaki Kawashima · 14 years ago
  61. 0d4585b Extend lc_open() to also being able to load overlay plugins. by Thomas Martitz · 14 years ago
  62. ded525e Revert r27972 to fix FS#11610 (but in a way android builds still work). by Thomas Martitz · 14 years ago
  63. 89dcb1c fix red. by Thomas Martitz · 14 years ago
  64. e22aa75 Cleanup io.c a bit. by Thomas Martitz · 14 years ago
  65. be17fff Move comment by Thomas Martitz · 14 years ago
  66. f8381d9 Android: don't compile stubs.c and kill off libuisimulator entirely. by Thomas Martitz · 14 years ago
  67. f05cdc4 Android: don't compile powermgmt-sim.c by Thomas Martitz · 14 years ago
  68. c00fbc4 Android: Don't compile sim_tasks.c by Thomas Martitz · 14 years ago
  69. a4264eb Redo previous commit to not break android builds. by Thomas Martitz · 14 years ago
  70. 6eaab4d Ged rid of uisimulator/common/io.c for android builds. by Thomas Martitz · 14 years ago
  71. 2c2e261 Use system headers a bit more: use host's fcntl.h for O_RDONLY etc. by Thomas Martitz · 14 years ago
  72. 194174a 2nd try: Introduce a small api for loading code (codecs,plugins) from disk/memory. by Thomas Martitz · 14 years ago
  73. 97d2a6e Revert "Introduce a small api for loading code (codecs,plugins) from disk/memory." by Thomas Martitz · 14 years ago
  74. 73f057b Introduce a small api for loading code (codecs,plugins) from disk/memory. by Thomas Martitz · 14 years ago
  75. aaa1636 Move to a proper sdl key config instead of using the d2 pad. make the mouse wheel work, middle click is "select" and right click is "back" by Jonathan Gordon · 14 years ago
  76. 240923a Rockbox as an application: Commit current Android port progress. by Thomas Martitz · 14 years ago
  77. 9c0b247 Rockbox as an application: add get_user_file_path(). by Thomas Martitz · 14 years ago
  78. 57613ea Rename/change SIMVER to APP_TYPE in the Makefiles. by Thomas Martitz · 14 years ago
  79. 31b5c47 Rockbox as an application: Add an 320x240 SDL application target. by Thomas Martitz · 14 years ago
  80. 3982f1e Simulator: build recording code by Rafaël Carré · 14 years ago
  81. b8286d4 Move -Wl,-z,defs to GLOBAL_LDOPTS (instead of GCCOPTS), to avoid noise in older gcc output when not linking by Frank Gevaerts · 14 years ago
  82. 0fef85e HD200 - improve keymap in simulator by Marcin Bukat · 14 years ago
  83. 251b62d sim_icons.c is actually only for charcell display simulation. by Thomas Martitz · 14 years ago
  84. 8d3dbb8 make the sim build the skin lib also by Jonathan Gordon · 14 years ago
  85. b2302e4 Fix remaining reds. by Thomas Martitz · 14 years ago
  86. 19ac345 Fix most reds, I have no idea what's wrong with the gigabeats (yet). by Thomas Martitz · 14 years ago
  87. 59d2603 Move target-simulating specific keymaps out of button-sdl.c into a file per by Thomas Martitz · 14 years ago
  88. 5d236b2 Generate C file / header for svn version string by Rafaël Carré · 14 years ago
  89. ba46c88 rtc_enable_alarm() needs no return value by Rafaël Carré · 14 years ago
  90. 279ce89 uisimulator/sdl only contains bitmaps, rename to 'bitmaps' by Rafaël Carré · 14 years ago
  91. 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 · 14 years ago
  92. 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 · 14 years ago
  93. 80d0d15 Gigabeat S: Fully enable access to hardware tone controls and 3-D effect feature. Under the hood, it's designated a hardware equalizer since it is one. Implement code framework for hardware EQ in general. Menu aspect is well abstracted and so the UI and strings can be changed around if taste doesn't quite suit. So far the emphasis is distinction of the UI labelling from the software EQ so that it's clear the settings are for a different thing. by Michael Sevakis · 14 years ago
  94. cc7457e Fix r25970 red and yellow *and* a bug uncovered for pp5002 where pcm_play_dma_start wasn't actually initializing the dma_play_data with the first buffer info (must've happened during pp502x DMA conversion). by Michael Sevakis · 14 years ago
  95. a5d8d21 fix the last of the reds, and make RDS tags actually work (and add them to the hardcoded radio skin) by Jonathan Gordon · 14 years ago
  96. 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 · 14 years ago
  97. 55e4fe7 Fix the remaining reds. by Thomas Martitz · 14 years ago
  98. 50a6ca3 Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). by Thomas Martitz · 14 years ago
  99. 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 · 14 years ago
  100. c61e89c Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrapped via a static inline. by Thomas Martitz · 14 years ago