1. 08cabe9 kill the release script and build tarball from *everything* in SVN... by Daniel Stenberg · 16 years ago
  2. c724974 Make the e200 bootloader able to load the OF again. by Barry Wardell · 16 years ago
  3. be185a1 fix the buttonbar in the browser and menus. by Jonathan Gordon · 16 years ago
  4. 03b7532 Include .lds files in the tar ball by Linus Nielsen Feltzing · 16 years ago
  5. 73f9863 More consts that require no functional change. by Steve Bavin · 16 years ago
  6. a92b9e6 Fix pointer warnings in test_codec. by Michael Sevakis · 16 years ago
  7. 5ca1539 the menu and list now accepts a parent viewport to draw in (and the menu can be told to not show status/button bars). This lays the groundwork to fix colour problems with plugin menus (see star.c for an example.) This hopefully fixes some button bar issues as well as theme problems. by Jonathan Gordon · 16 years ago
  8. af395f4 Do core interrupt masking in a less general fashion and save some instructions to decrease size and speed things up a little bit. Small fix to a few places where interrupts would get enabled again where they shouldn't have been (context switching calls when disabled). by Michael Sevakis · 16 years ago
  9. 74d678f Back-ported the iAudio remote LCD driver optimisations to X5 and M5. by Jens Arnold · 16 years ago
  10. 40919d7 iAudio M3: Optimised LCD driver, with more/better assembly code. Speedup is ~80% when boosted, ~15% when unboosted. Also implemented grey phase blitting. * Adapted the greyscale library, and the plugins using it. * Fixed a bug in greyscale scroll down for vertically packed pixels. by Jens Arnold · 16 years ago
  11. 6ceaf32 Some cosmetic changes to italiano. by Alessio Lenzi · 16 years ago
  12. 7418c35 Make checkwps compile again. Still more work is needed though, as checkwps is compiled to emulate an iPod Color - this needs changing to allow the LCD (and remote LCD) dimensions/depth to be specified on the commandline - the new %V tags are validated against the LCD characteristics by Dave Chapman · 16 years ago
  13. ffa3048 Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 24 bit BMP instead of unnecessary 32 bit. (and only that this time). by Jens Arnold · 16 years ago
  14. 1f4bcc8 Revert accidental tree commit. /me needs a smaller enter key... by Jens Arnold · 16 years ago
  15. 386f77b Make sansapatcher and ipodpatcher compile on OS X 10.5. by Barry Wardell · 16 years ago
  16. 7669103 Oops, more red. That can't be static yet. by Steve Bavin · 16 years ago
  17. 9a7978a Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 24 bit BMP instead of unnecessary 32 bit. by Jens Arnold · 16 years ago
  18. 38ed901 A little more consting/staticing, no functional change. by Steve Bavin · 16 years ago
  19. 565de61 Tiny fix of spelling in comment. by Steve Bavin · 16 years ago
  20. ae39135 Oops. Mop up red. by Steve Bavin · 16 years ago
  21. cd88e2a Code police raid on the settings code, consting and putting headers alongside their implementation. by Steve Bavin · 16 years ago
  22. 222994f (Hopefully) The last cabbiev2 tweaks for now. Remove a now unused %xd tag in the Iriver remote WPS; taking the oportunity to use unix style line endings and to clean up its background and progressbar image (includes fixing another naming inconsistency by renaming it to 'pb-128x64x1.bmp'). Also fix a minor glitch in the greyscale playmode image. by Marianne Arnold · 16 years ago
  23. c5c40d1 Finally convert the two monochrome cabbiev2 WPSs to using bitmap strips. Changed the background image of the Archos version a bit for it and used a blank space for the 'mute' volume bitmap part for consistency. by Marianne Arnold · 16 years ago
  24. 22fbafb So, I've been sick these last few days, and I'm trying to not take drugs to get over the sickness... turns out that may not have been such a good descision. (AKA, I'm trying to get on the front page... (AKA, really revert this time... really) ) by Jonathan Gordon · 16 years ago
  25. 0158336 well we suck! how could something seemingly simple be fubar'ed so much! KISS says revert this catastrofeeeee befroe anyone realises by Jonathan Gordon · 16 years ago
  26. 58ee0fb ok, redo that last commit.. always write /.rockbox/oldconfig.cfg when you load a new config or reset settings by Jonathan Gordon · 16 years ago
  27. 9ed5a67 write the current settings to .rockbox/config.cfg.bak before resetting settings by Jonathan Gordon · 16 years ago
  28. 27cf677 Add a complete priority inheritance implementation to the scheduler (all mutex ownership and queue_send calls are inheritable). Priorities are differential so that dispatch depends on the runnable range of priorities. Codec priority can therefore be raised in small steps (pcmbuf updated to enable). Simplify the kernel functions to ease implementation and use the same kernel.c for both sim and target (I'm tired of maintaining two ;_). 1) Not sure if a minor audio break at first buffering issue will exist on large-sector disks (the main mutex speed issue was genuinely resolved earlier). At this point it's best dealt with at the buffering level. It seems a larger filechunk could be used again. 2) Perhaps 64-bit sims will have some minor issues (finicky) but a backroll of the code of concern there is a 5-minute job. All kernel objects become incompatible so a full rebuild and update is needed. by Michael Sevakis · 16 years ago
  29. bc2f8fd Sorry for the copy and paste mistake, didn't mean to delete the info at the top of the .wps file. by Marianne Arnold · 16 years ago
  30. 1fcfebe New cabbiev2 for the Iaudio remote. This is a 'full' WPS now with icons (same as on the other greyscale screens) and more info because it's used as main WPS on the Iaudio M3. First use of viewports in SVN to position the text a little bit higher so that the status icons have a bit more breathing room. by Marianne Arnold · 16 years ago
  31. ef8e89c Cabbiev2 theme: new menu backdrops for the 138x110x2 and the 160x128x2 screens - lighter and cleaner so reading text which goes across the logo is more readable. by Marianne Arnold · 16 years ago
  32. 60413d8 D'oh - fix a silly #ifdef mistake that caused problems with remote WPSs using viewports. by Dave Chapman · 16 years ago
  33. a0e4549 Cabbiev2 greyscale versions (138x110 and 160x128): new icons which are a bit more like the colour ones (size-wise and looking 3D) and already using the new bitmap strip feature. Also convert the line endings of the two .wps files to unix style. by Marianne Arnold · 16 years ago
  34. 9dfb597 Oops, fix a typo which broke this wps by Dave Chapman · 16 years ago
  35. 0bb2e05 Stricter syntax checking of the %V tag - pay attention to the return-code from parse_list, and check for the tailing | symbol. by Dave Chapman · 16 years ago
  36. 10e1acc Use bitmap strips for the remaining five colour versions of Cabbiev2 by Dave Chapman · 16 years ago
  37. 2a34943 Hopefully get the viewport position/dimensions validation correct this time. by Dave Chapman · 16 years ago
  38. 196899e Fix some typos - the volume indicator was wrong. Thanks to Marianne for spotting. by Dave Chapman · 16 years ago
  39. cf65ccb Fix the dreaded FILES files. by Jens Arnold · 16 years ago
  40. 6d9c353 Add another safety-check in the bitmap strips parsing - don't allow the num_subimages parameter to %xl to be <= 0 by Dave Chapman · 16 years ago
  41. 395b785 The iAudio remote LCD internal scan direction is horizontal. Make test_scanrate usable on the M3 by adjusting to that. by Jens Arnold · 16 years ago
  42. b88c7d0 The blit functions shouldn't exist for the simulator. by Jens Arnold · 16 years ago
  43. c84e345 Oops, fix red. by Jens Arnold · 16 years ago
  44. 68a2168 Consistent naming scheme the various blit functions. * Removed lcd_blit_mono() for colour targets. Plugin API became incompatible, so sort, clean up & bump. * Implemented lcd_blit_mono() for M3. by Jens Arnold · 16 years ago
  45. 99c0978 Add a sanity-check to ensure only in-range subimages are referenced in %xd tags. Plus some tab policing. by Dave Chapman · 16 years ago
  46. 1644404 Convert Cabbiev2.160x128x16 to bitmap strips by Dave Chapman · 16 years ago
  47. 20d3226 Clean up some wps files that had a mixture of CRLF and LF line-endings in the same file - no other changes by Dave Chapman · 16 years ago
  48. fd20009 Change line endings to unix and set svn props by Nils Wallménius · 16 years ago
  49. 22fbe5f Start using bitmap strips in cabbiev2 - this commits converts 220x176x16 and 320x240x16, reducing the number of bitmaps to 8 for each WPS. If you want to keep your installation tidy, remove the .rockbox/wps/cabbiev2/ directory before updating to ensure unused bitmaps are deleted. by Dave Chapman · 16 years ago
  50. 7c5722a Remove a trailing space that prevented the font being copied for the 138x110x2 cabbiev2 theme by Dave Chapman · 16 years ago
  51. 12eb058 Make more use of the 'features' system in the manuals (committed in r16304), less stuff to keep in sync manually but keep in mind that changes in config-*.h can now affect the manual by Nils Wallménius · 16 years ago
  52. 15ddd7a Add the ability to use bitmap strips (a single .bmp file containing many images of the same dimensions, tiled vertically - similar to icon strips) in the WPS. The %xl tag now has an optional "number of subimages" parameter, and the %xd tag has an optional "subimage to display" parameter (a-z,A-Z - allowing up to 52 sub-images). So for example, a bitmap with 10 subimages is loaded with %xl|M|volume.bmp|134|153|10| and then this can be used in a conditional as %?pv<%xdMa|%xdMb|%xdMc|%xdMd|%xdMe|%xdMf|%xdMg|%xdMh|%xdMi|%xdMj>. by Dave Chapman · 16 years ago
  53. b8b0337 D2: Implement LCD driver framebuffer as per E200/Gigabeat F. Kill a few warnings. by Rob Purchase · 16 years ago
  54. 65d50de Oops - correctly reset the bmp filenames by Dave Chapman · 16 years ago
  55. 408613c Sliding puzzle: Fix graphics size and help text for M3. * Bubbles: Better (larger) emblems for M3. by Jens Arnold · 16 years ago
  56. 0009451 Oooops, fix yellow. by Jens Arnold · 16 years ago
  57. 8bfefe9 VU_meter: Fix help texts for most targets. * Blackjack: Add help text for M3. * Bubbles: Adjust a text and fix hold behaviour for M3. by Jens Arnold · 16 years ago
  58. df4e4f5 Re-instate the double newline in CREDITS. by Rob Purchase · 16 years ago
  59. ac5e4ac Enable plugin building for M3. by Jens Arnold · 16 years ago
  60. e03ef1e LCd extension lib: Implement proper scrolling for 2 bit vertical interleaved LCD. Stops oscilloscope from crashing on M3. * A few small simplifications. by Jens Arnold · 16 years ago
  61. ad6cbbd Squash that yellow by Rob Purchase · 16 years ago
  62. 7e56df0 Set usb_state to USB_POWERED on plugin for software usb device. Otherwise, the state would remain USB_EXTRACTED when connected to a charger by Frank Gevaerts · 16 years ago
  63. 554d7ed D2: Enable plugin building (using initial keymaps from FS#8708 by Andreas Mueller, with some tweaks). by Rob Purchase · 16 years ago
  64. ecde125 Sending an empty data block before sending the FAIL CSW seems to make Windows happier if a device is not present (e.g. an empty sd card slot) (fix proposed by Martin Ritter) by Frank Gevaerts · 16 years ago
  65. 4dc2d8d Enable tick IRQs on TCC780x. The main menu is now working on the D2. by Rob Purchase · 16 years ago
  66. f061ba4 D2: Implement HAS_BUTTON_HOLD. by Rob Purchase · 16 years ago
  67. b659c0c FS#8740 by Marc Guay correct option names since the changes to english.lang, add some missing menu items, small tweaks by me. I also added descriptions for 'Say File Type' and 'Announce Battery Level'. by Nils Wallménius · 16 years ago
  68. 58b5ce2 D2: Fix inverted USB detection. by Rob Purchase · 16 years ago
  69. eae6641 Oops, vhanged one thing too many - the m:robe100's monochrome version doesn't use the wps backdrop tag (%X) at all, so revert this change. by Marianne Arnold · 16 years ago
  70. 106ac75 Adapted most multi-source plugins to the iAudio M3 keypad and screen. Doom and mpegplayer are disabled because of the not yet implemented greyscale library, and zxbox used 2-bit greyscale for now. * Slight optimisation for the (currently unused except on M3) 2-bit greyscale code in zxbox. * Simplified button definitions in chessbox. by Jens Arnold · 16 years ago
  71. 95d8590 FS#8741 fix two text/voice inconsistencies in English by Nils Wallménius · 16 years ago
  72. 48f7d7d Cabbiev2 cleanup and a few corrections: (1) Get rid of two completely unused bitmaps. (2) Combine the two bitmaps used as background on the Iriver remote into one, name it consistently and change the .wps file accordingly. (3) Add the missing '0dB' volume image to the greyscale versions, including .wps file changes. Rename those greyscale volume images while at it, so that they are consistent with the rest - the 'vol08' one is now 'vol-9', because it is used for above line level. (4) Use the %X tag correctly, currently there were coordinates specified with it in most .wps files. (5) Set the bitmap's mime-type correctly for conformity. by Marianne Arnold · 16 years ago
  73. 6f78a1b FS#8775 - Reboot/Reset clean up by Nils Wallménius · 16 years ago
  74. 1836971 Implement core_sleep() for TCC780x (single core). by Rob Purchase · 16 years ago
  75. bc227c0 Fix the display of peakmeters and progress bars (without a custom y position) inside a viewport (broken by r16735). by Dave Chapman · 16 years ago
  76. 036d8cc Properly disable unused bitmap in SOURCES. by Jens Arnold · 16 years ago
  77. 29361ab Adapt most single-file plugins to the M3 keypad and screen. It's still preliminary, as many plugins now can't be left without the remote. The plugins need to be converted to use the action API (but not pluginlib actions). Plugins are not enabled yet. * Simplify the bitmap handling in the source of some plugins. by Jens Arnold · 16 years ago
  78. bca8edd Small simplification - take advantage of the fact that x/y/width/height are non-negative integers when validating the viewport bounds. by Dave Chapman · 16 years ago
  79. 45b2d88 Reduce the shocking amount of RAM my viewports implementation was using. The first version stored an array of lines for each of the 16 possible viewports (MAX_VIEWPORTS * the number of lines on the LCD with a 5-pixel high font). This version reverts back to a single global array of lines, with each viewport specifying the first and last lines as indexes into that array. This also turns out to be simpler, reducing binsize a little as well. by Dave Chapman · 16 years ago
  80. 7ee63e2 fix H10 not rebooting on usb connect. Apologies to H10 users who enjoyed their free but unintended USB stack. by Frank Gevaerts · 16 years ago
  81. d02c79c Commit viewports-in-WPS patch (FS#8385). This adds the %V tag - see the CustomWPS page for details (shortly...). There is still some work to do - decide how to handle font references, decide how to handle conditionals. Plus checkwps is broken - I'll fix that in a separate commit. by Dave Chapman · 16 years ago
  82. 1544b36 move an #endif to its proper place. This should not actually change anything by Frank Gevaerts · 16 years ago
  83. f65cf30 Modification to scale_suspend_core to prevent a potential permanent freezing of the other core. Just unfreeze it unconditionally after freezing it since it really makes no difference to do so right now. Don't bother with freezing/unfreezing if compiling as single. by Michael Sevakis · 16 years ago
  84. 5af25c4 Fix bug in 2 bit vertical interleaved LCD driver: Native partial bitmaps weren't drawn when the total bitshift (depending on source and destination clipping) was > 7 Bit. by Jens Arnold · 16 years ago
  85. a96a733 Another small optimisation/simplification to the hex_to_rgb() function. by Dave Chapman · 16 years ago
  86. e92d2c5 Add a general-purpose parse_list function to parse a string containing a delimited list of items and adapt the parse_image_load() function in the WPS parser to use it. This function will also be used to parse the upcoming WPS %V viewport tag, but I'm committing it separately as these changes are unrelated to the viewport implementation itself. by Dave Chapman · 16 years ago
  87. bb02633 Mostly revert r16723, since it causes problems on ipod (i.e. it doesn't seem to detect a connection anymore) by Frank Gevaerts · 16 years ago
  88. ea5903d move boosting for usb around a bit, so the cpu is boosted for the entire duration of actual use of storage. On some setups just boosting for the actual transfers doesn't seem to work by Frank Gevaerts · 16 years ago
  89. 7e1a22e CODEC_IDX_{AUDIO,VOICE} are already defined in apps/dsp.h by Antoine Cellerier · 16 years ago
  90. 7b2982a On windows check for iPod_Control folder to allow resolving the drive letter for Ipods. by Dominik Riebeling · 16 years ago
  91. a6108b9 differentiate between connected and powered in usb_detect() by Frank Gevaerts · 16 years ago
  92. 8113717 Fix BMP loader for the iAudio M3 display. by Jens Arnold · 16 years ago
  93. d3ecbbf Turnaround time must be included in dsp yielding to throttle against other threads. Do at least one per buffer full as well (or things can stick a bit on initial input triggers). by Michael Sevakis · 16 years ago
  94. 0b3f241 Don't slow down I2C more than necessary when clock-stretching (rather old bug...) by Jens Arnold · 16 years ago
  95. ed8445f Change files to use the public function sleep() and not the intenal kernel function sleep_thread(). by Michael Sevakis · 16 years ago
  96. 24cbf6e Change "reboot" to "hard reset" in the Ipod installation as discussed on IRC. by Dominik Riebeling · 16 years ago
  97. fd052ec Commit FS#8750. Add ARM assembler for the dsp-functions channels_process_sound_chan_mono(), channels_process_sound_chan_karaoke(), sample_output_mono() and sample_output_stereo(). By measurement the speed up is ~75% for the first three functions and ~40% for sample_output_stereo(). Additionally avoid calling yield() to often in dsp.c -- it is now limited to once per tick. by Andree Buschmann · 16 years ago
  98. 178df1c Correct DEV_TIMING for CPUFREQ_DEFAULT. Was changed by fault in former power management commit. by Andree Buschmann · 16 years ago
  99. bcc50a1 welcome Andree Buschmann! by Daniel Stenberg · 16 years ago
  100. a819db0 add rbutil version warning by Robert Kukla · 16 years ago