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