1. a884ec2 Update manual to match current codec IDs. by Andree Buschmann · 13 years ago
  2. fc81af9 Replace embedded AA limitations by a reference to the "official" list of supported AA tags by Frank Gevaerts · 13 years ago
  3. 77a78ee Manual: add %Vg and %Vs tags. Closes FS#12230. by Alex Parker · 14 years ago
  4. 964a5e6 Manual: A few more spelling corrections. by Alex Parker · 14 years ago
  5. 6013614 Manual: update %cs tag and make list more explicit. by Alex Parker · 14 years ago
  6. 835683b %cs (current screen) changes: by Jonathan Gordon · 14 years ago
  7. e918b7b Add a %cs item for the context menus by Jonathan Gordon · 14 years ago
  8. 32dfc0c Add a plugin activity which to the %cs screen option list by Jonathan Gordon · 14 years ago
  9. 969903b Change the way the %Tl() (touch region) tag is done to remove dodgey 1-char settings. by Jonathan Gordon · 14 years ago
  10. c7b08ae Add the playlist catalog option to the %cs manual text by Jonathan Gordon · 14 years ago
  11. 302c0b7 Update manual to mention that we support embedded album art in MP4/M4A files. by Michael Giacomelli · 14 years ago
  12. b58d365 FS#11925 - Add a proper system to keep track of the current screen/activity to make %cs far more useful by Jonathan Gordon · 14 years ago
  13. 4dad30d Manual:r29866 changed the meaning of & and * for touch region actions, update the manual accordingly and add some short explanations. by Marianne Arnold · 14 years ago
  14. a0f3462 Manual: Fix theme tags section and hence the complete manual for touchscreen targets . The _ needs escaping (but the * doesn't). by Marianne Arnold · 14 years ago
  15. 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
  16. 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
  17. 4053159 Manual: We now support embedded JPEG album art in ID3v2 tags. by Alex Parker · 14 years ago
  18. 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
  19. c16deb3 Manual: Fix FS#11872 - %pL/pR aren't in the manual. by Alex Parker · 14 years ago
  20. b33a2d8 Manual: Fix part 2 of FS#11874 - setting_inc and setting_dec missing from actions list. by Alex Parker · 14 years ago
  21. 3fc41ce Manual: Fix part 1 of FS#11874 - touchscreen region in the manual isn't 100% correct. by Alex Parker · 14 years ago
  22. 605e2d0 New Touchscreen region type... 'mute' which un/mutes volume without pausing playback by Jonathan Gordon · 14 years ago
  23. a43fc84 Add %tr to the manual. by Alex Parker · 14 years ago
  24. fa63211 Manual, theme tag chapter: add a 'Hardware Capabilities' section for tags that test hardware capabilities of a target and move the 'radio/clock/touchscreen detected' tags there. Fixes inconsistencies in handling these. by Marianne Arnold · 15 years ago
  25. d7bb580 Fix the manual for %Tp by Jonathan Gordon · 15 years ago
  26. f70ec76 Manual: fix some English in the bar tag options. by Alex Parker · 15 years ago
  27. 498f66f Manual: add the missing % for %# in the 'Other tags' theme tag section. by Marianne Arnold · 15 years ago
  28. 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 · 15 years ago
  29. 3eb5826 improvement for bar tag with slider. by Teruaki Kawashima · 15 years ago
  30. 11e792b Correct the examples of usage of %pS and %pE in the manual by Alexander Levin · 15 years ago
  31. 15258e0 Manual: add the bar tag themeing possibilites to the manual. Closes bug FS#11543. by Alex Parker · 15 years ago
  32. 779f1db Manual: Add the %if tag to the manual. Closes bug FS#11555. by Alex Parker · 15 years ago
  33. d23d7a1 last warning and fix manual by Jonathan Gordon · 15 years ago
  34. c4bdf20 Manual: some cosmetic changes in phrasing as well as code... fix typos and RAS syndrome, correct use of dap{} and {daps}. by Marianne Arnold · 15 years ago
  35. f67dfd9 Fix manuals broken by r27787 - underscores have a meaning in tex and need to be escaped. Put the name into quotes like the .bmp above while at it. The way it is done now looks a bit silly but works, feel free to improve. by Marianne Arnold · 15 years ago
  36. 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 · 15 years ago
  37. 0b92158 Update the manual regarding the bl tag change in r27784. Also fix a typo. by Magnus Holmgren · 15 years ago
  38. e6cb22e Fix typo that broke the manual. by Marianne Arnold · 15 years ago
  39. 3f8e7fc New feature for the %xd() (display a preloaded image) skin tag. by Jonathan Gordon · 15 years ago
  40. ecb2111 Manual: %Vl tag was in the viewports section but missing from the tag table in the tags appendix. by Alex Parker · 15 years ago
  41. d7cb3b1 Manual: add some missing theme tags, and close FS#11472. by Alex Parker · 15 years ago
  42. 15d0ac0 No need to use textless, textgreater and textbar where <, > and | can be used by Alexander Levin · 15 years ago
  43. 1242710 Onle one table row per WPS tag by Alexander Levin · 15 years ago
  44. d8f5f51 No need to capitalize every word by Alexander Levin · 15 years ago
  45. 67f25a4 Make the first column in the tag tables narrower by Alexander Levin · 15 years ago
  46. b013fb7 Theme tags description: include the part about 'hold' for soft hold targets as well (available there since hm... r13716), put more universally to get rid of special casing. by Marianne Arnold · 15 years ago
  47. a43fbbb Generalize the description of the %d(N) WPS tags by Alexander Levin · 15 years ago
  48. 22b2875 Clarify that we use album artist if available. by Jonas Häggqvist · 15 years ago
  49. 49f2fce Use normal apostrophes for code. Thanks to fml for pointing out (also for previoys commit). by Alex Parker · 15 years ago
  50. 64d4ddf Convert the manual to the new theme syntax. As a result, adds the viewport colour tags which closes FS#11372. Correct multifont tag from %F to %Fl by Alex Parker · 15 years ago
  51. 1b0c77f Add multifont to the manual. Closes FS#11294. by Alex Parker · 15 years ago
  52. 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
  53. 50356d8 The real reason to change the %C was to remove a very nasty hack! by Jonathan Gordon · 15 years ago
  54. 34dc14d fix the manual also by Jonathan Gordon · 15 years ago
  55. 018133e Consolidate the information on album art into one place. by Alex Parker · 15 years ago
  56. caa68b5 Only show the section on radio tags if the target has a radio. by Alex Parker · 15 years ago
  57. 4b36063 Add a brief description of radio art to the manual. Closes FS#11279. by Alex Parker · 15 years ago
  58. 87b2ad14 Another go at FS#11295 -- Use nice 'times' glyphs for describing dimensions. This time properly implemented. by Alexander Levin · 15 years ago
  59. 9fbd7fd Revert r26171. Special macro for the image base name is needed. Will be committed soon. by Alexander Levin · 15 years ago
  60. 4bc0cf6 Use nice 'times' glyphs for describing dimensions (FS#11295) by Alexander Levin · 15 years ago
  61. edb6bed Format FM frequency depending on the regional settings (FS#11273) by Alexander Levin · 15 years ago
  62. 1940a0b Use nice quotation marks by Alexander Levin · 15 years ago
  63. 9f95a0b Use a nice apostroph by Alexander Levin · 15 years ago
  64. 0926e3e Add FMS tags to the manual. by Alex Parker · 15 years ago
  65. 6d549df FS#11243 - The %VI (capital i) WPS tag is not described in the manual. by Alex Parker · 15 years ago
  66. 40782d5 Update the discussion of themeing in the manual, and put a note in the wps tags appendix that the actual discussion is elsewhere. by Alex Parker · 15 years ago
  67. c66e1ee Fix FS#11196 - update %pv in the manual. by Alex Parker · 15 years ago
  68. 1248e9c More work on consistent usage of units in the manual. Use non-breaking spaces if applicable. by Andree Buschmann · 15 years ago
  69. 53cf63f Consistent use of Hz, kHz, dB, dbFS, ms, s and min. Add spaces between number and unit -- e.g. '5 dB'. by Andree Buschmann · 15 years ago
  70. 629bf3e Document new %mp values that were introduced with the sbs change by Frank Gevaerts · 15 years ago
  71. c9532a2 Remove the Recorders and Players opt around the A-B part of the repeat mode tag because all targets can use A-B repeat now (and show this in the WPS). by Marianne Arnold · 15 years ago
  72. 6d4637c No need to use parenthesis here by Alexander Levin · 15 years ago
  73. ac00d26 Correct quotation marks; simplify the viewport display example by Alexander Levin · 15 years ago
  74. 65dc4f2 Partially fix FS#11117 - PDF Manual: WPS Tag tables - first tag entry is shifted right one character by Michael Chicoine · 15 years ago
  75. 7e84cca Improve %pE description. by Alex Parker · 15 years ago
  76. be8a5af Fix c&p error for %pE in the manual. Thanks to Alexander Levin for pointing out. by Alex Parker · 15 years ago
  77. 165709b Add the %Lt and %Li tags to the manual. Closes FS#11061. by Alex Parker · 15 years ago
  78. 0c1f3e6 Add the %wi tag to the manual. Closes FS#11080. by Alex Parker · 15 years ago
  79. 55c8b2b Add the %Sx tag to the manual. Closes FS#11116. by Alex Parker · 15 years ago
  80. bbb2dd5 Add %pS and %pE tags to the manual. Closes FS#11121. by Alex Parker · 15 years ago
  81. 4c105b6 Remove the caption and label parameters from the tagmap macro. They are never used. Also don't embed tagmaps into a table environment since we want the tables exactly where they are in the source, i.e. we don't want them to float. This speeds up typesetting and makes vertical spaces nicer. by Alexander Levin · 15 years ago
  82. f7a397b Add %T and %Tl WPS tags to the manual. Closes FS#11062. by Alex Parker · 15 years ago
  83. ea4eadc Add playlist viewer screen to %cs. by Thomas Martitz · 15 years ago
  84. 0bfef1c Remove an unneeded word in the section header by Alexander Levin · 15 years ago
  85. 5ff8a5a Describe the %cs WPS tag in the manual (fix FS#11053) by Alexander Levin · 15 years ago
  86. 13ef677 Manual: Add some of the tags that are documented in the Wiki but are missing by Tomer Shalev · 15 years ago
  87. c4b6c05 Correct album art alignment description error and spelling errors as pointed out by bdelorme on the forums. by Alex Parker · 15 years ago
  88. 0212de4 Add crossfade feature tag, update manual, fix crossfade WPS tag behavior by Jeffrey Goode · 15 years ago
  89. ab563da Add viewports to the manual. Adapted from FS#9934 by Jonas Häggqvist and FS#10553 by David Kauffmann by Alex Parker · 16 years ago
  90. af68987 Fix FS#10556 so that we now include the wps tags for the hold switch and remote hold switch for other targets than the iriver h100 and h300, introduce a new feature for remote_button_hold by Nils Wallménius · 16 years ago
  91. e435e4d New 'clock present' WPS tag: The tag checks for the presence of the clock hardware and can be used unconditionally (returning a 'c') or in a conditional. You can specify what to display if a target has the clock (the true case) and an alternative for targets without. This can be useful for e.g. the greyscale 160x128 WPSs or the Archos ones which work on players with and without the hardware. - Add the new tag to the WPS tag description in the manual. Change the headline to the less technical 'Time and Date' as per the discussion in IRC. by Marianne Arnold · 16 years ago
  92. e56030a Apply FS#10204 by Wookey (yes, his real name :)) - Add the subline tags to the WPS Tags summary appendix. by Alex Parker · 16 years ago
  93. 3adb821 Rockbox supports not only 1bpp BMPs by Alexander Levin · 16 years ago
  94. 0a24140 Unify description of WPS tags (reworked FS#9618), correct and complete some descriptions by Alexander Levin · 16 years ago
  95. 0021534 Add a few examples and a few touchups. by Jonas Häggqvist · 16 years ago
  96. 410cbd1 Add an album art appendix to the manual. Add album art tags to the WPS tags appendix and remove the image tag section from the Player manual. by Jonas Häggqvist · 16 years ago
  97. f498d53 Rename h100 manual name "h1xx" to "h100" to be in line with other players. by Dominik Riebeling · 16 years ago
  98. 8289b96 Apply FS#9368 : add generic settings tag to WPS. by Antoine Cellerier · 16 years ago
  99. 71c1e2a Document %mv wps tag (FS#9482 by Alexander Levin). by Dominik Riebeling · 17 years ago
  100. bf8e999 Fix typo in the description of the %Sp tag by Dave Chapman · 17 years ago