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