summaryrefslogtreecommitdiffstats
path: root/apps/gui
AgeCommit message (Expand)AuthorFilesLines
2008-04-21And fix the bug which I was actually being pinged about...Jonathan Gordon1-1/+1
2008-04-21So, I was skimming the irc logs from my 3 day absense and I was pinged about ...Jonathan Gordon1-4/+5
2008-04-20Fix FS#8914 (WPS %mp tag inconsistency).Nicolas Pennequin1-5/+3
2008-04-20Fix bug in r17188.Stéphane Doyon1-1/+1
2008-04-20FS#7980: Select default option in an option listStéphane Doyon1-56/+75
2008-04-20Killed unnecessary global variables by making them static.Bertrik Sikken1-3/+2
2008-04-14Revert what was left of r17018 until I find a better way. It had quirks in so...Nicolas Pennequin1-8/+0
2008-04-12Move a function to gwps-common.c because it belongs thereNils Wallménius1-1/+10
2008-04-09Pass the buffer length to the list_get_name callback functions instead of usi...Nils Wallménius5-8/+18
2008-04-07r17018 caused the WPS playlist index display to be wrong with shuffled enable...Nicolas Pennequin1-0/+8
2008-04-07Bring the WPS playlist index display into sync with the track being played by...Nicolas Pennequin1-2/+1
2008-04-04Add a comment to clarify how the WPS image buffer size is calculatedDave Chapman1-0/+4
2008-04-03fix FS#8841 - scrolling doesnt work when using cursor seelction iconJonathan Gordon1-4/+8
2008-04-01WPS parser: also revert to the default WPS when there were bitmap loading err...Nicolas Pennequin1-5/+6
2008-03-29Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h",...Dave Chapman3-10/+2
2008-03-28The const police raid playback.c, should be no change to behaviour.Steve Bavin1-0/+3
2008-03-26Major cleanup of checkwps - fix all warnings and add a script to build versio...Dave Chapman3-2/+3
2008-03-26Move checkwps to its own subdir in preparation for compiling target-specific ...Dave Chapman1-1/+1
2008-03-26Fix yellow, and at the same time simplify some #ifdefsDave Chapman1-8/+15
2008-03-261) Make Rockbox reject any WPSs if there are errors loading any of the requir...Dave Chapman1-9/+31
2008-03-26fix the buttonbar in the browser and menus. Jonathan Gordon2-14/+26
2008-03-26the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon5-13/+23
2008-03-25Make checkwps compile again. Still more work is needed though, as checkwps i...Dave Chapman1-0/+1
2008-03-25Oops. Mop up red.Steve Bavin1-72/+1
2008-03-25Code police raid on the settings code, consting and putting headers alongside...Steve Bavin1-0/+1
2008-03-25D'oh - fix a silly #ifdef mistake that caused problems with remote WPSs using...Dave Chapman1-2/+1
2008-03-24Stricter syntax checking of the %V tag - pay attention to the return-code fro...Dave Chapman1-6/+14
2008-03-24Hopefully get the viewport position/dimensions validation correct this time.Dave Chapman1-4/+8
2008-03-24Add another safety-check in the bitmap strips parsing - don't allow the num_s...Dave Chapman1-0/+3
2008-03-24Add a sanity-check to ensure only in-range subimages are referenced in %xd ta...Dave Chapman1-1/+5
2008-03-23Add the ability to use bitmap strips (a single .bmp file containing many imag...Dave Chapman3-24/+63
2008-03-23Oops - correctly reset the bmp filenamesDave Chapman1-1/+1
2008-03-22Fix the display of peakmeters and progress bars (without a custom y position)...Dave Chapman1-2/+2
2008-03-22Small simplification - take advantage of the fact that x/y/width/height are n...Dave Chapman1-5/+2
2008-03-22Reduce the shocking amount of RAM my viewports implementation was using. The...Dave Chapman4-67/+70
2008-03-21Commit viewports-in-WPS patch (FS#8385). This adds the %V tag - see the Cust...Dave Chapman4-152/+347
2008-03-21Add a general-purpose parse_list function to parse a string containing a deli...Dave Chapman1-36/+19
2008-03-09Bugfix for new list implementation - correctly assign colours for remote LCDs...Dave Chapman1-1/+14
2008-03-09more fixes for button bar... this will all disappear when viewports are handl...Jonathan Gordon1-8/+24
2008-03-09fix recorder, buttonbar caused list problemsJonathan Gordon2-1/+8
2008-03-05fix the touchpad list codeJonathan Gordon2-88/+87
2008-03-05FS#8457 - convert the list drawing code to use viewports. This does not inclu...Jonathan Gordon6-401/+598
2008-02-25Fix the simplelist redraw behaviour. It caused e.g. the 'Open with...' menu i...Jens Arnold1-2/+1
2008-02-10Hopefully fix FS#8459 by updating the WPS data when returning from the contex...Nicolas Pennequin1-0/+4
2008-02-05(Hopefully) Revert the quickscreen changes. Many fixes need to be made, Paul Louden5-279/+175
2008-02-05quiet the masses...Jonathan Gordon2-2/+6
2008-02-05updated the quickscreen's:Jonathan Gordon5-176/+276
2008-01-21Accept FS #8490 by Vuong Minh Hiep: fix wrong selection in multi-line listsPeter D'Hoye1-10/+6
2008-01-13Fix compile error in wps_debug.c when -DDEBUG and not simulator buildCatalin Patulea1-0/+2
2008-01-11Make set_option correctly return USB connect status.Michael Sevakis1-6/+9