summaryrefslogtreecommitdiff
path: root/apps/gui
AgeCommit message (Expand)Author
2008-03-25Oops. Mop up red.Steve Bavin
2008-03-25Code police raid on the settings code, consting and putting headers alongside...Steve Bavin
2008-03-25D'oh - fix a silly #ifdef mistake that caused problems with remote WPSs using...Dave Chapman
2008-03-24Stricter syntax checking of the %V tag - pay attention to the return-code fro...Dave Chapman
2008-03-24Hopefully get the viewport position/dimensions validation correct this time.Dave Chapman
2008-03-24Add another safety-check in the bitmap strips parsing - don't allow the num_s...Dave Chapman
2008-03-24Add a sanity-check to ensure only in-range subimages are referenced in %xd ta...Dave Chapman
2008-03-23Add the ability to use bitmap strips (a single .bmp file containing many imag...Dave Chapman
2008-03-23Oops - correctly reset the bmp filenamesDave Chapman
2008-03-22Fix the display of peakmeters and progress bars (without a custom y position)...Dave Chapman
2008-03-22Small simplification - take advantage of the fact that x/y/width/height are n...Dave Chapman
2008-03-22Reduce the shocking amount of RAM my viewports implementation was using. The...Dave Chapman
2008-03-21Commit viewports-in-WPS patch (FS#8385). This adds the %V tag - see the Cust...Dave Chapman
2008-03-21Add a general-purpose parse_list function to parse a string containing a deli...Dave Chapman
2008-03-09Bugfix for new list implementation - correctly assign colours for remote LCDs...Dave Chapman
2008-03-09more fixes for button bar... this will all disappear when viewports are handl...Jonathan Gordon
2008-03-09fix recorder, buttonbar caused list problemsJonathan Gordon
2008-03-05fix the touchpad list codeJonathan Gordon
2008-03-05FS#8457 - convert the list drawing code to use viewports. This does not inclu...Jonathan Gordon
2008-02-25Fix the simplelist redraw behaviour. It caused e.g. the 'Open with...' menu i...Jens Arnold
2008-02-10Hopefully fix FS#8459 by updating the WPS data when returning from the contex...Nicolas Pennequin
2008-02-05(Hopefully) Revert the quickscreen changes. Many fixes need to be made, Paul Louden
2008-02-05quiet the masses...Jonathan Gordon
2008-02-05updated the quickscreen's:Jonathan Gordon
2008-01-21Accept FS #8490 by Vuong Minh Hiep: fix wrong selection in multi-line listsPeter D'Hoye
2008-01-13Fix compile error in wps_debug.c when -DDEBUG and not simulator buildCatalin Patulea
2008-01-11Make set_option correctly return USB connect status.Michael Sevakis
2008-01-08Accept and Fix FS#8427 - problem with empty screens in lists with pages scrol...Jonathan Gordon
2007-12-17fix touchpad list codeJonathan Gordon
2007-12-17remove the duplicated gui_list struct and only duplicate the members which ar...Jonathan Gordon
2007-12-06Make the "current line" value in the gradient style code zero-based, and an a...Nicolas Pennequin
2007-11-27revert my previous commit and use a conditional for the time format instead w...Jonathan Gordon
2007-11-27add 2 new tags which display the hour in 12 or 24 hour format depending on th...Jonathan Gordon
2007-11-26Allow (almost) arbitrary backlight fade in and fade out times (on targets wit...Jens Arnold
2007-11-25Convert 2 more settings to table settings. * Fix duplicate value display if t...Jens Arnold
2007-11-25Fix 64 bit warnings.Jens Arnold
2007-11-25New way of handling integer settings with variable steps: table settings (FS ...Jens Arnold
2007-11-25Break out some duplicated code into a seperate functionNils Wallménius
2007-11-24Fix warnings.Jens Arnold
2007-11-24Make the sound settings talk unit selection slightly less hackish, and make i...Jens Arnold
2007-11-20Make id's created with the TALK_ID macro work in 64 bit simsNils Wallménius
2007-11-19Oops, wrong define. Fixes the warnings.Nicolas Pennequin
2007-11-19Accept FS#7901 by Akio Idehara: Fix gradient for scrolling lines when more th...Nicolas Pennequin
2007-11-19FS#7738 - Scroll wheel acceleration for iPodLinus Nielsen Feltzing
2007-11-18Improve clearing of pictures in conditional constructs. This fixes improper c...Nicolas Pennequin
2007-11-18Smarter conditional handling by storing the previous value. Updates are done ...Nicolas Pennequin
2007-11-14Hopefully fix the compile errors.Nicolas Pennequin
2007-11-14Make the WPS parser stricter with invalid parameter lists. It will now reject...Nicolas Pennequin
2007-11-14Allow setting a margin on a non-scrolling line by using %m|margin| instead of...Nicolas Pennequin
2007-11-13Check that the WPS uses album art before clearing its position on conditional...Nicolas Pennequin