summaryrefslogtreecommitdiffstats
path: root/apps/gui
AgeCommit message (Expand)AuthorFilesLines
2010-07-25Move some gcc extensions to new gcc_extensions.h headerRafaël Carré1-1/+2
2010-07-24Fix FS#11204 logf build on h300 hung on bootupNils Wallménius1-1/+1
2010-07-23The previous commit was broken, not only because of the red. Fix it.Thomas Martitz1-5/+10
2010-07-23Make %tx work as intended, so that it ignores the true case for non-RDS targets.Thomas Martitz1-0/+5
2010-07-18AB_REPEAT_ENABLE was never defined to 2Rafaël Carré2-9/+1
2010-07-16prevent the parser crashing if a font fails to load and is refresencd in more...Jonathan Gordon1-1/+5
2010-07-11skin engine: fix simulator buildsRafaël Carré1-2/+3
2010-07-11enable skin debug only in the simulatorRafaël Carré3-3/+3
2010-07-10tweak position of splash so that it is displayed inside the ui viewport.Teruaki Kawashima1-6/+3
2010-06-29Remove some redundant #include'sBertrik Sikken1-1/+0
2010-06-24I somehow messed up the previous commit, undo the unrelated changes.Maurus Cuelenaere1-8/+12
2010-06-24Fix touchscreen scrollbar behaviour when it's on the right.Maurus Cuelenaere1-12/+7
2010-06-23r27028 again.. properly close font fd's and reload the skins on usb exit (dis...Jonathan Gordon1-0/+14
2010-06-23revert r27027,27028, 27071 - need to find a correct way to close font fd's. 2...Jonathan Gordon1-6/+0
2010-06-22fix charcellJonathan Gordon1-1/+3
2010-06-22fiddle with the code a bit so gcc doesnt optimise out a struct viewport cause...Jonathan Gordon1-11/+4
2010-06-21Fix charcell red.Michael Sparmann1-2/+4
2010-06-21Unload fonts when entering UMS mode to close their file handles. Closes FS#11428Michael Sparmann1-0/+5
2010-06-21Make the title area go up one level in the lists again. This Doesnt work if y...Jonathan Gordon1-5/+6
2010-06-21Allow the progressbar and volume touch regions to be reverse by prepending th...Jonathan Gordon3-0/+10
2010-06-21Fix the hotkey touch region in the wpsJonathan Gordon1-0/+4
2010-06-21Touchregion support for the Base Skin and FM Skins. display obviously needs t...Jonathan Gordon7-147/+215
2010-06-20woops, this chaneg tooJonathan Gordon1-1/+1
2010-06-20fix ffwd/rewind on touchscreen targets using regionsJonathan Gordon1-0/+3
2010-06-18Fix error: assignment of read-only variable 'list_width'Maurus Cuelenaere1-1/+1
2010-06-18Simplify check in gui_synclist_do_touchscreen(), no functional changes.Maurus Cuelenaere1-9/+7
2010-06-15first step of making touch regions usable in all skins, not just the WPS.. no...Jonathan Gordon2-8/+41
2010-06-15FS#10336 - Simplify list redrawing to improve voicing when scrolling to top/b...Steve Bavin1-50/+46
2010-06-15FS#11096 - fix the "last touch" tag from being true on bootJonathan Gordon1-2/+6
2010-06-10add a hotkey option to the wps touchregion.Jonathan Gordon1-0/+1
2010-06-09crappy editor and crappy svn missing crappy merge crappy crappy 2am crappyJonathan Gordon1-4/+0
2010-06-09SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last par...Jonathan Gordon1-4/+8
2010-06-09some clean up. add checks for terminating ')'.Teruaki Kawashima1-81/+75
2010-06-09rename HAVE_PICTUREFLOW to HAVE_PICTUREFLOW_INTEGRATION to make it more clear...Jonathan Gordon1-1/+1
2010-06-09reclaim most of the delta from the pictureflow commitJonathan Gordon1-0/+2
2010-06-09FS#11270 by Chris Savery - WPS integration for pictureflowJonathan Gordon1-0/+2
2010-06-08fix %pb and other progressbars which are shown one line down from where they ...Jonathan Gordon1-0/+2
2010-06-08Fix yellow and all the shipped themes that show AAJonathan Gordon1-1/+1
2010-06-08The real reason to change the %C was to remove a very nasty hack!Jonathan Gordon1-5/+2
2010-06-08change to %Cd to display albumart (instead of %C to make it more consistant w...Jonathan Gordon1-1/+1
2010-06-08don't disable backdrop when the file name starts with 'd', e.g. %X(dock.bmp).Teruaki Kawashima1-1/+1
2010-06-08hopefully fix the problem with lines in viewports being pushed down one line. Jonathan Gordon1-2/+5
2010-06-07this probably fixes FS#11373Jonathan Gordon1-0/+1
2010-06-07Fix FS#11370 - BEWARE when useing viewport colours.Jonathan Gordon1-0/+27
2010-06-07off by one. FS#11369Jonathan Gordon1-0/+1
2010-06-07fix FS#11368 - %V was eating the whole line so the %Vf() and %Vb() tags were ...Jonathan Gordon1-1/+1
2010-06-07make %t workJonathan Gordon1-0/+2
2010-06-07make the parser work with the changed %Cl format.Jonathan Gordon1-119/+62
2010-06-07bahJonathan Gordon1-1/+1
2010-06-07this should be the last of the warningsJonathan Gordon1-3/+5