summaryrefslogtreecommitdiff
path: root/apps/gui (follow)
Commit message (Expand)AuthorAge
...
* skin engine: Fix %if() when comparing against a number.Jonathan Gordon2011-11-17
* OOPS! Don't overwrite the trailing \0 from the skin text with the first alloc...Jonathan Gordon2011-11-16
* Fix the gpl notice in the previous commits new files, and fix the yelow gevea...Jonathan Gordon2011-11-16
* Use buflib for all skin engine allocations.Jonathan Gordon2011-11-15
* Fix another typo. sorry.Thomas Martitz2011-11-13
* Fix typos in usb_screen.c and use lcd_remote_bmp() for showing the rockbox lo...Thomas Martitz2011-11-13
* Add the ability to create a prefilled struct bitmap along with generated images.Thomas Martitz2011-11-13
* Fix copy'n'paste bug in skin engineThomas Jarosch2011-11-11
* close file descriptorFred Bauer2011-11-11
* Adapt icon and skin engine to make use of the new 32bit bitmap capabilities.Thomas Martitz2011-11-08
* Add new lcd_bmp and lcd_bmp_part APIs.Thomas Martitz2011-11-08
* Simplify icon.c a bit.Thomas Martitz2011-11-08
* Redo r30826 (and hopefully not reintroduce font issues) which cleans up the f...Jonathan Gordon2011-11-08
* Put icons on buflib:Jonathan Gordon2011-11-08
* Better fix for FS#12337. Use 0 to make the line height calculated from the fo...Thomas Martitz2011-10-29
* Fix FS#12357 - New backdrop not displayed after set backdrop from context menuThomas Martitz2011-10-28
* Fix charcell buildThomas Martitz2011-10-23
* Fix FS#12337 properly. Also fixes FS#12345 which the previous commit introduced.Thomas Martitz2011-10-23
* Add functions font_set_ui() and font_get_ui(). The font returned by FONT_UI u...Fred Bauer2011-10-22
* Fix buttonbar and line padding in time&date screen.Thomas Martitz2011-10-22
* Fix backwardly named variable.Thomas Martitz2011-10-22
* Revert skin font allocation size to the behavior prior to r30589. i.e. Defaul...Fred Bauer2011-10-19
* Fix FS#12337. Skin viewports' line height was initialized with the UI font he...Thomas Martitz2011-10-18
* Commit FS#12321 - Touchscreen: List line padding, to more easily select linesThomas Martitz2011-10-17
* Fix FS#12320 - need substitute to /.rockbox/skin_buffer_size.txtThomas Martitz2011-10-16
* Missed two spots.Björn Stenberg2011-10-15
* Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg2011-10-15
* Fix touchscreen behavior in time&date screen.Thomas Martitz2011-10-07
* Correct left-over assignment.Thomas Martitz2011-10-07
* Re-order things to fix red.Thomas Martitz2011-10-07
* lists: Detect dirtyness (need to reinit) for each list, instead of once globa...Thomas Martitz2011-10-07
* Revert r30599 "Check for the magic file "/.rockbox/skin_buffer_size.txt" [...]"Thomas Martitz2011-10-05
* Do not font_unload() failed fonts when aborting a skin loadFred Bauer2011-10-05
* Make function calc_db in peakmeter.c staticBertrik Sikken2011-10-04
* Remove unused function display_keylock_textBertrik Sikken2011-10-04
* Fix a 'set but not used' warning.Andree Buschmann2011-09-28
* fix FS#12295Jonathan Gordon2011-09-28
* fix APPLICATION build errorsJonathan Gordon2011-09-25
* fix warningsJonathan Gordon2011-09-25
* Check for the magic file "/.rockbox/skin_buffer_size.txt" on bootup which can...Jonathan Gordon2011-09-25
* Fix silly mistakeFrank Gevaerts2011-09-24
* Make %LT 1-based. This tag will likely only be used to print the item number ...Frank Gevaerts2011-09-24
* fix checkwpsJonathan Gordon2011-09-24
* Allow fonts to use smaller buffers than the default size. use font_load_ex() ...Jonathan Gordon2011-09-24
* FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon2011-09-24
* Add "%LN" tag to retrieve the list item number of the current item. This allo...Frank Gevaerts2011-09-18
* Fix some 'set but not used' warnings.Andree Buschmann2011-09-17
* fix warningJonathan Gordon2011-09-15
* skin_engine: make sure to free all buflib allocations so we dont leak handles...Jonathan Gordon2011-09-15
* skin-touchscreen: make %T(..., setting_set, ...) apply sound settingsJonathan Gordon2011-09-15