summaryrefslogtreecommitdiff
path: root/apps/gui/option_select.c
AgeCommit message (Expand)Author
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius
2009-07-14FS#10080Nils Wallménius
2009-05-21Simplify some redundant boolean expressionsBertrik Sikken
2009-05-09Remove unneeded #include "backdrop.h"Bertrik Sikken
2009-03-02Split HAVE_SCROLLWHEEL into HAVE_SCROLLWHEEL and HAVE_WHEEL_ACCELERATION, whe...Thomas Martitz
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon
2008-11-05FS#9525 - The list for the quickscreen items chooser turned out to not really...Jonathan Gordon
2008-09-24Clean up use of snprintf where strncpy if suited, avoid useless copying of co...Nils Wallménius
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius
2008-07-17Simplified function option_screenBertrik Sikken
2008-07-15dont show the "cancelled" splash if the setting wasnt changed (only affects s...Jonathan Gordon
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-05-28Updated recording trigger screen (seems to be a feature almost noone uses?)Jonathan Gordon
2008-05-28callbacks were being called with the old value.. spotted in IRC last weekJonathan Gordon
2008-05-15const raid in option_selectJonathan Gordon
2008-05-04recommit the talking quickscreen... silly rename bug which I mised this morningJonathan Gordon
2008-05-04Revert r17345 on jdgordon's request, until we figure out why it crashes my x5.Stéphane Doyon
2008-05-04make the quickscreen talkJonathan Gordon
2008-05-03remove some dead codeJonathan Gordon
2008-05-03Viewported quickscreen (take 2 :D) (FS#8553)Jonathan Gordon
2008-04-23option_screen() now accepts a viewportJonathan Gordon
2008-04-20Fix bug in r17188.Stéphane Doyon
2008-04-20FS#7980: Select default option in an option listStéphane Doyon
2008-04-09Pass the buffer length to the list_get_name callback functions instead of usi...Nils Wallménius
2008-03-26the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon
2008-03-25Oops. Mop up red.Steve Bavin
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-11Make set_option correctly return USB connect status.Michael Sevakis
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-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-02Build some more plugins for M:Robe most work, doom builds and runs if you use...Karl Kurbjun
2007-10-21Voice the "Cancelled" splash in option_screen().Stéphane Doyon
2007-10-21From FS#7774: use list voice callback in option selection (option_screen(()).Stéphane Doyon
2007-10-19FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin
2007-10-15fix the wrong value being selected initiallyJonathan Gordon
2007-10-15Integer setting changes to make all those settings consistant on the target.Jonathan Gordon
2007-10-15Fix int settings being backwards on the playerJonathan Gordon
2007-10-15Fix FS#7952 - flip list settings didnt work properlyJonathan Gordon
2007-09-17minor update to gui_synclist_do_button() which will hopefully simplify things...Jonathan Gordon
2007-09-15Disable wrapping of the bass and treble settings and do the same for volume i...Nils Wallménius
2007-09-05stop non-live settings from beign accepted even if cancel was chosenJonathan Gordon
2007-08-28Change the way set_option() works so these settings are voiced again (recordi...Jonathan Gordon
2007-08-19Use size_t type for the buffer_size parameter to formatter functions, static ...Nils Wallménius