summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/skin_render.c (follow)
Commit message (Expand)AuthorAge
* Make the %tr (radio RSSI) tag work as a bar tag or as a conditional.Jonathan Gordon2010-11-18
* Fix FS#11593 - %Vf() and %Vb() should be able to be used in conditionals. Rem...Jonathan Gordon2010-10-13
* Viewports dont necessarily have children lines, so make sure there is one or ...Jonathan Gordon2010-10-12
* Fix charcell %pb and %pf tags, FS#11592Frank Gevaerts2010-10-10
* Make skin_render_playlistviewer() noinline. This function uses lots of stack ...Frank Gevaerts2010-10-10
* Revert accidental commit of skin_render.cFrank Gevaerts2010-10-10
* Add a "early_usb" argument to gui_usb_screen_run(), and don't do skin unloadi...Frank Gevaerts2010-10-10
* fix FS#11662 and FS#11629 - skin %t() issues. %t should now work properly ins...Jonathan Gordon2010-10-10
* Fix FS#1159 - stack overflow in the skin engine when there is too many nested...Jonathan Gordon2010-09-26
* Another major skin backend update/hopefully bugfix:Jonathan Gordon2010-09-14
* fix FS#11588 - %t(0) inside conditionals wasnt making that subline skipJonathan Gordon2010-09-02
* Should fix the line alternator issue described in http://forums.rockbox.org/i...Jonathan Gordon2010-08-31
* fix FS#11519 - clock tags wernt updating like they shouldJonathan Gordon2010-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
* 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
* 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
* Make some global function/variables local (by making them static)Bertrik Sikken2010-07-30
* FS#11470 - new skin code, finally svn uses the new parser from the theme edit...Jonathan Gordon2010-07-29