| Commit message (Expand) | Author | Age |
| ... | |
| * | Add a bit more debug output to checkwps | Jonathan Gordon | 2010-11-11 |
| * | Undo the part of r28480 that caused the simulator to also use host malloc. | Thomas Martitz | 2010-11-05 |
| * | RaaA: Use the host's malloc() for the skin engine. | Jonathan Gordon | 2010-11-04 |
| * | skin_parser: Change the way hardware conditionals are done (i.e %?cc) | Jonathan Gordon | 2010-10-28 |
| * | skin bar tag: Load an image from a label or filename. i.e %xl(bar_image, pb.b... | Jonathan Gordon | 2010-10-12 |
| * | improvement for bar tag with slider. | Teruaki Kawashima | 2010-10-12 |
| * | Skin bar tags fix+cleanup: | Jonathan Gordon | 2010-10-12 |
| * | check viewport dimension when parsing viewport so that player doesn't clash w... | Teruaki Kawashima | 2010-10-11 |
| * | fix FS#11662 and FS#11629 - skin %t() issues. %t should now work properly ins... | Jonathan Gordon | 2010-10-10 |
| * | Add "resumeplayback" touchscreen button action which returns you to the previ... | Jonathan Gordon | 2010-10-10 |
| * | fix a stupid typo in the vertical bar tag parser, spotted by teru | Jonathan Gordon | 2010-10-09 |
| * | explicitly set img->using_preloaded_icons in parse_image_load() and don't rel... | Teruaki Kawashima | 2010-09-29 |
| * | fix red | Jonathan Gordon | 2010-09-16 |
| * | skin engine: completly rework the sbs title handing code | Jonathan Gordon | 2010-09-16 |
| * | Another major skin backend update/hopefully bugfix: | Jonathan Gordon | 2010-09-14 |
| * | fix warning | Jonathan Gordon | 2010-09-06 |
| * | 2 new touch region options... "settings_inc" and "settings_dec" which will in... | Jonathan Gordon | 2010-09-06 |
| * | progressbars are drawn inside viewports so all coords are viewport relative. ... | Jonathan Gordon | 2010-09-05 |
| * | Accept FS#11567 by Fred Bauer - better memory management for the skin fonts | Jonathan Gordon | 2010-08-25 |
| * | New skin tag: %if(<tag>, <operator>, <operand> [,option count]) which lets yo... | Jonathan Gordon | 2010-08-19 |
| * | Make %pb without any params work as expected | Jonathan Gordon | 2010-08-16 |
| * | fix FS#11542 - %t() not working | Jonathan Gordon | 2010-08-16 |
| * | fix FS#11519 - clock tags wernt updating like they should | Jonathan Gordon | 2010-08-15 |
| * | A bunch of new features for the bar type tags (%pb, %pv, %bl, etc): | Jonathan Gordon | 2010-08-15 |
| * | Allow 'long' labels with single-argument %xd too. The label need to be at lea... | Magnus Holmgren | 2010-08-15 |
| * | Rework the skin playlist viewer so it uses the same drawing code as everythin... | Jonathan Gordon | 2010-08-14 |
| * | Change %xl/%xd to use proper labels instead of single letter labels. i.e %xl(... | Jonathan Gordon | 2010-08-14 |
| * | Change %xd to allow for a number to be used to specify the subimage. i.e %xd(... | Jonathan Gordon | 2010-08-14 |
| * | New feature for the %xl (image load) tag. If you give it the filename __list_... | Jonathan Gordon | 2010-08-12 |
| * | Fix FS#11526 - %Vf(<hex>) was acceptable on grey remotes with colour main | Jonathan Gordon | 2010-08-10 |
| * | New feature for the %xd() (display a preloaded image) skin tag. | Jonathan Gordon | 2010-08-05 |
| * | Allow viewport labels to be mostly free text instead of only one character. I... | Jonathan Gordon | 2010-08-02 |
| * | Rockbox as an application: add get_user_file_path(). | Thomas Martitz | 2010-08-01 |
| * | Fix FS#11508 - remote LCD targets crash because the remote wps fails to load | Jonathan Gordon | 2010-08-01 |
| * | FS#11507 - fix 'track starting/ending' tags, and minor timeout cleanup | Jonathan Gordon | 2010-08-01 |
| * | Make some global function/variables local (by making them static) | Bertrik Sikken | 2010-07-30 |
| * | fix touchscreen errors | Jonathan Gordon | 2010-07-29 |
| * | FS#11470 - new skin code, finally svn uses the new parser from the theme edit... | Jonathan Gordon | 2010-07-29 |
| * | The previous commit was broken, not only because of the red. Fix it. | Thomas Martitz | 2010-07-23 |
| * | Make %tx work as intended, so that it ignores the true case for non-RDS targets. | Thomas Martitz | 2010-07-23 |
| * | prevent the parser crashing if a font fails to load and is refresencd in more... | Jonathan Gordon | 2010-07-16 |
| * | enable skin debug only in the simulator | Rafaël Carré | 2010-07-11 |
| * | Allow the progressbar and volume touch regions to be reverse by prepending th... | Jonathan Gordon | 2010-06-21 |
| * | woops, this chaneg too | Jonathan Gordon | 2010-06-20 |
| * | first step of making touch regions usable in all skins, not just the WPS.. no... | Jonathan Gordon | 2010-06-15 |
| * | add a hotkey option to the wps touchregion. | Jonathan Gordon | 2010-06-10 |
| * | crappy editor and crappy svn missing crappy merge crappy crappy 2am crappy | Jonathan Gordon | 2010-06-09 |
| * | SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last par... | Jonathan Gordon | 2010-06-09 |
| * | some clean up. add checks for terminating ')'. | Teruaki Kawashima | 2010-06-09 |
| * | fix %pb and other progressbars which are shown one line down from where they ... | Jonathan Gordon | 2010-06-08 |