summaryrefslogtreecommitdiffstats
path: root/apps/gui/charcell
AgeCommit message (Expand)AuthorFilesLines
2010-10-26fix that disktidy plugin and shopper plugin is not usable when Show Icons set...Teruaki Kawashima1-2/+1
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+0
2010-02-21remove unused fields from struct gui_synclist.Teruaki Kawashima1-4/+0
2010-02-11fix text scrolling handling in do_menu, set_time_screen and time_screen.Teruaki Kawashima1-0/+10
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius1-1/+1
2009-08-19Slight cleanup in lcd.h: kill fixme and remove useless include, add some incl...Nils Wallménius1-0/+1
2009-08-06Remove some unused #includesBertrik Sikken1-1/+0
2009-05-09Remove unneeded #include "backdrop.h"Bertrik Sikken1-1/+0
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon1-3/+1
2008-09-07Change screens memebers char_width, char_height and nb_lines to functions ret...Peter D'Hoye1-4/+4
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-11more textarea to viewport conversion... yes/no screen...Jonathan Gordon1-1/+0
2008-05-04a bit of code cleanup.. use a single function to get the statusbar height (or...Jonathan Gordon1-2/+2
2008-04-09Pass the buffer length to the list_get_name callback functions instead of usi...Nils Wallménius1-1/+2
2008-03-05FS#8457 - convert the list drawing code to use viewports. This does not inclu...Jonathan Gordon1-0/+129