| Commit message (Expand) | Author |
| 2006-11-13 | Backdrop support for greyscale targets. WPS backdrop is untested. | Jens Arnold |
| 2006-11-12 | Adjust scrollable lines to varying LCD sizes in the 2bit vertical packing LCD... | Jens Arnold |
| 2006-11-10 | H100/120: Split lcd driver into pixel format and device specific parts. Adjus... | Michael Sevakis |
| 2006-11-08 | More exodus to the target tree for ColdFire and a bonus sorting of firmware/S... | Michael Sevakis |
| 2006-09-25 | Fixed the line scrolling not always being smooth. | Miika Pekkarinen |
| 2006-09-16 | New scheduler, with priorities for swcodec platforms. Frequent task | Miika Pekkarinen |
| 2006-08-23 | Allow scrolling lines with different x-margins. The margin at the time of the... | Mark Arigo |
| 2006-08-10 | Make the grey shades on greyscale iPods a little darker, and the dark grey on... | Jens Arnold |
| 2006-07-28 | LCD drivers: * Slight speedup for 2bit greyscale drivers. Use the same scroll... | Jens Arnold |
| 2006-07-25 | Contrast setting cleanup: * Only include contrast setting for targets where i... | Jens Arnold |
| 2006-07-18 | 1bit and 2bit LCD drivers: Low-level bit handling optimisations. | Jens Arnold |
| 2006-05-06 | Patch #5182 by Liberman Shachar - Vertical screen scroll bug fix (inverse bar... | Linus Nielsen Feltzing |
| 2006-05-03 | Fix fillrect calculation error for 'Screen scrolls out of view'. Fixes bug 52... | Peter D'Hoye |
| 2006-03-22 | font caching fixes by Frank Dischner | Marcoen Hirschberg |
| 2006-03-11 | Removed lcd_roll() and lcd_remote_roll() functions. These functions were not ... | Jens Arnold |
| 2006-03-08 | Fix lcd_roll() on H1x0. | Jens Arnold |
| 2006-02-22 | Slight optimisation for 1bit and 2bit (vp) LCD drivers. | Jens Arnold |
| 2006-02-16 | Important bugfix for lcd_bitmap_part(). * Some slight optimisations. | Jens Arnold |
| 2006-02-02 | * Changed implementation of inverse bar: Instead of complementing all pixels ... | Jens Arnold |
| 2006-01-22 | Horizontal screen scrolling part 3 (by Shachar Liberman) | Brandon Low |
| 2006-01-22 | Horizontal scrolling patch by Shachar Liberman | Tomas Salfischberger |
| 2005-12-06 | waiting is over: initial unicode commit | Marcoen Hirschberg |
| 2005-11-30 | revert scroll pause in continuous scrolling mode | Marcoen Hirschberg |
| 2005-11-30 | add a delay when continually scrolling and reaching the beginning of the line | Marcoen Hirschberg |
| 2005-11-25 | Initial gcc4 warning cleanup (and some minor policing) | Daniel Stenberg |
| 2005-11-16 | Changed the LCD_COLOR pixel value format to packed RGB (unsigned int). Now al... | Jens Arnold |
| 2005-11-09 | H1x0: Put lcd_blit() intermediate buffers in IRAM instead of the current thre... | Jens Arnold |
| 2005-11-06 | The const police strikes and hits itself. | Jens Arnold |
| 2005-10-19 | Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR at... | Jens Arnold |
| 2005-09-30 | Ooops, forgot to fix that comment. | Jens Arnold |
| 2005-09-30 | H1x0: Changed lcd_blit() and the grayscale library to use the same internal f... | Jens Arnold |
| 2005-08-08 | Patch #783877 by Gadi Cohen updated by Naftali Goldstein - Bidirectional text... | Linus Nielsen Feltzing |
| 2005-07-28 | Fixed scroll step settings >127 pixels not working (reported on irc). Changed... | Jens Arnold |
| 2005-07-16 | Fixed lcd_blit(). | Jens Arnold |
| 2005-07-14 | Greyscale graphics driver: Added missing function. | Jens Arnold |
| 2005-07-06 | 4-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig... | Jens Arnold |
| 2005-07-03 | Use the central IDATA_ATTR define. | Jens Arnold |
| 2005-07-02 | A couple of optimisations. | Jens Arnold |
| 2005-06-30 | Graphics: Lowlevel block function are in IRAM now as they're called often. Sw... | Jens Arnold |
| 2005-06-29 | Ooops... | Jens Arnold |
| 2005-06-29 | Third part of graphics api rework. Some small but effective optimisations. Po... | Jens Arnold |
| 2005-06-28 | Second part of graphics api rework. Bitmap drawing and text output converted;... | Jens Arnold |
| 2005-06-27 | H1x0: Reordered lcd init sequence to match the datasheet, including the recom... | Jens Arnold |
| 2005-06-25 | Oops, the XYZ_PIXEL() macros are used elsewhere, so bring them back. | Jens Arnold |
| 2005-06-25 | Core functions taking advantage of the new, optimised lcd_hline() and lcd_vli... | Jens Arnold |
| 2005-06-24 | Fixed yellow FM builds, and changed the function type names according to the ... | Jens Arnold |
| 2005-06-24 | First part of graphics api rework. Special functions, parameter handling, pix... | Jens Arnold |
| 2005-06-23 | Preparations for implementing the new graphics api: Ordered lcd bitmap driver... | Jens Arnold |
| 2005-06-17 | Fixed graphical glitch occuring in flipped lcd mode. | Jens Arnold |
| 2005-04-19 | moved lcd_getstringsize into font.c | Christian Gmeiner |