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
2020-10-26
Whitespace cleanup on fb_viewport Rewrite
William Wilgus
2020-10-26
LCD core move buf ptr and address look up function viewport struct
William Wilgus
2020-07-24
[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.
Solomon Peachy
2020-07-24
[2/4] get rid of HAVE_LCD_CHARCELLS
Solomon Peachy
2014-08-05
Fix up some more red
Michael Sevakis
2011-10-17
Commit FS#12321 - Touchscreen: List line padding, to more easily select lines
Thomas Martitz
2010-07-29
FS#11470 - new skin code, finally svn uses the new parser from the theme edit...
Jonathan Gordon
2010-06-07
Changeover to the new skin format. SkinBreakingChange in the wiki has the run...
Jonathan Gordon
2010-03-03
FS#10756 - Free unused init code
Thomas Martitz
2009-12-21
fix FS#10870 - slightly change the viewportmanager theme undo-er to be able t...
Jonathan Gordon
2009-12-09
FS#10824 - viewport/statusbar API rework.
Jonathan Gordon
2009-11-11
remove 3 bad viewport functions:
Jonathan Gordon
2009-10-19
Initial custom statusbar commit.
Thomas Martitz
2009-10-11
A bit of const correctness and 80-char limit correction.
Thomas Martitz
2009-10-10
Make function arg const pointer
Nils Wallménius
2009-10-09
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-09-13
Get rid of some of the code duplication from checkwps, it still duplicates a ...
Thomas Martitz
2009-09-07
Fix buttonbar handling/theme changed handling in lists.
Thomas Martitz
2009-09-05
Factor out/generalise the function that checks whether a point is within a vi...
Thomas Martitz
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