rockbox/apps/gui
2005-11-09 22:47:15 +00:00
..
buttonbar.c Partial menus support on remote (only browsing is working, changing option isn't), corrected a bug in gui_list about scrollbar beeing displayed sometimes when it musn't 2005-10-30 22:34:51 +00:00
buttonbar.h Corrected a bug on archos with buttonbar which was erased when filetree refreshed (mistake introduced in 2005/10/29 commit; Changed some copyrights in the files (I hope this time will be the good one and the last one ! ) 2005-10-30 01:24:35 +00:00
icon.c Corrected a bug on archos with buttonbar which was erased when filetree refreshed (mistake introduced in 2005/10/29 commit; Changed some copyrights in the files (I hope this time will be the good one and the last one ! ) 2005-10-30 01:24:35 +00:00
icon.h some multi-screen work in playlist.c, properly formated splash.h 2005-11-06 17:30:53 +00:00
list.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
list.h Fixed the icon for unknown file types on the archos Player, and the bug when removing the last file on the screen in filetree, added some code for playlists integration with multi-screen 2005-11-09 01:17:57 +00:00
scrollbar.c Corrected a bug on archos with buttonbar which was erased when filetree refreshed (mistake introduced in 2005/10/29 commit; Changed some copyrights in the files (I hope this time will be the good one and the last one ! ) 2005-10-30 01:24:35 +00:00
scrollbar.h Corrected a bug on archos with buttonbar which was erased when filetree refreshed (mistake introduced in 2005/10/29 commit; Changed some copyrights in the files (I hope this time will be the good one and the last one ! ) 2005-10-30 01:24:35 +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 Added wrapping on settings when reaching limits and when long key press is enabled 2005-11-06 14:04:56 +00:00
splash.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
splash.h some multi-screen work in playlist.c, properly formated splash.h 2005-11-06 17:30:53 +00:00
statusbar.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
statusbar.h *** empty log message *** 2005-11-02 00:55:46 +00:00
textarea.c Fixed the icon for unknown file types on the archos Player, and the bug when removing the last file on the screen in filetree, added some code for playlists integration with multi-screen 2005-11-09 01:17:57 +00:00
textarea.h Changed back the copyright's name in onplay.c (silly UTF-8, sorry Björn ! ), changed the internal multi-screen API a little bit, in a cleaner way 2005-11-01 23:56:03 +00:00