rockbox/apps/gui
Kevin Ferrare 8719f0913a generic multi-screen support for yes/no screens (like the one when reseting settings or when firmware has changed)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7951 a1c6a512-1295-4272-9138-f99709370657
2005-11-18 02:07:02 +00:00
..
buttonbar.c
buttonbar.h
gwps-common.c Removed the percent symbol from the volume and battery WPS tags 2005-11-17 23:27:42 +00:00
gwps-common.h And the rest of the files too 2005-11-17 20:20:01 +00:00
gwps.c And the rest of the files too 2005-11-17 20:20:01 +00:00
gwps.h And the rest of the files too 2005-11-17 20:20:01 +00:00
icon.c Multi screen support for playlist viewer, some fixes in other gui files 2005-11-16 02:12:25 +00:00
icon.h fixed the warning and changed playlist max entries in buffer to 200 as it was before 2005-11-16 02:55:26 +00:00
list.c show/hide icons now works properly in playlist viewer 2005-11-16 17:23:49 +00:00
list.h show/hide icons now works properly in playlist viewer 2005-11-16 17:23:49 +00:00
scrollbar.c Multi screen support for playlist viewer, some fixes in other gui files 2005-11-16 02:12:25 +00:00
scrollbar.h Multi screen support for playlist viewer, some fixes in other gui files 2005-11-16 02:12:25 +00:00
select.c Replaced the common for(i = 0; i < NB_SCREENS; i++) loop with a macro that just expands to i = 0; instead of the for() loop if NB_SCREENS == 1. Reduces binary size on platforms with only one screen. 2005-11-09 22:47:15 +00:00
select.h iPod: Add placeholder button definitions - these need reviewing when the button usage for the iPod is decided 2005-11-12 16:07:17 +00:00
splash.c Changed the LCD_COLOR pixel value format to packed RGB (unsigned int). Now all LCDs with depth > 1 use the same datatype. Added macros for easy pixel value definition. 2005-11-16 21:09:23 +00:00
splash.h some multi-screen work in playlist.c, properly formated splash.h 2005-11-06 17:30:53 +00:00
statusbar.c Remote WPS support (and some WPS bugfixes) by Stephan Wezel 2005-11-17 20:14:59 +00:00
statusbar.h *** empty log message *** 2005-11-02 00:55:46 +00:00
textarea.c generic multi-screen support for yes/no screens (like the one when reseting settings or when firmware has changed) 2005-11-18 02:07:02 +00:00
textarea.h generic multi-screen support for yes/no screens (like the one when reseting settings or when firmware has changed) 2005-11-18 02:07:02 +00:00
yesno.c generic multi-screen support for yes/no screens (like the one when reseting settings or when firmware has changed) 2005-11-18 02:07:02 +00:00
yesno.h generic multi-screen support for yes/no screens (like the one when reseting settings or when firmware has changed) 2005-11-18 02:07:02 +00:00