rockbox/apps/gui
Steve Bavin ae39135e2e Oops. Mop up red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16799 a1c6a512-1295-4272-9138-f99709370657
2008-03-25 15:35:14 +00:00
..
bitmap fix the touchpad list code 2008-03-05 10:38:10 +00:00
charcell FS#8457 - convert the list drawing code to use viewports. This does not include any of the customizability which was in the patch, so unless any bugs show up users should not notice any difference. 2008-03-05 09:58:30 +00:00
backdrop.c
backdrop.h
buttonbar.c
buttonbar.h
color_picker.c
color_picker.h
gwps-common.c Add the ability to use bitmap strips (a single .bmp file containing many images of the same dimensions, tiled vertically - similar to icon strips) in the WPS. The %xl tag now has an optional "number of subimages" parameter, and the %xd tag has an optional "subimage to display" parameter (a-z,A-Z - allowing up to 52 sub-images). So for example, a bitmap with 10 subimages is loaded with %xl|M|volume.bmp|134|153|10| and then this can be used in a conditional as %?pv<%xdMa|%xdMb|%xdMc|%xdMd|%xdMe|%xdMf|%xdMg|%xdMh|%xdMi|%xdMj>. 2008-03-23 20:31:00 +00:00
gwps-common.h
gwps.c Hopefully fix FS#8459 by updating the WPS data when returning from the context menu. 2008-02-10 23:07:01 +00:00
gwps.h Add the ability to use bitmap strips (a single .bmp file containing many images of the same dimensions, tiled vertically - similar to icon strips) in the WPS. The %xl tag now has an optional "number of subimages" parameter, and the %xd tag has an optional "subimage to display" parameter (a-z,A-Z - allowing up to 52 sub-images). So for example, a bitmap with 10 subimages is loaded with %xl|M|volume.bmp|134|153|10| and then this can be used in a conditional as %?pv<%xdMa|%xdMb|%xdMc|%xdMd|%xdMe|%xdMf|%xdMg|%xdMh|%xdMi|%xdMj>. 2008-03-23 20:31:00 +00:00
icon.c
icon.h
list.c more fixes for button bar... this will all disappear when viewports are handled by a manager of some sort 2008-03-09 09:37:39 +00:00
list.h FS#8457 - convert the list drawing code to use viewports. This does not include any of the customizability which was in the patch, so unless any bugs show up users should not notice any difference. 2008-03-05 09:58:30 +00:00
option_select.c Oops. Mop up red. 2008-03-25 15:35:14 +00:00
option_select.h Code police raid on the settings code, consting and putting headers alongside their implementation. 2008-03-25 15:24:03 +00:00
quickscreen.c (Hopefully) Revert the quickscreen changes. Many fixes need to be made, 2008-02-05 09:09:38 +00:00
quickscreen.h (Hopefully) Revert the quickscreen changes. Many fixes need to be made, 2008-02-05 09:09:38 +00:00
scrollbar.c Break out some duplicated code into a seperate function 2007-11-25 14:07:40 +00:00
scrollbar.h
splash.c
splash.h
statusbar.c
statusbar.h
textarea.c
textarea.h
viewport.c Bugfix for new list implementation - correctly assign colours for remote LCDs (fixes wrong colours on X5 remote) 2008-03-09 23:53:46 +00:00
viewport.h FS#8457 - convert the list drawing code to use viewports. This does not include any of the customizability which was in the patch, so unless any bugs show up users should not notice any difference. 2008-03-05 09:58:30 +00:00
wps_debug.c Reduce the shocking amount of RAM my viewports implementation was using. The first version stored an array of lines for each of the 16 possible viewports (MAX_VIEWPORTS * the number of lines on the LCD with a 5-pixel high font). This version reverts back to a single global array of lines, with each viewport specifying the first and last lines as indexes into that array. This also turns out to be simpler, reducing binsize a little as well. 2008-03-22 00:31:22 +00:00
wps_parser.c D'oh - fix a silly #ifdef mistake that caused problems with remote WPSs using viewports. 2008-03-25 00:20:59 +00:00
yesno.c
yesno.h