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
/
charcell
Age
Commit message (
Expand
)
Author
2010-10-26
fix that disktidy plugin and shopper plugin is not usable when Show Icons set...
Teruaki Kawashima
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2010-02-21
remove unused fields from struct gui_synclist.
Teruaki Kawashima
2010-02-11
fix text scrolling handling in do_menu, set_time_screen and time_screen.
Teruaki Kawashima
2009-08-20
Make the formatter functions used by the settings return a pointer to avoid u...
Nils Wallménius
2009-08-19
Slight cleanup in lcd.h: kill fixme and remove useless include, add some incl...
Nils Wallménius
2009-08-06
Remove some unused #includes
Bertrik Sikken
2009-05-09
Remove unneeded #include "backdrop.h"
Bertrik Sikken
2008-12-31
Decouple the statusbar drawing from the rest of the screen drawing. it is not...
Jonathan Gordon
2008-09-07
Change screens memebers char_width, char_height and nb_lines to functions ret...
Peter D'Hoye
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-11
more textarea to viewport conversion... yes/no screen...
Jonathan Gordon
2008-05-04
a bit of code cleanup.. use a single function to get the statusbar height (or...
Jonathan Gordon
2008-04-09
Pass the buffer length to the list_get_name callback functions instead of usi...
Nils Wallménius
2008-03-05
FS#8457 - convert the list drawing code to use viewports. This does not inclu...
Jonathan Gordon