rockbox/apps/gui
Nils Wallménius 8598b57fca Tiny simplification
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23031 a1c6a512-1295-4272-9138-f99709370657
2009-10-09 06:52:20 +00:00
..
bitmap Fix position calculation of title icon. 2009-10-06 13:32:37 +00:00
charcell Make the formatter functions used by the settings return a pointer to avoid usless copying of lang strings, this brought with it a long chain of const correctness and a few random cleanups 2009-08-20 16:47:44 +00:00
skin_engine Fix FS#10617 (fix spotted by Teruaki Kawashima), something about the %C not working if %?C is the first tokens in the skin 2009-10-05 10:26:06 +00:00
backdrop.c
backdrop.h Fix/hack checkwps + add Onda VX747/VX777 targets 2009-08-21 18:15:20 +00:00
buttonbar.c
buttonbar.h
color_picker.c
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 Tiny simplification 2009-10-09 06:52:20 +00:00
list.h Fix buttonbar handling/theme changed handling in lists. 2009-09-07 17:37:06 +00:00
option_select.c FS#10636: Quickscreen incorrect operation when menu has negative step 2009-10-03 12:56:16 +00:00
option_select.h Make the formatter functions used by the settings return a pointer to avoid usless copying of lang strings, this brought with it a long chain of const correctness and a few random cleanups 2009-08-20 16:47:44 +00:00
pitchscreen.c
pitchscreen.h
quickscreen.c Factor out/generalise the function that checks whether a point is within a viewport to, and use it in the wps' touchregion code. This corrects the check that was done there. 2009-09-05 23:57:09 +00:00
quickscreen.h Quickscreen: 4th item 2009-08-29 14:42:03 +00:00
scrollbar.c Fix STRIDE macro for multiscreen and add stride support for picture lib. 2009-09-04 00:46:24 +00:00
scrollbar.h
splash.c Fix splash on charcell (was wasting 2 precious chars per line since r20870). This fixes the volume splash in wps, as it doesn't wrap anymore, but it's not a proper fix. The real problem is that the 2nd line of the default WPS updates immediately. The ultimate fix would be to get rid of the special charcell handling and use a VP in the WPS. 2009-09-21 19:40:07 +00:00
splash.h
statusbar.c Clean up duplicate #includes 2009-09-27 14:46:44 +00:00
statusbar.h Slightly change parts of the previous commit to reuse existing code, and enforce enum statusbar_values instead of just int, 2009-08-24 00:03:59 +00:00
viewport.c Use macro to test viewport's RTL flag 2009-10-06 08:07:30 +00:00
viewport.h Get rid of some of the code duplication from checkwps, it still duplicates a lot though. 2009-09-13 13:40:58 +00:00
wps.c Rename struct skin_albumart members to be consistent with similar members of other structs. the albumart_ prefix is redundant. 2009-09-25 18:36:28 +00:00
wps.h
yesno.c Fix FS#9842 by stopping scrolling before leaving the yesno screen. 2009-09-05 18:10:41 +00:00
yesno.h