summaryrefslogtreecommitdiffstats
path: root/apps/gui/skin_engine
AgeCommit message (Expand)AuthorFilesLines
2011-02-24FS#11964. Rework replaygain handling to save metadata buffer and binsize. Rem...Andree Buschmann1-4/+5
2011-02-10audio_peek_track should copy the struct mp3entry instead of pointing directly...Michael Sevakis1-8/+6
2011-01-25Remove WPS related variable which is read but not set or changed. Closes FS#1...Andree Buschmann1-1/+0
2011-01-24New option for the bar tags: 'backdrop, <label>' will draw another image und...Jonathan Gordon3-2/+37
2011-01-13New Touchscreen region type... 'mute' which un/mutes volume without pausing p...Jonathan Gordon2-3/+14
2011-01-13here tooJonathan Gordon1-1/+1
2011-01-13remove unecessary (duplicated even) headerJonathan Gordon1-1/+0
2011-01-13FS#11867 - Add 2 new tags to allow skins to display themed peakmetersJonathan Gordon4-0/+40
2010-12-06Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz4-19/+8
2010-11-30Very small code shuffle to maybe make parseing %if() a smidgen fasterJonathan Gordon1-8/+8
2010-11-28Hopefully fix a crash using %if() with stringsJonathan Gordon1-2/+2
2010-11-18Make the %tr (radio RSSI) tag work as a bar tag or as a conditional.Jonathan Gordon4-3/+36
2010-11-12Android: Fix compilation failureThomas Martitz1-0/+2
2010-11-11Signal strength meter for FM radio - FS#8151 by Przemysław HołubowskiBertrik Sikken1-0/+11
2010-11-11fix warningsJonathan Gordon1-1/+1
2010-11-11Add a bit more debug output to checkwpsJonathan Gordon1-0/+5
2010-11-05Undo the part of r28480 that caused the simulator to also use host malloc.Thomas Martitz2-9/+9
2010-11-04RaaA: Use the host's malloc() for the skin engine.Jonathan Gordon2-1/+19
2010-10-28skin_parser: Change the way hardware conditionals are done (i.e %?cc)Jonathan Gordon2-0/+12
2010-10-18Don't try to show a backdrop if the bmp wasnt loaded successfullyJonathan Gordon1-6/+10
2010-10-16Make two local functions static in skin_tokens.cBertrik Sikken1-3/+3
2010-10-16skin_engine: struct gui_skin can be staticBertrik Sikken1-1/+1
2010-10-13Fix FS#11593 - %Vf() and %Vb() should be able to be used in conditionals. Rem...Jonathan Gordon1-1/+11
2010-10-12skin bar tag: Load an image from a label or filename. i.e %xl(bar_image, pb.b...Jonathan Gordon3-30/+37
2010-10-12improvement for bar tag with slider.Teruaki Kawashima3-21/+41
2010-10-12Skin bar tags fix+cleanup:Jonathan Gordon1-8/+25
2010-10-12Viewports dont necessarily have children lines, so make sure there is one or ...Jonathan Gordon1-2/+3
2010-10-11check viewport dimension when parsing viewport so that player doesn't clash w...Teruaki Kawashima1-2/+6
2010-10-10Fix charcell %pb and %pf tags, FS#11592Frank Gevaerts4-157/+154
2010-10-10Make skin_render_playlistviewer() noinline. This function uses lots of stack ...Frank Gevaerts1-1/+1
2010-10-10Revert accidental commit of skin_render.cFrank Gevaerts1-8/+8
2010-10-10Add a "early_usb" argument to gui_usb_screen_run(), and don't do skin unloadi...Frank Gevaerts1-8/+8
2010-10-10fix FS#11662 and FS#11629 - skin %t() issues. %t should now work properly ins...Jonathan Gordon3-20/+18
2010-10-10Add "resumeplayback" touchscreen button action which returns you to the previ...Jonathan Gordon1-0/+3
2010-10-09fix a stupid typo in the vertical bar tag parser, spotted by teruJonathan Gordon1-1/+1
2010-10-08fix displaying of the slider when default is used for pb->y and pb->height.Teruaki Kawashima1-22/+16
2010-10-04Fix FS#11651 - slider wasnt being drawn correctly with inverted (and vertical...Jonathan Gordon1-5/+19
2010-10-03correct drawing of the bar type tags when nofill is set.Teruaki Kawashima1-41/+29
2010-09-30use correct condition for #if for tagcache_fill_tags().Teruaki Kawashima1-1/+1
2010-09-29explicitly set img->using_preloaded_icons in parse_image_load() and don't rel...Teruaki Kawashima1-5/+9
2010-09-26Make sure get_lif_token_value isn't inlined, as it would defeat the purpose o...Magnus Holmgren1-3/+9
2010-09-26Fix FS#1159 - stack overflow in the skin engine when there is too many nested...Jonathan Gordon2-62/+69
2010-09-19Hopefully fix FS#11630 where the wps backdrop would be shown instead of the m...Jonathan Gordon1-8/+9
2010-09-17Make disabling HAVE_PITCHSCREEN actually work without breaking the buildFrank Gevaerts1-3/+3
2010-09-16fix redJonathan Gordon2-2/+4
2010-09-16skin engine: completly rework the sbs title handing codeJonathan Gordon2-3/+7
2010-09-14fix errors, warnings, tabsJonathan Gordon3-7/+13
2010-09-14new file got lostJonathan Gordon1-0/+246
2010-09-14Another major skin backend update/hopefully bugfix:Jonathan Gordon7-113/+187
2010-09-06fix warningJonathan Gordon1-1/+1