| Commit message (Expand) | Author | Age |
| * | Accept FS#7901 by Akio Idehara: Fix gradient for scrolling lines when more th... | Nicolas Pennequin | 2007-11-19 |
| * | Add some CACHEALIGN_* macros and a helper function to assist in aligning data... | Michael Sevakis | 2007-11-08 |
| * | Bugfix: The solid colour and gradient selector no longer extends to the left ... | Jens Arnold | 2007-10-15 |
| * | Save a few bytes in the line selector style handling code. | Antoine Cellerier | 2007-09-30 |
| * | Make the gradient look better when more than one line is selected (running ti... | Nicolas Pennequin | 2007-09-28 |
| * | Factor out the gradient drawing code. Should save some bytes and makes the co... | Nicolas Pennequin | 2007-09-28 |
| * | Fix corrupted display of the gradient selector for scrolling lines in some co... | Nicolas Pennequin | 2007-09-27 |
| * | FS#7808 by Tom Ross, Ken Fazzone and me, with help from Antoine Cellerier. | Nicolas Pennequin | 2007-09-27 |
| * | Merge the Gigabeat S branch back into trunk. Fingers crossed nothing breaks. | Will Robertson | 2007-09-21 |
| * | Scroll on main and remote with a single thread. Change the way system message... | Michael Sevakis | 2007-07-28 |
| * | Hrm. Commit the other needed change too. :) | Michael Sevakis | 2007-07-15 |
| * | 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 |
| * | More gigabeat LCD cleanup and completely remove the use of DMA for lcd_update... | Dave Chapman | 2007-05-15 |
| * | Gigabeat LCD driver cleanup: Revert the DMA optimisations to the gigabeat LCD... | Dave Chapman | 2007-05-15 |
| * | for WPS files with many lines the current wps code will call puts_scroll with... | Robert Kukla | 2007-04-01 |
| * | Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ... | Daniel Ankers | 2007-03-04 |
| * | Introduced LCD_FBHEIGHT in addition to the already existing LCD_FBWIDTH to ea... | Jens Arnold | 2007-02-20 |
| * | The code police strikes back, and some minor optimisations. | Jens Arnold | 2007-01-21 |
| * | Move mono DRMODE optimizations from Gigabeat to all 16-bit targets | Greg White | 2007-01-18 |
| * | Remove bogus variables to fix warnings | Greg White | 2007-01-15 |
| * | Optimize transparent blit; optimize DRMODE_SOLID for mono bitmaps | Greg White | 2007-01-15 |
| * | Skip scroll check when LCD is disabled | Greg White | 2007-01-14 |
| * | Fix simulator build | Greg White | 2007-01-04 |
| * | Use DMA for Blit to screen/clear | Greg White | 2007-01-04 |
| * | Fixed the line scrolling not always being smooth. | Miika Pekkarinen | 2006-09-25 |
| * | Fixed the errors. | Miika Pekkarinen | 2006-09-16 |
| * | New scheduler, with priorities for swcodec platforms. Frequent task | Miika Pekkarinen | 2006-09-16 |
| * | Allow scrolling lines with different x-margins. The margin at the time of the... | Mark Arigo | 2006-08-23 |
| * | LCD drivers: * Slight speedup for 2bit greyscale drivers. Use the same scroll... | Jens Arnold | 2006-07-28 |
| * | Contrast setting cleanup: * Only include contrast setting for targets where i... | Jens Arnold | 2006-07-25 |
| * | Restore the default backlight settings broken by Rani | Linus Nielsen Feltzing | 2006-07-25 |
| * | Patch #5182 by Liberman Shachar - Vertical screen scroll bug fix (inverse bar... | Linus Nielsen Feltzing | 2006-05-06 |
| * | Fix fillrect calculation error for 'Screen scrolls out of view'. Fixes bug 52... | Peter D'Hoye | 2006-05-03 |
| * | moved the LCD framebuffer to IRAM for iAudio X5 - gives ~40% speed boost | Daniel Stenberg | 2006-04-11 |
| * | font caching fixes by Frank Dischner | Marcoen Hirschberg | 2006-03-22 |
| * | Fixed pointer size vs. int size problems (64 bit sims) | Jens Arnold | 2006-03-02 |
| * | Optimised lcd_clear_display(), lcd_hline() and lcd_fillrect(). | Jens Arnold | 2006-02-22 |
| * | 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 |
| * | 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-02-02 |
| * | Work-in-progress transparent bitmaps with 255,0,255 as the transparent color,... | Linus Nielsen Feltzing | 2006-01-28 |
| * | Horizontal scrolling patch by Shachar Liberman - Part 2 :) | Tomas Salfischberger | 2006-01-22 |
| * | H300: Roughly 20% faster LCD updates with DMA | Linus Nielsen Feltzing | 2005-12-21 |
| * | waiting is over: initial unicode commit | Marcoen Hirschberg | 2005-12-06 |
| * | 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-30 |
| * | 16bit LCD driver: faster drawing routines. | Jens Arnold | 2005-11-28 |