summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-bitmap-common.c (follow)
Commit message (Expand)AuthorAge
* skin_engine: New tag to draw a rectangle (optionally with a gradient)Jonathan Gordon2012-03-15
* lcd drivers: split lcd_gradient_rect so it is actually usefulJonathan Gordon2012-03-01
* lcd/skin_engine: Add the ability to draw onto the backdrop layerJonathan Gordon2012-02-28
* OOPS, style got lost in scrolling lines with r31247, so put it backJonathan Gordon2011-12-15
* Allow scrolling lines to have their content changed without restarting the sc...Jonathan Gordon2011-12-14
* Fix FS#12237 (caused by r30302) where centered skin text isnt eqactly centeredJonathan Gordon2011-12-14
* Fix build errors and warnings in the lcd drivers.Thomas Martitz2011-11-08
* Add new lcd_bmp and lcd_bmp_part APIs.Thomas Martitz2011-11-08
* Better fix for FS#12337. Use 0 to make the line height calculated from the fo...Thomas Martitz2011-10-29
* Provide font_lock(). Font_get_bits() or ..width() may have to read glyph cach...Fred Bauer2011-10-21
* Commit FS#12321 - Touchscreen: List line padding, to more easily select linesThomas Martitz2011-10-17
* Anti-Aliased Fonts support.Thomas Martitz2011-03-05
* Fix r29123: the variable should be initialized every time in the loopAlexander Levin2011-01-23
* Respect the 'scroll delay' setting more accurately between scrolling roundsAlexander Levin2011-01-23
* Add a delay between text scroll rounds when scrolling forward similarly to ho...Alexander Levin2011-01-21
* 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