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