summaryrefslogtreecommitdiff
path: root/apps/plugins/lib (unfollow)
Commit message (Expand)Author
2006-03-26Basic plugin playback control menu by Jonathan Gordon (Patch #4874)Linus Nielsen Feltzing
2006-03-09Fix profiling compilation for non-m68k targetsBrandon Low
2006-03-08The LCD extension lib was split into 3 parts: Removed old file.Jens Arnold
2006-03-08Minor optimisation.Jens Arnold
2006-03-08LCD extension library: Implemented scrolling for LCD depths below 8 bit. * Os...Jens Arnold
2006-02-26Finally - grayscale library support for the simulators. Currently SDL only, w...Jens Arnold
2006-02-24prevent rockbox from using the wrong includesMarcoen Hirschberg
2006-02-23Made the overlay loader code part of the plugin library.Jens Arnold
2006-02-23Apply same optimisation as for the core lcd drivers.Jens Arnold
2006-02-20Faster filled triangle drawing for colour targets and greyscale iPods.Jens Arnold
2006-02-10Do not compile grayscale lib (and plugins needing it) for the iPod Grayscale LCDDave Chapman
2006-02-08Changed the 'stride' parameter of all *_bitmap_part() function to always mean...Jens Arnold
2006-02-08Ooops, small fix.Jens Arnold
2006-02-08Preparation for colour gfx viewers: xlcd_color_bitmap_part() and xlcd_color_b...Jens Arnold
2006-02-08JPEG viewer adapted to colour targets (greyscale only for now). New functions...Jens Arnold
2006-02-06Added memmove() to codec API & plugin API, and changed codeclib and plugin li...Jens Arnold
2006-02-05Colour targets: Adapted mandelbrot plugin. The plugin library now contains sc...Jens Arnold
2006-02-03Fixed warnings on iFP.Tomasz Malesinski
2006-01-23Bugfix: gray_putsxyofs() couldn't have worked beforeJens Arnold
2006-01-23Grayscale library: colour macros now matching the core LCD drivers.Jens Arnold
2006-01-18Profiling support, tools and documentation.Brandon Low
2005-11-26Fixed comment.Jens Arnold
2005-11-25Slight optimisation of gray_mono_bitmap_part() (only affects H1x0).Jens Arnold
2005-11-16Changed the LCD_COLOR pixel value format to packed RGB (unsigned int). Now al...Jens Arnold
2005-10-27Support for a colon-separated path in APPEXTRALinus Nielsen Feltzing
2005-10-20H1x0: Slight optimisation of the grayscale library.Jens Arnold
2005-10-10Fixed some misleading comments.Jens Arnold
2005-10-03Grayscale lib on archos: Fixed bug introduced with the register usage change....Jens Arnold
2005-10-03Coldfire: New timer handling on CPU frequency change, adjusting the prescaler...Jens Arnold
2005-10-01Core: A graphics framework can now register a hook function to extend the cor...Jens Arnold
2005-09-30H1x0: Changed lcd_blit() and the grayscale library to use the same internal f...Jens Arnold
2005-07-28Grayscale lib: Moved the shift count doubling for unbuffered up/down scrollin...Jens Arnold
2005-07-27Grayscale library: (1) Ported to iriver H1x0. Experiments have shown that the...Jens Arnold
2005-07-26Moved implementation of user timer to the firmware layer, implemented it for ...Jens Arnold
2005-07-25Complete rework of the grayscale library: (1) Implemented the new rockbox gra...Jens Arnold
2005-07-12Beginnings of a library complementing the core LCD functions. First function:...Jens Arnold
2005-07-07Adapted remote LCD driver and player graphics library to the new bitmap funct...Jens Arnold
2005-07-02A couple of optimisations.Jens Arnold
2005-06-30Player graphics library extended and converted to new api. Please note that t...Jens Arnold
2005-06-29Enabled sectioned compilation for the plugin library, and linking with garbag...Jens Arnold
2005-06-29removed old codec leftoversDaniel Stenberg
2005-06-27Don't try to compile the grayscale lib for unsupported configurations, saves ...Jens Arnold
2005-06-22moved and renamed the codecs, gave the codecs a new extension (.codec),Daniel Stenberg
2005-06-08A new API for saving highscores in game pluginsLinus Nielsen Feltzing
2005-06-06Killed a warningLinus Nielsen Feltzing
2005-06-05First audio codec playback attempt by Miikka PekkarinenLinus Nielsen Feltzing
2005-05-07Fixed makefiles for autoconf.g include.Daniel Stenberg
2005-04-05mp3buf renamed to audiobufLinus Nielsen Feltzing
2005-03-10Compile the simulators without special code & data sections. Fixes intermitte...Jens Arnold
2005-03-09Fixes for the codec test environment: (1) Long aligned codec_malloc(). (2) Up...Jens Arnold