summaryrefslogtreecommitdiffstats
path: root/apps/screen_access.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-02-18Do the CONFIG_LED defineJonathan Gordon1-1/+1
2007-02-17Fix most (all?) CONFIG_LED warnings.Magnus Holmgren1-1/+1
2007-02-17build with -Wundef to make sure we have spelled the defines right in #if linesDaniel Stenberg1-1/+1
2006-10-14Added a small interface to screens to translate colors into remote gray level...Michael Sevakis1-5/+11
2006-10-12Revert change to screen_access.c (adding the native-bitmap drawing function) ...Dave Chapman1-7/+2
2006-10-07Correctly initialise the screen->bitmap function for mono targets - prevents ...Dave Chapman1-1/+1
2006-10-06Move USB logo to an external (native-depth) bitmap.Dave Chapman1-1/+6
2006-07-01Added multi-screen API to the plugins API, made 'demystify plugin' use the re...Kevin Ferrare1-0/+4
2006-05-22add seperate scroll options for remote. Patch by Alexander Spyridakis which f...Marcoen Hirschberg1-25/+2
2006-05-20Apply changes to scroll_delay, scroll_speed and scroll_step settings across a...Dave Chapman1-2/+25
2006-04-04Fixed swapped screen access functions. Bug found by an anonymous person.Linus Nielsen Feltzing1-2/+2
2006-02-10add a bitmap progress bar option + add %P|filename.bmp| tag to the WPSBen Basha1-0/+5
2006-02-02patch #1422861 by Adam Boot - Fix splash() color problemsLinus Nielsen Feltzing1-0/+6
2006-01-28Work-in-progress transparent bitmaps with 255,0,255 as the transparent color,...Linus Nielsen Feltzing1-0/+6
2006-01-28Color BMP supportLinus Nielsen Feltzing1-0/+1
2006-01-22Horizontal screen scrolling part 3 (by Shachar Liberman)Brandon Low1-13/+8
2006-01-22Horizontal scrolling patch by Shachar LibermanTomas Salfischberger1-3/+16
2005-11-24Fixed disk icon display in remote status bar on iriver. * Rolled back led.c c...Jens Arnold1-1/+1
2005-11-22Added multi-screen support for quickscreen (mostly rewritten from scratch) an...Kevin Ferrare1-1/+6
2005-11-20removed old statusbar and buttonbar codeKevin Ferrare1-1/+7
2005-11-19Multi-screen API: Fixed macro checks for screen type/ depth, some cleanup. Th...Jens Arnold1-21/+23
2005-11-17Remote WPS support (and some WPS bugfixes) by Stephan WezelChristi Scarborough1-0/+2
2005-11-16Multi screen support for playlist viewer, some fixes in other gui filesKevin Ferrare1-7/+7
2005-11-09Replaced the common for(i = 0; i < NB_SCREENS; i++) loop with a macro that ju...Jens Arnold1-1/+1
2005-11-09Fixed the icon for unknown file types on the archos Player, and the bug when ...Kevin Ferrare1-4/+15
2005-11-06Fixed the hang and weird behaviour with logf support enabled.Miika Pekkarinen1-1/+1
2005-11-02no more warnings (I hope)Kevin Ferrare1-0/+1
2005-11-01Changed back the copyright's name in onplay.c (silly UTF-8, sorry Björn ! ...Kevin Ferrare1-33/+1
2005-10-30Partial menus support on remote (only browsing is working, changing option is...Kevin Ferrare1-2/+4