summaryrefslogtreecommitdiff
path: root/firmware/export/scroll_engine.h (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-common: Remove direct style (line decorations) from lcd-puts* functions.Thomas Martitz2014-01-07
* scroll_engine: Change header inclusionThomas Martitz2014-01-07
* Fix reds. Also apply the new scrolling to lcd charcell (this even uncovered anThomas Martitz2013-12-15
* scroll_engine: Major rework to support pixel-based scrolling and scroll callb...Thomas Martitz2013-12-14
* scroll_engine: Rename scroll_stop* functions to be more consistent with the l...Thomas Martitz2013-12-14
* Add more INIT_ATTR and add config.h includes to header files with INIT_ATTR.Boris Gjenero2011-12-19
* Pixel-accurate (vertical) list scrolling for touchscreen targets.Thomas Martitz2010-10-06
* FS#10756 - Free unused init codeThomas Martitz2010-03-03
* * 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
* Const police raid\!Nils Wallménius2009-09-04
* Slight cleanup in lcd.h: kill fixme and remove useless include, add some incl...Nils Wallménius2009-08-19
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Add viewport capabilities to all the LCD drivers, and adapt scrolling code. ...Dave Chapman2008-01-07
* Fix red due to previous commit, remove some ifdefs. (/me crosses his fingers)Antoine Cellerier2007-09-30
* Save a few bytes in the line selector style handling code.Antoine Cellerier2007-09-30
* FS#7808 by Tom Ross, Ken Fazzone and me, with help from Antoine Cellerier.Nicolas Pennequin2007-09-27
* Scroll on main and remote with a single thread. Change the way system message...Michael Sevakis2007-07-28