Age | Commit message (Expand) | Author |
2006-04-20 | SH1: Better placement of the C library routine references (gcc 3.4.x -Os and ... | Jens Arnold |
2006-04-06 | Greyscale ipods: Fix horizontal scrolling in oscilloscope, the flipped LCD dr... | Jens Arnold |
2006-04-06 | Patch #3022 by Mikael Magnusson: Only zero out the actual bss area instead of... | Jens Arnold |
2006-04-02 | Use TIMER_FREQ for timers in plugins. Fixes timer speed on iPod. | Jens Arnold |
2006-03-26 | Basic plugin playback control menu by Jonathan Gordon (Patch #4874) | Linus Nielsen Feltzing |
2006-03-09 | Fix profiling compilation for non-m68k targets | Brandon Low |
2006-03-08 | 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-02-26 | Finally - grayscale library support for the simulators. Currently SDL only, w... | Jens Arnold |
2006-02-24 | prevent rockbox from using the wrong includes | Marcoen Hirschberg |
2006-02-23 | 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-20 | Faster filled triangle drawing for colour targets and greyscale iPods. | Jens Arnold |
2006-02-10 | Do not compile grayscale lib (and plugins needing it) for the iPod Grayscale LCD | Dave Chapman |
2006-02-08 | 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-06 | Added memmove() to codec API & plugin API, and changed codeclib and plugin li... | Jens Arnold |
2006-02-05 | Colour targets: Adapted mandelbrot plugin. The plugin library now contains sc... | Jens Arnold |
2006-02-03 | Fixed warnings on iFP. | Tomasz Malesinski |
2006-01-23 | 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-18 | Profiling support, tools and documentation. | Brandon Low |
2005-11-26 | Fixed comment. | Jens Arnold |
2005-11-25 | Slight optimisation of gray_mono_bitmap_part() (only affects H1x0). | Jens Arnold |
2005-11-16 | Changed the LCD_COLOR pixel value format to packed RGB (unsigned int). Now al... | Jens Arnold |
2005-10-27 | Support for a colon-separated path in APPEXTRA | Linus Nielsen Feltzing |
2005-10-20 | H1x0: Slight optimisation of the grayscale library. | Jens Arnold |
2005-10-10 | Fixed some misleading comments. | Jens Arnold |
2005-10-03 | 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-01 | Core: A graphics framework can now register a hook function to extend the cor... | Jens Arnold |
2005-09-30 | H1x0: Changed lcd_blit() and the grayscale library to use the same internal f... | Jens Arnold |
2005-07-28 | Grayscale lib: Moved the shift count doubling for unbuffered up/down scrollin... | Jens Arnold |
2005-07-27 | Grayscale library: (1) Ported to iriver H1x0. Experiments have shown that the... | Jens Arnold |
2005-07-26 | Moved implementation of user timer to the firmware layer, implemented it for ... | Jens Arnold |
2005-07-25 | Complete rework of the grayscale library: (1) Implemented the new rockbox gra... | Jens Arnold |
2005-07-12 | Beginnings of a library complementing the core LCD functions. First function:... | Jens Arnold |
2005-07-07 | Adapted remote LCD driver and player graphics library to the new bitmap funct... | Jens Arnold |
2005-07-02 | A couple of optimisations. | Jens Arnold |
2005-06-30 | Player graphics library extended and converted to new api. Please note that t... | Jens Arnold |
2005-06-29 | Enabled sectioned compilation for the plugin library, and linking with garbag... | Jens Arnold |
2005-06-29 | removed old codec leftovers | Daniel Stenberg |
2005-06-27 | Don't try to compile the grayscale lib for unsupported configurations, saves ... | Jens Arnold |
2005-06-22 | moved and renamed the codecs, gave the codecs a new extension (.codec), | Daniel Stenberg |
2005-06-08 | A new API for saving highscores in game plugins | Linus Nielsen Feltzing |
2005-06-06 | Killed a warning | Linus Nielsen Feltzing |
2005-06-05 | First audio codec playback attempt by Miikka Pekkarinen | Linus Nielsen Feltzing |