index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
gui
/
skin_engine
/
wps_internals.h
(
follow
)
Commit message (
Expand
)
Author
Age
*
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
*
skin rework (FS#10922) notable changes:
Jonathan Gordon
2010-01-29
*
Get rid of those horrible macros to protect against NULL reference when looki...
Jonathan Gordon
2010-01-15
*
FS#10898 - Add a playlist viewer to the WPS. http://www.rockbox.org/wiki/Cust...
Jonathan Gordon
2010-01-13
*
RTL language enhancements by Tomers Shalev and I.
Jonathan Gordon
2010-01-07
*
Remove wps_data.remote_wps. It's redundant with the new global curr_screen.
Thomas Martitz
2009-11-04
*
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-11-01
*
Fix a few potential redraw problems with the custom statusbar and wps fightin...
Thomas Martitz
2009-10-20
*
Initial custom statusbar commit.
Thomas Martitz
2009-10-19
*
Reorder members for more efficient alignment.
Thomas Martitz
2009-10-19
*
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-16
*
Remove wps_reset(), and rename skin_data_init to skin_data_reset() and extend...
Thomas Martitz
2009-10-14
*
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-25
*
rework AA load/display handling in the skins to get them working in viewports...
Jonathan Gordon
2009-09-07
*
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-09-02
*
Fix skin engine calling wps code to draw the statusbars (add a pointer to vie...
Thomas Martitz
2009-08-26
*
move the statically allocated tokens array into the skin buffer. this is done...
Jonathan Gordon
2009-08-19
*
store the image label instead of a number so debug output is actually useful ...
Jonathan Gordon
2009-08-18
*
move viewports into the skin buffer, no more viewport limit on the skin
Jonathan Gordon
2009-08-18
*
Remove obsolete IMG_BUFSIZE #define.
Thomas Martitz
2009-08-16
*
remove an unused #define
Jonathan Gordon
2009-08-16
*
remove the limit of touch regions in touchscreen skins
Jonathan Gordon
2009-08-16
*
more wps->skin engine work..
Jonathan Gordon
2009-08-16
*
r22135 overwrote mcuelenaere's changes in r22068 to add slider-type regions f...
Jonathan Gordon
2009-08-09
*
more wps->skin moving/renaming
Jonathan Gordon
2009-08-06
*
A bit mroe wps/skin engine cleanup so that the structs the wps uses can be st...
Thomas Martitz
2009-08-03
*
part two of the grand overall wps/skinning engine cleanup work:
Jonathan Gordon
2009-08-03