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
(
follow
)
Commit message (
Expand
)
Author
Age
...
*
skinengine: Load the fms the first time the fm screen is entered instead of o...
Jonathan Gordon
2011-11-21
*
skinengine: Rework skin loading so skins can be un/loaded individually. This ...
Jonathan Gordon
2011-11-21
*
Rename global_settings member glyphs to glyphs_to_cache and add descriptive c...
Fred Bauer
2011-11-20
*
FS#12293 Global default glyph setting in System > Limits > Glyphs To Cache. D...
Fred Bauer
2011-11-19
*
Get rid of a really annoying #ifdef line to check if backdrop support should ...
Jonathan Gordon
2011-11-19
*
skin engine: Fix %if() when comparing against a number.
Jonathan Gordon
2011-11-17
*
OOPS! Don't overwrite the trailing \0 from the skin text with the first alloc...
Jonathan Gordon
2011-11-16
*
Fix the gpl notice in the previous commits new files, and fix the yelow gevea...
Jonathan Gordon
2011-11-16
*
Use buflib for all skin engine allocations.
Jonathan Gordon
2011-11-15
*
Fix copy'n'paste bug in skin engine
Thomas Jarosch
2011-11-11
*
Adapt icon and skin engine to make use of the new 32bit bitmap capabilities.
Thomas Martitz
2011-11-08
*
Add new lcd_bmp and lcd_bmp_part APIs.
Thomas Martitz
2011-11-08
*
Redo r30826 (and hopefully not reintroduce font issues) which cleans up the f...
Jonathan Gordon
2011-11-08
*
Better fix for FS#12337. Use 0 to make the line height calculated from the fo...
Thomas Martitz
2011-10-29
*
Fix FS#12357 - New backdrop not displayed after set backdrop from context menu
Thomas Martitz
2011-10-28
*
Revert skin font allocation size to the behavior prior to r30589. i.e. Defaul...
Fred Bauer
2011-10-19
*
Fix FS#12337. Skin viewports' line height was initialized with the UI font he...
Thomas Martitz
2011-10-18
*
Fix FS#12320 - need substitute to /.rockbox/skin_buffer_size.txt
Thomas Martitz
2011-10-16
*
Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...
Björn Stenberg
2011-10-15
*
Revert r30599 "Check for the magic file "/.rockbox/skin_buffer_size.txt" [...]"
Thomas Martitz
2011-10-05
*
Do not font_unload() failed fonts when aborting a skin load
Fred Bauer
2011-10-05
*
Fix a 'set but not used' warning.
Andree Buschmann
2011-09-28
*
fix FS#12295
Jonathan Gordon
2011-09-28
*
fix APPLICATION build errors
Jonathan Gordon
2011-09-25
*
fix warnings
Jonathan Gordon
2011-09-25
*
Check for the magic file "/.rockbox/skin_buffer_size.txt" on bootup which can...
Jonathan Gordon
2011-09-25
*
Fix silly mistake
Frank Gevaerts
2011-09-24
*
Make %LT 1-based. This tag will likely only be used to print the item number ...
Frank Gevaerts
2011-09-24
*
fix checkwps
Jonathan Gordon
2011-09-24
*
Allow fonts to use smaller buffers than the default size. use font_load_ex() ...
Jonathan Gordon
2011-09-24
*
FS#12273 - use buflib for font storage. thanks to the testers :)
Jonathan Gordon
2011-09-24
*
Add "%LN" tag to retrieve the list item number of the current item. This allo...
Frank Gevaerts
2011-09-18
*
fix warning
Jonathan Gordon
2011-09-15
*
skin_engine: make sure to free all buflib allocations so we dont leak handles...
Jonathan Gordon
2011-09-15
*
skin-touchscreen: make %T(..., setting_set, ...) apply sound settings
Jonathan Gordon
2011-09-15
*
Make sure to set the current lcd backdrop id so the buflib move callback can ...
Jonathan Gordon
2011-09-13
*
if font_glyphs_to_bufsize() returns 0 it means the font couldnt be loaded, so...
Jonathan Gordon
2011-09-12
*
Second attempt at making %ss utf8-clean
Frank Gevaerts
2011-09-11
*
Make %ss utf8-aware
Frank Gevaerts
2011-09-11
*
fix red
Jonathan Gordon
2011-09-11
*
Rework how the skin gets the list item text to save some ram. Also allow the ...
Jonathan Gordon
2011-09-11
*
Fix albumart which r30500 broke (FS#12271)
Jonathan Gordon
2011-09-11
*
New tag %ss() which lets you get a substring of another tag.
Jonathan Gordon
2011-09-11
*
Fix FS#12270 - properly initialiase the wps_data struct so skin_data_reset() ...
Jonathan Gordon
2011-09-11
*
Remove a stray include that managed to slip into the previous commit
Frank Gevaerts
2011-09-09
*
Extend $if() to also allow lt, gt, lte, and gte for strings.
Frank Gevaerts
2011-09-09
*
Use buflib for skin images. Allows much more images to be loaded
Jonathan Gordon
2011-09-08
*
make some stuff static
Jonathan Gordon
2011-09-08
*
fix checkwps
Jonathan Gordon
2011-09-08
*
Use buflib for the skin backdrop images potentially allowing multiple images ...
Jonathan Gordon
2011-09-08
[prev]
[next]