summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/wps_internals.h (follow)
Commit message (Expand)AuthorAge
* FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tagsJonathan Gordon2010-05-12
* If dircache and database "load to ram" is enabled then get the id3 info from ...Jonathan Gordon2010-05-06
* Make it possible to move the UI viewport using conditional viewports.Jonathan Gordon2010-05-05
* 2 quick fixes Jonathan Gordon2010-04-19
* Rework how progressbars are managed so you can have as many bars in a viewpor...Jonathan Gordon2010-04-11
* revert r25271 which caused more problems than it tried to fixJonathan Gordon2010-03-23
* there is a difference between viewports which shouldnt be cleared (the defaul...Jonathan Gordon2010-03-21
* fiddle with the skin debug output so the load lines arnt shown unless debugwp...Jonathan Gordon2010-03-14
* skin: don't calculate id3->elapsed+state->ff_rewind_count each time. remove t...Teruaki Kawashima2010-03-06
* redo r24943. the font mappings are not needed once the skin is finished parsi...Jonathan Gordon2010-02-28
* Store the list of fonts in a linked list instead of in a static array (togeth...Thomas Martitz2010-02-27
* Change how touchscreen regions work slightly... "It modifies the behaviour of...Jonathan Gordon2010-02-24
* Reuse the backdrop buffers if 2 skins use the same backdrop (on the same scre...Jonathan Gordon2010-02-16
* skin rework (FS#10922) notable changes:Jonathan Gordon2010-01-29
* Get rid of those horrible macros to protect against NULL reference when looki...Jonathan Gordon2010-01-15
* FS#10898 - Add a playlist viewer to the WPS. http://www.rockbox.org/wiki/Cust...Jonathan Gordon2010-01-13
* RTL language enhancements by Tomers Shalev and I.Jonathan Gordon2010-01-07
* Remove wps_data.remote_wps. It's redundant with the new global curr_screen.Thomas Martitz2009-11-04
* Remove a wps function call from skin engine, hopefully the last one.Thomas Martitz2009-11-01
* Fix FS#10745 - %mv not working in sbs...Jonathan Gordon2009-11-01
* Fix a few potential redraw problems with the custom statusbar and wps fightin...Thomas Martitz2009-10-20
* Initial custom statusbar commit.Thomas Martitz2009-10-19
* Reorder members for more efficient alignment.Thomas Martitz2009-10-19
* Revert r23212, I committed it accidentally.Thomas Martitz2009-10-16
* initial custom statusbar commitThomas Martitz2009-10-16
* Rework albumart buffering internally to allow for mutliple albumart sizes.Thomas Martitz2009-10-16
* Remove wps_reset(), and rename skin_data_init to skin_data_reset() and extend...Thomas Martitz2009-10-14
* Rename struct skin_albumart members to be consistent with similar members of ...Thomas Martitz2009-09-25
* Redo 22825 but this time with caring about alignment.Thomas Martitz2009-09-25
* rework AA load/display handling in the skins to get them working in viewports...Jonathan Gordon2009-09-07
* rename wps_[sub]line to skin_[sub]lineJonathan Gordon2009-09-02
* Almost the last of the skin ram wastage fixing... This one moved the line/sub...Jonathan Gordon2009-09-02
* Fix skin engine calling wps code to draw the statusbars (add a pointer to vie...Thomas Martitz2009-08-26
* move the statically allocated tokens array into the skin buffer. this is done...Jonathan Gordon2009-08-19
* store the image label instead of a number so debug output is actually useful ...Jonathan Gordon2009-08-18
* move viewports into the skin buffer, no more viewport limit on the skinJonathan Gordon2009-08-18
* Remove obsolete IMG_BUFSIZE #define.Thomas Martitz2009-08-16
* remove an unused #defineJonathan Gordon2009-08-16
* remove the limit of touch regions in touchscreen skinsJonathan Gordon2009-08-16
* more wps->skin engine work..Jonathan Gordon2009-08-16
* r22135 overwrote mcuelenaere's changes in r22068 to add slider-type regions f...Jonathan Gordon2009-08-09
* more wps->skin moving/renamingJonathan Gordon2009-08-06
* A bit mroe wps/skin engine cleanup so that the structs the wps uses can be st...Thomas Martitz2009-08-03
* part two of the grand overall wps/skinning engine cleanup work:Jonathan Gordon2009-08-03