summaryrefslogtreecommitdiff
path: root/apps/gui/charcell/list.c
AgeCommit message (Expand)Author
2020-07-24[2/4] get rid of HAVE_LCD_CHARCELLSSolomon Peachy
2014-01-07lists: Adapt put_line().Thomas Martitz
2013-12-14scroll_engine: Rename scroll_stop* functions to be more consistent with the l...Thomas Martitz
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg
2011-09-17Fix some 'set but not used' warnings.Andree Buschmann
2010-10-26fix that disktidy plugin and shopper plugin is not usable when Show Icons set...Teruaki Kawashima
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2010-02-21remove unused fields from struct gui_synclist.Teruaki Kawashima
2010-02-11fix text scrolling handling in do_menu, set_time_screen and time_screen.Teruaki Kawashima
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius
2009-08-19Slight cleanup in lcd.h: kill fixme and remove useless include, add some incl...Nils Wallménius
2009-08-06Remove some unused #includesBertrik Sikken
2009-05-09Remove unneeded #include "backdrop.h"Bertrik Sikken
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon
2008-09-07Change screens memebers char_width, char_height and nb_lines to functions ret...Peter D'Hoye
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-05-11more textarea to viewport conversion... yes/no screen...Jonathan Gordon
2008-05-04a bit of code cleanup.. use a single function to get the statusbar height (or...Jonathan Gordon
2008-04-09Pass the buffer length to the list_get_name callback functions instead of usi...Nils Wallménius
2008-03-05FS#8457 - convert the list drawing code to use viewports. This does not inclu...Jonathan Gordon