Age | Commit message (Expand) | Author |
2014-01-12 | put_line/scrolling: Make the scroll engine inform custom scrollers about star... | Thomas Martitz |
2014-01-07 | lcd-common/scroll_engine: Remove unused functions lcd_puts_style_xyoffset() a... | Thomas Martitz |
2014-01-07 | lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_style(). | Thomas Martitz |
2014-01-07 | lcd-common: Remove unused function lcd_puts_style_offset(). | Thomas Martitz |
2014-01-07 | lcd-common: Remove unused function lcd_puts_style(). | Thomas Martitz |
2014-01-07 | lcd-common: Remove unused function lcd_puts_offset(). | Thomas Martitz |
2014-01-07 | lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_offset() an... | Thomas Martitz |
2014-01-07 | lcd-common/scroll_engine: Introduce lcd_putsxy_scroll_func(). | Thomas Martitz |
2013-12-14 | scroll_engine: Add STYLE_NONE to allow for drawing lines without styling. | Thomas Martitz |
2013-12-14 | scroll_engine: Rename scroll_stop* functions to be more consistent with the l... | Thomas Martitz |
2012-12-09 | Add the 9 segment lcd funciton to remote lcds | Jonathan Gordon |
2012-02-28 | lcd/skin_engine: Add the ability to draw onto the backdrop layer | Jonathan Gordon |
2012-02-28 | lcd drivers: Convert lcd_[remote_]framebuffer to a pointer | Jonathan Gordon |
2012-01-07 | lcd-remote-target.h: Use only in firmware/target/ | Rafaël Carré |
2012-01-07 | remote_detect(): move to lcd-remote.h | Rafaël Carré |
2012-01-07 | move lcd remote common declarations to lcd-remote.h | Rafaël Carré |
2012-01-07 | TARGET_TREE is not needed anymore | Rafaël Carré |
2011-11-08 | Add new lcd_bmp and lcd_bmp_part APIs. | Thomas Martitz |
2010-10-11 | Forgot to update lcd-remote.h | Thomas Martitz |
2010-10-11 | Rename {draw,fill}_viewport once more (to draw_border_viewport and fill_viewp... | Thomas Martitz |
2010-10-10 | Add _rect to {draw,fill}_viewport as suggested by Jonathan Gordon to reduce t... | Thomas Martitz |
2010-10-10 | Two new lcd/multi screen api convinience functions: draw_viewport(), fill_vie... | Thomas Martitz |
2010-10-06 | Fix targets with remote display, forgot to add the new functions to their hea... | Thomas Martitz |
2010-08-28 | Implement lcd(_remote)_putsxyf() and export to plugins | Rafaël Carré |
2009-10-17 | Revise r23225 a bit, removing the debug_printf function and implementing more... | Nils Wallménius |
2008-12-26 | Latest work on the bmp on-load scaler: | Andrew Mahone |
2008-06-28 | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg |
2008-06-23 | FS#9051 - remove LCD margins... use viewports if you need them... | Jonathan Gordon |
2008-05-05 | Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ... | Nicolas Pennequin |
2008-03-26 | Major cleanup of checkwps - fix all warnings and add a script to build versio... | Dave Chapman |
2008-03-12 | Make the LCD remote work in the iAudio M3, M5 and X5 bootloaders. * Fix viewp... | Jens Arnold |
2008-01-08 | Add the viewport functions to the screens API, including a new getfont() func... | Dave Chapman |
2008-01-07 | Add viewport capabilities to all the LCD drivers, and adapt scrolling code. ... | Dave Chapman |
2007-10-15 | Remove the "invert scroll" code since it's not used anywhere anymore (and it ... | Antoine Cellerier |
2007-08-12 | Enable a lot more features for simulators and add stubs where necessary, simu... | Nils Wallménius |
2007-07-28 | 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-06-17 | Give color targets the ability to display each LCD line a different color and... | Brandon Low |
2007-04-25 | Add backdrop support for LCD remotes with depth > 1-bit. Only WPS backdrops, ... | Nicolas Pennequin |
2007-02-25 | Move target specific parts of the H100 remote LCD driver to target tree. | Jens Arnold |
2007-02-20 | Introduced LCD_FBHEIGHT in addition to the already existing LCD_FBWIDTH to ea... | Jens Arnold |
2006-11-26 | Backdrop support in the X5 remote LCD driver. Still needs to be wired to the ... | Jens Arnold |
2006-11-14 | Removed anachronisms introduced with low battery shutdown patch. | Michael Sevakis |
2006-10-31 | Removed remnants of deprecated lcd_roll(). | Jens Arnold |
2006-10-14 | Added a small interface to screens to translate colors into remote gray level... | Michael Sevakis |
2006-07-28 | Add a define for unplugged remote | Hristo Kovachev |
2006-07-28 | LCD drivers: * Slight speedup for 2bit greyscale drivers. Use the same scroll... | Jens Arnold |
2006-02-17 | Remote type autodetection on iriver, remote_type() returns REMOTETYPE_H100_LC... | Linus Nielsen Feltzing |
2006-01-22 | Horizontal screen scrolling part 3 (by Shachar Liberman) | Brandon Low |
2006-01-22 | Horizontal scrolling patch by Shachar Liberman | Tomas Salfischberger |