summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-bitmap-common.c (follow)
Commit message (Expand)AuthorAge
* Rename {draw,fill}_viewport once more (to draw_border_viewport and fill_viewp...Thomas Martitz2010-10-11
* Add _rect to {draw,fill}_viewport as suggested by Jonathan Gordon to reduce t...Thomas Martitz2010-10-10
* Two new lcd/multi screen api convinience functions: draw_viewport(), fill_vie...Thomas Martitz2010-10-10
* Pixel-accurate (vertical) list scrolling for touchscreen targets.Thomas Martitz2010-10-06
* Implement lcd(_remote)_putsxyf() and export to pluginsRafaël Carré2010-08-28
* avoid overflow in puts_scroll().Teruaki Kawashima2010-05-21
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* * surround member only used by charcells with #ifdef HAVE_LCD_CHARCELLS in st...Teruaki Kawashima2010-02-16
* revert r24478 and make the backdrop behaviour the same as it used to be (so w...Jonathan Gordon2010-02-08
* fix a bug where the backdrop from the sbs is displayed on scrolling lines in ...Jonathan Gordon2010-02-03
* draw selection bar even if str is empty string (e.g. in text_editor plugin).Teruaki Kawashima2010-01-09
* Fix FS#10893.Teruaki Kawashima2010-01-09
* Diacritic display enhancementsTomer Shalev2009-11-28
* Fix diacritic and save some bin sizeTomer Shalev2009-11-26
* Limit character width to 255 pixelsFrank Gevaerts2009-11-24
* make lcd_bitmap_char more space efficient. This doesn't seem to impact text d...Frank Gevaerts2009-11-24
* FS#10720 - Support for displaying diacritic charactersTomer Shalev2009-11-24
* lcd-bitmap-common.c: Change calculation of the horizontal position in lcd_put...Teruaki Kawashima2009-11-22
* Use strlcpy instead of a memset&strcpy combo. Guarantees \0-terminaltion and ...Thomas Martitz2009-10-20
* Fix a scrolling bug with centered drawing and too long lines.Thomas Martitz2009-10-19
* Revise r23225 a bit, removing the debug_printf function and implementing more...Nils Wallménius2009-10-17
* Fix FS#10670 - The first letter of a scrolling line starts to appear at the endTomer Shalev2009-10-12
* LCD scrolling - reduce one 'if' nesting levelTomer Shalev2009-10-12
* LCD scrolling - fix a typoTomer Shalev2009-10-12
* Revert r23021, since it broke non-RTL scrolling. RTL scrolling still needs fi...Tomer Shalev2009-10-11
* RTL: Cosmetic changes, no functional change - Rename constantsTomer Shalev2009-10-11
* Add a center flag, next to the rtl flag, for viewports. That results in any t...Thomas Martitz2009-10-11
* Fix a bug in a bidirectional text scrolling; s->offset doesn't need to be set...Mohamed Tarek2009-10-09
* Handle text scrolling in RTL.Mohamed Tarek2009-10-09
* Moved RTL handling in lcd driver deeper, from puts_style_offset() to putsxyofs()Tomer Shalev2009-10-06
* Use macro to test viewport's RTL flagTomer Shalev2009-10-06
* Implement RTL as a viewport's bit-fieldTomer Shalev2009-10-05
* Fix red - bootloaders don't link language supportTomer Shalev2009-10-05
* RTL support in menusTomer Shalev2009-10-05
* LCD bitmap driver code consolidation from FS#4817:Andrew Mahone2009-08-13