summaryrefslogtreecommitdiffstats
path: root/apps/gui
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-08Accept and Fix FS#8427 - problem with empty screens in lists with pages scrol...Jonathan Gordon1-1/+1
2007-12-17fix touchpad list codeJonathan Gordon1-19/+19
2007-12-17remove the duplicated gui_list struct and only duplicate the members which ar...Jonathan Gordon2-332/+199
2007-12-06Make the "current line" value in the gradient style code zero-based, and an a...Nicolas Pennequin1-4/+4
2007-11-27revert my previous commit and use a conditional for the time format instead w...Jonathan Gordon3-22/+8
2007-11-27add 2 new tags which display the hour in 12 or 24 hour format depending on th...Jonathan Gordon3-1/+21
2007-11-26Allow (almost) arbitrary backlight fade in and fade out times (on targets wit...Jens Arnold1-5/+6
2007-11-25Convert 2 more settings to table settings. * Fix duplicate value display if t...Jens Arnold2-10/+3
2007-11-25Fix 64 bit warnings.Jens Arnold1-1/+1
2007-11-25New way of handling integer settings with variable steps: table settings (FS ...Jens Arnold2-24/+84
2007-11-25Break out some duplicated code into a seperate functionNils Wallménius1-70/+38
2007-11-24Fix warnings.Jens Arnold1-0/+1
2007-11-24Make the sound settings talk unit selection slightly less hackish, and make i...Jens Arnold1-4/+5
2007-11-20Make id's created with the TALK_ID macro work in 64 bit simsNils Wallménius1-4/+4
2007-11-19Oops, wrong define. Fixes the warnings.Nicolas Pennequin1-1/+1
2007-11-19Accept FS#7901 by Akio Idehara: Fix gradient for scrolling lines when more th...Nicolas Pennequin1-3/+9
2007-11-19FS#7738 - Scroll wheel acceleration for iPodLinus Nielsen Feltzing1-2/+1
2007-11-18Improve clearing of pictures in conditional constructs. This fixes improper c...Nicolas Pennequin4-37/+11
2007-11-18Smarter conditional handling by storing the previous value. Updates are done ...Nicolas Pennequin1-9/+19
2007-11-14Hopefully fix the compile errors.Nicolas Pennequin2-0/+4
2007-11-14Make the WPS parser stricter with invalid parameter lists. It will now reject...Nicolas Pennequin3-364/+483
2007-11-14Allow setting a margin on a non-scrolling line by using %m|margin| instead of...Nicolas Pennequin4-8/+14
2007-11-13Check that the WPS uses album art before clearing its position on conditional...Nicolas Pennequin1-1/+4
2007-11-12FS#8135 - add an optional "left margin" parameter to the %s WPS tag - e.g. %s...Dave Chapman3-14/+67
2007-11-12Add detection for a previously ignored error case: a conditional token is pre...Nicolas Pennequin1-1/+11
2007-11-12Various album art improvements:Nicolas Pennequin4-2/+22
2007-11-11Album art support. Based on FS#3045, but heavily modified to adapt to MoB and...Nicolas Pennequin4-0/+296
2007-11-07Straighten out voicing of yesno dialogs.Stéphane Doyon3-32/+28
2007-11-04fix talking simplelists which I broke yesterday. dont talk if the list is bei...Jonathan Gordon1-1/+2
2007-11-04revert my previous commit and do it in a much less hacky way (both of these w...Jonathan Gordon1-2/+4
2007-11-04last minor fix for the colour screenJonathan Gordon1-1/+2
2007-11-04minor touchpad tweaking...Jonathan Gordon2-3/+6
2007-11-04touchpad interface for the colour selection screens.Jonathan Gordon1-1/+69
2007-11-04redraw the siplelist more oftenJonathan Gordon1-1/+3
2007-11-02Build some more plugins for M:Robe most work, doom builds and runs if you use...Karl Kurbjun2-2/+2
2007-10-26Implement as genuine a set_irq_level function for the sim as possible. The yi...Michael Sevakis1-4/+4
2007-10-26Don't lock up simulators when lists are used with TIMEOUT_NOBLOCK. Fixes FS#8...Steve Bavin1-1/+5
2007-10-24Try and save some bytes, seeing as we already assumed LANG_ constants for mon...Steve Bavin1-2/+2
2007-10-24Complete info screen voicing; now consistent with displayed screenSteve Bavin1-3/+2
2007-10-23mrobe changes:Jonathan Gordon1-1/+12
2007-10-23Small voice-related tweaks and fixes to simplelists.Stéphane Doyon1-4/+5
2007-10-22First go at getting the touchpad working in the ui. lists only for now.Jonathan Gordon1-0/+84
2007-10-21allow simplelists to set the timeout and the start selection.Jonathan Gordon2-2/+12
2007-10-21Fixed debug menu crashing. Show last file processed by tagcache engine in deb...Miika Pekkarinen1-2/+4
2007-10-21remove the seelection_size param from the info init call to hopefully decreas...Jonathan Gordon2-3/+4
2007-10-21simplify the simpelist api slightly so not every struct member needs to be in...Jonathan Gordon2-13/+42
2007-10-21Voice the "Cancelled" splash in option_screen().Stéphane Doyon1-1/+1
2007-10-21From FS#7774: use list voice callback in option selection (option_screen(()).Stéphane Doyon1-10/+13