summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/skin_parser.c (follow)
Commit message (Expand)AuthorAge
...
* Add a bit more debug output to checkwpsJonathan Gordon2010-11-11
* Undo the part of r28480 that caused the simulator to also use host malloc.Thomas Martitz2010-11-05
* RaaA: Use the host's malloc() for the skin engine.Jonathan Gordon2010-11-04
* skin_parser: Change the way hardware conditionals are done (i.e %?cc)Jonathan Gordon2010-10-28
* skin bar tag: Load an image from a label or filename. i.e %xl(bar_image, pb.b...Jonathan Gordon2010-10-12
* improvement for bar tag with slider.Teruaki Kawashima2010-10-12
* Skin bar tags fix+cleanup:Jonathan Gordon2010-10-12
* check viewport dimension when parsing viewport so that player doesn't clash w...Teruaki Kawashima2010-10-11
* fix FS#11662 and FS#11629 - skin %t() issues. %t should now work properly ins...Jonathan Gordon2010-10-10
* Add "resumeplayback" touchscreen button action which returns you to the previ...Jonathan Gordon2010-10-10
* fix a stupid typo in the vertical bar tag parser, spotted by teruJonathan Gordon2010-10-09
* explicitly set img->using_preloaded_icons in parse_image_load() and don't rel...Teruaki Kawashima2010-09-29
* fix redJonathan Gordon2010-09-16
* skin engine: completly rework the sbs title handing codeJonathan Gordon2010-09-16
* Another major skin backend update/hopefully bugfix:Jonathan Gordon2010-09-14
* fix warningJonathan Gordon2010-09-06
* 2 new touch region options... "settings_inc" and "settings_dec" which will in...Jonathan Gordon2010-09-06
* progressbars are drawn inside viewports so all coords are viewport relative. ...Jonathan Gordon2010-09-05
* Accept FS#11567 by Fred Bauer - better memory management for the skin fontsJonathan Gordon2010-08-25
* New skin tag: %if(<tag>, <operator>, <operand> [,option count]) which lets yo...Jonathan Gordon2010-08-19
* Make %pb without any params work as expectedJonathan Gordon2010-08-16
* fix FS#11542 - %t() not workingJonathan Gordon2010-08-16
* fix FS#11519 - clock tags wernt updating like they shouldJonathan Gordon2010-08-15
* A bunch of new features for the bar type tags (%pb, %pv, %bl, etc):Jonathan Gordon2010-08-15
* Allow 'long' labels with single-argument %xd too. The label need to be at lea...Magnus Holmgren2010-08-15
* 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
* New feature for the %xl (image load) tag. If you give it the filename __list_...Jonathan Gordon2010-08-12
* Fix FS#11526 - %Vf(<hex>) was acceptable on grey remotes with colour mainJonathan Gordon2010-08-10
* 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
* 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 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
* 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
* 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
* 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