summaryrefslogtreecommitdiffstats
path: root/apps/screen_access.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-09Add the 9 segment lcd funciton to remote lcdsJonathan Gordon1-0/+1
2012-12-099 segment bitmap drawing:Jonathan Gordon1-0/+1
2012-03-15skin_engine: New tag to draw a rectangle (optionally with a gradient)Jonathan Gordon1-0/+3
2012-02-28lcd/skin_engine: Add the ability to draw onto the backdrop layerJonathan Gordon1-0/+6
2012-01-07apps: lcd-remote.h is not needed if HAVE_REMOTE_LCD is not definedRafaël Carré1-1/+3
2011-12-21Make more local functions static.Boris Gjenero1-2/+2
2011-12-20Disable unused functions for archos-player in apps/screen_access.cBertrik Sikken1-8/+2
2011-12-20Another round of making local functions staticBertrik Sikken1-2/+2
2011-11-08Add new lcd_bmp and lcd_bmp_part APIs.Thomas Martitz1-0/+4
2011-11-08Fix compile errorJonathan Gordon1-1/+1
2011-11-08Redo r30826 (and hopefully not reintroduce font issues) which cleans up the f...Jonathan Gordon1-3/+40
2011-09-24last warningJonathan Gordon1-1/+1
2011-09-24Fix the build errorsJonathan Gordon1-0/+1
2011-09-24FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon1-2/+18
2010-10-11Rename {draw,fill}_viewport once more (to draw_border_viewport and fill_viewp...Thomas Martitz1-4/+4
2010-10-10Add _rect to {draw,fill}_viewport as suggested by Jonathan Gordon to reduce t...Thomas Martitz1-4/+4
2010-10-10Two new lcd/multi screen api convinience functions: draw_viewport(), fill_vie...Thomas Martitz1-0/+4
2010-10-06Pixel-accurate (vertical) list scrolling for touchscreen targets.Thomas Martitz1-0/+4
2010-05-14Fix remaining reds/yellows.Thomas Martitz1-1/+1
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-2/+3
2010-01-29skin rework (FS#10922) notable changes:Jonathan Gordon1-4/+0
2010-01-28fix redJonathan Gordon1-0/+2
2010-01-28Fix remote backdrop crashesJonathan Gordon1-3/+1
2010-01-27fix red... lets branchJonathan Gordon1-1/+2
2010-01-27futile attempt to keep the ondioSP rombox working. This will almost certainly...Jonathan Gordon1-0/+4
2010-01-26Accept the last patch FS#10797 with a few changes by me (fixing side effects ...Thomas Martitz1-0/+2
2009-10-17Revise r23225 a bit, removing the debug_printf function and implementing more...Nils Wallménius1-0/+2
2009-09-07Fix buttonbar handling/theme changed handling in lists.Thomas Martitz1-3/+6
2009-08-06Add backdrop functions to the multiscreen api and add a enum backdrop_type pa...Thomas Martitz1-2/+9
2008-09-07Change screens memebers char_width, char_height and nb_lines to functions ret...Peter D'Hoye1-29/+73
2008-06-28Remove a viewport ambiguity by changing the screens width/heigth members into...Peter D'Hoye1-6/+6
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-23FS#9051 - remove LCD margins... use viewports if you need them...Jonathan Gordon1-6/+0
2008-05-29Accept FS #9052 by Alexander Levin with a fix by me. Changes HAS_BUTTONBAR in...Peter D'Hoye1-2/+2
2008-05-29total removal of gui_textarea. The only thing using the text_message struct i...Jonathan Gordon1-2/+18
2008-01-08Restore missing initialization of remote setfont()Linus Nielsen Feltzing1-0/+1
2008-01-08Add the viewport functions to the screens API, including a new getfont() func...Dave Chapman1-1/+19
2007-10-21Fixed warnings when logf is enabled.Miika Pekkarinen1-5/+5
2007-10-15Remove the "invert scroll" code since it's not used anywhere anymore (and it ...Antoine Cellerier1-2/+0
2007-09-27FS#7808 by Tom Ross, Ken Fazzone and me, with help from Antoine Cellerier.Nicolas Pennequin1-0/+5
2007-09-18Simplify initing of the screens[] struct by using an initializer, also some r...Nils Wallménius1-151/+143
2007-08-04Rewrote the clock plugin in a cleaner and more modular way so that it can sca...Kevin Ferrare1-0/+4
2007-07-25Ported the archos player's jackpot plugin to bitmaps LCD (still need some nea...Kevin Ferrare1-0/+1
2007-07-18Cleaned up the demistify plugin a litle bit, switched the key handling to the...Kevin Ferrare1-0/+6
2007-04-24Small fix to prevent crashing when attempting to use non-mono bitmaps in a RWPS.Nicolas Pennequin1-1/+1
2007-04-16Temporary fix for remote bitmap functions in the multi-screen API. Fixed icon...Jens Arnold1-9/+17
2007-04-03It's not necessary (anymore?) to map lcd_icon() to sim_lcd_icon() for the sim...Jens Arnold1-8/+0
2007-04-02These remote LCD bitmap functions cannot be added without warning this way; r...Jens Arnold1-10/+0
2007-04-02Multi-screen API: * lcd_update() is now available for all LCDs. * Added missi...Jens Arnold1-2/+10
2007-03-26First step of charcell LCD code rework: * Make it fully unicode aware so that...Jens Arnold1-22/+18