| Commit message (Expand) | Author |
| 2006-03-22 | font caching fixes by Frank Dischner | Marcoen Hirschberg |
| 2006-03-02 | Fixed pointer size vs. int size problems (64 bit sims) | Jens Arnold |
| 2006-02-22 | Optimised lcd_clear_display(), lcd_hline() and lcd_fillrect(). | Jens Arnold |
| 2006-02-03 | Colour LCD driver: * Bring non-backdrop rendering back up to speed. * Speed u... | Jens Arnold |
| 2006-02-02 | Patch #1421422 - Backdrop image patch started by Linus, finished by me. Adds... | Dave Chapman |
| 2006-02-02 | This should not have been recommitted (went undetected for quite a while). | Jens Arnold |
| 2006-02-02 | * Changed implementation of inverse bar: Instead of complementing all pixels ... | Jens Arnold |
| 2006-01-28 | Work-in-progress transparent bitmaps with 255,0,255 as the transparent color,... | Linus Nielsen Feltzing |
| 2006-01-22 | Horizontal scrolling patch by Shachar Liberman - Part 2 :) | Tomas Salfischberger |
| 2005-12-21 | H300: Roughly 20% faster LCD updates with DMA | Linus Nielsen Feltzing |
| 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-28 | 16bit LCD driver: faster drawing routines. | Jens Arnold |
| 2005-11-17 | 16bit LCD driver: Optimised native bitmap drawing. | Jens Arnold |
| 2005-11-17 | Moved some often-used parts of the LCD driver into IRAM. | Jens Arnold |
| 2005-11-16 | Changed the LCD_COLOR pixel value format to packed RGB (unsigned int). Now al... | Jens Arnold |
| 2005-11-16 | 16bit LCD driver: * The colour get/set functions now use the native ranges fo... | Jens Arnold |
| 2005-11-15 | 16bit colour support (H300) for the win32 simulator. | Jens Arnold |
| 2005-11-15 | Ensure the 16-bit framebuffer is aligned on a 4-byte boundary | Dave Chapman |
| 2005-11-14 | Fix compile error on iPod build - RGB_PACK resolves to a function on the iPod... | Dave Chapman |
| 2005-11-14 | The 16-bit LCD driver is now 16-bit for real | Linus Nielsen Feltzing |
| 2005-11-11 | iPod: Code cleanup - the bootloader now compiles with zero warnings | Dave Chapman |
| 2005-11-10 | I meant that to be static. | Thom Johansen |
| 2005-11-10 | Moved all iPod specific code from lcd-16bit.c to lcd-ipod.c. | Thom Johansen |
| 2005-11-09 | Fix #define names. | Thom Johansen |
| 2005-11-09 | A couple of fixes for Nanos. | Thom Johansen |
| 2005-11-08 | Quick fix to make the h300 build work | Linus Nielsen Feltzing |
| 2005-11-07 | Initial commit of work-in-progress iPod port | Dave Chapman |
| 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 |