summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine (follow)
Commit message (Expand)AuthorAge
...
* Allow 'long' labels with single-argument %xd too. The label need to be at lea...Magnus Holmgren2010-08-15
* *really* fix the last warningJonathan Gordon2010-08-14
* last warning and fix manualJonathan Gordon2010-08-14
* fix warnings and errorsJonathan Gordon2010-08-14
* Rework the skin playlist viewer so it uses the same drawing code as everythin...Jonathan Gordon2010-08-14
* Change %xl/%xd to use proper labels instead of single letter labels. i.e %xl(...Jonathan Gordon2010-08-14
* Change %xd to allow for a number to be used to specify the subimage. i.e %xd(...Jonathan Gordon2010-08-14
* Fix backdrops from sbs not being loaded correctly (caused by r27791).Thomas Martitz2010-08-13
* Backdrop dir needs to go through get_user_file_path()Thomas Martitz2010-08-12
* New feature for the %xl (image load) tag. If you give it the filename __list_...Jonathan Gordon2010-08-12
* When using the tag argument in %%xd(): 1) clear the image first, so that imag...Magnus Holmgren2010-08-12
* Slightly change bl (battery level) when used in an enum: if the enum containe...Magnus Holmgren2010-08-12
* Fix FS#11175. playlist_peek() wasn't thread safe (due to a static filename bu...Magnus Holmgren2010-08-11
* Fix FS#11526 - %Vf(<hex>) was acceptable on grey remotes with colour mainJonathan Gordon2010-08-10
* Accept FS#11523 by Fred Bauer - fix a bug where the skin fonts dont check the...Jonathan Gordon2010-08-10
* Dont redraw the AA every single update, only when neededJonathan Gordon2010-08-05
* New feature for the %xd() (display a preloaded image) skin tag.Jonathan Gordon2010-08-05
* Allow viewport labels to be mostly free text instead of only one character. I...Jonathan Gordon2010-08-02
* Rockbox as an application: add get_user_file_path().Thomas Martitz2010-08-01
* Fix FS#11508 - remote LCD targets crash because the remote wps fails to loadJonathan Gordon2010-08-01
* woopsiesJonathan Gordon2010-08-01
* woopsiesJonathan Gordon2010-08-01
* FS#11507 - fix 'track starting/ending' tags, and minor timeout cleanupJonathan Gordon2010-08-01
* Make some global function/variables local (by making them static)Bertrik Sikken2010-07-30
* Fix Database red, move the cuesheet->token code into the skin engineJonathan Gordon2010-07-29
* fix touchscreen errorsJonathan Gordon2010-07-29
* FS#11470 - new skin code, finally svn uses the new parser from the theme edit...Jonathan Gordon2010-07-29
* The previous commit was broken, not only because of the red. Fix it.Thomas Martitz2010-07-23
* Make %tx work as intended, so that it ignores the true case for non-RDS targets.Thomas Martitz2010-07-23
* prevent the parser crashing if a font fails to load and is refresencd in more...Jonathan Gordon2010-07-16
* skin engine: fix simulator buildsRafaël Carré2010-07-11
* enable skin debug only in the simulatorRafaël Carré2010-07-11
* Allow the progressbar and volume touch regions to be reverse by prepending th...Jonathan Gordon2010-06-21
* Touchregion support for the Base Skin and FM Skins. display obviously needs t...Jonathan Gordon2010-06-21
* woops, this chaneg tooJonathan Gordon2010-06-20
* first step of making touch regions usable in all skins, not just the WPS.. no...Jonathan Gordon2010-06-15
* FS#11096 - fix the "last touch" tag from being true on bootJonathan Gordon2010-06-15
* add a hotkey option to the wps touchregion.Jonathan Gordon2010-06-10
* crappy editor and crappy svn missing crappy merge crappy crappy 2am crappyJonathan Gordon2010-06-09
* SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last par...Jonathan Gordon2010-06-09
* some clean up. add checks for terminating ')'.Teruaki Kawashima2010-06-09
* fix %pb and other progressbars which are shown one line down from where they ...Jonathan Gordon2010-06-08
* Fix yellow and all the shipped themes that show AAJonathan Gordon2010-06-08
* The real reason to change the %C was to remove a very nasty hack!Jonathan Gordon2010-06-08
* change to %Cd to display albumart (instead of %C to make it more consistant w...Jonathan Gordon2010-06-08
* don't disable backdrop when the file name starts with 'd', e.g. %X(dock.bmp).Teruaki Kawashima2010-06-08
* hopefully fix the problem with lines in viewports being pushed down one line. Jonathan Gordon2010-06-08
* this probably fixes FS#11373Jonathan Gordon2010-06-07
* Fix FS#11370 - BEWARE when useing viewport colours.Jonathan Gordon2010-06-07
* off by one. FS#11369Jonathan Gordon2010-06-07