| Commit message (Expand) | Author | Age |
| * | Get rid of a really annoying #ifdef line to check if backdrop support should ... | Jonathan Gordon | 2011-11-19 |
| * | Use buflib for all skin engine allocations. | Jonathan Gordon | 2011-11-15 |
| * | Fix FS#12320 - need substitute to /.rockbox/skin_buffer_size.txt | Thomas Martitz | 2011-10-16 |
| * | FS#12273 - use buflib for font storage. thanks to the testers :) | Jonathan Gordon | 2011-09-24 |
| * | Rework how the skin gets the list item text to save some ram. Also allow the ... | Jonathan Gordon | 2011-09-11 |
| * | New tag %ss() which lets you get a substring of another tag. | Jonathan Gordon | 2011-09-11 |
| * | Use buflib for skin images. Allows much more images to be loaded | Jonathan Gordon | 2011-09-08 |
| * | Lists can now be completly draw using the skin engine! | Jonathan Gordon | 2011-09-06 |
| * | New skin tags: %Vs() to set the text style and %Vg() to get the viewports gra... | Jonathan Gordon | 2011-08-14 |
| * | skin engine softlock support for touchscreens: | Jonathan Gordon | 2011-07-28 |
| * | Skin variables for touchscreen targets (origional implementation by Jens Theeß) | Jonathan Gordon | 2011-03-27 |
| * | Fix touchregions muting volume, and change &<action> to mean 'needs long pres... | Jonathan Gordon | 2011-03-27 |
| * | last of the errors... hopefully | Jonathan Gordon | 2011-03-07 |
| * | move code around to make checkwps compile | Jonathan Gordon | 2011-03-07 |
| * | Merge a bunch of code which is 99% identical so it makes it easier to add mor... | Jonathan Gordon | 2011-03-07 |
| * | Add an ability to set a setting to a specific value with a touchscreen action. | Jonathan Gordon | 2011-03-01 |
| * | Add the option of linking the %Tl (last touch) tag to a specific touchregion.... | Jonathan Gordon | 2011-02-28 |
| * | Remove WPS related variable which is read but not set or changed. Closes FS#1... | Andree Buschmann | 2011-01-25 |
| * | New option for the bar tags: 'backdrop, <label>' will draw another image und... | Jonathan Gordon | 2011-01-24 |
| * | New Touchscreen region type... 'mute' which un/mutes volume without pausing p... | Jonathan Gordon | 2011-01-13 |
| * | skin bar tag: Load an image from a label or filename. i.e %xl(bar_image, pb.b... | Jonathan Gordon | 2010-10-12 |
| * | improvement for bar tag with slider. | Teruaki Kawashima | 2010-10-12 |
| * | fix FS#11662 and FS#11629 - skin %t() issues. %t should now work properly ins... | Jonathan Gordon | 2010-10-10 |
| * | Another major skin backend update/hopefully bugfix: | Jonathan Gordon | 2010-09-14 |
| * | 2 new touch region options... "settings_inc" and "settings_dec" which will in... | Jonathan Gordon | 2010-09-06 |
| * | New skin tag: %if(<tag>, <operator>, <operand> [,option count]) which lets yo... | Jonathan Gordon | 2010-08-19 |
| * | A bunch of new features for the bar type tags (%pb, %pv, %bl, etc): | Jonathan Gordon | 2010-08-15 |
| * | Rework the skin playlist viewer so it uses the same drawing code as everythin... | Jonathan Gordon | 2010-08-14 |
| * | Change %xl/%xd to use proper labels instead of single letter labels. i.e %xl(... | Jonathan Gordon | 2010-08-14 |
| * | New feature for the %xl (image load) tag. If you give it the filename __list_... | Jonathan Gordon | 2010-08-12 |
| * | New feature for the %xd() (display a preloaded image) skin tag. | Jonathan Gordon | 2010-08-05 |
| * | Allow viewport labels to be mostly free text instead of only one character. I... | Jonathan Gordon | 2010-08-02 |
| * | Fix Database red, move the cuesheet->token code into the skin engine | Jonathan Gordon | 2010-07-29 |
| * | FS#11470 - new skin code, finally svn uses the new parser from the theme edit... | Jonathan Gordon | 2010-07-29 |
| * | enable skin debug only in the simulator | Rafaël Carré | 2010-07-11 |
| * | Allow the progressbar and volume touch regions to be reverse by prepending th... | Jonathan Gordon | 2010-06-21 |
| * | Changeover to the new skin format. SkinBreakingChange in the wiki has the run... | Jonathan Gordon | 2010-06-07 |
| * | FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tags | Jonathan Gordon | 2010-05-12 |
| * | If dircache and database "load to ram" is enabled then get the id3 info from ... | Jonathan Gordon | 2010-05-06 |
| * | Make it possible to move the UI viewport using conditional viewports. | Jonathan Gordon | 2010-05-05 |
| * | 2 quick fixes | Jonathan Gordon | 2010-04-19 |
| * | Rework how progressbars are managed so you can have as many bars in a viewpor... | Jonathan Gordon | 2010-04-11 |
| * | revert r25271 which caused more problems than it tried to fix | Jonathan Gordon | 2010-03-23 |
| * | there is a difference between viewports which shouldnt be cleared (the defaul... | Jonathan Gordon | 2010-03-21 |
| * | fiddle with the skin debug output so the load lines arnt shown unless debugwp... | Jonathan Gordon | 2010-03-14 |
| * | skin: don't calculate id3->elapsed+state->ff_rewind_count each time. remove t... | Teruaki Kawashima | 2010-03-06 |
| * | redo r24943. the font mappings are not needed once the skin is finished parsi... | Jonathan Gordon | 2010-02-28 |
| * | Store the list of fonts in a linked list instead of in a static array (togeth... | Thomas Martitz | 2010-02-27 |
| * | Change how touchscreen regions work slightly... "It modifies the behaviour of... | Jonathan Gordon | 2010-02-24 |
| * | Reuse the backdrop buffers if 2 skins use the same backdrop (on the same scre... | Jonathan Gordon | 2010-02-16 |