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.c
Age
Commit message (
Expand
)
Author
2009-01-12
fix the statusbar on the archos player... a more proper fix is probably to su...
Jonathan Gordon
2009-01-05
redo how the statusbar updates are done. send the EVENT_GUI_ACTIONUPDATE even...
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
Remove a viewport ambiguity by changing the screens width/heigth members into...
Peter D'Hoye
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-06-23
FS#9051 - remove LCD margins... use viewports if you need them...
Jonathan Gordon
2008-05-04
a bit of code cleanup.. use a single function to get the statusbar height (or...
Jonathan Gordon
2008-04-28
Moved atoi declaration to stdlib.h. Deleted atoi.h
Bertrik Sikken
2008-03-26
the menu and list now accepts a parent viewport to draw in (and the menu can ...
Jonathan Gordon
2008-03-09
Bugfix for new list implementation - correctly assign colours for remote LCDs...
Dave Chapman
2008-03-09
fix recorder, buttonbar caused list problems
Jonathan Gordon
2008-03-05
FS#8457 - convert the list drawing code to use viewports. This does not inclu...
Jonathan Gordon