index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
gui
/
viewport.h
Age
Commit message (
Expand
)
Author
2009-08-16
User definable UI viewport, to be able to restrict the UI into a viewport for...
Thomas Martitz
2009-08-12
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-09
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-06-07
Convert a number of places in core and plugins to use the BIT_N() macro inste...
Jens Arnold
2009-03-08
Clean up some more #includes
Bertrik Sikken
2009-02-01
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-01-02
More SYS_FOURHERTZ handling fixes.. (FS#9740 FS#9741)
Jonathan Gordon
2008-12-31
Decouple the statusbar drawing from the rest of the screen drawing. it is not...
Jonathan Gordon
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-03-26
the menu and list now accepts a parent viewport to draw in (and the menu can ...
Jonathan Gordon
2008-03-05
FS#8457 - convert the list drawing code to use viewports. This does not inclu...
Jonathan Gordon