1. 8997321 Remove duplicated code to search for a setting by its cfg name by Jonathan Gordon · 13 years ago
  2. 4ed1340 Fix player errors by Jonathan Gordon · 13 years ago
  3. 281f1a1 New skin tags: %Vs() to set the text style and %Vg() to get the viewports gradient colours by Jonathan Gordon · 13 years ago
  4. 969903b Change the way the %Tl() (touch region) tag is done to remove dodgey 1-char settings. by Jonathan Gordon · 13 years ago
  5. bb618db skin engine softlock support for touchscreens: by Jonathan Gordon · 13 years ago
  6. 94257e5 Fix %Tl 'last touch' tag not accepting the timeout by Jonathan Gordon · 14 years ago
  7. 6034978 Skin engine: Swap meaning of & and * for touch regions. by Thomas Martitz · 14 years ago
  8. ab99e94 More tab fixes by Bertrik Sikken · 14 years ago
  9. 204a2e9 Move declaration of global function cfg_string_to_int to header file settings.h by Bertrik Sikken · 14 years ago
  10. 87aa86c Skin variables for touchscreen targets (origional implementation by Jens Theeß) by Jonathan Gordon · 14 years ago
  11. 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
  12. 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
  13. 8f3feda last of the errors... hopefully by Jonathan Gordon · 14 years ago
  14. e765906 move code around to make checkwps compile by Jonathan Gordon · 14 years ago
  15. 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
  16. 0f68a91 fix red by Jonathan Gordon · 14 years ago
  17. 485ff79 Add an ability to set a setting to a specific value with a touchscreen action. by Jonathan Gordon · 14 years ago
  18. fb36163 Remove code duplication in some generic skin touch action handling. by Jonathan Gordon · 14 years ago
  19. 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
  20. 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
  21. 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
  22. 605e2d0 New Touchscreen region type... 'mute' which un/mutes volume without pausing playback by Jonathan Gordon · 14 years ago
  23. 261c56b FS#11867 - Add 2 new tags to allow skins to display themed peakmeters by Jonathan Gordon · 14 years ago
  24. 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
  25. 5ad4080 Very small code shuffle to maybe make parseing %if() a smidgen faster by Jonathan Gordon · 14 years ago
  26. 1ce7ba4 Make the %tr (radio RSSI) tag work as a bar tag or as a conditional. by Jonathan Gordon · 14 years ago
  27. 6c8267a Android: Fix compilation failure by Thomas Martitz · 14 years ago
  28. 10807e8 fix warnings by Jonathan Gordon · 14 years ago
  29. f74a1aa Add a bit more debug output to checkwps by Jonathan Gordon · 14 years ago
  30. 5411e14 Undo the part of r28480 that caused the simulator to also use host malloc. by Thomas Martitz · 14 years ago
  31. 9785732 RaaA: Use the host's malloc() for the skin engine. by Jonathan Gordon · 14 years ago
  32. 943de3c skin_parser: Change the way hardware conditionals are done (i.e %?cc) by Jonathan Gordon · 14 years ago
  33. 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
  34. 3eb5826 improvement for bar tag with slider. by Teruaki Kawashima · 14 years ago
  35. 69e379a Skin bar tags fix+cleanup: by Jonathan Gordon · 14 years ago
  36. 59f4872 check viewport dimension when parsing viewport so that player doesn't clash with bad wps. by Teruaki Kawashima · 14 years ago
  37. 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
  38. 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
  39. 3f7b780 fix a stupid typo in the vertical bar tag parser, spotted by teru by Jonathan Gordon · 14 years ago
  40. 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
  41. 10b6861 fix red by Jonathan Gordon · 14 years ago
  42. fbb0083 skin engine: completly rework the sbs title handing code by Jonathan Gordon · 14 years ago
  43. 9928e34 Another major skin backend update/hopefully bugfix: by Jonathan Gordon · 14 years ago
  44. a1612bb fix warning by Jonathan Gordon · 14 years ago
  45. 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
  46. 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
  47. faaf431 Accept FS#11567 by Fred Bauer - better memory management for the skin fonts by Jonathan Gordon · 14 years ago
  48. 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
  49. 0be2426 Make %pb without any params work as expected by Jonathan Gordon · 14 years ago
  50. a71db51 fix FS#11542 - %t() not working by Jonathan Gordon · 14 years ago
  51. e8bbbdf fix FS#11519 - clock tags wernt updating like they should by Jonathan Gordon · 14 years ago
  52. eda8039 A bunch of new features for the bar type tags (%pb, %pv, %bl, etc): by Jonathan Gordon · 14 years ago
  53. 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
  54. 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
  55. 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
  56. 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
  57. 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
  58. 489962d Fix FS#11526 - %Vf(<hex>) was acceptable on grey remotes with colour main by Jonathan Gordon · 14 years ago
  59. 3f8e7fc New feature for the %xd() (display a preloaded image) skin tag. by Jonathan Gordon · 14 years ago
  60. 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
  61. 9c0b247 Rockbox as an application: add get_user_file_path(). by Thomas Martitz · 14 years ago
  62. 9e2cd39 Fix FS#11508 - remote LCD targets crash because the remote wps fails to load by Jonathan Gordon · 14 years ago
  63. 6dc4d65 FS#11507 - fix 'track starting/ending' tags, and minor timeout cleanup by Jonathan Gordon · 14 years ago
  64. 57933f2 Make some global function/variables local (by making them static) by Bertrik Sikken · 14 years ago
  65. 37d605a fix touchscreen errors by Jonathan Gordon · 14 years ago
  66. 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
  67. ee16696 The previous commit was broken, not only because of the red. Fix it. by Thomas Martitz · 15 years ago
  68. a0e83f3 Make %tx work as intended, so that it ignores the true case for non-RDS targets. by Thomas Martitz · 15 years ago
  69. 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
  70. 4b94912 enable skin debug only in the simulator by Rafaël Carré · 15 years ago
  71. 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
  72. 8a79817 woops, this chaneg too by Jonathan Gordon · 15 years ago
  73. 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
  74. ee6aca9 add a hotkey option to the wps touchregion. by Jonathan Gordon · 15 years ago
  75. 9cf09f3 crappy editor and crappy svn missing crappy merge crappy crappy 2am crappy by Jonathan Gordon · 15 years ago
  76. 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
  77. bc58b7d some clean up. add checks for terminating ')'. by Teruaki Kawashima · 15 years ago
  78. 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
  79. 2d62a57 Fix yellow and all the shipped themes that show AA by Jonathan Gordon · 15 years ago
  80. 50356d8 The real reason to change the %C was to remove a very nasty hack! by Jonathan Gordon · 15 years ago
  81. 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
  82. e6c9691 don't disable backdrop when the file name starts with 'd', e.g. %X(dock.bmp). by Teruaki Kawashima · 15 years ago
  83. bb41726 this probably fixes FS#11373 by Jonathan Gordon · 15 years ago
  84. fe72cbe Fix FS#11370 - BEWARE when useing viewport colours. by Jonathan Gordon · 15 years ago
  85. 4c04094 off by one. FS#11369 by Jonathan Gordon · 15 years ago
  86. 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
  87. 4a9398e make %t work by Jonathan Gordon · 15 years ago
  88. 0d8fb60 make the parser work with the changed %Cl format. by Jonathan Gordon · 15 years ago
  89. 3245513 fix errors by Jonathan Gordon · 15 years ago
  90. 5b0521c Changeover to the new skin format. SkinBreakingChange in the wiki has the runown of the changes. by Jonathan Gordon · 15 years ago
  91. 22b12ca draw markers on the FM frequency bar for presets (like cuesheet markers in the WPS). by Jonathan Gordon · 15 years ago
  92. 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
  93. 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
  94. 1bd072c FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tags by Jonathan Gordon · 15 years ago
  95. efd1f4e Make it possible to move the UI viewport using conditional viewports. by Jonathan Gordon · 15 years ago
  96. 4c65a19 Make battery level (%bl) work with the bmp bars drawer like %pb and %pv by Jonathan Gordon · 15 years ago
  97. 847a0fd Fix grammar in the comment (make code non offending :-) by Alexander Levin · 15 years ago
  98. 34cd2c3 really fix "%pv|something else" this time by Jonathan Gordon · 15 years ago
  99. 58a0393 2 quick fixes by Jonathan Gordon · 15 years ago
  100. 69710e5 fix escaped chars being displayed twice in the playlist viewer (i.e %> showing as >> ) by Jonathan Gordon · 15 years ago