summaryrefslogtreecommitdiffstats
path: root/apps/gui/skin_engine/skin_parser.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-12skin_engine: Add a debug screen to display skin ram usageJonathan Gordon1-3/+9
2013-01-15album art display: Fix RTL handling for the album art skin tagJonathan Gordon1-5/+5
2012-12-099 segment bitmap drawing:Jonathan Gordon1-0/+5
2012-08-06Fix skin engine error messageJonathan Gordon1-2/+1
2012-07-29skin_engine: Support percentages for viewport positioningJonathan Gordon1-0/+8
2012-07-06skin_engine: Make pressing the setting bar touch region workJonathan Gordon1-1/+5
2012-07-05skin_engine: Allow the %St() (setting) skin tag be used as a barJonathan Gordon1-0/+27
2012-07-05fix build warningsJonathan Gordon1-2/+2
2012-07-05skin_engine: Automatically create touch regions for skin barsJonathan Gordon1-0/+88
2012-06-10Fix checks on buflib allocated handles (0 is not a valid handle value)Bertrik Sikken1-2/+2
2012-05-30Fix FS#12674 - %ax() doesnt mirror viewport correctlyJonathan Gordon1-0/+4
2012-05-16(hopefully) Fix FS#12639 and other skin related buflib corruption issues.Jonathan Gordon1-27/+18
2012-05-06get_image_filename() return value is never usedRafaël Carré1-3/+1
2012-05-06skin_parser: simplify skin_buffer_allocRafaël Carré1-143/+121
2012-05-02Use buflib for the allocation of voice PCM resources.Michael Sevakis1-1/+1
2012-03-15skin_engine: Reenable skin debugging in the sim (use --debugwps)Jonathan Gordon1-4/+5
2012-03-15Fix compile errorsJonathan Gordon1-0/+2
2012-03-15skin_engine: New tag to draw a rectangle (optionally with a gradient)Jonathan Gordon1-0/+48
2012-03-13Add new actions to %Tp (Touchscreen areas)Osborne Jacobs1-1/+4
2012-02-29skin_engine: ease the restrictions on %x/%xlJonathan Gordon1-16/+19
2012-02-28skin_engine: Clean up %x() handling - beware theme issuesJonathan Gordon1-3/+1
2012-02-28lcd/skin_engine: Add the ability to draw onto the backdrop layerJonathan Gordon1-0/+6
2012-02-26FS#12586 - Modify %ss to be able to use numbers for conditionalsJonathan Gordon1-0/+4
2012-02-22Store listitem_viewport_cfg->label as skinoffset instead of raw pointerFrank Gevaerts1-1/+1
2012-02-21skin engine: Add 'touch' command to the %vs() tagJonathan Gordon1-1/+9
2012-02-07skin engine: New logical 'and' and 'or' tags to evaluate multiple tags in a s...Jonathan Gordon1-0/+14
2012-01-28skin touchregions: change the rwd/ffwd region actions to make it less buggy i...Jonathan Gordon1-1/+1
2012-01-23skin touchregions: fix the 'none' region firing when it shouldnt.Jonathan Gordon1-1/+1
2011-11-21skinengine: Rework skin loading so skins can be un/loaded individually. This ...Jonathan Gordon1-2/+2
2011-11-20Rename global_settings member glyphs to glyphs_to_cache and add descriptive c...Fred Bauer1-1/+1
2011-11-19FS#12293 Global default glyph setting in System > Limits > Glyphs To Cache. D...Fred Bauer1-4/+2
2011-11-19Get rid of a really annoying #ifdef line to check if backdrop support should ...Jonathan Gordon1-2/+2
2011-11-16OOPS! Don't overwrite the trailing \0 from the skin text with the first alloc...Jonathan Gordon1-0/+1
2011-11-16Fix the gpl notice in the previous commits new files, and fix the yelow gevea...Jonathan Gordon1-0/+2
2011-11-15Use buflib for all skin engine allocations.Jonathan Gordon1-231/+319
2011-11-08Adapt icon and skin engine to make use of the new 32bit bitmap capabilities.Thomas Martitz1-0/+2
2011-11-08Redo r30826 (and hopefully not reintroduce font issues) which cleans up the f...Jonathan Gordon1-5/+7
2011-10-29Better fix for FS#12337. Use 0 to make the line height calculated from the fo...Thomas Martitz1-1/+0
2011-10-19Revert skin font allocation size to the behavior prior to r30589. i.e. Defaul...Fred Bauer1-13/+6
2011-10-18Fix FS#12337. Skin viewports' line height was initialized with the UI font he...Thomas Martitz1-0/+1
2011-10-05Do not font_unload() failed fonts when aborting a skin loadFred Bauer1-1/+4
2011-09-28fix FS#12295Jonathan Gordon1-0/+2
2011-09-24fix checkwpsJonathan Gordon1-0/+2
2011-09-24Allow fonts to use smaller buffers than the default size. use font_load_ex() ...Jonathan Gordon1-13/+16
2011-09-24FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon1-27/+51
2011-09-15fix warningJonathan Gordon1-0/+1
2011-09-15skin_engine: make sure to free all buflib allocations so we dont leak handles...Jonathan Gordon1-6/+18
2011-09-11fix redJonathan Gordon1-1/+1
2011-09-11Rework how the skin gets the list item text to save some ram. Also allow the ...Jonathan Gordon1-0/+25
2011-09-11New tag %ss() which lets you get a substring of another tag.Jonathan Gordon1-0/+21