rockbox/apps/gui
Jonathan Gordon 0900b563f2 FS#10855 3 minor sbs bugs, spotted and fixed by Teruaki Kawashima
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24065 a1c6a512-1295-4272-9138-f99709370657
2009-12-18 06:51:36 +00:00
..
bitmap Fix FS#10289 - screens showing a list need to check the show_icons setting before setting the callback. the List will now always draw icons if a callback is set (like its always done for voice) 2009-12-16 08:36:46 +00:00
charcell
skin_engine FS#10824 - viewport/statusbar API rework. 2009-12-09 07:25:46 +00:00
backdrop.c
backdrop.h Move find_viewport() and find_image() to skin_parser.c where the reset of the linked-list handling sits. That enables removing duplicated code from checkwps. Also remove a few stubs in favor having the restart playback mechanism on albumart change #ifdef __PCTOOL__ 2009-11-01 15:48:31 +00:00
buttonbar.c
buttonbar.h
color_picker.c
color_picker.h
icon.c
icon.h
list.c FS#10824 - viewport/statusbar API rework. 2009-12-09 07:25:46 +00:00
list.h
option_select.c FS#10855 3 minor sbs bugs, spotted and fixed by Teruaki Kawashima 2009-12-18 06:51:36 +00:00
option_select.h
pitchscreen.c Correct a small misaligned brace. 2009-10-15 21:35:10 +00:00
pitchscreen.h
quickscreen.c Const correctness 2009-10-29 15:09:09 +00:00
quickscreen.h
scrollbar.c
scrollbar.h
splash.c FS#10824 - viewport/statusbar API rework. 2009-12-09 07:25:46 +00:00
splash.h
statusbar-skinned.c FS#10855 3 minor sbs bugs, spotted and fixed by Teruaki Kawashima 2009-12-18 06:51:36 +00:00
statusbar-skinned.h FS#10824 - viewport/statusbar API rework. 2009-12-09 07:25:46 +00:00
statusbar.c Initial custom statusbar commit. 2009-10-19 15:28:15 +00:00
statusbar.h Fix red - statusbar_position() is a macro. 2009-11-01 13:36:57 +00:00
usb_screen.c Fix yellow: add braces 2009-12-10 16:21:29 +00:00
usb_screen.h Revert r23599 and r23600 and fix the early usb problem at the root. The the viewportmanager and custom statusbar was initialized too late. 2009-11-10 20:13:24 +00:00
viewport.c FS#10855 3 minor sbs bugs, spotted and fixed by Teruaki Kawashima 2009-12-18 06:51:36 +00:00
viewport.h FS#10824 - viewport/statusbar API rework. 2009-12-09 07:25:46 +00:00
wps.c FS#10824 - viewport/statusbar API rework. 2009-12-09 07:25:46 +00:00
wps.h Remove a wps function call from skin engine, hopefully the last one. 2009-11-01 13:36:52 +00:00
yesno.c
yesno.h