- 8997321 Remove duplicated code to search for a setting by its cfg name by Jonathan Gordon · 13 years ago
- 4ed1340 Fix player errors by Jonathan Gordon · 13 years ago
- 281f1a1 New skin tags: %Vs() to set the text style and %Vg() to get the viewports gradient colours by Jonathan Gordon · 13 years ago
- 969903b Change the way the %Tl() (touch region) tag is done to remove dodgey 1-char settings. by Jonathan Gordon · 13 years ago
- bb618db skin engine softlock support for touchscreens: by Jonathan Gordon · 13 years ago
- 94257e5 Fix %Tl 'last touch' tag not accepting the timeout by Jonathan Gordon · 14 years ago
- 6034978 Skin engine: Swap meaning of & and * for touch regions. by Thomas Martitz · 14 years ago
- ab99e94 More tab fixes by Bertrik Sikken · 14 years ago
- 204a2e9 Move declaration of global function cfg_string_to_int to header file settings.h by Bertrik Sikken · 14 years ago
- 87aa86c Skin variables for touchscreen targets (origional implementation by Jens Theeß) by Jonathan Gordon · 14 years ago
- 443b134 Fix touchregions muting volume, and change &<action> to mean 'needs long press but only fire once'. Use *<action> for 'long press and allow repeats' by Jonathan Gordon · 14 years ago
- 98881fd Add some playback controls to the SBS. 2 new touch regions wps_next/wps_prev needed to make it work. 'next' in the sbs changes list selection, 'wps_next' in sbs changes audio tracks. no difference in the wps by Jonathan Gordon · 14 years ago
- 8f3feda last of the errors... hopefully by Jonathan Gordon · 14 years ago
- e765906 move code around to make checkwps compile by Jonathan Gordon · 14 years ago
- 343001b Merge a bunch of code which is 99% identical so it makes it easier to add more of these later by Jonathan Gordon · 14 years ago
- 0f68a91 fix red by Jonathan Gordon · 14 years ago
- 485ff79 Add an ability to set a setting to a specific value with a touchscreen action. by Jonathan Gordon · 14 years ago
- fb36163 Remove code duplication in some generic skin touch action handling. by Jonathan Gordon · 14 years ago
- e63325a Add a touchaction "none" which does nothing when pressed. This will allow some fancy controls to skins in combination with recent %T/%Tl changes by Jonathan Gordon · 14 years ago
- 156b0bc Add the option of linking the %Tl (last touch) tag to a specific touchregion. Both tags now accept an optional label param as the first param. by Jonathan Gordon · 14 years ago
- f06f685 New option for the bar tags: 'backdrop, <label>' will draw another image under the progressbar (only works with image and slider bars) by Jonathan Gordon · 14 years ago
- 605e2d0 New Touchscreen region type... 'mute' which un/mutes volume without pausing playback by Jonathan Gordon · 14 years ago
- 261c56b FS#11867 - Add 2 new tags to allow skins to display themed peakmeters by Jonathan Gordon · 14 years ago
- 2c24160 Get rid of get_user_file_path and do the path handling in wrappers for open() and friends. by Thomas Martitz · 14 years ago
- 5ad4080 Very small code shuffle to maybe make parseing %if() a smidgen faster by Jonathan Gordon · 14 years ago
- 1ce7ba4 Make the %tr (radio RSSI) tag work as a bar tag or as a conditional. by Jonathan Gordon · 14 years ago
- 6c8267a Android: Fix compilation failure by Thomas Martitz · 14 years ago
- 10807e8 fix warnings by Jonathan Gordon · 14 years ago
- f74a1aa Add a bit more debug output to checkwps by Jonathan Gordon · 14 years ago
- 5411e14 Undo the part of r28480 that caused the simulator to also use host malloc. by Thomas Martitz · 14 years ago
- 9785732 RaaA: Use the host's malloc() for the skin engine. by Jonathan Gordon · 14 years ago
- 943de3c skin_parser: Change the way hardware conditionals are done (i.e %?cc) by Jonathan Gordon · 14 years ago
- 9acd242 skin bar tag: Load an image from a label or filename. i.e %xl(bar_image, pb.bmp,0,0) %pb(0,0,10,10,bar_image) or %pb(0,0,10,10, pb.bmp) both are acceptable. by Jonathan Gordon · 14 years ago
- 3eb5826 improvement for bar tag with slider. by Teruaki Kawashima · 14 years ago
- 69e379a Skin bar tags fix+cleanup: by Jonathan Gordon · 14 years ago
- 59f4872 check viewport dimension when parsing viewport so that player doesn't clash with bad wps. by Teruaki Kawashima · 14 years ago
- 0b824da fix FS#11662 and FS#11629 - skin %t() issues. %t should now work properly inside and outside of conditionals. by Jonathan Gordon · 14 years ago
- a7b1f75 Add "resumeplayback" touchscreen button action which returns you to the previous music screen (WPS or FM) from most of the lists (browsers and menus) by Jonathan Gordon · 14 years ago
- 3f7b780 fix a stupid typo in the vertical bar tag parser, spotted by teru by Jonathan Gordon · 14 years ago
- 717f0bd explicitly set img->using_preloaded_icons in parse_image_load() and don't rely on parse_image_display(). by Teruaki Kawashima · 14 years ago
- 10b6861 fix red by Jonathan Gordon · 14 years ago
- fbb0083 skin engine: completly rework the sbs title handing code by Jonathan Gordon · 14 years ago
- 9928e34 Another major skin backend update/hopefully bugfix: by Jonathan Gordon · 14 years ago
- a1612bb fix warning by Jonathan Gordon · 14 years ago
- 4caa832 2 new touch region options... "settings_inc" and "settings_dec" which will increase or decrease most of the available settings. To use it put the config name of the setting as the next param after settings_inc... i.e %T(0, 0, 32, 32, settings_inc, repeat) by Jonathan Gordon · 14 years ago
- dbde63b progressbars are drawn inside viewports so all coords are viewport relative. so fix - for the x coord to be 0 instead of vp->x which never made sense (woops from 18months ago :p ) by Jonathan Gordon · 14 years ago
- faaf431 Accept FS#11567 by Fred Bauer - better memory management for the skin fonts by Jonathan Gordon · 14 years ago
- 74ec011 New skin tag: %if(<tag>, <operator>, <operand> [,option count]) which lets you do very simple logical comparissons on other tags. by Jonathan Gordon · 14 years ago
- 0be2426 Make %pb without any params work as expected by Jonathan Gordon · 14 years ago
- a71db51 fix FS#11542 - %t() not working by Jonathan Gordon · 14 years ago
- e8bbbdf fix FS#11519 - clock tags wernt updating like they should by Jonathan Gordon · 14 years ago
- eda8039 A bunch of new features for the bar type tags (%pb, %pv, %bl, etc): by Jonathan Gordon · 14 years ago
- ac2c69c Allow 'long' labels with single-argument %xd too. The label need to be at least 3 chars long (2 chars are treated as a single-letter-label image with a subimage). by Magnus Holmgren · 14 years ago
- dc3778a Rework the skin playlist viewer so it uses the same drawing code as everything else. This should mean that all text tags now work as expected. The 2nd code param is no longer needed so drop it (you can use conditionals and sublines and stuff in the one code param. by Jonathan Gordon · 14 years ago
- ff8d43d Change %xl/%xd to use proper labels instead of single letter labels. i.e %xl(playmode, playmode.bmp, 0, 0, 4) ... %xd(playmode, %mm). You can of course still use one letter labels if you really want. %xd(Aa) will only work with one letter labels. by Jonathan Gordon · 14 years ago
- 863d239 Change %xd to allow for a number to be used to specify the subimage. i.e %xd(Ac) can now we written as %xd(A, 3). subimage count start at 1 so a=1, b=2 etc. by Jonathan Gordon · 14 years ago
- 70ebe46 New feature for the %xl (image load) tag. If you give it the filename __list_icons__ it will use the list icon strip instead of loading a different bmp. by Jonathan Gordon · 14 years ago
- 489962d Fix FS#11526 - %Vf(<hex>) was acceptable on grey remotes with colour main by Jonathan Gordon · 14 years ago
- 3f8e7fc New feature for the %xd() (display a preloaded image) skin tag. by Jonathan Gordon · 14 years ago
- ee4f8a9 Allow viewport labels to be mostly free text instead of only one character. If this is useful the same will be done for images by Jonathan Gordon · 14 years ago
- 9c0b247 Rockbox as an application: add get_user_file_path(). by Thomas Martitz · 14 years ago
- 9e2cd39 Fix FS#11508 - remote LCD targets crash because the remote wps fails to load by Jonathan Gordon · 14 years ago
- 6dc4d65 FS#11507 - fix 'track starting/ending' tags, and minor timeout cleanup by Jonathan Gordon · 14 years ago
- 57933f2 Make some global function/variables local (by making them static) by Bertrik Sikken · 14 years ago
- 37d605a fix touchscreen errors by Jonathan Gordon · 14 years ago
- 2d31d77 FS#11470 - new skin code, finally svn uses the new parser from the theme editor. This means that a skin that passes the editor WILL pass svn and checkwps (unless the target runs out of skin buffer or something. by Jonathan Gordon · 14 years ago
- ee16696 The previous commit was broken, not only because of the red. Fix it. by Thomas Martitz · 15 years ago
- a0e83f3 Make %tx work as intended, so that it ignores the true case for non-RDS targets. by Thomas Martitz · 15 years ago
- bb236ce prevent the parser crashing if a font fails to load and is refresencd in more than one viewport by Jonathan Gordon · 15 years ago
- 4b94912 enable skin debug only in the simulator by Rafaël Carré · 15 years ago
- adc9cb1 Allow the progressbar and volume touch regions to be reverse by prepending them with ! (so full is the left/top instead of right/bottom) by Jonathan Gordon · 15 years ago
- 8a79817 woops, this chaneg too by Jonathan Gordon · 15 years ago
- 9a7a542 first step of making touch regions usable in all skins, not just the WPS.. no user viewable changes just yet by Jonathan Gordon · 15 years ago
- ee6aca9 add a hotkey option to the wps touchregion. by Jonathan Gordon · 15 years ago
- 9cf09f3 crappy editor and crappy svn missing crappy merge crappy crappy 2am crappy by Jonathan Gordon · 15 years ago
- 9ac4b44 SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. by Jonathan Gordon · 15 years ago
- bc58b7d some clean up. add checks for terminating ')'. by Teruaki Kawashima · 15 years ago
- c2a79aa fix %pb and other progressbars which are shown one line down from where they should be in viewports by Jonathan Gordon · 15 years ago
- 2d62a57 Fix yellow and all the shipped themes that show AA by Jonathan Gordon · 15 years ago
- 50356d8 The real reason to change the %C was to remove a very nasty hack! by Jonathan Gordon · 15 years ago
- 2309d6d change to %Cd to display albumart (instead of %C to make it more consistant with %Vd/%Vl and %xd/%xl) by Jonathan Gordon · 15 years ago
- e6c9691 don't disable backdrop when the file name starts with 'd', e.g. %X(dock.bmp). by Teruaki Kawashima · 15 years ago
- bb41726 this probably fixes FS#11373 by Jonathan Gordon · 15 years ago
- fe72cbe Fix FS#11370 - BEWARE when useing viewport colours. by Jonathan Gordon · 15 years ago
- 4c04094 off by one. FS#11369 by Jonathan Gordon · 15 years ago
- 04fd0ce fix FS#11368 - %V was eating the whole line so the %Vf() and %Vb() tags were being ignored by Jonathan Gordon · 15 years ago
- 4a9398e make %t work by Jonathan Gordon · 15 years ago
- 0d8fb60 make the parser work with the changed %Cl format. by Jonathan Gordon · 15 years ago
- 3245513 fix errors by Jonathan Gordon · 15 years ago
- 5b0521c Changeover to the new skin format. SkinBreakingChange in the wiki has the runown of the changes. by Jonathan Gordon · 15 years ago
- 22b12ca draw markers on the FM frequency bar for presets (like cuesheet markers in the WPS). by Jonathan Gordon · 15 years ago
- 0a4eda4 skin_parser.c: fix possibile overflow in parse_setting_and_lang(). simplify comparison of string in parameter in parse_touchregion(). by Teruaki Kawashima · 15 years ago
- a5d8d21 fix the last of the reds, and make RDS tags actually work (and add them to the hardcoded radio skin) by Jonathan Gordon · 15 years ago
- 1bd072c FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tags by Jonathan Gordon · 15 years ago
- efd1f4e Make it possible to move the UI viewport using conditional viewports. by Jonathan Gordon · 15 years ago
- 4c65a19 Make battery level (%bl) work with the bmp bars drawer like %pb and %pv by Jonathan Gordon · 15 years ago
- 847a0fd Fix grammar in the comment (make code non offending :-) by Alexander Levin · 15 years ago
- 34cd2c3 really fix "%pv|something else" this time by Jonathan Gordon · 15 years ago
- 58a0393 2 quick fixes by Jonathan Gordon · 15 years ago
- 69710e5 fix escaped chars being displayed twice in the playlist viewer (i.e %> showing as >> ) by Jonathan Gordon · 15 years ago