index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
gui
/
viewport.h
(
follow
)
Commit message (
Expand
)
Author
Age
*
Fix up some more red
Michael Sevakis
2014-08-05
*
Commit FS#12321 - Touchscreen: List line padding, to more easily select lines
Thomas Martitz
2011-10-17
*
FS#11470 - new skin code, finally svn uses the new parser from the theme edit...
Jonathan Gordon
2010-07-29
*
Changeover to the new skin format. SkinBreakingChange in the wiki has the run...
Jonathan Gordon
2010-06-07
*
FS#10756 - Free unused init code
Thomas Martitz
2010-03-03
*
fix FS#10870 - slightly change the viewportmanager theme undo-er to be able t...
Jonathan Gordon
2009-12-21
*
FS#10824 - viewport/statusbar API rework.
Jonathan Gordon
2009-12-09
*
remove 3 bad viewport functions:
Jonathan Gordon
2009-11-11
*
Initial custom statusbar commit.
Thomas Martitz
2009-10-19
*
A bit of const correctness and 80-char limit correction.
Thomas Martitz
2009-10-11
*
Make function arg const pointer
Nils Wallménius
2009-10-10
*
Fix player red and remove an obsolete function call.
Thomas Martitz
2009-10-09
*
Fix a few problems with RTL, statusbar and custom ui viewport.
Thomas Martitz
2009-10-09
*
Get rid of some of the code duplication from checkwps, it still duplicates a ...
Thomas Martitz
2009-09-13
*
Fix buttonbar handling/theme changed handling in lists.
Thomas Martitz
2009-09-07
*
Factor out/generalise the function that checks whether a point is within a vi...
Thomas Martitz
2009-09-05
*
User definable UI viewport, to be able to restrict the UI into a viewport for...
Thomas Martitz
2009-08-16
*
Protect viewport.h against multiple inclusion.
Thomas Martitz
2009-08-12
*
Remove unneeded symbols and improve the comment to the VP parsing function
Alexander Levin
2009-08-12
*
Fix player and greyscale reds.
Thomas Martitz
2009-08-09
*
Factor out WPS' %V parsing function into viewport.c, in preperation of custom...
Thomas Martitz
2009-08-09
*
Convert a number of places in core and plugins to use the BIT_N() macro inste...
Jens Arnold
2009-06-07
*
Clean up some more #includes
Bertrik Sikken
2009-03-08
*
Use unsigned constants to avoid adding another gcc-support routine and save a...
Nils Wallménius
2009-02-01
*
Accept a quick patch from Alexander Levin to neaten up the #defines and comme...
Jonathan Gordon
2009-02-01
*
Statusbar handling fixes.
Jonathan Gordon
2009-02-01
*
More SYS_FOURHERTZ handling fixes.. (FS#9740 FS#9741)
Jonathan Gordon
2009-01-02
*
Decouple the statusbar drawing from the rest of the screen drawing. it is not...
Jonathan Gordon
2008-12-31
*
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-06-28
*
the menu and list now accepts a parent viewport to draw in (and the menu can ...
Jonathan Gordon
2008-03-26
*
FS#8457 - convert the list drawing code to use viewports. This does not inclu...
Jonathan Gordon
2008-03-05