summaryrefslogtreecommitdiff
path: root/apps/gui (follow)
Commit message (Expand)AuthorAge
* Move a function to gwps-common.c because it belongs thereNils Wallménius2008-04-12
* Pass the buffer length to the list_get_name callback functions instead of usi...Nils Wallménius2008-04-09
* r17018 caused the WPS playlist index display to be wrong with shuffled enable...Nicolas Pennequin2008-04-07
* Bring the WPS playlist index display into sync with the track being played by...Nicolas Pennequin2008-04-07
* Add a comment to clarify how the WPS image buffer size is calculatedDave Chapman2008-04-04
* fix FS#8841 - scrolling doesnt work when using cursor seelction iconJonathan Gordon2008-04-03
* WPS parser: also revert to the default WPS when there were bitmap loading err...Nicolas Pennequin2008-04-01
* Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h",...Dave Chapman2008-03-29
* The const police raid playback.c, should be no change to behaviour.Steve Bavin2008-03-28
* Major cleanup of checkwps - fix all warnings and add a script to build versio...Dave Chapman2008-03-26
* Move checkwps to its own subdir in preparation for compiling target-specific ...Dave Chapman2008-03-26
* Fix yellow, and at the same time simplify some #ifdefsDave Chapman2008-03-26
* 1) Make Rockbox reject any WPSs if there are errors loading any of the requir...Dave Chapman2008-03-26
* fix the buttonbar in the browser and menus. Jonathan Gordon2008-03-26
* the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon2008-03-26
* Make checkwps compile again. Still more work is needed though, as checkwps i...Dave Chapman2008-03-25
* Oops. Mop up red.Steve Bavin2008-03-25
* Code police raid on the settings code, consting and putting headers alongside...Steve Bavin2008-03-25
* D'oh - fix a silly #ifdef mistake that caused problems with remote WPSs using...Dave Chapman2008-03-25
* Stricter syntax checking of the %V tag - pay attention to the return-code fro...Dave Chapman2008-03-24
* Hopefully get the viewport position/dimensions validation correct this time.Dave Chapman2008-03-24
* Add another safety-check in the bitmap strips parsing - don't allow the num_s...Dave Chapman2008-03-24
* Add a sanity-check to ensure only in-range subimages are referenced in %xd ta...Dave Chapman2008-03-24
* Add the ability to use bitmap strips (a single .bmp file containing many imag...Dave Chapman2008-03-23
* Oops - correctly reset the bmp filenamesDave Chapman2008-03-23
* Fix the display of peakmeters and progress bars (without a custom y position)...Dave Chapman2008-03-22
* Small simplification - take advantage of the fact that x/y/width/height are n...Dave Chapman2008-03-22
* Reduce the shocking amount of RAM my viewports implementation was using. The...Dave Chapman2008-03-22
* Commit viewports-in-WPS patch (FS#8385). This adds the %V tag - see the Cust...Dave Chapman2008-03-21
* Add a general-purpose parse_list function to parse a string containing a deli...Dave Chapman2008-03-21
* Bugfix for new list implementation - correctly assign colours for remote LCDs...Dave Chapman2008-03-09
* more fixes for button bar... this will all disappear when viewports are handl...Jonathan Gordon2008-03-09
* fix recorder, buttonbar caused list problemsJonathan Gordon2008-03-09
* fix the touchpad list codeJonathan Gordon2008-03-05
* FS#8457 - convert the list drawing code to use viewports. This does not inclu...Jonathan Gordon2008-03-05
* Fix the simplelist redraw behaviour. It caused e.g. the 'Open with...' menu i...Jens Arnold2008-02-25
* Hopefully fix FS#8459 by updating the WPS data when returning from the contex...Nicolas Pennequin2008-02-10
* (Hopefully) Revert the quickscreen changes. Many fixes need to be made, Paul Louden2008-02-05
* quiet the masses...Jonathan Gordon2008-02-05
* updated the quickscreen's:Jonathan Gordon2008-02-05
* Accept FS #8490 by Vuong Minh Hiep: fix wrong selection in multi-line listsPeter D'Hoye2008-01-21
* Fix compile error in wps_debug.c when -DDEBUG and not simulator buildCatalin Patulea2008-01-13
* Make set_option correctly return USB connect status.Michael Sevakis2008-01-11
* Accept and Fix FS#8427 - problem with empty screens in lists with pages scrol...Jonathan Gordon2008-01-08
* fix touchpad list codeJonathan Gordon2007-12-17
* remove the duplicated gui_list struct and only duplicate the members which ar...Jonathan Gordon2007-12-17
* Make the "current line" value in the gradient style code zero-based, and an a...Nicolas Pennequin2007-12-06
* revert my previous commit and use a conditional for the time format instead w...Jonathan Gordon2007-11-27
* add 2 new tags which display the hour in 12 or 24 hour format depending on th...Jonathan Gordon2007-11-27
* Allow (almost) arbitrary backlight fade in and fade out times (on targets wit...Jens Arnold2007-11-26