summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine (follow)
Commit message (Expand)AuthorAge
...
* Rework how progressbars are managed so you can have as many bars in a viewpor...Jonathan Gordon2010-04-11
* revert r25271 which caused more problems than it tried to fixJonathan Gordon2010-03-23
* there is a difference between viewports which shouldnt be cleared (the defaul...Jonathan Gordon2010-03-21
* woops, elapsed is ms not HZ and how did that extra + get in there?Jonathan Gordon2010-03-18
* fix yelllow and add those tags to the debug outputJonathan Gordon2010-03-18
* 2 new tags:Jonathan Gordon2010-03-18
* rearrange the skin loading to remove some code dupeJonathan Gordon2010-03-15
* fix the remote font not working when there is no .rsbs loadedJonathan Gordon2010-03-15
* fiddle with the skin debug output so the load lines arnt shown unless debugwp...Jonathan Gordon2010-03-14
* revert r25054 - tags which have an off and a list of option should have off a...Jonathan Gordon2010-03-07
* Slightly change how %Li works when used as a conditional. last part is select...Teruaki Kawashima2010-03-07
* Pass width instead of x+width to ab_draw_markers()/cue_draw_markers() and don...Teruaki Kawashima2010-03-07
* skin: don't calculate id3->elapsed+state->ff_rewind_count each time. remove t...Teruaki Kawashima2010-03-06
* cleanup statusbar+base skin relationship...Jonathan Gordon2010-03-06
* FS#11072 - display the filename of the skin begin parsed in the debug outputJonathan Gordon2010-03-03
* remove some gremlins... viewport_set_*() sets the font to the UI font for tha...Jonathan Gordon2010-03-03
* make %Fl (font load) more consistant with bmp loading and require the whole f...Jonathan Gordon2010-03-03
* Fix FS#11058 - conditionl viewports cause sublines to go a bit crazyJonathan Gordon2010-03-03
* some small debug info fixes, add %Li and %lt and make uppercase subimage labe...Jonathan Gordon2010-03-03
* remove a nonsense outdate warning. there is no token limit anymoreJonathan Gordon2010-03-03
* undo that last undo, make the font loader more forgiving to user errorsJonathan Gordon2010-03-03
* revert r24989 ad r24990 which are cuasing segfaults... they were working fine...Jonathan Gordon2010-03-02
* fix %pb when the height isnt given and it is in a viewport with a user font (...Jonathan Gordon2010-03-02
* fix redJonathan Gordon2010-03-02
* * Make the user font count more saneJonathan Gordon2010-03-02
* Revert r24958. It didn't fix anything (in fact, the problem described didn't ...Thomas Martitz2010-03-01
* Save some RAM by changing a char[] into a const char * in struct afmt_entry. ...Bertrik Sikken2010-02-28
* move a #ifdef so the full amount of user choosable skin fonts are avilable on...Jonathan Gordon2010-02-28
* redo r24943. the font mappings are not needed once the skin is finished parsi...Jonathan Gordon2010-02-28
* Add playlist viewer screen to %cs.Thomas Martitz2010-02-27
* Set missing svn propertiesNils Wallménius2010-02-27
* Store the list of fonts in a linked list instead of in a static array (togeth...Thomas Martitz2010-02-27
* 2 new tags for the base skin.Jonathan Gordon2010-02-26
* Change how touchscreen regions work slightly... "It modifies the behaviour of...Jonathan Gordon2010-02-24
* make the parser spit out filenames of images it cant loadJonathan Gordon2010-02-24
* some minor changes to checkwps, shouldn't change anythingJonathan Gordon2010-02-24
* correct checking size in function get_image_filename.Teruaki Kawashima2010-02-22
* Fix the mechanism to fail to parse skins if images fail to load and fix havin...Thomas Martitz2010-02-21
* remote multifont fixes. it shoud be working again (blame AlexP! he made me br...Jonathan Gordon2010-02-21
* make sure font fd's get closed when a new skin is loadedJonathan Gordon2010-02-21
* WPS: Use helper local variable instead of its value (no functional change)Tomer Shalev2010-02-20
* and actually fix multifont on remote lcd targets alsoJonathan Gordon2010-02-19
* fix possible out-of-bounds error on remote lcd targets if they try loading a ...Jonathan Gordon2010-02-19
* allow integer sound settings (bass, volume, etc) to be used with conditional ...Jonathan Gordon2010-02-18
* fix yellowJonathan Gordon2010-02-18
* basic alignment support (%a|l|c|r|L|R) in the playlist viewer. no sublines so...Jonathan Gordon2010-02-18
* change the %St tag so it only shows the filename of file settings, not the fu...Jonathan Gordon2010-02-17
* * surround member only used by charcells with #ifdef HAVE_LCD_CHARCELLS in st...Teruaki Kawashima2010-02-16
* Reuse the backdrop buffers if 2 skins use the same backdrop (on the same scre...Jonathan Gordon2010-02-16
* FS#10984 - multifont! 2 major additions:Jonathan Gordon2010-02-14