Age | Commit message (Expand) | Author |
2010-12-06 | Get rid of get_user_file_path and do the path handling in wrappers for open()... | Thomas Martitz |
2010-11-30 | Very small code shuffle to maybe make parseing %if() a smidgen faster | Jonathan Gordon |
2010-11-18 | Make the %tr (radio RSSI) tag work as a bar tag or as a conditional. | Jonathan Gordon |
2010-11-12 | Android: Fix compilation failure | Thomas Martitz |
2010-11-11 | fix warnings | Jonathan Gordon |
2010-11-11 | Add a bit more debug output to checkwps | Jonathan Gordon |
2010-11-05 | Undo the part of r28480 that caused the simulator to also use host malloc. | Thomas Martitz |
2010-11-04 | RaaA: Use the host's malloc() for the skin engine. | Jonathan Gordon |
2010-10-28 | skin_parser: Change the way hardware conditionals are done (i.e %?cc) | Jonathan Gordon |
2010-10-12 | 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-11 | check viewport dimension when parsing viewport so that player doesn't clash w... | Teruaki Kawashima |
2010-10-10 | 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-09 | fix a stupid typo in the vertical bar tag parser, spotted by teru | Jonathan Gordon |
2010-09-29 | explicitly set img->using_preloaded_icons in parse_image_load() and don't rel... | Teruaki Kawashima |
2010-09-16 | fix red | Jonathan Gordon |
2010-09-16 | skin engine: completly rework the sbs title handing code | Jonathan Gordon |
2010-09-14 | Another major skin backend update/hopefully bugfix: | Jonathan Gordon |
2010-09-06 | fix warning | Jonathan Gordon |
2010-09-06 | 2 new touch region options... "settings_inc" and "settings_dec" which will in... | Jonathan Gordon |
2010-09-05 | progressbars are drawn inside viewports so all coords are viewport relative. ... | Jonathan Gordon |
2010-08-25 | Accept FS#11567 by Fred Bauer - better memory management for the skin fonts | Jonathan Gordon |
2010-08-19 | New skin tag: %if(<tag>, <operator>, <operand> [,option count]) which lets yo... | Jonathan Gordon |
2010-08-16 | Make %pb without any params work as expected | Jonathan Gordon |
2010-08-16 | fix FS#11542 - %t() not working | Jonathan Gordon |
2010-08-15 | 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-14 | 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-12 | New feature for the %xl (image load) tag. If you give it the filename __list_... | Jonathan Gordon |
2010-08-10 | Fix FS#11526 - %Vf(<hex>) was acceptable on grey remotes with colour main | Jonathan Gordon |
2010-08-05 | New feature for the %xd() (display a preloaded image) skin tag. | Jonathan Gordon |
2010-08-02 | Allow viewport labels to be mostly free text instead of only one character. I... | Jonathan Gordon |
2010-08-01 | 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-07-30 | Make some global function/variables local (by making them static) | Bertrik Sikken |
2010-07-29 | 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-23 | 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-16 | prevent the parser crashing if a font fails to load and is refresencd in more... | Jonathan Gordon |
2010-07-11 | enable skin debug only in the simulator | Rafaël Carré |
2010-06-21 | Allow the progressbar and volume touch regions to be reverse by prepending th... | Jonathan Gordon |
2010-06-20 | woops, this chaneg too | Jonathan Gordon |
2010-06-15 | first step of making touch regions usable in all skins, not just the WPS.. no... | Jonathan Gordon |