| Commit message (Expand) | Author | Age |
| ... | |
| * | Explain the stride and fix the player. | Karl Kurbjun | 2009-09-04 |
| * | Fix STRIDE macro for multiscreen and add stride support for picture lib. | Karl Kurbjun | 2009-09-04 |
| * | Add stride defines to support vertical strides | Karl Kurbjun | 2009-08-29 |
| * | Slight cleanup in lcd.h: kill fixme and remove useless include, add some incl... | Nils Wallménius | 2009-08-19 |
| * | Do not use lcd_blit_yuv() if MEMORYSIZE <= 2, since mpegplayer won't run anyw... | Rafaël Carré | 2009-06-21 |
| * | * read_bmp_*(): add FORMAT_RETURN_SIZE | Maurus Cuelenaere | 2009-05-25 |
| * | M:Robe 500: More LCD initialization, QVGA (vs. VGA) is now enabled by default... | Karl Kurbjun | 2009-04-09 |
| * | Add initial support for changing the LCD mode in MPEG player for hardware YUV... | Karl Kurbjun | 2009-04-01 |
| * | Rework lcd_enabled and lcd_set/call_enable hook | Thomas Martitz | 2009-03-17 |
| * | Latest work on the bmp on-load scaler: | Andrew Mahone | 2008-12-26 |
| * | resize-on-load for bitmap files on 2bpp and color targets | Andrew Mahone | 2008-12-09 |
| * | Make lcd_set_enable_hook() conditional on HAVE_LCD_ENABLE and HAVE_LCD_COLOR | Rafaël Carré | 2008-10-31 |
| * | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg | 2008-06-28 |
| * | FS#9051 - remove LCD margins... use viewports if you need them... | Jonathan Gordon | 2008-06-23 |
| * | Fix yellow. | Michael Sevakis | 2008-05-28 |
| * | Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when t... | Michael Sevakis | 2008-05-28 |
| * | Change the default background colour to black on colour targets. It fits bett... | Barry Wardell | 2008-05-05 |
| * | Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(... | Jens Arnold | 2008-03-24 |
| * | M3: Make remote LCD hotplug work, and make 'backlight on button hold' use the... | Jens Arnold | 2008-03-19 |
| * | Fix Player warnings. Charcell needs fb_data properly defined as well. | Jens Arnold | 2008-03-12 |
| * | More iAudio M3 work. Bootloader compiles, but doesn't work yet. | Jens Arnold | 2008-03-12 |
| * | Greyscale library: Changed the internal data format once more (separated pixe... | Jens Arnold | 2008-01-09 |
| * | Add the viewport functions to the screens API, including a new getfont() func... | Dave Chapman | 2008-01-08 |
| * | Add viewport capabilities to all the LCD drivers, and adapt scrolling code. ... | Dave Chapman | 2008-01-07 |
| * | All-new greyscale library, replacing the old one. Features: (1) Drawing/updat... | Jens Arnold | 2008-01-04 |
| * | Make the "current line" value in the gradient style code zero-based, and an a... | Nicolas Pennequin | 2007-12-06 |
| * | Accept FS#7901 by Akio Idehara: Fix gradient for scrolling lines when more th... | Nicolas Pennequin | 2007-11-19 |
| * | When unpacking a 16-bit color value to 24 bits, repeat the high bits of each ... | Magnus Holmgren | 2007-11-11 |
| * | Remove the "invert scroll" code since it's not used anywhere anymore (and it ... | Antoine Cellerier | 2007-10-15 |
| * | Save a few bytes in the line selector style handling code. | Antoine Cellerier | 2007-09-30 |
| * | Fix the LCD line remaining active after shutdown on grayscale ipods (FS#5199)... | Nicolas Pennequin | 2007-09-29 |
| * | FS#7808 by Tom Ross, Ken Fazzone and me, with help from Antoine Cellerier. | Nicolas Pennequin | 2007-09-27 |
| * | Dithering option for mpegplayer on gigabeat-f/x and e200. Assembly IDCT for A... | Michael Sevakis | 2007-09-25 |
| * | Straignten out some issues with HAVE_LCD_ENABLE. 1g/2g/3g had it defined but ... | Michael Sevakis | 2007-07-31 |
| * | Fix warnings and errors. Remove some added stuff that wasn't needed afterall. | Michael Sevakis | 2007-07-28 |
| * | Scroll on main and remote with a single thread. Change the way system message... | Michael Sevakis | 2007-07-28 |
| * | Oops. | Jens Arnold | 2007-07-27 |
| * | Fix FS#7044 - if the color RGB(0,255,255) is in a bmp it will be replaced wit... | Jonathan Gordon | 2007-07-14 |
| * | Fix FS#7336 - scrolling lines don't stay coloured. | Jonathan Gordon | 2007-06-22 |
| * | Give color targets the ability to display each LCD line a different color and... | Brandon Low | 2007-06-17 |
| * | Gigabeat LCD driver cleanup: Revert the DMA optimisations to the gigabeat LCD... | Dave Chapman | 2007-05-15 |
| * | It's not necessary (anymore?) to map lcd_icon() to sim_lcd_icon() for the sim... | Jens Arnold | 2007-04-03 |
| * | Charcell lcd driver: Preparations for switching to non-immediate LCD updates,... | Jens Arnold | 2007-03-31 |
| * | (all targets) Increase scrolling line size to account for utf-8 in the overla... | Jens Arnold | 2007-03-27 |
| * | First step of charcell LCD code rework: * Make it fully unicode aware so that... | Jens Arnold | 2007-03-26 |
| * | Correct some color unpacking macros. | Michael Sevakis | 2007-03-21 |
| * | Archos player: Introduce lcd_write_command_e (only one data byte) in the lcd ... | Jens Arnold | 2007-03-18 |
| * | Introduced LCD_FBHEIGHT in addition to the already existing LCD_FBWIDTH to ea... | Jens Arnold | 2007-02-20 |
| * | avoid using #if on undefined symbols, in preparation for -Wundef | Daniel Stenberg | 2007-02-17 |
| * | Setup LCD ourselves; move LCD buffer and TTB to free up 1.7MB of memory | Greg White | 2007-01-13 |