| Commit message (Expand) | Author | Age |
| * | progressbars are drawn inside viewports so all coords are viewport relative. ... | Jonathan Gordon | 2010-09-05 |
| * | fix FS#11588 - %t(0) inside conditionals wasnt making that subline skip | Jonathan Gordon | 2010-09-02 |
| * | font_table[].name wasn't filled | Fred Bauer | 2010-09-01 |
| * | Should fix the line alternator issue described in http://forums.rockbox.org/i... | Jonathan Gordon | 2010-08-31 |
| * | tcc77x targets: various minor cleanups | Bertrik Sikken | 2010-08-28 |
| * | change get_glyph_size() to font_glyphs_to_bufsize(). fixes a bug when font gl... | Fred Bauer | 2010-08-27 |
| * | Make the yes/no screen useable in the stylus touchscreen mode, add 2 soft-but... | Jonathan Gordon | 2010-08-26 |
| * | fix errors | Jonathan Gordon | 2010-08-25 |
| * | 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 |
| * | Fix FS#11524 - a sbs could crash on load | 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-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 |
| * | *really* fix the last warning | Jonathan Gordon | 2010-08-14 |
| * | last warning and fix manual | Jonathan Gordon | 2010-08-14 |
| * | fix warnings and errors | Jonathan Gordon | 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-14 |
| * | Fix backdrops from sbs not being loaded correctly (caused by r27791). | Thomas Martitz | 2010-08-13 |
| * | Backdrop dir needs to go through get_user_file_path() | Thomas Martitz | 2010-08-12 |
| * | New feature for the %xl (image load) tag. If you give it the filename __list_... | Jonathan Gordon | 2010-08-12 |
| * | When using the tag argument in %%xd(): 1) clear the image first, so that imag... | Magnus Holmgren | 2010-08-12 |
| * | Slightly change bl (battery level) when used in an enum: if the enum containe... | Magnus Holmgren | 2010-08-12 |
| * | Fix FS#11175. playlist_peek() wasn't thread safe (due to a static filename bu... | Magnus Holmgren | 2010-08-11 |
| * | Fix FS#11526 - %Vf(<hex>) was acceptable on grey remotes with colour main | Jonathan Gordon | 2010-08-10 |
| * | Fix FS#11527 - remote wps/sbs doesnt update correctly | Jonathan Gordon | 2010-08-10 |
| * | Accept FS#11523 by Fred Bauer - fix a bug where the skin fonts dont check the... | Jonathan Gordon | 2010-08-10 |
| * | 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-05 |
| * | Force touchscreen targets into 3x3 grid mode when entering the wps/radio if t... | Jonathan Gordon | 2010-08-04 |
| * | Fix FS#10926 - h300 wps wouldnt be updated correctly when the backlight turns... | Jonathan Gordon | 2010-08-02 |
| * | 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 |
| * | 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-08-01 |
| * | Various minor clean-ups for mrobe | Bertrik Sikken | 2010-07-31 |
| * | remove an unused variable | Jonathan Gordon | 2010-07-31 |
| * | Make some global function/variables local (by making them static) | Bertrik Sikken | 2010-07-30 |
| * | 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-29 |
| * | Move some gcc extensions to new gcc_extensions.h header | Rafaël Carré | 2010-07-25 |
| * | Fix FS#11204 logf build on h300 hung on bootup | Nils Wallménius | 2010-07-24 |
| * | The previous commit was broken, not only because of the red. Fix it. | Thomas Martitz | 2010-07-23 |