summaryrefslogtreecommitdiff
path: root/apps/screen_access.h (follow)
Commit message (Expand)AuthorAge
* put_line/scrolling: Make the scroll engine inform custom scrollers about star...Thomas Martitz2014-01-12
* lcd-16bit: Remove {lss,lse,lst}_pattern fields from struct 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_offset().Thomas Martitz2014-01-07
* lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_offset() an...Thomas Martitz2014-01-07
* Introduce put_line().Thomas Martitz2014-01-07
* lcd-charcell: Add set_drawmode() wrapper to multi-screen API.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
* 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
* 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/skin_engine: Add the ability to draw onto the backdrop layerJonathan Gordon2012-02-28
* Add new lcd_bmp and lcd_bmp_part APIs.Thomas Martitz2011-11-08
* Redo r30826 (and hopefully not reintroduce font issues) which cleans up the f...Jonathan Gordon2011-11-08
* Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg2011-10-15
* FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon2011-09-24
* 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
* Fix remaining reds/yellows.Thomas Martitz2010-05-14
* skin rework (FS#10922) notable changes:Jonathan Gordon2010-01-29
* futile attempt to keep the ondioSP rombox working. This will almost certainly...Jonathan Gordon2010-01-27
* Accept the last patch FS#10797 with a few changes by me (fixing side effects ...Thomas Martitz2010-01-26
* Revise r23225 a bit, removing the debug_printf function and implementing more...Nils Wallménius2009-10-17
* Const police raid\!Nils Wallménius2009-09-04
* Fix STRIDE macro for multiscreen and add stride support for picture lib.Karl Kurbjun2009-09-04
* Add backdrop functions to the multiscreen api and add a enum backdrop_type pa...Thomas Martitz2009-08-06
* Change screens memebers char_width, char_height and nb_lines to functions ret...Peter D'Hoye2008-09-07
* Remove a viewport ambiguity by changing the screens width/heigth members into...Peter D'Hoye2008-06-28
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* FS#9051 - remove LCD margins... use viewports if you need them...Jonathan Gordon2008-06-23
* Accept FS #9052 by Alexander Levin with a fix by me. Changes HAS_BUTTONBAR in...Peter D'Hoye2008-05-29
* Greyscale library: * Implement linearisation curve flipping for 1st/2nd Gen i...Jens Arnold2008-04-02
* Add the viewport functions to the screens API, including a new getfont() func...Dave Chapman2008-01-08
* Remove the "invert scroll" code since it's not used anywhere anymore (and it ...Antoine Cellerier2007-10-15
* FS#7808 by Tom Ross, Ken Fazzone and me, with help from Antoine Cellerier.Nicolas Pennequin2007-09-27
* Simplify initing of the screens[] struct by using an initializer, also some r...Nils Wallménius2007-09-18
* Rewrote the clock plugin in a cleaner and more modular way so that it can sca...Kevin Ferrare2007-08-04
* Ported the archos player's jackpot plugin to bitmaps LCD (still need some nea...Kevin Ferrare2007-07-25
* Cleaned up the demistify plugin a litle bit, switched the key handling to the...Kevin Ferrare2007-07-18
* Temporary fix for remote bitmap functions in the multi-screen API. Fixed icon...Jens Arnold2007-04-16
* Multi-screen API: * lcd_update() is now available for all LCDs. * Added missi...Jens Arnold2007-04-02
* First step of charcell LCD code rework: * Make it fully unicode aware so that...Jens Arnold2007-03-26
* Do the CONFIG_LED defineJonathan Gordon2007-02-18
* Fix most (all?) CONFIG_LED warnings.Magnus Holmgren2007-02-17