Age | Commit message (Expand) | Author |
2010-08-10 | Accept FS#11523 by Fred Bauer - fix a bug where the skin fonts dont check the... | Jonathan Gordon |
2010-08-05 | Dont redraw the AA every single update, only when needed | 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 | woopsies | Jonathan Gordon |
2010-08-01 | woopsies | 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 Database red, move the cuesheet->token code into the skin engine | Jonathan Gordon |
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 | skin engine: fix simulator builds | Rafaël Carré |
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-21 | Touchregion support for the Base Skin and FM Skins. display obviously needs t... | 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 |
2010-06-15 | FS#11096 - fix the "last touch" tag from being true on boot | Jonathan Gordon |
2010-06-10 | add a hotkey option to the wps touchregion. | Jonathan Gordon |
2010-06-09 | 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-08 | fix %pb and other progressbars which are shown one line down from where they ... | Jonathan Gordon |
2010-06-08 | Fix yellow and all the shipped themes that show AA | Jonathan Gordon |
2010-06-08 | The real reason to change the %C was to remove a very nasty hack! | Jonathan Gordon |
2010-06-08 | change to %Cd to display albumart (instead of %C to make it more consistant w... | Jonathan Gordon |
2010-06-08 | don't disable backdrop when the file name starts with 'd', e.g. %X(dock.bmp). | Teruaki Kawashima |
2010-06-08 | hopefully fix the problem with lines in viewports being pushed down one line. | Jonathan Gordon |
2010-06-07 | this probably fixes FS#11373 | Jonathan Gordon |
2010-06-07 | Fix FS#11370 - BEWARE when useing viewport colours. | Jonathan Gordon |
2010-06-07 | off by one. FS#11369 | Jonathan Gordon |
2010-06-07 | fix FS#11368 - %V was eating the whole line so the %Vf() and %Vb() tags were ... | Jonathan Gordon |
2010-06-07 | make %t work | Jonathan Gordon |
2010-06-07 | make the parser work with the changed %Cl format. | Jonathan Gordon |
2010-06-07 | fix errors | Jonathan Gordon |
2010-06-07 | Changeover to the new skin format. SkinBreakingChange in the wiki has the run... | Jonathan Gordon |
2010-06-06 | don't draw the presets on the FM frequency bar, they look like crap. This wil... | Jonathan Gordon |
2010-06-06 | Change cuesheet handling so the id3 info is not spoofed anymore. If something... | Jonathan Gordon |
2010-06-03 | Correct reusing buffers if the backdrop file is already loaded. | Teruaki Kawashima |
2010-05-31 | draw markers on the FM frequency bar for presets (like cuesheet markers in th... | Jonathan Gordon |
2010-05-24 | fix the %Ti (preset index) not working with conditionls correctly | Jonathan Gordon |
2010-05-21 | make radioart work in the sbs | Jonathan Gordon |
2010-05-20 | pass pointers around instead of coping whole structs | Jonathan Gordon |
2010-05-20 | skin_tokne.c: move WPS_TOKEN_TRACK_STARTING and WPS_TOKEN_TRACK_ENDING to get... | Teruaki Kawashima |
2010-05-19 | skin_parser.c: fix possibile overflow in parse_setting_and_lang(). simplify c... | Teruaki Kawashima |