summaryrefslogtreecommitdiff
path: root/apps/screen_access.h
AgeCommit message (Expand)Author
2020-10-26Whitespace cleanup on fb_viewport RewriteWilliam Wilgus
2020-10-26LCD core move buf ptr and address look up function viewport structWilliam Wilgus
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy
2020-07-24[2/4] get rid of HAVE_LCD_CHARCELLSSolomon Peachy
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy
2014-01-12put_line/scrolling: Make the scroll engine inform custom scrollers about star...Thomas Martitz
2014-01-07lcd-16bit: Remove {lss,lse,lst}_pattern fields from struct viewport.Thomas Martitz
2014-01-07lcd-common/scroll_engine: Remove unused functions lcd_puts_style_xyoffset() a...Thomas Martitz
2014-01-07lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_style().Thomas Martitz
2014-01-07lcd-common: Remove unused function lcd_puts_style_offset().Thomas Martitz
2014-01-07lcd-common: Remove unused function lcd_puts_offset().Thomas Martitz
2014-01-07lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_offset() an...Thomas Martitz
2014-01-07Introduce put_line().Thomas Martitz
2014-01-07lcd-charcell: Add set_drawmode() wrapper to multi-screen API.Thomas Martitz
2014-01-07lcd-16bit: Introduce lcd_gradient_fillrect_part().Thomas Martitz
2014-01-07lcd-common/scroll_engine: Introduce lcd_putsxy_scroll_func().Thomas Martitz
2013-12-14scroll_engine: Major rework to support pixel-based scrolling and scroll callb...Thomas Martitz
2013-12-14scroll_engine: Rename scroll_stop* functions to be more consistent with the l...Thomas Martitz
2012-12-099 segment bitmap drawing:Jonathan Gordon
2012-03-15skin_engine: New tag to draw a rectangle (optionally with a gradient)Jonathan Gordon
2012-02-28lcd/skin_engine: Add the ability to draw onto the backdrop layerJonathan Gordon
2011-11-08Add new lcd_bmp and lcd_bmp_part APIs.Thomas Martitz
2011-11-08Redo r30826 (and hopefully not reintroduce font issues) which cleans up the f...Jonathan Gordon
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg
2011-09-24FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon
2010-10-11Rename {draw,fill}_viewport once more (to draw_border_viewport and fill_viewp...Thomas Martitz
2010-10-10Add _rect to {draw,fill}_viewport as suggested by Jonathan Gordon to reduce t...Thomas Martitz
2010-10-10Two new lcd/multi screen api convinience functions: draw_viewport(), fill_vie...Thomas Martitz
2010-10-06Pixel-accurate (vertical) list scrolling for touchscreen targets.Thomas Martitz
2010-05-14Fix remaining reds/yellows.Thomas Martitz
2010-01-29skin rework (FS#10922) notable changes:Jonathan Gordon
2010-01-27futile attempt to keep the ondioSP rombox working. This will almost certainly...Jonathan Gordon
2010-01-26Accept the last patch FS#10797 with a few changes by me (fixing side effects ...Thomas Martitz
2009-10-17Revise r23225 a bit, removing the debug_printf function and implementing more...Nils Wallménius
2009-09-04Const police raid\!Nils Wallménius
2009-09-04Fix STRIDE macro for multiscreen and add stride support for picture lib.Karl Kurbjun
2009-08-06Add backdrop functions to the multiscreen api and add a enum backdrop_type pa...Thomas Martitz
2008-09-07Change screens memebers char_width, char_height and nb_lines to functions ret...Peter D'Hoye
2008-06-28Remove a viewport ambiguity by changing the screens width/heigth members into...Peter D'Hoye
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-06-23FS#9051 - remove LCD margins... use viewports if you need them...Jonathan Gordon
2008-05-29Accept FS #9052 by Alexander Levin with a fix by me. Changes HAS_BUTTONBAR in...Peter D'Hoye
2008-04-02Greyscale library: * Implement linearisation curve flipping for 1st/2nd Gen i...Jens Arnold
2008-01-08Add the viewport functions to the screens API, including a new getfont() func...Dave Chapman
2007-10-15Remove the "invert scroll" code since it's not used anywhere anymore (and it ...Antoine Cellerier
2007-09-27FS#7808 by Tom Ross, Ken Fazzone and me, with help from Antoine Cellerier.Nicolas Pennequin
2007-09-18Simplify initing of the screens[] struct by using an initializer, also some r...Nils Wallménius
2007-08-04Rewrote the clock plugin in a cleaner and more modular way so that it can sca...Kevin Ferrare
2007-07-25Ported the archos player's jackpot plugin to bitmaps LCD (still need some nea...Kevin Ferrare
2007-07-18Cleaned up the demistify plugin a litle bit, switched the key handling to the...Kevin Ferrare