| Commit message (Expand) | Author | Age |
| * | LCD extension library: Implemented scrolling for LCD depths below 8 bit. * Os... | Jens Arnold | 2006-03-08 |
| * | Foreground/Background colour settings. Based on patch #3050 by Jonathan Gord... | Dave Chapman | 2006-02-26 |
| * | Made LCD_RGBPACK() macro more efficient when used with variable arguments. | Jens Arnold | 2006-02-22 |
| * | Oops, no potentially conflicting declarations please. | Jens Arnold | 2006-02-20 |
| * | Create an SDL sim for the iPod 4G Grayscale and also create an IPOD_ARCH defi... | Dave Chapman | 2006-02-09 |
| * | More iPod 3G changes from Seven Le Mesle, and some unification of the iPod co... | Dave Chapman | 2006-02-05 |
| * | The iAudio X5 LCD is 18 bits | Linus Nielsen Feltzing | 2006-02-05 |
| * | Colour LCD driver: * Bring non-backdrop rendering back up to speed. * Speed u... | Jens Arnold | 2006-02-03 |
| * | Patch #1421422 - Backdrop image patch started by Linus, finished by me. Adds... | Dave Chapman | 2006-02-02 |
| * | Work-in-progress transparent bitmaps with 255,0,255 as the transparent color,... | Linus Nielsen Feltzing | 2006-01-28 |
| * | Color BMP support | Linus Nielsen Feltzing | 2006-01-28 |
| * | First steps towards SDL sim for windows | Linus Nielsen Feltzing | 2006-01-25 |
| * | Horizontal scrolling patch by Shachar Liberman | Tomas Salfischberger | 2006-01-22 |
| * | patch #1385256 by Hristo Kovachev - Turn off H300 LCD while backlight is off | Linus Nielsen Feltzing | 2005-12-20 |
| * | 16bit LCD driver: faster drawing routines. | Jens Arnold | 2005-11-28 |
| * | Add LCD_PIXELFORMAT config variable to distinguish between the two types of 1... | Dave Chapman | 2005-11-19 |
| * | Changed the LCD_COLOR pixel value format to packed RGB (unsigned int). Now al... | Jens Arnold | 2005-11-16 |
| * | New type for the LCD frame buffer data | Linus Nielsen Feltzing | 2005-11-14 |
| * | Add LCD_LIGHTGRAY and LCD_DARKGRAY macros and correctly use LCD_LIGHTGRAY in ... | Dave Chapman | 2005-11-13 |
| * | Moved all iPod specific code from lcd-16bit.c to lcd-ipod.c. | Thom Johansen | 2005-11-10 |
| * | Remove unnecessary #ifdef | Dave Chapman | 2005-11-08 |
| * | Initial commit of work-in-progress iPod port | Dave Chapman | 2005-11-07 |
| * | The const police strikes and hits itself. | Jens Arnold | 2005-11-06 |
| * | More preparations and conversions for colour LCD support. | Jens Arnold | 2005-07-19 |
| * | Renamed MAX_LEVEL to LCD_MAX_LEVEL to match the naming scheme. Preparations f... | Jens Arnold | 2005-07-19 |
| * | Greyscale graphics driver: Added missing function. | Jens Arnold | 2005-07-14 |
| * | Removed the XYZ_PIXEL() macros. They are no longer needed, and they did only ... | Jens Arnold | 2005-07-08 |
| * | 4-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig... | Jens Arnold | 2005-07-06 |
| * | Graphics: Lowlevel block function are in IRAM now as they're called often. Sw... | Jens Arnold | 2005-06-30 |
| * | Third part of graphics api rework. Some small but effective optimisations. Po... | Jens Arnold | 2005-06-29 |
| * | Second part of graphics api rework. Bitmap drawing and text output converted;... | Jens Arnold | 2005-06-28 |
| * | 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-25 |
| * | 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-24 |
| * | Preparations for implementing the new graphics api: Ordered lcd bitmap driver... | Jens Arnold | 2005-06-23 |
| * | Remote LCD support added to the x11 simulator, take 1. The win32 simulator | Daniel Stenberg | 2005-05-23 |
| * | Removed more dead code; bugfix for cursor display in player simulator. | Jens Arnold | 2005-05-08 |
| * | Even more updates to the remote LCD driver. Now it actually works... | Linus Nielsen Feltzing | 2005-04-15 |
| * | Low-level driver for the H100 remote control LCD, by Richard S. La Charite III | Linus Nielsen Feltzing | 2005-04-14 |
| * | Build cleanup and general fixes. fprintf() is now fdprintf(), the separation | Daniel Stenberg | 2005-02-22 |
| * | iRiver: Added extra parameters to lcd_write_command_ex() | Linus Nielsen Feltzing | 2005-01-27 |
| * | Ported to iRiver H100 | Linus Nielsen Feltzing | 2004-10-26 |
| * | Ported to Coldfire | Linus Nielsen Feltzing | 2004-10-26 |
| * | Removed the Neo code. Nobody is interested in it. | Björn Stenberg | 2004-09-20 |
| * | Moved LCD_WIDHT/HEIGHT from lcd driver to config file. | Björn Stenberg | 2004-09-16 |
| * | Const policed pointer arguments to functions, part 2 | Jens Arnold | 2004-08-17 |
| * | Const policed pointer arguments to functions, part 1 | Jens Arnold | 2004-08-16 |
| * | More const policeing step 1 | Jens Arnold | 2004-08-01 |
| * | Const'ed the logo, the bitmaps and the credits (optimization for running from... | Jens Arnold | 2004-07-19 |