summaryrefslogtreecommitdiffstats
path: root/apps/gui/viewport.h
AgeCommit message (Expand)AuthorFilesLines
2020-10-26Whitespace cleanup on fb_viewport RewriteWilliam Wilgus1-1/+1
2020-10-26LCD core move buf ptr and address look up function viewport structWilliam Wilgus1-0/+3
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy1-3/+0
2020-07-24[2/4] get rid of HAVE_LCD_CHARCELLSSolomon Peachy1-4/+0
2014-08-05Fix up some more redMichael Sevakis1-6/+8
2011-10-17Commit FS#12321 - Touchscreen: List line padding, to more easily select linesThomas Martitz1-0/+1
2010-07-29FS#11470 - new skin code, finally svn uses the new parser from the theme edit...Jonathan Gordon1-21/+0
2010-06-07Changeover to the new skin format. SkinBreakingChange in the wiki has the run...Jonathan Gordon1-0/+1
2010-03-03FS#10756 - Free unused init codeThomas Martitz1-2/+1
2009-12-21fix FS#10870 - slightly change the viewportmanager theme undo-er to be able t...Jonathan Gordon1-2/+4
2009-12-09FS#10824 - viewport/statusbar API rework.Jonathan Gordon1-39/+9
2009-11-11remove 3 bad viewport functions:Jonathan Gordon1-17/+0
2009-10-19Initial custom statusbar commit.Thomas Martitz1-10/+10
2009-10-11A bit of const correctness and 80-char limit correction.Thomas Martitz1-6/+9
2009-10-10Make function arg const pointerNils Wallménius1-2/+1
2009-10-09Fix player red and remove an obsolete function call.Thomas Martitz1-2/+4
2009-10-09Fix a few problems with RTL, statusbar and custom ui viewport.Thomas Martitz1-0/+1
2009-09-13Get rid of some of the code duplication from checkwps, it still duplicates a ...Thomas Martitz1-19/+25
2009-09-07Fix buttonbar handling/theme changed handling in lists.Thomas Martitz1-0/+5
2009-09-05Factor out/generalise the function that checks whether a point is within a vi...Thomas Martitz1-0/+4
2009-08-16User definable UI viewport, to be able to restrict the UI into a viewport for...Thomas Martitz1-23/+59
2009-08-12Protect viewport.h against multiple inclusion.Thomas Martitz1-0/+6
2009-08-12Remove unneeded symbols and improve the comment to the VP parsing functionAlexander Levin1-12/+15
2009-08-09Fix player and greyscale reds.Thomas Martitz1-0/+2
2009-08-09Factor out WPS' %V parsing function into viewport.c, in preperation of custom...Thomas Martitz1-0/+7
2009-06-07Convert a number of places in core and plugins to use the BIT_N() macro inste...Jens Arnold1-2/+3
2009-03-08Clean up some more #includesBertrik Sikken1-4/+0
2009-02-01Use unsigned constants to avoid adding another gcc-support routine and save a...Nils Wallménius1-2/+2
2009-02-01Accept a quick patch from Alexander Levin to neaten up the #defines and comme...Jonathan Gordon1-11/+24
2009-02-01Statusbar handling fixes. Jonathan Gordon1-1/+12
2009-01-02More SYS_FOURHERTZ handling fixes.. (FS#9740 FS#9741)Jonathan Gordon1-1/+1
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon1-0/+6
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-03-26the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon1-3/+0
2008-03-05FS#8457 - convert the list drawing code to use viewports. This does not inclu...Jonathan Gordon1-0/+43