summaryrefslogtreecommitdiff
path: root/apps/gui (follow)
Commit message (Expand)AuthorAge
...
* Clean up some variables.Frank Gevaerts2012-02-25
* Add %LR and %LC to get at the current row and columm in skinned lists.Frank Gevaerts2012-02-25
* FS#12586 - Modify %ss to be able to use numbers for conditionalsJonathan Gordon2012-02-26
* Store listitem_viewport_cfg->label as skinoffset instead of raw pointerFrank Gevaerts2012-02-22
* Make skinned lists handle the "0 items" case without crashingFrank Gevaerts2012-02-21
* skin engine: Add 'touch' command to the %vs() tagJonathan Gordon2012-02-21
* skin engine: Make %vs() dynamic so it updated every screen updateJonathan Gordon2012-02-21
* Fix another skinned list buflib issueFrank Gevaerts2012-02-19
* Fix a nullpointer dereference in skinned lists.Frank Gevaerts2012-02-19
* make local variable current_list staticBertrik Sikken2012-02-19
* Fix FS#9391 - playback engine gets confused by multiple simultaneous button p...Jonathan Gordon2012-02-07
* skin engine: New logical 'and' and 'or' tags to evaluate multiple tags in a s...Jonathan Gordon2012-02-07
* Apply "Skip to outro" and specific skip lengths to individual tracks in a cue...Thomas Martitz2012-01-30
* skin touchregions: change the rwd/ffwd region actions to make it less buggy i...Jonathan Gordon2012-01-28
* skin touchregions: fix the 'none' region firing when it shouldnt.Jonathan Gordon2012-01-23
* keyclick: Add a callback so screens can cancel a click. Add a generic list ca...Jonathan Gordon2012-01-12
* apps: lcd-remote.h is not needed if HAVE_REMOTE_LCD is not definedRafaël Carré2012-01-07
* Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz2012-01-03
* protect the yes/no screen from extra keypresses (which can happen if you disp...Jonathan Gordon2011-12-28
* local variable app/gui/icon.c/iconsets can be made staticBertrik Sikken2011-12-20
* Another round of making local functions staticBertrik Sikken2011-12-20
* Add more INIT_ATTR and add config.h includes to header files with INIT_ATTR.Boris Gjenero2011-12-19
* FS#12378 : Remove various unused code, and comment out some unused code and d...Boris Gjenero2011-12-14
* Allow scrolling lines to have their content changed without restarting the sc...Jonathan Gordon2011-12-14
* Fix FS#12237 (caused by r30302) where centered skin text isnt eqactly centeredJonathan Gordon2011-12-14
* Fix touchscreens so entering the WPS with a skin with no touchregions reverts...Jonathan Gordon2011-12-06
* Fix FS#12423 : Rockbox access to /.rockbox/fonts after usb_enable(true). This...Boris Gjenero2011-12-06
* FS#12412 : Delete old buffer allocation code which has been replaced by core_...Boris Gjenero2011-11-29
* Fix fs#12005 - have %pc,%pl and %pr return the number of seconds when used wi...Jonathan Gordon2011-11-28
* Be less smart about when to reload skins as it caused more problems than it w...Jonathan Gordon2011-11-28
* Fix FS#12408 - don't load skins too early causing buflib handles to leakJonathan Gordon2011-11-28
* slightly reaarange code to make fml happy :)Jonathan Gordon2011-11-27
* Free a handle when we try to load a backdrop file which doesnt exist or cant ...Jonathan Gordon2011-11-27
* Don't load the icons unless show_icons is actually enabled. And respect that ...Jonathan Gordon2011-11-27
* Fix the charcell compile error and rmeove an unused #defineJonathan Gordon2011-11-21
* skinengine: Load the fms the first time the fm screen is entered instead of o...Jonathan Gordon2011-11-21
* skinengine: Rework skin loading so skins can be un/loaded individually. This ...Jonathan Gordon2011-11-21
* Rename global_settings member glyphs to glyphs_to_cache and add descriptive c...Fred Bauer2011-11-20
* FS#12293 Global default glyph setting in System > Limits > Glyphs To Cache. D...Fred Bauer2011-11-19
* Get rid of a really annoying #ifdef line to check if backdrop support should ...Jonathan Gordon2011-11-19
* Simulate usb plugging on the sim better using sim_tasks.Thomas Martitz2011-11-17
* 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