summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine
AgeCommit message (Expand)Author
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-19CHARCELL doesn't have sbs support, so disable it properly.Frank Gevaerts
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-09Rename HAVE_PITCHSCREEN to HAVE_PITCHCONTROLNils Wallménius
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-04-30Make DSP's replaygain independent of global_settings.Michael Sevakis
2012-04-29Make rbcodec/dsp includes more specific.Michael Sevakis
2012-03-27skin_engine: Allow negative numbers for the start offset in %ssJonathan Gordon
2012-03-26skin_engine: fix scrolling lines with dynamic contentJonathan Gordon
2012-03-20Fix FS#12606 - next track can cause the screen to be clearedJonathan Gordon
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-15Revert "Fix FS#12606 - next track can cause the screen to be cleared"Jonathan Gordon
2012-03-14Fix FS#12606 - next track can cause the screen to be clearedJonathan Gordon
2012-03-13Add new actions to %Tp (Touchscreen areas)Osborne Jacobs
2012-02-29Call skinlist_set_cfg() unconditionally, i.e. also if do_refresh==falseFrank Gevaerts
2012-02-29fix warningJonathan Gordon
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-28Fix build errorsJonathan Gordon
2012-02-28lcd/skin_engine: Add the ability to draw onto the backdrop layerJonathan Gordon
2012-02-25Add %LR and %LC to get at the current row and columm in skinned lists.Frank Gevaerts
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-21skin engine: Make %vs() dynamic so it updated every screen updateJonathan 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
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz
2011-12-20Another round of making local functions staticBertrik Sikken
2011-12-14FS#12378 : Remove various unused code, and comment out some unused code and d...Boris Gjenero
2011-12-14Allow scrolling lines to have their content changed without restarting the sc...Jonathan Gordon
2011-12-14Fix FS#12237 (caused by r30302) where centered skin text isnt eqactly centeredJonathan Gordon
2011-11-29FS#12412 : Delete old buffer allocation code which has been replaced by core_...Boris Gjenero
2011-11-28Fix fs#12005 - have %pc,%pl and %pr return the number of seconds when used wi...Jonathan Gordon
2011-11-28Be less smart about when to reload skins as it caused more problems than it w...Jonathan Gordon
2011-11-28Fix FS#12408 - don't load skins too early causing buflib handles to leakJonathan Gordon
2011-11-27slightly reaarange code to make fml happy :)Jonathan Gordon
2011-11-27Free a handle when we try to load a backdrop file which doesnt exist or cant ...Jonathan Gordon
2011-11-21Fix the charcell compile error and rmeove an unused #defineJonathan Gordon
2011-11-21skinengine: Load the fms the first time the fm screen is entered instead of o...Jonathan Gordon
2011-11-21skinengine: Rework skin loading so skins can be un/loaded individually. This ...Jonathan Gordon