1. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  2. 6526577 Plugin parameters should be const. by Steve Bavin · 16 years ago
  3. 3fa414d Fix red (#ifdef hell). by Rob Purchase · 16 years ago
  4. 297e050 FS#8708: D2/m:robe500 touchscreen keymaps by Andreas Mueller. by Rob Purchase · 16 years ago
  5. df8749d Adapt the remaining plugins to put the greyscale isr on cop. Now they can be used while playing music without making the audio stutter. Needs the new SHAREDBSS_ATTR. by Jens Arnold · 17 years ago
  6. 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 · 17 years ago
  7. 1f4bcc8 Revert accidental tree commit. /me needs a smaller enter key... by Jens Arnold · 17 years ago
  8. 9a7978a Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 24 bit BMP instead of unnecessary 32 bit. by Jens Arnold · 17 years ago
  9. 554d7ed D2: Enable plugin building (using initial keymaps from FS#8708 by Andreas Mueller, with some tweaks). by Rob Purchase · 17 years ago
  10. 8493f5b Greyscale library: Preparations for a gamma measurement plugin. by Jens Arnold · 17 years ago
  11. d6c8b57 M:Robe 100: add button definition/bitmaps to plugins and enable compilation by Robert Kukla · 17 years ago
  12. 8215b34 Plugins now enabled and working for the Gigabeat S. by Will Robertson · 17 years ago
  13. 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
  14. 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
  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 · 17 years ago
  16. 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 · 17 years ago
  17. cb53e3c Bring mpegplayer backlight fix to the other plugins, this also fixes some wrongly ifdef'd backlight calls. by Peter D'Hoye · 17 years ago
  18. 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 · 17 years ago
  19. b701322 Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet. by Jens Arnold · 17 years ago
  20. 26d242a General housekeeping: Make plugin buffer functions take size_t * instead of int * to match the parameter type of the buffer functions called in the core. Get rid of unsafe int * <==> size_t * casting. Use ssize_t where int was used and size_t where unsigned int was used in the buffer calls to not alter signedness in the plugins. No API version change since it should only be an issue for 64-bit sim builds. by Michael Sevakis · 17 years ago
  21. 85a226d Rename some macros to account for the recently added M5 port. No code changes. by Jens Arnold · 18 years ago
  22. 1a9442c Hopefully clean up some errors by Karl Kurbjun · 18 years ago
  23. d6b0c97 Don't need to remove the backdrop for all plugins - leave it up for some. by Karl Kurbjun · 18 years ago
  24. 24f4a2a Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD. by Barry Wardell · 18 years ago
  25. c214e7b Grayscale library ported to the grayscale iPods, first version. Added C reference versions of gray_update_rect() for both horizontal and vertical pixel packing. gray_update_rect() and gray_ub_gray_bitmap_part() not yet assembler optimised. Grayscale screendump doesn't work yet. * Fixed button assignments for iPod in grayscale.c by Jens Arnold · 18 years ago
  26. 1e88be5 Barry Wardell's keymappings for H10 by Daniel Stenberg · 18 years ago
  27. 628d20a Grayscale library: LCD linearisation and gamma correction. by Jens Arnold · 18 years ago
  28. 0e027bd To avoid having to use the main unit when accidentally launching a plugin from the remote, plugins now support remote quit by Kevin Ferrare · 18 years ago
  29. 7f9e1eb x5: use as default BUTTON_POWER to close a plugin by Christian Gmeiner · 19 years ago
  30. 220fafd Code Police raid. Mostly changed // comments and indented to Rockbox style. by Daniel Stenberg · 19 years ago
  31. 6a972e0 Finally - grayscale library support for the simulators. Currently SDL only, win32 and x11 won't link anymore due to missing simulator functions. by Jens Arnold · 19 years ago
  32. 338e2bb first gigabeat commit by Marcoen Hirschberg · 19 years ago
  33. 568ac3e Button driver for iAudio X5 by Linus Nielsen Feltzing · 19 years ago
  34. a234ed8 iAudio has no BUTTON_SELECT. by Jens Arnold · 19 years ago
  35. 0045bd3 Colour targets: Optimised plasma.rock. Now renders directly in fb_data format, and directly into the framebuffer. * Some slight optimisations for greyscale targets as well. by Jens Arnold · 19 years ago
  36. b0f0580 Patch #1432941 - Colour support for Plasma by Mikael Magnusson by Dave Chapman · 19 years ago
  37. d350e80 iPod: Make the plugins compile on the iPod 4G grayscale by Dave Chapman · 19 years ago
  38. a36b1d4 New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. by Jens Arnold · 19 years ago
  39. 74e4b25 New plugin: Plasma effect, developed by Mat Holton, imtegerised and extended by Kevin Ferrare. by Jens Arnold · 19 years ago