1. 7e891aa Oops. Actually add the IDCT file for ARM. :p by Michael Sevakis · 18 years ago
  2. 287d622 Dithering option for mpegplayer on gigabeat-f/x and e200. Assembly IDCT for ARm just to make it all work more nicely. Move UI simulator YUV code to its core to adapt it. by Michael Sevakis · 18 years ago
  3. 62c1a87 Automatically save and load solitaire game. Close FS#7796. (Do we need a "quit without saving" menu entry?) by Antoine Cellerier · 18 years ago
  4. ddee0f1 Use uint32_t type for the pitch table by Nils Wallménius · 18 years ago
  5. ff7b3c5 Fix midi playback on 64 bit sims and const a table by Nils Wallménius · 18 years ago
  6. 0e49605 Move all of midiplay into its subdir and add a Makefile for it, add header files as necessary. by Nils Wallménius · 18 years ago
  7. d969a42 Do not display the backdrop in text viewer and editor plugins by Nils Wallménius · 18 years ago
  8. 4fc77ac Fix empty commit: Add grayscale support for ARM in vertical packing format. by Tomasz Malesinski · 18 years ago
  9. e571cfb vel/MROBE500 by Karl Kurbjun · 18 years ago
  10. 26a05af A few minor cleanups for the Gigabeat S by Will Robertson · 18 years ago
  11. 322fcb5 Re-enable plugins for c200, and fix the red. by Will Robertson · 18 years ago
  12. 590501c Merge the Gigabeat S branch back into trunk. Fingers crossed nothing breaks. by Will Robertson · 18 years ago
  13. a8af83e Code police raid: header files must not define actual code. by Jens Arnold · 18 years ago
  14. 40c0569 Oops, what did that do there? by Marianne Arnold · 18 years ago
  15. 12ddb8e Enable plugins on the Sansa C200. Large parts taken from patch FS#7749 by Max Kelley with tweaks, bit of cleanup and additional bitmaps by me. Some of the now enabled plugins could still be improved in regard to screen size adaptation or keymaps but this way it can easily be done later and one by one. The rather ugly 'ifndef's I added temporaryly in plugins/SOURCES will also go one by one. Plugin button actions cause some quirks in a few plugins (e.g. 'clock') but since it's not critical , the bitmaps were already done and it makes a good example for discussing plugin button actions, I thought it could go in. by Marianne Arnold · 18 years ago
  16. 294ec1d Remove the ID3 tag version priority setting on the grounds of it being pretty pointless. ID3v2 tags are superior to ID3v1 tags, and needs less seeking around to find. by Thom Johansen · 18 years ago
  17. cf1cef5 minor update to gui_synclist_do_button() which will hopefully simplify things later. by Jonathan Gordon · 18 years ago
  18. 65b4aae Sudoku: Optionally display coloured numbers on colour targets. by Jens Arnold · 18 years ago
  19. d9bf26a Remove the ability to restart chessbox with a button (combo). It became redundant since there is a menu item for it; it didn't work on M5 or X5 before and there was a good chance of restarting accidentally. Also update the manual accordingly. by Marianne Arnold · 18 years ago
  20. c9a00ab fix two bugs related to no-existing settings/bookmark files and simplify the viewer_load_settings() function in the process. by Robert Kukla · 18 years ago
  21. 72221fb code police (and commit test) by Peter D'Hoye · 18 years ago
  22. 61aa70c Code police and keep backlight on while in mazezam by Peter D'Hoye · 18 years ago
  23. 04b3435 Clean up hard-coded paths by Nils Wallménius · 18 years ago
  24. 2e305c6 Repair mpegplayer on 64 bit sims. No reason for doing fancy bitshifting opts, this is all compile time... by Jens Arnold · 18 years ago
  25. cd9b512 battery_bench: Fix battery voltage logging for voltages >4.095V by separating the flags from voltage. by Jens Arnold · 18 years ago
  26. b0a1ed1 Fix rockbox warnings. sramfile is a static array so will never be NULL. by Michael Sevakis · 18 years ago
  27. f64ebb1 Sim I/O and threading that runs more like on target. Tweakable if any genuine slowness imitation is required for any one of them. One point of concern is the sim shutdown on an OS other than Linux just because terminating threads in a manner other than having the do it themselves is kind of dirty IMHO. by Michael Sevakis · 18 years ago
  28. cc4541f Credits: better counter when scrolling manually by Peter D'Hoye · 18 years ago
  29. 946a815 Accept FS #7667 by Alexander Levin with minor fixes by me. Splits the shortcuts plugin into two, one for adding and one for viewing. Removes hard-coded file extension and allows to link from one shortcut file to another. by Peter D'Hoye · 18 years ago
  30. ec5b48d Make the credits scrolling changes a bit more user friendly, use actions and some code cleanup by Peter D'Hoye · 18 years ago
  31. 5ccf180 Accept patch from FS#7174 by Mauricio Peccorini with canges by me and Igor Kuzmin, chessbox now saves played games in a pgn file called .rockbox/rocks/games/chessbox.pgn by Nils Wallménius · 18 years ago
  32. fd3b0d9 Fix FS #7685 by using the backlight helper functions. Some code policing and cleaning. Still contains a potential crash although this version does not crash atm. by Peter D'Hoye · 18 years ago
  33. f2178fb the last oops? by Peter D'Hoye · 18 years ago
  34. 4a70f49 fix yellow :) by Peter D'Hoye · 18 years ago
  35. 432a476 fix red by Peter D'Hoye · 18 years ago
  36. 4ca83e3 Accept FS #6854 by Sylvain Fourmanoit: allow navigation when viewing credits and do not exit immediately when pressing a key. by Peter D'Hoye · 18 years ago
  37. c668de3 FS #7286. Do correct rounding of final 16 bit samples before sending to DAC, for you golden-eared people. by Thom Johansen · 18 years ago
  38. c9ee052 the viewer lives in the viewer dir so save settings and bookmarks there, as by Daniel Stenberg · 18 years ago
  39. c05e609 The icon associated with wavplay should have been changed for hwcodec, put back the one for wav2wv to its original state. by Marianne Arnold · 18 years ago
  40. 61835f2 nope, this one is the one it shuold show by Jonathan Gordon · 18 years ago
  41. 555615a make .wav use the inbuilt audio icon on hwcodec by Jonathan Gordon · 18 years ago
  42. bc6c62b Convert to unix line-endings by Dave Chapman · 18 years ago
  43. 767c0ec Pass plugin api pointer to funtion directly, fixes crashes when doing incremental builds. Fix incorrect backlight changes in rockblox introduced recently. by Peter D'Hoye · 18 years ago
  44. 1d1d9a8 Switch to using millivolt for battery voltage and other internal voltages. * Fix debug voltage history display. * Some code cleanup. by Jens Arnold · 18 years ago
  45. ba8ec4a Ignore HAVE_BACKLIGHT for plugins, as they build without the check and makes life easier for ondio owners. by Peter D'Hoye · 18 years ago
  46. cb53e3c Bring mpegplayer backlight fix to the other plugins, this also fixes some wrongly ifdef'd backlight calls. by Peter D'Hoye · 18 years ago
  47. 4918059 properties plugin: Make the ID3 info available on HWCODEC targets too. by Nicolas Pennequin · 18 years ago
  48. dc1cb3c Hopefully green this time (move the variable declarations inside the #if block). by Nicolas Pennequin · 18 years ago
  49. adb64bb properties plugin: the HWCODEC targets don't have get_metadata so no ID3 info for them. by Nicolas Pennequin · 18 years ago
  50. 9aa597f Add a bit of metadata info in the properties plugin output. by Nicolas Pennequin · 18 years ago
  51. 6a92e47 Make get_metadata act on a struct mp3entry rather than a struct track_info. by Nicolas Pennequin · 18 years ago
  52. 4060a8c Now get those keywords right... by Peter D'Hoye · 18 years ago
  53. a5d4d67 Also keep the backlight on in mpegplayer when plugged in. Fixes FS #7584. Created two helper functions for this, because this issue also exists in other plugins (to do). The helper functions are in the pluginlib in helper.[ch], where other common stuff can be put. by Peter D'Hoye · 18 years ago
  54. 2ae0d63 corrected logic in expression of jdgordon's r14187 commit; should fix FS#7590. Tidied up exit paths while I was at it. by Robert Kukla · 18 years ago
  55. 451dec1 Clock: * Correct aspect ratio on archos recorders (target only, checking for LCD type). * Don't let the hands vanish if they are thin. by Jens Arnold · 18 years ago
  56. 6dbd02b mandlebrot is a demo, not a game by Jonathan Gordon · 18 years ago
  57. 4211011 Package test plugins as apps, instead of munging them into a file 'test', leaving only the last found one available with no proper extension to run it. by Jens Arnold · 18 years ago
  58. 2c4cae1 Let solitaire save its settings when performing shutdown from inside the game or menu by Peter D'Hoye · 18 years ago
  59. fc61a67 Make test_scanrate.rock build for M5. by Jens Arnold · 18 years ago
  60. 9674316 Accept FS #7559. Update dict plugin to new locations. by Peter D'Hoye · 18 years ago
  61. 7a828b1 didn't saw the warning by Kevin Ferrare · 18 years ago
  62. 9dddf3b Search viewer (plugin) : reindent correctly with spaces, add multiscreen support by Kevin Ferrare · 18 years ago
  63. 7fe32b9 Only show plugins which are actually associated with the file from the "open with" menu. (plugins registered with * in the viewers.config are always shown) by Jonathan Gordon · 18 years ago
  64. fda7d72 Accept FS#5464 - organise the rocks directory. by Jonathan Gordon · 18 years ago
  65. 5fee03c Make test_disk and test_fps plugins compile for the simulator. by Jens Arnold · 18 years ago
  66. 9d1e5e4 Clock plugin : added the repeat action to the mode/skin change button mappings by Kevin Ferrare · 18 years ago
  67. d1af1c0 makes the slot wheels turn faster in the jackpot plugin for the bitmap targets by Kevin Ferrare · 18 years ago
  68. 5c98fc2 /me tired, forgot to add the actual plugin by Jonathan Gordon · 18 years ago
  69. ef81572 Accept FS#7486 - shortcuts plugin. by Jonathan Gordon · 18 years ago
  70. 97c4694 FS#7536 - Make the superdom score calculation more elegant - thanks to Johnathon Mihalop by Will Robertson · 18 years ago
  71. 739f0ec quick fix for FS#6007 (the first point, where a long line with a - would stop the rest of the file being viewed if your in narrow line mode) by Jonathan Gordon · 18 years ago
  72. 7c54ad6 Accept FS#7074 - choose which folders should be scanned and ignored using the /.rockbox/folder_advance_dir.txt (paths prefixed by - will be skipped, otherwise they will be scanned) by Jonathan Gordon · 18 years ago
  73. 68c83e5 Accept FS#7449 - use the menu/power button for the menu and use rec to toggle slideshow mode. by Jonathan Gordon · 18 years ago
  74. 88bdae2 oops forgot to remove that by Kevin Ferrare · 18 years ago
  75. 1d91334 made the jackpot plugin use the new common sprite functions, cosmetic change to the clock plugin's code by Kevin Ferrare · 18 years ago
  76. 14d2761 Clock plugin : centered the binary plugin, moved the AM/PM mark to the right on digital display, reduced the thickness of the pseudo antialiasing for analog clock by Kevin Ferrare · 18 years ago
  77. 721c897 clock plugin : check wether it's necessary to save the settings, correct format for japanese dates on analog screen, code a little more clear by Kevin Ferrare · 18 years ago
  78. 93b2f9f Rewrote the clock plugin in a cleaner and more modular way so that it can scale on remote screens. Use left-right keys to change the type of clock displayed (analogic, digital, binary) and up/downto change the look of the clock by Kevin Ferrare · 18 years ago
  79. ffbbc60 Mpegplayer: Clear up some other cache issues. Use the better sleep loops for message sending. I still won't promise 100% trouble-free operation on dual-core since adding a thread to the COP from the CPU is a race condition anyway. by Michael Sevakis · 18 years ago
  80. 5490f6c Chessbox plugin: Reset computer thinking time on forced play (FS #5135) by Peter D'Hoye · 18 years ago
  81. 73970f4 Fix FS#7522 color issue in superdom. by Dan Everton · 18 years ago
  82. 83c003d Fixed good and proper this time. Hopefully... by Will Robertson · 18 years ago
  83. cc57190 The obligatory "oops" commit. :) by Will Robertson · 18 years ago
  84. 1685da8 Accept FS#7136: Turn based strategy game - "Superdom" clone by Will Robertson · 18 years ago
  85. 8789ebc FS#5426 - register .sgb for rockboy by Jonathan Gordon · 18 years ago
  86. 744f07f fix FS#6754 - the standard context menu action will now delete the selected line by Jonathan Gordon · 18 years ago
  87. 66029a5 Prevent pong from crashing in 64 bit simulator by Nils Wallménius · 18 years ago
  88. 754293a Accept FS#2821 - add some colour to the snow plugin by Jonathan Gordon · 18 years ago
  89. 0bfa3e7 Disable 'Disk spindown' and 'Anti skip buffer' settings and some related stuff for flash storage targets as they make no sense by Nils Wallménius · 18 years ago
  90. 98e6073 vu_meter: Use the fixedpoint lib (moving flog there) by Robert Keevil · 18 years ago
  91. c687f8c FS#2735 - stats plugin now shows the number of files in the biggest directory by Jonathan Gordon · 18 years ago
  92. 1dc5435 Fix FS#7311 '64 bit simulator crashes when using the menus in some plugins.' by resolving a naming conflict between the plugins' private settings structs and the global 'settings' struct by Nils Wallménius · 18 years ago
  93. 5c7b46e Converted the menus to the new API in the clock plugin and started to port to remote display by Kevin Ferrare · 18 years ago
  94. f48d0ef Removed duplicated code for menu items definition, made the plugin use the action API by Kevin Ferrare · 18 years ago
  95. df4f56b plugins code cleanup : moved the duplicated fixed point table loockup based sinus/cosinus functions to fixedpoint.c, removed the bmp size definition in the clock.c|-(useless as the size is already defined in a .h generated with every bitmaps ...) by Kevin Ferrare · 18 years ago
  96. e1147b8 RTC (real time clock) support for Rockboy. The time in games like Pokemon Gold/Silver should now stay synced on RTC-capable targets. Other targets will lose track of time when the player is turned off. User's can edit the .rtc file in an attempt to resync the RTC. The clock should stay synced when entering and leaving the menu. I've tested this over the past two weeks and it seems to work well. by Tom Ross · 18 years ago
  97. a39cf4f Use the wheel to aim on the sansa by Jonathan Gordon · 18 years ago
  98. a2b14a5 Fixed the metronome plugin crashing on target. Fixes <a href='http://www.rockbox.org/tracker/task/7421'>FS#7421</a> by Kevin Ferrare · 18 years ago
  99. 4f08483 Least but not last by Kevin Ferrare · 18 years ago
  100. f3114f3 How should I say ... oops ? by Kevin Ferrare · 18 years ago