summaryrefslogtreecommitdiff
path: root/apps/gui/viewport.h
AgeCommit message (Expand)Author
2010-03-03FS#10756 - Free unused init codeThomas Martitz
2009-12-21fix FS#10870 - slightly change the viewportmanager theme undo-er to be able t...Jonathan Gordon
2009-12-09FS#10824 - viewport/statusbar API rework.Jonathan Gordon
2009-11-11remove 3 bad viewport functions:Jonathan Gordon
2009-10-19Initial custom statusbar commit.Thomas Martitz
2009-10-11A bit of const correctness and 80-char limit correction.Thomas Martitz
2009-10-10Make function arg const pointerNils Wallménius
2009-10-09Fix player red and remove an obsolete function call.Thomas Martitz
2009-10-09Fix a few problems with RTL, statusbar and custom ui viewport.Thomas Martitz
2009-09-13Get rid of some of the code duplication from checkwps, it still duplicates a ...Thomas Martitz
2009-09-07Fix buttonbar handling/theme changed handling in lists.Thomas Martitz
2009-09-05Factor out/generalise the function that checks whether a point is within a vi...Thomas Martitz
2009-08-16User definable UI viewport, to be able to restrict the UI into a viewport for...Thomas Martitz
2009-08-12Protect viewport.h against multiple inclusion.Thomas Martitz
2009-08-12Remove unneeded symbols and improve the comment to the VP parsing functionAlexander Levin
2009-08-09Fix player and greyscale reds.Thomas Martitz
2009-08-09Factor out WPS' %V parsing function into viewport.c, in preperation of custom...Thomas Martitz
2009-06-07Convert a number of places in core and plugins to use the BIT_N() macro inste...Jens Arnold
2009-03-08Clean up some more #includesBertrik Sikken
2009-02-01Use unsigned constants to avoid adding another gcc-support routine and save a...Nils Wallménius
2009-02-01Accept a quick patch from Alexander Levin to neaten up the #defines and comme...Jonathan Gordon
2009-02-01Statusbar handling fixes. Jonathan Gordon
2009-01-02More SYS_FOURHERTZ handling fixes.. (FS#9740 FS#9741)Jonathan Gordon
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-03-26the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon
2008-03-05FS#8457 - convert the list drawing code to use viewports. This does not inclu...Jonathan Gordon