1. 34196ed fix FS#8841 - scrolling doesnt work when using cursor seelction icon by Jonathan Gordon · 17 years ago
  2. aae436d Make the measured LCD scanrates from the greylib known to the scanrate test plugin (and only that this time). by Jens Arnold · 17 years ago
  3. 0258085 Revert... stupid svn doesn't complain when passing -m twice :( by Jens Arnold · 17 years ago
  4. 01a106d Make the measured LCD scanrates from the greylib known to the scanrate test plugin. by Jens Arnold · 17 years ago
  5. d5f37b2 Ooops, overlooked the no-backlight stubs... by Jens Arnold · 17 years ago
  6. 5c87a98 Greyscale library: * Implement linearisation curve flipping for 1st/2nd Gen iPods (LCD is inverted when backlight is on, so the curve is also inverted). This needs a slight extension of is_backlight_on() functionality in the core. * Thorough recalibration of all reachable greyscale targets, and #ifdef cleanup. * Reduce on-target gamma a bit, because the displayable contrast range of a monochrome/greyscale isn't that high. by Jens Arnold · 17 years ago
  7. cdae493 FS#8842 by Thomas Martitz, thanks! by Daniel Stenberg · 17 years ago
  8. 3bb88b6 Fix issues with file-based bootloader installation: by Dominik Riebeling · 17 years ago
  9. eb01596 Convert UniCatcher to using bitmap strips (the actual graphics could be reused from iCatcher, including the addition of the missing codec icons). To tidy up some more, the 160x128 greyscale version also uses a backdrop graphic instead of two seperate bitmaps now. Delete some unused bitmaps which either were a copy of the iCatcher directory and accidentally kept or were there in preparation for a port to smaller screens. In case of the latter and someone picks this task up again - those can easily be pulled from an earlier revision and added again. * Reminder: don't forget to delete the 'UniCatcher' directory in '.rockbox/wps' before installing a new build if you want to keep your installation clean. by Marianne Arnold · 17 years ago
  10. b073f0c LCD driver tweaks for greyscale iPods: * Use 1/7 bias, 5x step-up and the highest step-up frequency on all 1st..3rd gen iPods, simplifying the driver this way. The default contrast for those iPods has changed - reset settings in case the display becomes unreadable. * Set n-line inversion drive to 9 lines, improving image quality on 1st..3rd gen iPods somewhat. by Jens Arnold · 17 years ago
  11. bb40e6e Fix a possible (though unlikely) deadlock condition spotted by jhMikeS. It would involve both the buffering and the audio thread sending synchronous messages to one another. by Nicolas Pennequin · 17 years ago
  12. 03b54c2 Fix for FS#8601 by pondlife: the disk no longer spins up on a track change when dircache is disabled. This issue was introduced by me in r16019 by adding a call to playlist_peek() in audio_check_new_track(). This fix adds a new playlist API call to work around the problem until we find a better solution. There are also a few simplifications and comment corrections. by Nicolas Pennequin · 17 years ago
  13. 43df837 remove some really old and out of date code... (drawing API changed about 3 times since this code was last touched) by Jonathan Gordon · 17 years ago
  14. dd88663 gigabeat S: Set the tick speed correctly (calced from clocking regdump). Use bit #defines instead as well. Throw a header in the file. by Michael Sevakis · 17 years ago
  15. 404a204 Gigabeat S: Add some more register #defines to use later. by Michael Sevakis · 17 years ago
  16. 3ee7977 Manual: a few tweaks to the installation chapter. (1) Applied FS#8540 by Marc Guay - Move some warnings about MSC mode (and similar) which were now hidden below the automated install description to the beginning of the installation chapter. (2) Change the 'enable voice support' description to account for the fact that the voice files are now provided in zips with the proper file structure. by Marianne Arnold · 17 years ago
  17. fd6b8a0 add Martin Ritter to CREDITS by Frank Gevaerts · 17 years ago
  18. ad1d1b5 Last part of bitmap strips for iCatcher: the 'big coloured' icon set for the 320x240x16 and the 240x320x16 displays, including the necessary changes in the .wps files and again adding the missing codec icons. by Marianne Arnold · 17 years ago
  19. 3e860a0 Fix some quotation marks. Thanks to Alexander Levin for pointing it out. by Dominik Riebeling · 17 years ago
  20. 688f8de Clean up the way empty transfers are sent in error cases. by Frank Gevaerts · 17 years ago
  21. 92717eb Implement a function to resolve a given path case-insensitively. This is needed by file-based bootloader installs on case-sensitive systems. Bootloader installation not updated yet. by Dominik Riebeling · 17 years ago
  22. 0a73b16 rbutil: fix closing of installwindow after successful install. by Dominik Wenger · 17 years ago
  23. 1f75bd5 Use a better place to enable the interrupts. by Jens Arnold · 17 years ago
  24. 2016ab4 rbutil: let rbutil use the new voice.zip files. Also make the download cache working again. (make sure to connect signals before calling getFile() ). by Dominik Wenger · 17 years ago
  25. e249ecc iPod 1st..3rd Gen and Mini 1st Gen fixes/improvements: * Remove the unnecessary 'reverse' parameter from handle_scroll_wheel() (a remnant from IPL that's not needed in rockbox), and make it static. * Wheel power saving on 1st Gen needs to disable the respective GPIO interrupts as well, otherwise every wheel check might fire interrupts. Make wheel power saving more self-contained as well. by Jens Arnold · 17 years ago
  26. 74fec27 'Small colour icons' bitmap strips for iCatcher including the necessary changes to the WPS files (the 132x80x16 and the 128x128x16 ones). The c200 version also uses the hold icon with the 'M' in it (and would be prepared for remote (holds); the Ipod WPSs also use it this way and I thought thereis no need for special-casing. Also added the missing codec icons which are used on the small H10. by Marianne Arnold · 17 years ago
  27. 1986893 WPS parser: also revert to the default WPS when there were bitmap loading errors. The reverting is moved from wps_parse() to wps_data_load(). by Nicolas Pennequin · 17 years ago
  28. 2e6b280 Revert the other remnant of the renaming experiment... (I only do this to get the commit count up). by Marianne Arnold · 17 years ago
  29. 1c3fbab D'oh, revert accidental commit of a renaming experiment which I thought I had reverted in my tree before (but it seems it was only reverted halfway)... by Marianne Arnold · 17 years ago
  30. 8891d23 Next set of iCatcher bitmap strips - this time the 'greyscale' icons for the 160x128x2 and 138x110x2 display. Again completing the codec icons and minor corrections while at it (a few dots and corrected the light grey value in some places). * Reminder: Since the used bitmaps now have a different name the old ones won't get overwritten by unzipping a new build. To tidy up remove the 'iCatcher' directory in the '.rockbox/wps' dir before updating. This applies to all converted WPSs (now and future). by Marianne Arnold · 17 years ago
  31. 1cc949c Make the gigabeat S boot again. by Michael Sevakis · 17 years ago
  32. d64c827 Place a limit on the estimate fudging when searching timestamps in mpegplayer. It doesn't have to be very much. by Michael Sevakis · 17 years ago
  33. 3c8d93e Change a #define constant that conflicts with a mingw definition. Change "WAIT_*" to "OBJ_WAIT_*". by Michael Sevakis · 17 years ago
  34. 5e0435b Next set of bitmap strips for the iCatcher theme, this time it's the 'small monochrome' icons for the Archos and all the remote screens. There's a little exception to the rule here - there already was a 'hold-s.bmp' which now becane 'hold1-s.bmp' because it's a single icon, only used on the Archos screens and named the bitmap strip hold-s.bmp to make it consistent with the other versions. Also simplified the code for displaying the static background images. by Marianne Arnold · 17 years ago
  35. 6fd72c7 Introduce sanity check and extra nop to stabilise TCC780x set_cpu_frequency(). Re-enable HAVE_ADJUSTABLE_CPU_FREQ and kill a few warnings by setting HAVE_SW_TONE_CONTROLS. by Rob Purchase · 17 years ago
  36. b4c20ce Add description for the shortcuts plugin (FS#8829 by Alexander Levin). by Dominik Riebeling · 17 years ago
  37. 3e2ab24 First set of iCatcher bitmap strips - for all screens that use the 'normal sized colour icons' including the necessary changes in the .wps files. The amount of bitmaps is nicely reduced and it was possible to add the missing codec icons in the strip. I tried to stay as close to the original as possible by copy and pasting from other codec icons but I had to invent a 'D' and an 'X'. There should be no visual difference except the added icons. by Marianne Arnold · 17 years ago
  38. 14e0d2d Update installation document a bit to catch up with recent changes. Add notes about installation. by Dominik Riebeling · 17 years ago
  39. 29cdd30 Fix for FS#8820 by Christopher Williams - Misformatted time in Rockbox Info by Linus Nielsen Feltzing · 17 years ago
  40. ec05b66 That was stupid. Should be enable_interrupt. by Michael Sevakis · 17 years ago
  41. 75f2d44 Change the remaining set_interrupt_status usage to the more parsimonious disable/enable/restore. by Michael Sevakis · 17 years ago
  42. 2ea0206 Fixes FS#8552. On some c200s, the second parameter in setting R_Y_ADDR_AREA was being interpreted as a separate command (most commonly initiating standby mode where the screen goes blank). While this may be a timing issue, some NOPs seem to fix it. by Mark Arigo · 17 years ago
  43. 2541302 meg-fx: Add headers to files in the target directory that were missing them. Fix the Id marker in a couple. Fix svn properties in some others. Please have a look at the copyrights added and make any corrections that you feel should be made since this particular tree branch has a twisted history so I just pasted them in based on the target header and used my name for files that have a preponderance of my junk. by Michael Sevakis · 17 years ago
  44. a65406e meg-fx: It's important to make sure certain interrupt-related registers have bits changed atomically. by Michael Sevakis · 17 years ago
  45. 241fd0f Fixes FS #8389 (wv error). For WavPack files that don't have the length stored in the header, guess a length on the by Dave Bryant · 17 years ago
  46. 1af0e50 Clean up the Iaudio remote's WPS background image because it had some wrong dots in it. by Marianne Arnold · 17 years ago
  47. 6e8ec6f Iriver manual install: point to correct wiki page that contains links to iriver original firmwares. Seems most links are dead anyway, but the mirror of rasher is fine ;) by Peter D'Hoye · 17 years ago
  48. 21870cf Fixes FS#8651 (noise and/or crash while crossfading). Latest ARM-asm submit for dsp showed we had a possible alignment issue with pcm-buffer when using crossfade. by Andree Buschmann · 17 years ago
  49. 63acf3e Fixes FS#8597 (dropouts while crossfading) via keeping CPU boosted while crossfading is active. by Andree Buschmann · 17 years ago
  50. ad74906 In the equalizer menu, switch to low-latency mode in the smallest scope rather than for the entire equalizer menu. Also mark some more functions as static. by Dan Everton · 17 years ago
  51. 52527a4 Fix red and clean up meg-fx firmware sources. Remove an unused file. by Michael Sevakis · 17 years ago
  52. 5f1590b Have meg-fx i2c driver use the wakeup functionality by making it interrupt-based (and serves as a simple usage example). by Michael Sevakis · 17 years ago
  53. bc192c9 Add a lightweight wakeup object for fast processors. by Michael Sevakis · 17 years ago
  54. 8a6fd3f Just change PRIORITY_BUFFERING to 15. Seems a teeny tiny bit helpful to mpegplayer as well. by Michael Sevakis · 17 years ago
  55. 9120c85 Change the default buffer filechunk back to 32KB and bump the buffering thread priority up by one. by Michael Sevakis · 17 years ago
  56. 3d36f4e Implement set_cpu_frequency() for TCC780x, but leave it disabled for now as switching can cause an occasional freeze. Reduce default speed from maximum to 48Mhz. by Rob Purchase · 17 years ago
  57. 12b6c84 Fix sim warnings. by Nicolas Pennequin · 17 years ago
  58. 732df38 Boost the audio thread while it's filling the buffer. In the audio and the buffering threads, only cancel cpu boost when not filling. by Nicolas Pennequin · 17 years ago
  59. 3b46671 Make the Telechips bootloader slightly less messy, kill some warnings and allow entry to the bootloader debug screen via the D2's hold switch. by Rob Purchase · 17 years ago
  60. edf6d90 Updated TCC780x NAND driver. Still work-in-progress but lots better than the previous version. by Rob Purchase · 17 years ago
  61. 4fd2774 Correct some windows line endings back to unix. by Nicolas Pennequin · 17 years ago
  62. b71cbd5 Use queue_empty instead of queue_peek again now that we don't care about the event type anymore. by Nicolas Pennequin · 17 years ago
  63. 951cbdd Oops. test_codec should be updated too. by Michael Sevakis · 17 years ago
  64. 4855e73 Move codec_get_file_pos somewhere else like the comment said should be done. Codec API version increment was needed so update all codecs. by Michael Sevakis · 17 years ago
  65. d746b79 Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h", and correct remaining references to HAVE_LCD_REMOTE to HAVE_REMOTE_LCD by Dave Chapman · 17 years ago
  66. 2e45ca3 Manuals - put some remaining recording specific things into an '\opt{recording}' so that they are not mentioned in manuals of non-recording devices. by Marianne Arnold · 17 years ago
  67. 6f027bb Add some more missing Action commands to the H10s' and recording capable Ipods'platform files which should fix the manuals for good. Also renamed ActionSettings* to ActionRecSettings* to avoid confusion with ActionSetting* ... (which is really different on most targets). by Marianne Arnold · 17 years ago
  68. 5878728 Go back to the ata lock hack for 5g until whatever is going on there is discovered and fixed. by Michael Sevakis · 17 years ago
  69. 8f44dd2 Make the image tags examples nicer. by Dominik Riebeling · 17 years ago
  70. f68147e Track playback filling state with a state-machine approach. There shouldn't be any change in behaviour but things are simpler. by Nicolas Pennequin · 17 years ago
  71. 5280395 Update the LCD after setting flip status as required by the LCD drivers. Fixes garbled display after flipping before the first list update. by Jens Arnold · 17 years ago
  72. 567105b Stop saving more registers than necessary. by Jens Arnold · 17 years ago
  73. c70f81f Rename InstallProgress form to ProgressLogger as it's a generic logger window now. by Dominik Riebeling · 17 years ago
  74. 135cc75 Revert my earlier const madness, we'll keep the parameter lists simple. by Steve Bavin · 17 years ago
  75. 3d0b7c6 Oops, another pondlife puddle of red. by Steve Bavin · 17 years ago
  76. 20d57a3 ...and that plugin API has changed again. by Steve Bavin · 17 years ago
  77. c9df8fd The const police raid playback.c, should be no change to behaviour. by Steve Bavin · 17 years ago
  78. f54def9 queue_delete should reset the blocker_p member. by Michael Sevakis · 17 years ago
  79. af6907e Another set of player graphics in preparation of a manual. This time for the Iaudio M3 (so not used yet). by Marianne Arnold · 17 years ago
  80. f7496fc New M:Robe100 graphic for the manual (svg and prepared a png and pdf from it). by Marianne Arnold · 17 years ago
  81. 80f0523 fix the m68k crosscompiler build for FreeBSD by Marcoen Hirschberg · 17 years ago
  82. 82c5230 split boot.lds and move it into the target tree by Marcoen Hirschberg · 17 years ago
  83. 8406d92 Clean up double path in resource file. by Dominik Riebeling · 17 years ago
  84. 7ff853f Enable the greyscale library for ZXbot on M3. by Jens Arnold · 17 years ago
  85. 198224d Cabbiev2 for the small H10: the lock image wasn't renamed yet. Fixes issue when making zip as reported in IRC. by Marianne Arnold · 17 years ago
  86. 22e1329 When trying to check for an installed bootloader treat an empty bootloader md5sum in the installation log as a missing bootloader. Should fix issues with rbutil reporting an up-to-date bootloader even if none was installed. by Dominik Riebeling · 17 years ago
  87. 0af9a51 Fixed some accents for italian TTS pronunciation. by Alessio Lenzi · 17 years ago
  88. df22c18 Update Dutch language file by Peter D'Hoye · 17 years ago
  89. 5a6a601 Add some missing action commands to make the manual buildable again. Some buttons are still missing. Fixes FS#8811. by Dominik Riebeling · 17 years ago
  90. b2ec13d Revert "initial Meizu M6SL port" by Marcoen Hirschberg · 17 years ago
  91. f869023 cleanup some ifdefs by Marcoen Hirschberg · 17 years ago
  92. c7e5d78 initial Meizu M6SL port by Marcoen Hirschberg · 17 years ago
  93. be40427 use HAVE_ATA to decide if ata.c should be compiled by Marcoen Hirschberg · 17 years ago
  94. 2364bc2 Save a few registers in assembler routines for iPod 5Gs LCD driver and YUV conversion. by Andree Buschmann · 17 years ago
  95. a3674c6 Fix wps image tags description. by Dominik Riebeling · 17 years ago
  96. 03f1b98 Fix misleading debug statement. by Michael Giacomelli · 17 years ago
  97. b35d45d Make H10 bootloader successfully boot the OF again. by Barry Wardell · 17 years ago
  98. f0cde2d Don't make the Sansa bootloaders verbose when USB is connected by Dave Chapman · 17 years ago
  99. 5265575 Fix red - adc.h used to be in lcd-remote.h by Dave Chapman · 17 years ago
  100. 61f1735 Prevent the user from running "make" directly - it should only be invoked by the buildall.sh script by Dave Chapman · 17 years ago