| Commit message (Expand) | Author | Age |
| * | skin_engine: New tag to draw a rectangle (optionally with a gradient) | Jonathan Gordon | 2012-03-15 |
| * | lcd drivers: split lcd_gradient_rect so it is actually useful | Jonathan Gordon | 2012-03-01 |
| * | lcd/skin_engine: Add the ability to draw onto the backdrop layer | Jonathan Gordon | 2012-02-28 |
| * | OOPS, style got lost in scrolling lines with r31247, so put it back | Jonathan Gordon | 2011-12-15 |
| * | Allow scrolling lines to have their content changed without restarting the sc... | Jonathan Gordon | 2011-12-14 |
| * | Fix FS#12237 (caused by r30302) where centered skin text isnt eqactly centered | Jonathan Gordon | 2011-12-14 |
| * | Fix build errors and warnings in the lcd drivers. | Thomas Martitz | 2011-11-08 |
| * | Add new lcd_bmp and lcd_bmp_part APIs. | Thomas Martitz | 2011-11-08 |
| * | Better fix for FS#12337. Use 0 to make the line height calculated from the fo... | Thomas Martitz | 2011-10-29 |
| * | Provide font_lock(). Font_get_bits() or ..width() may have to read glyph cach... | Fred Bauer | 2011-10-21 |
| * | Commit FS#12321 - Touchscreen: List line padding, to more easily select lines | Thomas Martitz | 2011-10-17 |
| * | Anti-Aliased Fonts support. | Thomas Martitz | 2011-03-05 |
| * | Fix r29123: the variable should be initialized every time in the loop | Alexander Levin | 2011-01-23 |
| * | Respect the 'scroll delay' setting more accurately between scrolling rounds | Alexander Levin | 2011-01-23 |
| * | Add a delay between text scroll rounds when scrolling forward similarly to ho... | Alexander Levin | 2011-01-21 |
| * | Rename {draw,fill}_viewport once more (to draw_border_viewport and fill_viewp... | Thomas Martitz | 2010-10-11 |
| * | 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-10 |
| * | Pixel-accurate (vertical) list scrolling for touchscreen targets. | Thomas Martitz | 2010-10-06 |
| * | Implement lcd(_remote)_putsxyf() and export to plugins | Rafaël Carré | 2010-08-28 |
| * | avoid overflow in puts_scroll(). | Teruaki Kawashima | 2010-05-21 |
| * | Move c/h files implementing/defining standard library stuff into a new libc d... | Thomas Martitz | 2010-05-06 |
| * | * surround member only used by charcells with #ifdef HAVE_LCD_CHARCELLS in st... | Teruaki Kawashima | 2010-02-16 |
| * | revert r24478 and make the backdrop behaviour the same as it used to be (so w... | Jonathan Gordon | 2010-02-08 |
| * | fix a bug where the backdrop from the sbs is displayed on scrolling lines in ... | Jonathan Gordon | 2010-02-03 |
| * | draw selection bar even if str is empty string (e.g. in text_editor plugin). | Teruaki Kawashima | 2010-01-09 |
| * | Fix FS#10893. | Teruaki Kawashima | 2010-01-09 |
| * | Diacritic display enhancements | Tomer Shalev | 2009-11-28 |
| * | Fix diacritic and save some bin size | Tomer Shalev | 2009-11-26 |
| * | Limit character width to 255 pixels | Frank Gevaerts | 2009-11-24 |
| * | make lcd_bitmap_char more space efficient. This doesn't seem to impact text d... | Frank Gevaerts | 2009-11-24 |
| * | FS#10720 - Support for displaying diacritic characters | Tomer Shalev | 2009-11-24 |
| * | lcd-bitmap-common.c: Change calculation of the horizontal position in lcd_put... | Teruaki Kawashima | 2009-11-22 |
| * | Use strlcpy instead of a memset&strcpy combo. Guarantees \0-terminaltion and ... | Thomas Martitz | 2009-10-20 |
| * | Fix a scrolling bug with centered drawing and too long lines. | Thomas Martitz | 2009-10-19 |
| * | Revise r23225 a bit, removing the debug_printf function and implementing more... | Nils Wallménius | 2009-10-17 |
| * | Fix FS#10670 - The first letter of a scrolling line starts to appear at the end | Tomer Shalev | 2009-10-12 |
| * | LCD scrolling - reduce one 'if' nesting level | Tomer Shalev | 2009-10-12 |
| * | LCD scrolling - fix a typo | Tomer Shalev | 2009-10-12 |
| * | Revert r23021, since it broke non-RTL scrolling. RTL scrolling still needs fi... | Tomer Shalev | 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-11 |
| * | Fix a bug in a bidirectional text scrolling; s->offset doesn't need to be set... | Mohamed Tarek | 2009-10-09 |
| * | Handle text scrolling in RTL. | Mohamed Tarek | 2009-10-09 |
| * | Moved RTL handling in lcd driver deeper, from puts_style_offset() to putsxyofs() | Tomer Shalev | 2009-10-06 |
| * | Use macro to test viewport's RTL flag | Tomer Shalev | 2009-10-06 |
| * | Implement RTL as a viewport's bit-field | Tomer Shalev | 2009-10-05 |
| * | Fix red - bootloaders don't link language support | Tomer Shalev | 2009-10-05 |
| * | RTL support in menus | Tomer Shalev | 2009-10-05 |
| * | LCD bitmap driver code consolidation from FS#4817: | Andrew Mahone | 2009-08-13 |