1. 506d18b H10 20GB: Hopefully fix the issue on FM not operating at 80MHz CPU frequency for everyone. Works for me. by Michael Sevakis · 17 years ago
  2. b2fa99b Vorbis codec: Only try to put the ARM assembler optimised MDCT in IRAM if the target uses IRAM. This fixes the code for gigabeat, but it is kept disabled for gigabeat because the C code is actually slightly faster (~0.5%). by Jens Arnold · 17 years ago
  3. 57a4513 don't let the brightness settings wrap by Marcoen Hirschberg · 17 years ago
  4. 7dff491 - make the booloader compile again by Marcoen Hirschberg · 17 years ago
  5. fe99a8e make the brightness setting logarithmic, which looks linear to the eye by Marcoen Hirschberg · 17 years ago
  6. 8af4b3c remove unsused defines by Marcoen Hirschberg · 17 years ago
  7. 3a54c9b rbtutil: introduce a RbSettings class help code reuse, and minimises duplicated code. by Dominik Wenger · 17 years ago
  8. a665d99 Update Finnish (FS #8503) and Dutch language files by Peter D'Hoye · 17 years ago
  9. 3d63b23 add missing include by Dominik Riebeling · 17 years ago
  10. 5677b4c Oops, forgot to change some #ifdefs by Nils Wallménius · 17 years ago
  11. 60baa54 Make jpegviewer remember the slideshow timeout, fixes FS#8461, slight simplification of the menu code by making the slideshow timeout a regular int setting. by Nils Wallménius · 17 years ago
  12. ef1f7d3 SPC Codec: Ensure no crash occurs on load failure which could cause emulation to be run without a program loaded on dual core (DSP wasn't initialized yet). The load failures come from core buffering not having the atomic audio file fully loaded before the codec requests the buffer (it gets as many bytes as can be provided) which IMHO isn't very atomic :). Changes in thread execution order after dumping spinlocks for general use simply revealed the buffering race condition. No fix for that will be hacked into the codec itself but should be fixed in the core. Add my copyright to files I had a significant part in developing per request of Adam Gashlin. by Michael Sevakis · 17 years ago
  13. 4cfae09 Binary font committed by mistake? by Jonas Häggqvist · 17 years ago
  14. a891703 Add backdrops/, icons/ and utils/ as well as some missing rwpses to the tarballs. by Jonas Häggqvist · 17 years ago
  15. d8e3abf Shiny new bitmap for the D2 sim by Rob Purchase · 17 years ago
  16. df6c5f4 rbutil: introduce a util function to get the systemproxy, for better reuse. by Dominik Wenger · 17 years ago
  17. 9759c03 Renamed 'archos' to 'modelname' in the configure script and the Makefiles by Daniel Stenberg · 17 years ago
  18. ebe5acf Fixed the problems on the new version of the fire plugin (so repush it), added new actions to the pluginlib_actions to fix the keymaps on the Sansa e200 for the clock and fire plugins. Also slightly simplified the metronome plugin's key mapping with those new actions. by Kevin Ferrare · 17 years ago
  19. 8a91c19 Fix typo (and update the build table...) by Rob Purchase · 17 years ago
  20. fa85aa8 D2 simulator build (plugins not built yet) by Rob Purchase · 17 years ago
  21. 9d6f6aa When automatically loading the last bookmark and the file couldn't be found, nothing much seemed to happen. Show 'Nothing to resume' in this case, so the user has a clue that something went wrong. Should perhaps use a different message in this case. by Magnus Holmgren · 17 years ago
  22. 5570ab2 Updated italian translation. by Alessio Lenzi · 17 years ago
  23. 24dacb6 Remove old debug statement when building fonts. by Michael Giacomelli · 17 years ago
  24. dae719d Revert today's fire commits because it crashed all the targets I could test with (OndioFM, M5, C250). The plugin action conversion also caused problems (e.g. in a c200 sim which was working) I couldn't control flame type and movement and couldn't exit. by Marianne Arnold · 17 years ago
  25. 8b4ecfa Oops. Only build mpegplayer bitmaps for SWCODEC. by Michael Sevakis · 17 years ago
  26. 2df3f38 FS#8495 by Harry Tu - fix bad spelling in english.lang by Linus Nielsen Feltzing · 17 years ago
  27. 73afc47 A commit without a single warning is not really fun by Kevin Ferrare · 17 years ago
  28. eb93be2 Fire plugin : initializes palettes with a function instead of storing them in static arrays, changed the color LCD's palette to make it look nicer, switched the button API to the action API, reorganized code a little bit by Kevin Ferrare · 17 years ago
  29. 7da7e7b add timer registration for mrobe100 lcd to greyscale lib (fix yellow) by Robert Kukla · 17 years ago
  30. 7bc4d24 Accept FS #8494: updated chinese translations by Harry Tu by Peter D'Hoye · 17 years ago
  31. c4c678f Accept FS #8490 by Vuong Minh Hiep: fix wrong selection in multi-line lists by Peter D'Hoye · 17 years ago
  32. 343fb72 configure update hasn't worked in ages... by Daniel Stenberg · 17 years ago
  33. d90e083 Hopefully resurrect unifont.bdf correctly. by Nicolas Pennequin · 17 years ago
  34. ea358a1 Keyclick option (FS#7307). Disabled by default, go into System settings to enable it. WARNING: PortalPlayer targets reportedly have a problem with this, so don't enable it on those unless you want to risk burning your ears with horrible noise. This is probably a bug in pcmbuf_beep(), and I'm hoping that someone who has an affected target will look into it and fix it as a result of this commit. by Steve Bavin · 17 years ago
  35. cba886d Set different icons for each resolution in the build script. by Michael Giacomelli · 17 years ago
  36. b58071a Fix Cabbie on non-color targets by not including the gradient selection bar. Also, update the build script so that different targets can have different selection bars. by Michael Giacomelli · 17 years ago
  37. c5f6406 Make the build script also install any needed icons. by Michael Giacomelli · 17 years ago
  38. 0742980 This shouldn't have been deleted. by Michael Giacomelli · 17 years ago
  39. 97cbdaa Tell the build system about the new theme. by Michael Giacomelli · 17 years ago
  40. 8b01677 Commit new theme: Cabbie 2.0\! Thanks to everyone in the forums who made this possible. If you see any problems by Michael Giacomelli · 17 years ago
  41. c05fef3 Change build script to copy any fonts needed for build in themes in preperation for commiting a default theme. Maybe not the best use of space, but theres only 2 built in themes with fonts so it makes little difference. by Michael Giacomelli · 17 years ago
  42. 31b6eb5 Commit FS#8387 by Adam Gashlin. Enables detection of firewire devices for charging on various Ipods. Note that charging itself is not yet implemented on these devices. by Michael Giacomelli · 17 years ago
  43. c1791a5 compile uisimulator for m:robe 100, button definitions taken from h10 for now by Robert Kukla · 17 years ago
  44. b5acab1 Commit FS#8480 by Andree Buschmann. Updates battery calibration for the Sansa E series. by Michael Giacomelli · 17 years ago
  45. 70362ee rbutil: lupdate on all languages, updated german lang. by Dominik Wenger · 17 years ago
  46. 4e8d614 add Manifests to rbutil, sansapatcher and e200rpatcher to gain needed rights on windows vista. by Dominik Wenger · 17 years ago
  47. 56b3f92 Manual: Be more accurate about 'reset settings with button during startup' - the feature wasn't mentioned in some manuals even though it is possible (Sansas, Iaudios, H10s); use the *_PAD macros because it depends on the keypad and this way it's easier to exclude it from the 1st-3rd gen Ipod manuals (currently not possible on these targets); use the 'press button' phrasing for the Gigabeat (still not perfect but better than before). by Marianne Arnold · 17 years ago
  48. 3d92206 Repair OndioFM manual that accidentally got broken in the previous fmradio.tex commit because the virtual keyboard description doesn't use the manual 'button action' macros for Ondio manuals. (I.e. the quick fix, leaves work on the platform files/virtual keyboard section to do). by Marianne Arnold · 17 years ago
  49. 47cfed1 audio on the m:robe 100 by Robert Kukla · 17 years ago
  50. 9e93b9e Proper mutexing in the MMC driver's ata_init(), resembling what is done in the ata driver. by Jens Arnold · 17 years ago
  51. 45f733e rbutil: correct some UI texts, and made the rbspeex config dialog a bit nicer. by Dominik Wenger · 17 years ago
  52. 5730da2 Apply last fall's exponent fix to WMA v1 files as well. by Michael Giacomelli · 17 years ago
  53. 099c96e Fixes to the Russian translation by Alexander Kuzmenkov by Jonas Häggqvist · 17 years ago
  54. a423db0 added an option to get a list of voices for a language, for rbutil. by Dominik Wenger · 17 years ago
  55. 6b5780d rbutilqt: made the sapi TTS more configurable, you can now select a specific voice in the config dialog. Also reworked some setSetting functions, to remove depencies. by Dominik Wenger · 17 years ago
  56. 2cffb1b Look for albumart in .rockbox/albumart/<artist>-<album><size>.bmp in addition to the current locations. by Jonas Häggqvist · 17 years ago
  57. 608c547 Fix warnings. Remove a now unneeded parameter macro from run_blocking_ops. by Michael Sevakis · 17 years ago
  58. 4684348 Don't bother translators with strings that are already translated when just the target line has been changed. by Jonas Häggqvist · 17 years ago
  59. 32a531b Do some simplification in switch_thread regarding interrupt enabling which simplifies kernel objects as well. Simply doing unconditional disable/enable should be fine in the firmware. Not sure about the case in the bootloader for all targets and so will evaluate but that should be fine too if everything is masked. by Michael Sevakis · 17 years ago
  60. 2235c7e FS#8446 New translation, Hindi language by Apoorva Mahajan. by Mustapha Senhaji · 17 years ago
  61. 6a83796 Finally, out goes struct spinlock for anything but mutiprocessor targets where it becomes a reenterable corelock. by Michael Sevakis · 17 years ago
  62. 3b36b98 Properly serialize ata_init with other threads. Fix a bug that always initialized the lock on every call to ata_init - that should be a one time init or else the lock could be corrupted on connect. by Michael Sevakis · 17 years ago
  63. 536b5a0 Accept FS#8469 by Bryan Childs with a few adjustments: Remove duplicate strip_extension() function from albumart.c. The other one is moved from tree.c to misc.c. by Nicolas Pennequin · 17 years ago
  64. 905d806 meg-fx: remove superfluous i2c_init call by Michael Sevakis · 17 years ago
  65. 6e051bb Updated Romanian language by George Tamplaru. by Jonas Häggqvist · 17 years ago
  66. 53e79ca meg-fx: correct an oops in the interrupt vector table by Michael Sevakis · 17 years ago
  67. 483e418 Update the WPS build script so that included builds can have various additional features. This version allows me to compile the new proposed default WPS into new builds. See FS#8443 for more info. by Michael Giacomelli · 17 years ago
  68. c598ce0 Manual: 'enable' the radio chapter for the c200 (add a screenshot), add missing e200 and c200 button descriptions in the table as well as in the text below and add a note about Sansas with or without the radio chip. Use the macros a bit more efficiently. State everything as is currently but this chapter needs some work... by Marianne Arnold · 17 years ago
  69. b24f5ce Manual - use the button macro correctly so that the following space is not eaten and actually use it for the Ipod manuals. Also removed a few tabs and unnecessary spaces. by Marianne Arnold · 17 years ago
  70. d7d073a Reverse the behaviour of the scrollwheel (i.e. fwd/clockwise is down, back/anti-clockwise is up) in the text viewer for the Sansa. This was accidentally changed in r16045 by Dave Chapman · 17 years ago
  71. 93ddef3 mpegplayer: fix a small mistake in validating the start time. by Michael Sevakis · 17 years ago
  72. 0ae0e1d libmpeg2: Change a couple style points for consistency and some spacing. by Michael Sevakis · 17 years ago
  73. 0c7f237 libmpeg2: Decode only Y on grayscale targets. The chroma skip code is probably less than optimal since it's basically the decoding code with minimum reading of the bitstream but it does the trick for now and gets some more FPS. by Michael Sevakis · 17 years ago
  74. 74d6105 Update Swedish translation, and make a few changes for consistency. by Magnus Holmgren · 17 years ago
  75. 837012b Fix graphical glitches occuring in the greyscale library on H1x0 and M5 at 124MHz. The main loop within lcd_grey_data() needed instruction reordering (interspersing lcd writes with memory accesses) to meed the LCD controller timing. Slight slowdown because of the extra register needed. by Jens Arnold · 17 years ago
  76. 47ea030 Initial Cowon D2 commit: by Rob Purchase · 17 years ago
  77. b30ca8c * Apply a a recent, small optimisation from the archos bitmap lcd driver to the charcell driver, and fix comments. * Make the optimisation more safe, and apply that fix to the bitmap driver as well. by Jens Arnold · 17 years ago
  78. feefc90 Change wording of date options to clarify; previously English format was not the format used in England. by Steve Bavin · 17 years ago
  79. d1e4bb2 Reduce the size of the language buffer a bit. by Jonas Häggqvist · 17 years ago
  80. 79ad71a Updated Thai translation by Prakarn Sahasoontornvute (FS#8395). Enlarge the language buffer as pointed out by Harry Tu. by Jonas Häggqvist · 17 years ago
  81. fcbeb2b FS#8132 by Harry Tu: Remove untranslated strings from a number of languages. by Jonas Häggqvist · 17 years ago
  82. 7ed7873 Fix compile error in wps_debug.c when -DDEBUG and not simulator build by Catalin Patulea · 17 years ago
  83. 784112a Fixed the red. by Miika Pekkarinen · 17 years ago
  84. 7aedb02 Dircache state should be checked too to make appflags work in every situation. by Miika Pekkarinen · 17 years ago
  85. 39c597b Always check for deleted files, no matter how slow it might be when DB autoupdate is enabled. Also simplified code a bit. Fixed a crash when search is performaed and dircache has been vanished and DB is still exists ram. by Miika Pekkarinen · 17 years ago
  86. fa7eb56 Greyscale library: * Defer application of lcd linearisation + gamma in buffered mode to the actual update. This simplifies the update function (grey_update() and grey_update_rect() now are just calls to grey_ub_gray_bitmap_part()), and makes DRMODE_COMPLEMENT work properly. * Make the simulator version work and behave more similar to the target version. by Jens Arnold · 17 years ago
  87. 071c2ac Reenable metronome on Archos targets which got lost during the big change to it in last summer and fix a warning (wrong data type). The plugin button action system causes problems with the Ondio controls (tapping and playing conflict, even though there are exceptions defined) and it's only halfway usable, probably this applies to the Player as well but couldn't test. It is still better than nothing and e.g. metronome is not completely controllable on c200 too where it is also enabled. by Marianne Arnold · 17 years ago
  88. 0ce6c52 FS#8369 by Harry Tu: Voice strings for norsk.lang. Please report any problems in the tracker, if you build Norwegian voicefiles since this was done by someone who doesn't speak Norwegian. by Jonas Häggqvist · 17 years ago
  89. 9956c25 Midiplay: more consistent button mapping on c200 - use the volume buttons to adjust volume (BTN_UP/DOWN), making it possible to use the 'Play' button for play/pause. by Marianne Arnold · 17 years ago
  90. 28cd26c Some cleanup for readability. No code change. by Jens Arnold · 17 years ago
  91. 62f7f9e rbutil: improve voice creation: better parser for genlang output. Make progressbar working while voicegeneration. Sort the voice language list. Make the rbutil Translations built in. (run lrelease before make) by Dominik Wenger · 17 years ago
  92. bf6d5cc m:robe 100: tweaks for more reliable shutdown by Robert Kukla · 17 years ago
  93. 66ad9b1 Greyscale test plugin: Add missing button definitions for M5. by Jens Arnold · 17 years ago
  94. d37c622 fix abort button when rockbox-info.txt is not available. by Dominik Riebeling · 17 years ago
  95. d984686 FS#8450 Update the fnnish translation by Jani Kinnunen. by Mustapha Senhaji · 17 years ago
  96. 20b3823 Make the lcd_gradient_* functions static - they're not exported in lcd.h by Dave Chapman · 17 years ago
  97. 189f9e2 charcell doesnt show titles in lists, so remove the "show path" setting and free up some bin space by Jonathan Gordon · 17 years ago
  98. f4f90c2 Oops, looks like I overlooked a leftover from the old graylib... by Jens Arnold · 17 years ago
  99. c6b5d55 The old grayscale library is now officially dead. by Jens Arnold · 17 years ago
  100. a72499a Greyscale library: Plugins can now put the management structure in IRAM for higher update speed. Use this in doom, mpegplayer, and zxbox. Made the api pointer part of the struct. by Jens Arnold · 17 years ago