Age | Commit message (Expand) | Author |
2010-10-12 | 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-10 | fix FS#11662 and FS#11629 - skin %t() issues. %t should now work properly ins... | Jonathan Gordon |
2010-09-14 | Another major skin backend update/hopefully bugfix: | Jonathan Gordon |
2010-09-06 | 2 new touch region options... "settings_inc" and "settings_dec" which will in... | Jonathan Gordon |
2010-08-19 | New skin tag: %if(<tag>, <operator>, <operand> [,option count]) which lets yo... | Jonathan Gordon |
2010-08-15 | A bunch of new features for the bar type tags (%pb, %pv, %bl, etc): | Jonathan Gordon |
2010-08-14 | 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-12 | New feature for the %xl (image load) tag. If you give it the filename __list_... | Jonathan Gordon |
2010-08-05 | New feature for the %xd() (display a preloaded image) skin tag. | Jonathan Gordon |
2010-08-02 | Allow viewport labels to be mostly free text instead of only one character. I... | Jonathan Gordon |
2010-07-29 | 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-11 | enable skin debug only in the simulator | Rafaël Carré |
2010-06-21 | Allow the progressbar and volume touch regions to be reverse by prepending th... | Jonathan Gordon |
2010-06-07 | Changeover to the new skin format. SkinBreakingChange in the wiki has the run... | Jonathan Gordon |
2010-05-12 | FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tags | Jonathan Gordon |
2010-05-06 | If dircache and database "load to ram" is enabled then get the id3 info from ... | Jonathan Gordon |
2010-05-05 | Make it possible to move the UI viewport using conditional viewports. | Jonathan Gordon |
2010-04-19 | 2 quick fixes | Jonathan Gordon |
2010-04-11 | Rework how progressbars are managed so you can have as many bars in a viewpor... | Jonathan Gordon |
2010-03-23 | revert r25271 which caused more problems than it tried to fix | Jonathan Gordon |
2010-03-21 | there is a difference between viewports which shouldnt be cleared (the defaul... | Jonathan Gordon |
2010-03-14 | fiddle with the skin debug output so the load lines arnt shown unless debugwp... | Jonathan Gordon |
2010-03-06 | skin: don't calculate id3->elapsed+state->ff_rewind_count each time. remove t... | Teruaki Kawashima |
2010-02-28 | redo r24943. the font mappings are not needed once the skin is finished parsi... | Jonathan Gordon |
2010-02-27 | Store the list of fonts in a linked list instead of in a static array (togeth... | Thomas Martitz |
2010-02-24 | Change how touchscreen regions work slightly... "It modifies the behaviour of... | Jonathan Gordon |
2010-02-16 | Reuse the backdrop buffers if 2 skins use the same backdrop (on the same scre... | Jonathan Gordon |
2010-01-29 | skin rework (FS#10922) notable changes: | Jonathan Gordon |
2010-01-15 | Get rid of those horrible macros to protect against NULL reference when looki... | Jonathan Gordon |
2010-01-13 | FS#10898 - Add a playlist viewer to the WPS. http://www.rockbox.org/wiki/Cust... | Jonathan Gordon |
2010-01-07 | RTL language enhancements by Tomers Shalev and I. | Jonathan Gordon |
2009-11-04 | Remove wps_data.remote_wps. It's redundant with the new global curr_screen. | Thomas Martitz |
2009-11-01 | Remove a wps function call from skin engine, hopefully the last one. | Thomas Martitz |
2009-11-01 | Fix FS#10745 - %mv not working in sbs... | Jonathan Gordon |
2009-10-20 | Fix a few potential redraw problems with the custom statusbar and wps fightin... | Thomas Martitz |
2009-10-19 | Initial custom statusbar commit. | Thomas Martitz |
2009-10-19 | Reorder members for more efficient alignment. | Thomas Martitz |
2009-10-16 | Revert r23212, I committed it accidentally. | Thomas Martitz |
2009-10-16 | initial custom statusbar commit | Thomas Martitz |
2009-10-16 | Rework albumart buffering internally to allow for mutliple albumart sizes. | Thomas Martitz |
2009-10-14 | Remove wps_reset(), and rename skin_data_init to skin_data_reset() and extend... | Thomas Martitz |
2009-09-25 | Rename struct skin_albumart members to be consistent with similar members of ... | Thomas Martitz |
2009-09-25 | Redo 22825 but this time with caring about alignment. | Thomas Martitz |
2009-09-07 | rework AA load/display handling in the skins to get them working in viewports... | Jonathan Gordon |
2009-09-02 | rename wps_[sub]line to skin_[sub]line | Jonathan Gordon |
2009-09-02 | Almost the last of the skin ram wastage fixing... This one moved the line/sub... | Jonathan Gordon |
2009-08-26 | Fix skin engine calling wps code to draw the statusbars (add a pointer to vie... | Thomas Martitz |