rockbox/apps/gui
Jonathan Gordon 6c3c8a866c hopefully fix the sameplrate token
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23690 a1c6a512-1295-4272-9138-f99709370657
2009-11-22 02:10:41 +00:00
..
bitmap Fix position calculation of title icon. 2009-10-06 13:32:37 +00:00
charcell
skin_engine hopefully fix the sameplrate token 2009-11-22 02:10:41 +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 RTL: Cosmetic changes, no functional change - Rename constants 2009-10-11 20:15:22 +00:00
color_picker.h
icon.c Fine tuning of gui elements positioning in RTL mode 2009-10-05 23:41:59 +00:00
icon.h
list.c fix build, ? buttonbar.... 2009-11-11 06:48:56 +00:00
list.h revert r23093 and r 23094, since the title pointer is used to modify the title of the list from the callback function in one place 2009-10-11 09:40:47 +00:00
option_select.c Fix FS#10745 - %mv not working in sbs... 2009-11-01 02:36:51 +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 RTL: Cosmetic changes, no functional change - Rename constants 2009-10-11 20:15:22 +00:00
splash.h
statusbar-skinned.c Consolidate some #ifdef code. 2009-11-15 18:05:18 +00:00
statusbar-skinned.h Initial custom statusbar commit. 2009-10-19 15:28:15 +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 FS#10781 - Scrolling doesn't stop when entering USB screen from WPS 2009-11-21 21:44:24 +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 Fix some drawing problems when displaying the WPS initially with sbs enabled. Move initial display of the wps to wps.c too. Should fix bug 3 of FS#10771. 2009-11-16 01:38:30 +00:00
viewport.h remove 3 bad viewport functions: 2009-11-11 06:39:23 +00:00
wps.c Remove a left-over check for metadata info being ready that delayed the initial draw of the wps quite a bit (most notably on slowish hwcodec). The skin engine is safe against that, so draw it instantly and make another redraw once the metadata info is ready. 2009-11-16 01:38:36 +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