Age | Commit message (Expand) | Author |
2010-03-03 | some small debug info fixes, add %Li and %lt and make uppercase subimage labe... | Jonathan Gordon |
2010-03-03 | remove a nonsense outdate warning. there is no token limit anymore | Jonathan Gordon |
2010-03-03 | undo that last undo, make the font loader more forgiving to user errors | Jonathan Gordon |
2010-03-02 | revert r24989 ad r24990 which are cuasing segfaults... they were working fine... | Jonathan Gordon |
2010-03-02 | fix %pb when the height isnt given and it is in a viewport with a user font (... | Jonathan Gordon |
2010-03-02 | fix red | Jonathan Gordon |
2010-03-02 | * Make the user font count more sane | Jonathan Gordon |
2010-03-01 | Revert r24958. It didn't fix anything (in fact, the problem described didn't ... | Thomas Martitz |
2010-02-28 | Save some RAM by changing a char[] into a const char * in struct afmt_entry. ... | Bertrik Sikken |
2010-02-28 | move a #ifdef so the full amount of user choosable skin fonts are avilable on... | Jonathan Gordon |
2010-02-28 | redo r24943. the font mappings are not needed once the skin is finished parsi... | Jonathan Gordon |
2010-02-27 | Add playlist viewer screen to %cs. | Thomas Martitz |
2010-02-27 | Set missing svn properties | Nils Wallménius |
2010-02-27 | Store the list of fonts in a linked list instead of in a static array (togeth... | Thomas Martitz |
2010-02-26 | 2 new tags for the base skin. | Jonathan Gordon |
2010-02-24 | Change how touchscreen regions work slightly... "It modifies the behaviour of... | Jonathan Gordon |
2010-02-24 | make the parser spit out filenames of images it cant load | Jonathan Gordon |
2010-02-24 | some minor changes to checkwps, shouldn't change anything | Jonathan Gordon |
2010-02-22 | correct checking size in function get_image_filename. | Teruaki Kawashima |
2010-02-21 | Fix the mechanism to fail to parse skins if images fail to load and fix havin... | Thomas Martitz |
2010-02-21 | remote multifont fixes. it shoud be working again (blame AlexP! he made me br... | Jonathan Gordon |
2010-02-21 | make sure font fd's get closed when a new skin is loaded | Jonathan Gordon |
2010-02-20 | WPS: Use helper local variable instead of its value (no functional change) | Tomer Shalev |
2010-02-19 | and actually fix multifont on remote lcd targets also | Jonathan Gordon |
2010-02-19 | fix possible out-of-bounds error on remote lcd targets if they try loading a ... | Jonathan Gordon |
2010-02-18 | allow integer sound settings (bass, volume, etc) to be used with conditional ... | Jonathan Gordon |
2010-02-18 | fix yellow | Jonathan Gordon |
2010-02-18 | basic alignment support (%a|l|c|r|L|R) in the playlist viewer. no sublines so... | Jonathan Gordon |
2010-02-17 | change the %St tag so it only shows the filename of file settings, not the fu... | Jonathan Gordon |
2010-02-16 | * surround member only used by charcells with #ifdef HAVE_LCD_CHARCELLS in st... | Teruaki Kawashima |
2010-02-16 | Reuse the backdrop buffers if 2 skins use the same backdrop (on the same scre... | Jonathan Gordon |
2010-02-14 | FS#10984 - multifont! 2 major additions: | Jonathan Gordon |
2010-02-08 | revert r24478 and make the backdrop behaviour the same as it used to be (so w... | Jonathan Gordon |
2010-02-05 | make all the RTC tokens in the skins be useable in conditionals (I dare anyon... | Jonathan Gordon |
2010-02-03 | fix a bug where the backdrop from the sbs is displayed on scrolling lines in ... | Jonathan Gordon |
2010-02-01 | make sure skins always draw with their backdrop, otherwise the backdrop only ... | Jonathan Gordon |
2010-01-29 | bugger, too tired, didnt mean to commit this. | Jonathan Gordon |
2010-01-29 | fix the last of the red... note to self, fix backdrop.h! | Jonathan Gordon |
2010-01-29 | skin rework (FS#10922) notable changes: | Jonathan Gordon |
2010-01-18 | Add a missing #include, make a function static, make touchpad_set_buttonlight... | Bertrik Sikken |
2010-01-15 | fix red | Jonathan Gordon |
2010-01-15 | Get rid of those horrible macros to protect against NULL reference when looki... | Jonathan Gordon |
2010-01-15 | outright reject any tags which need a special parser in the wps playlist view... | Jonathan Gordon |
2010-01-13 | fix typo | Jonathan Gordon |
2010-01-13 | Fix red and yellow. HWCODEC cant see the metadata for more than the next trac... | Jonathan Gordon |
2010-01-13 | FS#10898 - Add a playlist viewer to the WPS. http://www.rockbox.org/wiki/Cust... | Jonathan Gordon |
2010-01-07 | fix checkwps | Jonathan Gordon |
2010-01-07 | RTL language enhancements by Tomers Shalev and I. | Jonathan Gordon |
2010-01-03 | Set svn:keywords property on .c and .h files that didn't already have it. Cor... | Bertrik Sikken |
2010-01-03 | Fix further tabs | Andree Buschmann |