summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-bitmap-common.c (follow)
Commit message (Expand)AuthorAge
* put_line/scrolling: Make the scroll engine inform custom scrollers about star...Thomas Martitz2014-01-12
* scroll engine: Factor out renderer function so it can be called by lcd code.Thomas Martitz2014-01-11
* lcd_nine_segment_bmp: Fixes for non-ideal image dimensions.Thomas Martitz2014-01-09
* lcd-16bit: Move lcd_gradient_fillrect/_part() to lcd-16bit-common.c.Thomas Martitz2014-01-07
* lcd-common: Remove direct style (line decorations) from lcd-puts* functions.Thomas Martitz2014-01-07
* lcd-common: Remove support for specifying y_offset from lcd_puts* functions.Thomas Martitz2014-01-07
* lcd-common: Remove support for custom line heights from viewport.Thomas Martitz2014-01-07
* lcd-common/scroll_engine: Remove unused functions lcd_puts_style_xyoffset() a...Thomas Martitz2014-01-07
* lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_style().Thomas Martitz2014-01-07
* lcd-common: Remove unused function lcd_puts_style_offset().Thomas Martitz2014-01-07
* lcd-common: Remove unused function lcd_puts_style().Thomas Martitz2014-01-07
* lcd-common: Remove unused function lcd_puts_offset().Thomas Martitz2014-01-07
* lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_offset() an...Thomas Martitz2014-01-07
* lcd-16bit: Introduce lcd_gradient_fillrect_part().Thomas Martitz2014-01-07
* lcd-common/scroll_engine: Introduce lcd_putsxy_scroll_func().Thomas Martitz2014-01-07
* lcd: Fix scrolling.Thomas Martitz2013-12-23
* scroll_engine: Major rework to support pixel-based scrolling and scroll callb...Thomas Martitz2013-12-14
* scroll_engine: Add STYLE_NONE to allow for drawing lines without styling.Thomas Martitz2013-12-14
* scroll_engine: Rename scroll_stop* functions to be more consistent with the l...Thomas Martitz2013-12-14
* lcd-*: Merge common viewport operations into lcd-bitmap-common.cThomas Martitz2013-12-14
* 9 segment bitmap drawing:Jonathan Gordon2012-12-09
* 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