1. 9216d0f FS#8413 Update the chinese translations by Xinlu Huang. by Mustapha Senhaji · 17 years ago
  2. 387e081 Change heading on database root for consistency. by Steve Bavin · 17 years ago
  3. a8b80b6 Gah, e200 sets CONFIG_LCD to LCD_X5. by Jens Arnold · 17 years ago
  4. c46ee42 Forgot to commit the adaption of 'fire' to the new greylib. by Jens Arnold · 17 years ago
  5. dbe24fc Doom LCD update: * Speed up the C versions slightly (colour and greyscale). * Fix the ASM version for H300 (caused line flicker, probably since buffered LCD writes were enabled). Slightly slower, but still ~8% faster than plain C. Removed the C version of this ASM because of the same problem (was only there for reference). * Added ASM optimised version for X5 (~8.5% faster). by Jens Arnold · 17 years ago
  6. 43bc13e rbutil: Updated german translation. (also lupdate on all translations) by Dominik Wenger · 17 years ago
  7. 3e252cb rbutil: turkish translation by Mehmet Ş. Çatalbaş (baratrion) FS#8407 by Dominik Wenger · 17 years ago
  8. d4cb075 Fix reading of ID3V2 tags with frame data length fields, hopefully without breaking anything else. by Magnus Holmgren · 17 years ago
  9. f77b4da Tarball fixup. by Jonas Häggqvist · 17 years ago
  10. 2aa0c4c Doom: Keep the light on during gameplay. by Jens Arnold · 17 years ago
  11. 919caf0 allow building ipodpatcher / sansapatcher with MinGW. by Dominik Riebeling · 17 years ago
  12. dadd80a If seek fails, don't insert nonsense for the current position. Also, make one of the error messages a bit more clear. by Michael Giacomelli · 17 years ago
  13. 6202def Notify the user that he can't compile a normal build for the e200R target. by Jonas Häggqvist · 17 years ago
  14. 4ddfdc8 Fix chessbox and rockboy for archos (overlays were broken by yesterday's plugin binsize reduction commit). by Jens Arnold · 17 years ago
  15. b176467 Stop the player vkeyboard from freezing when voice is enabled and it tries to spell a non-ASCII character. by Jens Arnold · 17 years ago
  16. feb5b15 All-new greyscale library, replacing the old one. Features: (1) Drawing/updating is faster than the old grayscale lib at full depth. (2) Always 129 shades instead of 2..33 shades. (3) No graininess caused by frequent updates (mpegplayer, doom, ...). (4) Needs less memory than the old grayscale lib at full depth. * The tradeoff is slightly higher CPU load in the ISR (frames are calculated 'live') and an extra function in the core. * Ported all plugins which used the graylib to use the new one. * Some slight optimisations for archos and H1x0 LCD update. by Jens Arnold · 17 years ago
  17. d358683 Stop wasting binary size + ram for several plugins. Plugins are supposed to be linked with --gc-sections, in case they use plugin library elements. by Jens Arnold · 17 years ago
  18. e6e5697 Update Dutch lang file by Peter D'Hoye · 17 years ago
  19. c898630 mpegplayer seek tweak: Have video keep the time and duration of the last decoded frame up to date at all times. Make sure streams that have reported and EOS condition are placed back on active list when seeking which it seems is the cause of a video glitch where the initial frame may be presented after a seek but video playback wouldn't restart. Set logical seek time to video start in the parser after after initial load. by Michael Sevakis · 17 years ago
  20. ee71d87 New translation: Tagalog by Melba Sitjar. by Jonas Häggqvist · 17 years ago
  21. dff0deb Ok...really fix the red. :) by Michael Sevakis · 17 years ago
  22. d9a8955 Fix some warnings/errors. by Michael Sevakis · 17 years ago
  23. a5fc3f4 Initial WVS for mpegplayer. Adjusts to the user's preferred font and uses FF/RW preferences set for playback. Picked a random color for the base WVS color but it could be configured. Some engine tweaks to accomodate it since certain nescessities are clearer now. Fix a clipped YUV output bug in the SIM. by Michael Sevakis · 17 years ago
  24. d1cb32a Fix typo(s) and use British English. by Marianne Arnold · 17 years ago
  25. c7a046d FS#8375 - Fix division by zero using the random database selection in a near-empty subset. Thanks to Henri Valta. by Steve Bavin · 17 years ago
  26. 21abf65 Oops, fix red. by Stepan Moskovchenko · 17 years ago
  27. 1110491 MIDI player: print out track names, copyright info, song names, etc during load time. This includes by Stepan Moskovchenko · 17 years ago
  28. 0f8c77b MIDI player: fix a very unlikely (but possible) file descriptor leak. by Stepan Moskovchenko · 17 years ago
  29. 59acdc3 MIDI player: Allow pause and seeking during pause. Print out the play/pause/seek position in seconds. by Stepan Moskovchenko · 17 years ago
  30. a39039d First 'oops' commit of the year: on the e200 the macros are called 'ButtonScrollUp/Down' instead of 'ButtonScrollFwd/Back'. Thanks to Dave Chapman for noticing. by Marianne Arnold · 17 years ago
  31. e937310 Fix typos in two lcd_remote function names. by Dave Chapman · 17 years ago
  32. afe0677 Add the missing brickmania screenshots to the c200 and 5/6GB H10 manual. Fill out the button table and also mention the alternative 'fire' as well and 'left/right' controls on other targets. by Marianne Arnold · 17 years ago
  33. 2e5f8f5 Brickmania for Sansa c200 and the small H10 with new graphics. While at it reduce the number of necessary per screen definition by letting the plugin retrieve the bitmap heights and widths from the file, therefore 'clean up' some graphics e.g. the menu items one, also make some backgrounds a bit nicer. Rearrange bitmaps/native/SOURCES and rename some graphics to reduce the number of duplicated bitmaps which only had a different name e.g. the ball - and tweak the gameover bitmap (on colour displays it uses transparency, and adapt the already existing mono bitmap to be usable). There might be minor differences in the 'looks' for existing ports but almost not noticeable with the exception that the gameover graphic is now centered. Introduce an alternative left and right key for c200 (volume up/down) for easier control. Manual update will follow. by Marianne Arnold · 17 years ago
  34. 282c9d6 mpegplayer: Whoa. Left out a buffer wrap calculation when reading elementary streams. by Michael Sevakis · 17 years ago
  35. 3b1f61a mpegplayer loose ends: Move gray_release to the exit routine where it should be. All gray handling is on CPU except frame rendering. by Michael Sevakis · 17 years ago
  36. b08409e Fix some DEBUGF warnings for sims. by Michael Sevakis · 17 years ago
  37. a222f27 mpegplayer: Make playback engine fully seekable and frame-accurate and split into logical parts. Be sure to have all current features work. Actual UI for seeking will be added soon. Recommended GOP size is about 15-30 frames depending on target or seeking can be slow with really long GOPs (nature of MPEG video). More refined encoding recommendations for a particular player should be posted soon. by Michael Sevakis · 17 years ago
  38. 1d0f6b9 Updated Danish translation with a couple small voice fixes. by Jonas Häggqvist · 17 years ago
  39. aaaabf2 Update the french translation. by Mustapha Senhaji · 17 years ago
  40. af46ed0 FS#8373 Update the finnish translation by Jani Kinnunen. by Mustapha Senhaji · 17 years ago
  41. 4baafbf Updated italian translation. by Alessio Lenzi · 17 years ago
  42. d041521 Overhaul of the 'system options' chapter in the manual, introducing a few new options in the platform files. These make it possible to in- or exclude parts easier and more obvious based on the features of a target and follow the 'features.txt' that's used for the language files (just the check for flash based vs. hdd based player would be inverted). The idea was to be able to parse the features.txt into these platform files automatically later on. by Marianne Arnold · 17 years ago
  43. b8bc45d FS#8353 - add a quick way to make a .cfg from the sound settings. by Jonathan Gordon · 17 years ago
  44. 557ae97 A few fixes to the Danish translation. by Jonas Häggqvist · 17 years ago
  45. 3c376e7 Further update to Spanis translation by Robert Menes. Mostly voice strings this time. by Jonas Häggqvist · 17 years ago
  46. b5ac8c2 Add the last missing voice string to the Danish translation. by Jonas Häggqvist · 17 years ago
  47. 1113549 Danish translation fixes: Add some missing voice strings and change LANG_AFMT_MPA_L3 into just "MP3" so everyone understands. by Jonas Häggqvist · 17 years ago
  48. 7a809e5 FS#8359 Update the spanish translation by Robert Menes. by Mustapha Senhaji · 17 years ago
  49. 32f6109 Gigabeat S memory management stuff. by Will Robertson · 17 years ago
  50. a9933ce Small fixes and a single new string, for the Danish translation. by Jonas Häggqvist · 17 years ago
  51. c34409e Updated Swedish translation, with a few fixes. by Magnus Holmgren · 17 years ago
  52. 9d482eb w32: when utilizing IE values for system proxy also honor the ProxyEnable value. In the configuration dialog, display a note when system proxy is disabled. by Dominik Riebeling · 17 years ago
  53. 383a32a Gigabeat S now uses the shared ARM MMU code rather than the (mostly duplicated) private code. No functional change. by Will Robertson · 17 years ago
  54. 0fb794d Update the french translation with one minor fix for one string. by Mustapha Senhaji · 17 years ago
  55. ec98737 FS#8354 Update the finnish translation by Jani Kinnunen. by Mustapha Senhaji · 17 years ago
  56. a99b6ed Updated italian translation. by Alessio Lenzi · 17 years ago
  57. de741cd FS#6960 - Add random selection option to database, by Mark Reiche. This satisfies FS#6915. by Steve Bavin · 17 years ago
  58. 88f79be FS#8219 Update traditional and simplified chinise translations by Xinlu Huang. by Mustapha Senhaji · 17 years ago
  59. 21735eb Preserve song statistics when moving files or altering metadata. Conditions required to apply: song length must not change AND either filenames (with path) must match or two of the following tags matches: artist, album, title. IMPORTANT: Currently dircache enabled and DB loaded to RAM is required for reliable operation of this feature. by Miika Pekkarinen · 17 years ago
  60. dcf56e9 Proper encoding by Linus Nielsen Feltzing · 17 years ago
  61. 6aec257 Better translation of the recording settings by Linus Nielsen Feltzing · 17 years ago
  62. eaf38cd Updated Danish language. Small fixes to Czech translation. Closes FS#8300. by Jonas Häggqvist · 17 years ago
  63. 0506ec7 Accept FS #8323 by David Bishop: always use the term bootloader by Peter D'Hoye · 17 years ago
  64. 760c1ba Accept FS #8313 by David Bishop: always use the term website by Peter D'Hoye · 17 years ago
  65. 01a8a7f move w32-specific resources to a separate file to prevent building them on other platforms. Use an alias in the resource file to remove the need of copying the file. by Dominik Riebeling · 17 years ago
  66. 213d9a2 fix touchpad list code by Jonathan Gordon · 17 years ago
  67. f5ec3e4 remove the duplicated gui_list struct and only duplicate the members which are actually different on each screen. should translate to a smaller bin and easier code (users shouldnt notice any difference) by Jonathan Gordon · 17 years ago
  68. f603946 Added file modify time field to the DB. Now metadata changes should be detected with database autoupdate enabled. Runtime statistics are not yet preserved. Preserving statistics over moving of files and altering metadata is going to be implemented next. IMPORTANT: Export database before upgrading. by Miika Pekkarinen · 17 years ago
  69. 646d39e Accept two rbutil patches by Clemens Werther: by Nicolas Pennequin · 17 years ago
  70. 1e16e0e Add a new entry for songs with playcount less than 4 but having a high score. by Miika Pekkarinen · 17 years ago
  71. 651179c add some missing abort button changes and call processEvents a bit more often by Dominik Riebeling · 17 years ago
  72. d32b31a A few svn:ignore updates. by Nicolas Pennequin · 17 years ago
  73. 0918990 PictureFlow improvements: by Nicolas Pennequin · 17 years ago
  74. ecec940 Check that the pointer isn't NULL before dereferencing it, just to be safe and to allow using bufgetdata to know how much data is available. Also remove a few trailing spaces. by Nicolas Pennequin · 17 years ago
  75. a2aec46 Fix the crashes observed on the H10 5GB during the caching process. It was a classic case of out of bounds access after resizing, more visible on the H10 because it has a small screen size and we use the screen size as buffer size. by Nicolas Pennequin · 17 years ago
  76. db1e12b Quick fix to prevent freezing of H10 (possibly others too) when left at the disk full message. Needs more investigation to find the cause of the freeze. by Peter D'Hoye · 17 years ago
  77. a6d4e53 Patch "Remain in PLViewer when move_track is canceled", by Lee Kang Hyuk. Closes FS#8322. by Antoine Cellerier · 17 years ago
  78. 4a2a45f add a custom rule for building librbspeex prior to building rbutil. by Dominik Riebeling · 17 years ago
  79. 84644c3 when building on MinGW, make sure to set CC to gcc. Make ar call silent. by Dominik Riebeling · 17 years ago
  80. c21f590 FS#7954: Free resources when speed testing a folder. Also simplify the error handling code a little. by Magnus Holmgren · 17 years ago
  81. 2ab4636 rbutil: make the sapi voice script builtin. by Dominik Wenger · 17 years ago
  82. bebddd4 rbutil: reworked configuration of TTS engines to the new Style. by Dominik Wenger · 17 years ago
  83. 1e489e5 Change some defaults and give settings widgets better properties. by Thom Johansen · 17 years ago
  84. 893551e remove reference to non-existing variable to make rockbox compile with logf enabled by Robert Kukla · 17 years ago
  85. fb70493 rbutil: Fix broken voice file urls for a few targets. by Dominik Wenger · 17 years ago
  86. ed33c89 rbutil: ups again, more missing files. by Dominik Wenger · 17 years ago
  87. 37113e6 rbutil: Oops, the missing ui file. by Dominik Wenger · 17 years ago
  88. f5c695b rbutil: added a button into talkfile dialog, to directly jump to config of tts and enc. by Dominik Wenger · 17 years ago
  89. 815504b rbutil: added builtin rbspeex encoder. Reworked encoder configuration. by Dominik Wenger · 17 years ago
  90. ed047d9 refactor rbspeex, so we build a librbspeex.a for linking into rbutil. by Dominik Wenger · 17 years ago
  91. b2f7c61 Manual: apply FS#8309 by David Bishop (replace all occurences of 'folder/folders' with 'directory/directories') for consistency. Additionally tried to get rid of some unnecessary ones here and there but phrasing can definitely be improved further. by Marianne Arnold · 17 years ago
  92. c75d98d Small tweaks/corrections to system options manual section. by Thom Johansen · 17 years ago
  93. c8ea4cc Correct some errors, do some nitpicking and rewrite some stuff for the sound settings menu manual section. by Thom Johansen · 17 years ago
  94. eb947cd Another fix for file system issues when encountering disk full (like when recording) by Peter D'Hoye · 17 years ago
  95. 10d0344 FS #8315 and FS #8316, plus some of my own small changes. Pretty much just minor language rewrites. by Thom Johansen · 17 years ago
  96. 88d85c8 Manual: Edit the H10 platform files and the fmradio.tex to reflect the recent changes and include the radio chapter in the H10 manuals (reported missing by Alex Fournelle in IRC). Filled out the preset howtos below the button table to make it compile even though it's also missing Sansa specific info (but still compiled). In the long run a rewrite of the chapter would be better. by Marianne Arnold · 17 years ago
  97. 0a3851e Ok, adding the hyphen again improves the pronounciation a bit (tested with espeak but probably in other engines as well). by Marianne Arnold · 17 years ago
  98. ed27683 Swedish language update: use a more generic phrase for the .talk clips as they aren't mp3 everywhere anymore (native speaker help from Bjorn). by Marianne Arnold · 17 years ago
  99. 42995a3 Fill in some volume/bass/treble values for some targets. Shorten the EQ section a bit and stop using a table for describing the bands, since that wastes a ton of space. by Thom Johansen · 17 years ago
  100. 8c68310 Sync norsk bokmål translation, with some inspiration from the nynorsk translation. Not perfect, but better than nothing. by Thom Johansen · 17 years ago