Age | Commit message (Expand) | Author |
2014-06-21 | lcd-24bit: Introduce a 24-bit mid-level LCD driver | Thomas Martitz |
2014-03-03 | Touchscreen: Show a line separator in lists. | Thomas Martitz |
2014-03-03 | Implement lcd_get_dpi() for all bitmap targets. | Thomas Martitz |
2014-01-12 | put_line/scrolling: Make the scroll engine inform custom scrollers about star... | Thomas Martitz |
2014-01-07 | Fix Player red and icons on mono displays. | Thomas Martitz |
2014-01-07 | lcd/grey: Enable viewport fg_pattern and bg_pattern for all bitmap targets. | Thomas Martitz |
2014-01-07 | lcd-16bit: Remove {lss,lse,lst}_pattern fields from struct viewport. | Thomas Martitz |
2014-01-07 | lcd-common: Remove direct style (line decorations) from lcd-puts* functions. | Thomas Martitz |
2014-01-07 | lcd-common: Remove support for custom line heights from viewport. | 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-16bit: Introduce lcd_gradient_fillrect_part(). | Thomas Martitz |
2014-01-07 | lcd-common/scroll_engine: Introduce lcd_putsxy_scroll_func(). | Thomas Martitz |
2014-01-05 | lcd: Fix certain drawmode combinations. | Thomas Martitz |
2013-12-15 | Fix reds. Also apply the new scrolling to lcd charcell (this even uncovered an | 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 |
2013-02-12 | bitmap drawing: Use extra bit in mask to avoid nested if() in switch-cases. | Thomas Martitz |
2012-12-09 | 9 segment bitmap drawing: | Jonathan Gordon |
2012-03-01 | lcd drivers: split lcd_gradient_rect so it is actually useful | 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 |
2011-12-16 | Oops. Left some bits I didn't want to keep. | Michael Sevakis |
2011-12-16 | Convert remaining memframe LCDs that can be convert to common code. | Michael Sevakis |
2011-12-14 | Fix FS#12237 (caused by r30302) where centered skin text isnt eqactly centered | Jonathan Gordon |
2011-11-08 | Fix build errors and warnings in the lcd drivers. | Thomas Martitz |
2011-11-08 | Support for transparency in 32bit bitmaps on color targets. | Thomas Martitz |
2011-11-08 | Add new lcd_bmp and lcd_bmp_part APIs. | Thomas Martitz |
2011-10-29 | Better fix for FS#12337. Use 0 to make the line height calculated from the fo... | Thomas Martitz |
2011-10-17 | - Fix some reds by implementing lcd_get_dpi(). | Thomas Martitz |
2011-10-17 | Commit FS#12321 - Touchscreen: List line padding, to more easily select lines | Thomas Martitz |
2010-11-10 | Touchscreen: Improved scroll threshold | 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 | Pixel-accurate (vertical) list scrolling for touchscreen targets. | Thomas Martitz |
2010-08-28 | Implement lcd(_remote)_putsxyf() and export to plugins | Rafaël Carré |
2010-03-03 | FS#10756 - Free unused init code | Thomas Martitz |
2010-01-03 | Fix more tabs | Andree Buschmann |
2009-10-20 | Convert lcd_activation callbacks to use the event system to allow for multipl... | Thomas Martitz |
2009-10-17 | Revise r23225 a bit, removing the debug_printf function and implementing more... | Nils Wallménius |
2009-10-11 | RTL: Cosmetic changes, no functional change - Rename constants | Tomer Shalev |
2009-10-11 | Add a center flag, next to the rtl flag, for viewports. That results in any t... | Thomas Martitz |
2009-10-06 | Use macro to test viewport's RTL flag | Tomer Shalev |
2009-10-05 | Implement RTL as a viewport's bit-field | Tomer Shalev |
2009-09-04 | Fix typos in the comment | Alexander Levin |