1. 8997321 Remove duplicated code to search for a setting by its cfg name by Jonathan Gordon · 13 years ago
  2. d0b72e2 GSoC/Buflib: Add buflib memory alocator to the core. by Thomas Martitz · 13 years ago
  3. 9b9bd73 Fix last charcell warning by Frank Gevaerts · 14 years ago
  4. c3fe7b0 need... sleep... try again to fix red by Jonathan Gordon · 14 years ago
  5. 810e9c4 fix charcell again.... wouldnt it be nice to remove charcell support all together? :) by Jonathan Gordon · 14 years ago
  6. 4ed1340 Fix player errors by Jonathan Gordon · 14 years ago
  7. 281f1a1 New skin tags: %Vs() to set the text style and %Vg() to get the viewports gradient colours by Jonathan Gordon · 14 years ago
  8. 969903b Change the way the %Tl() (touch region) tag is done to remove dodgey 1-char settings. by Jonathan Gordon · 14 years ago
  9. bb618db skin engine softlock support for touchscreens: by Jonathan Gordon · 14 years ago
  10. 3b04a85 Remove a couple of dead inits and assignments found by the clang-static-analyzer. by Nils Wallménius · 14 years ago
  11. 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
  12. 645ffa9 Make volume and progresssbar touch regions work with touch timeouts by Jonathan Gordon · 14 years ago
  13. 94257e5 Fix %Tl 'last touch' tag not accepting the timeout by Jonathan Gordon · 14 years ago
  14. 96b2175 Fix some residual 'defined but not used' warnings by GCC 4.6.0 for touchscreen targets. by Andree Buschmann · 14 years ago
  15. 6034978 Skin engine: Swap meaning of & and * for touch regions. by Thomas Martitz · 14 years ago
  16. ab99e94 More tab fixes by Bertrik Sikken · 14 years ago
  17. 204a2e9 Move declaration of global function cfg_string_to_int to header file settings.h by Bertrik Sikken · 14 years ago
  18. d09f978 Support loading backdrops from anywhere in the filesystem. Fixes FS#12041 by Frank Gevaerts · 14 years ago
  19. d1766a1 Rework parts of the replaygain code to be able to differentiate between 0.00 dB set intentionally and having no replaygain information at all. Bump codec api. by Andree Buschmann · 14 years ago
  20. 87aa86c Skin variables for touchscreen targets (origional implementation by Jens Theeß) by Jonathan Gordon · 14 years ago
  21. 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
  22. f4e152b Make repeat mode/shuffle work in the sbs also by Jonathan Gordon · 14 years ago
  23. 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
  24. 8f3feda last of the errors... hopefully by Jonathan Gordon · 14 years ago
  25. e765906 move code around to make checkwps compile by Jonathan Gordon · 14 years ago
  26. 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
  27. 0f68a91 fix red by Jonathan Gordon · 14 years ago
  28. 485ff79 Add an ability to set a setting to a specific value with a touchscreen action. by Jonathan Gordon · 14 years ago
  29. 08fa83b fix yellow by Jonathan Gordon · 14 years ago
  30. fb36163 Remove code duplication in some generic skin touch action handling. by Jonathan Gordon · 14 years ago
  31. 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
  32. 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
  33. 71ceac0 FS#11964. Rework replaygain handling to save metadata buffer and binsize. Remove string representation of replaygain and use a dedicated ftoa implementation for WPS/screen info. by Andree Buschmann · 14 years ago
  34. edfff8a audio_peek_track should copy the struct mp3entry instead of pointing directly into the buffer. Despite the dire warning, caller does in fact yield/sleep and its usage is too nonlocalized to control that reliably. by Michael Sevakis · 14 years ago
  35. 4c38572 Remove WPS related variable which is read but not set or changed. Closes FS#11396. by Andree Buschmann · 14 years ago
  36. 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
  37. 605e2d0 New Touchscreen region type... 'mute' which un/mutes volume without pausing playback by Jonathan Gordon · 14 years ago
  38. ded64f1 here too by Jonathan Gordon · 14 years ago
  39. 519d65f remove unecessary (duplicated even) header by Jonathan Gordon · 14 years ago
  40. 261c56b FS#11867 - Add 2 new tags to allow skins to display themed peakmeters by Jonathan Gordon · 14 years ago
  41. 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
  42. 5ad4080 Very small code shuffle to maybe make parseing %if() a smidgen faster by Jonathan Gordon · 14 years ago
  43. 5d274e5 Hopefully fix a crash using %if() with strings by Jonathan Gordon · 14 years ago
  44. 1ce7ba4 Make the %tr (radio RSSI) tag work as a bar tag or as a conditional. by Jonathan Gordon · 14 years ago
  45. 6c8267a Android: Fix compilation failure by Thomas Martitz · 14 years ago
  46. de870b3 Signal strength meter for FM radio - FS#8151 by Przemysław Hołubowski by Bertrik Sikken · 14 years ago
  47. 10807e8 fix warnings by Jonathan Gordon · 14 years ago
  48. f74a1aa Add a bit more debug output to checkwps by Jonathan Gordon · 14 years ago
  49. 5411e14 Undo the part of r28480 that caused the simulator to also use host malloc. by Thomas Martitz · 14 years ago
  50. 9785732 RaaA: Use the host's malloc() for the skin engine. by Jonathan Gordon · 14 years ago
  51. 943de3c skin_parser: Change the way hardware conditionals are done (i.e %?cc) by Jonathan Gordon · 14 years ago
  52. 59cc0a9 Don't try to show a backdrop if the bmp wasnt loaded successfully by Jonathan Gordon · 14 years ago
  53. 9c58356 Make two local functions static in skin_tokens.c by Bertrik Sikken · 14 years ago
  54. 91453fb skin_engine: struct gui_skin can be static by Bertrik Sikken · 14 years ago
  55. 0432147 Fix FS#11593 - %Vf() and %Vb() should be able to be used in conditionals. Remember that these tags cause a new line to get drawn so text/tags on the same line wont be displayed by Jonathan Gordon · 14 years ago
  56. 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
  57. 3eb5826 improvement for bar tag with slider. by Teruaki Kawashima · 14 years ago
  58. 69e379a Skin bar tags fix+cleanup: by Jonathan Gordon · 14 years ago
  59. 39cf6dd Viewports dont necessarily have children lines, so make sure there is one or it will crash by Jonathan Gordon · 14 years ago
  60. 59f4872 check viewport dimension when parsing viewport so that player doesn't clash with bad wps. by Teruaki Kawashima · 14 years ago
  61. 1f0ab7c Fix charcell %pb and %pf tags, FS#11592 by Frank Gevaerts · 14 years ago
  62. 561999e Make skin_render_playlistviewer() noinline. This function uses lots of stack (around 1 kilobyte), and is called from a recursive function. gcc's stack allocation strategy makes the calling function then use all this stack space when inlining. by Frank Gevaerts · 14 years ago
  63. d0bf13b Revert accidental commit of skin_render.c by Frank Gevaerts · 14 years ago
  64. c8c40c5 Add a "early_usb" argument to gui_usb_screen_run(), and don't do skin unloading/reloading in gui_usb_screen_run() in the early usb case. Fixes the crash part of FS#11589 by Frank Gevaerts · 14 years ago
  65. 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
  66. 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
  67. 3f7b780 fix a stupid typo in the vertical bar tag parser, spotted by teru by Jonathan Gordon · 14 years ago
  68. cc8918e fix displaying of the slider when default is used for pb->y and pb->height. by Teruaki Kawashima · 14 years ago
  69. dd6b1dc Fix FS#11651 - slider wasnt being drawn correctly with inverted (and vertical) bars by Jonathan Gordon · 14 years ago
  70. 0f8fe94 correct drawing of the bar type tags when nofill is set. by Teruaki Kawashima · 14 years ago
  71. 55a6360 use correct condition for #if for tagcache_fill_tags(). by Teruaki Kawashima · 14 years ago
  72. 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
  73. 927a7bd Make sure get_lif_token_value isn't inlined, as it would defeat the purpose of introducing that function. E.g., gcc 3.4.6 for m68k is keen on inlining code. by Magnus Holmgren · 14 years ago
  74. 562437b Fix FS#1159 - stack overflow in the skin engine when there is too many nested conditionals by Jonathan Gordon · 14 years ago
  75. 2c8204c Hopefully fix FS#11630 where the wps backdrop would be shown instead of the menu one by Jonathan Gordon · 14 years ago
  76. f366090 Make disabling HAVE_PITCHSCREEN actually work without breaking the build by Frank Gevaerts · 14 years ago
  77. 10b6861 fix red by Jonathan Gordon · 14 years ago
  78. fbb0083 skin engine: completly rework the sbs title handing code by Jonathan Gordon · 14 years ago
  79. 71379ca fix errors, warnings, tabs by Jonathan Gordon · 14 years ago
  80. 46142b9 new file got lost by Jonathan Gordon · 14 years ago
  81. 9928e34 Another major skin backend update/hopefully bugfix: by Jonathan Gordon · 14 years ago
  82. a1612bb fix warning by Jonathan Gordon · 14 years ago
  83. 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
  84. 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
  85. 216ed29 fix FS#11588 - %t(0) inside conditionals wasnt making that subline skip by Jonathan Gordon · 14 years ago
  86. 55704d8 font_table[].name wasn't filled by Fred Bauer · 14 years ago
  87. 4dd6b14 Should fix the line alternator issue described in http://forums.rockbox.org/index.php?topic=25545 by Jonathan Gordon · 14 years ago
  88. a290ce4 tcc77x targets: various minor cleanups by Bertrik Sikken · 14 years ago
  89. cf8f526 change get_glyph_size() to font_glyphs_to_bufsize(). fixes a bug when font glyph buffer < font header by Fred Bauer · 14 years ago
  90. 0d04083 fix errors by Jonathan Gordon · 14 years ago
  91. faaf431 Accept FS#11567 by Fred Bauer - better memory management for the skin fonts by Jonathan Gordon · 14 years ago
  92. 74ec011 New skin tag: %if(<tag>, <operator>, <operand> [,option count]) which lets you do very simple logical comparissons on other tags. by Jonathan Gordon · 15 years ago
  93. 0be2426 Make %pb without any params work as expected by Jonathan Gordon · 15 years ago
  94. a71db51 fix FS#11542 - %t() not working by Jonathan Gordon · 15 years ago
  95. e8bbbdf fix FS#11519 - clock tags wernt updating like they should by Jonathan Gordon · 15 years ago
  96. eda8039 A bunch of new features for the bar type tags (%pb, %pv, %bl, etc): by Jonathan Gordon · 15 years ago
  97. 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 · 15 years ago
  98. a9d752b *really* fix the last warning by Jonathan Gordon · 15 years ago
  99. d23d7a1 last warning and fix manual by Jonathan Gordon · 15 years ago
  100. b9093f2 fix warnings and errors by Jonathan Gordon · 15 years ago