summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/skin_parser.c (unfollow)
Commit message (Expand)Author
2017-02-04Fix dangerous castsAmaury Pouly
2014-07-21add supports for x,y value in percentage to several tags.Chiwen Chang
2014-06-29skin_engine: kill scrolling if the buffer movesJonathan Gordon
2014-06-02fix indenting, editor went nutsJonathan Gordon
2014-06-02skin_engine: Don't double free buflib handles shared by skin imagesJonathan Gordon
2014-05-18Also make sure progressbars don't tihnk their images are loadedJonathan Gordon
2014-05-18fix skin buffer crashes, img's are not loaded initialyJonathan Gordon
2014-05-14don't load the same bmp image more than once in a skinJonathan Gordon
2014-03-10Implement time-based resume and playback start.Michael Sevakis
2014-01-12skin_engine: Stricter checking for x, y, width, height for bar tags.Thomas Martitz
2014-01-12skin_engine: New param "noborder" for the bar tags.Thomas Martitz
2014-01-10skin engine: Fix FS#12884.Thomas Martitz
2014-01-07lcd-16bit: Remove {lss,lse,lst}_pattern fields from struct viewport.Thomas Martitz
2014-01-07skin_engine: Adapt put_line().Thomas Martitz
2013-06-09skin_engine: Fix albumart logic on skin reloading.Thomas Martitz
2013-02-26checkwps: show a helpful error if the parser callback errors outJonathan Gordon
2013-02-26skin engine: Relax the AA load width/height checksJonathan Gordon
2013-02-12skin_engine: Add a debug screen to display skin ram usageJonathan Gordon
2013-01-15album art display: Fix RTL handling for the album art skin tagJonathan Gordon
2012-12-099 segment bitmap drawing:Jonathan Gordon
2012-08-06Fix skin engine error messageJonathan Gordon
2012-07-29skin_engine: Support percentages for viewport positioningJonathan Gordon
2012-07-06skin_engine: Make pressing the setting bar touch region workJonathan Gordon
2012-07-05skin_engine: Allow the %St() (setting) skin tag be used as a barJonathan Gordon
2012-07-05fix build warningsJonathan Gordon
2012-07-05skin_engine: Automatically create touch regions for skin barsJonathan Gordon
2012-06-10Fix checks on buflib allocated handles (0 is not a valid handle value)Bertrik Sikken
2012-05-30Fix FS#12674 - %ax() doesnt mirror viewport correctlyJonathan Gordon
2012-05-16(hopefully) Fix FS#12639 and other skin related buflib corruption issues.Jonathan Gordon
2012-05-06get_image_filename() return value is never usedRafaël Carré
2012-05-06skin_parser: simplify skin_buffer_allocRafaël Carré
2012-05-02Use buflib for the allocation of voice PCM resources.Michael Sevakis
2012-03-15skin_engine: Reenable skin debugging in the sim (use --debugwps)Jonathan Gordon
2012-03-15Fix compile errorsJonathan Gordon
2012-03-15skin_engine: New tag to draw a rectangle (optionally with a gradient)Jonathan Gordon
2012-03-13Add new actions to %Tp (Touchscreen areas)Osborne Jacobs
2012-02-29skin_engine: ease the restrictions on %x/%xlJonathan Gordon
2012-02-28skin_engine: Clean up %x() handling - beware theme issuesJonathan Gordon
2012-02-28lcd/skin_engine: Add the ability to draw onto the backdrop layerJonathan Gordon
2012-02-26FS#12586 - Modify %ss to be able to use numbers for conditionalsJonathan Gordon
2012-02-22Store listitem_viewport_cfg->label as skinoffset instead of raw pointerFrank Gevaerts
2012-02-21skin engine: Add 'touch' command to the %vs() tagJonathan Gordon
2012-02-07skin engine: New logical 'and' and 'or' tags to evaluate multiple tags in a s...Jonathan Gordon
2012-01-28skin touchregions: change the rwd/ffwd region actions to make it less buggy i...Jonathan Gordon
2012-01-23skin touchregions: fix the 'none' region firing when it shouldnt.Jonathan Gordon
2011-11-21skinengine: Rework skin loading so skins can be un/loaded individually. This ...Jonathan Gordon
2011-11-20Rename global_settings member glyphs to glyphs_to_cache and add descriptive c...Fred Bauer
2011-11-19FS#12293 Global default glyph setting in System > Limits > Glyphs To Cache. D...Fred Bauer
2011-11-19Get rid of a really annoying #ifdef line to check if backdrop support should ...Jonathan Gordon
2011-11-16OOPS! Don't overwrite the trailing \0 from the skin text with the first alloc...Jonathan Gordon