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