summaryrefslogtreecommitdiffstats
path: root/apps/gui/option_select.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-11Add setting for numeric list sort orderAidan MacDonald1-29/+33
2021-10-21whitespace fixesChristian Soffke1-8/+8
2020-08-17Add open_plugin to coreWilliam Wilgus1-1/+6
2019-08-05Speech Feedback improvements on the QuickscreenSolomon Peachy1-1/+1
2018-12-22Auto-Ranging Time Formatting For Menus (hh:mm:ss:mss)William Wilgus1-18/+23
2017-11-21Undo hacks to meant to get around string formatting limitationsMichael Sevakis1-17/+3
2014-01-13Implement volume limiter featurePurlingNayuki1-2/+4
2012-07-06skin_engine: Make pressing the setting bar touch region workJonathan Gordon1-0/+18
2012-07-05skin_engine: Allow the %St() (setting) skin tag be used as a barJonathan Gordon1-0/+25
2012-04-29Fundamentally rewrite much of the audio DSP.Michael Sevakis1-0/+1
2011-09-07Fix FS#12262 - Volume (and all sound settings and anything using the "table" ...Jonathan Gordon1-0/+4
2011-06-12Remove a couple of dead inits and assignments found by the clang-static-analy...Nils Wallménius1-1/+0
2011-06-01FS#11925 - Add a proper system to keep track of the current screen/activity t...Jonathan Gordon1-0/+2
2011-05-01Fix further 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann1-5/+8
2011-04-24invert the quickscreen setting direction on wheel targets for settings which ...Jonathan Gordon1-6/+0
2010-09-062 new touch region options... "settings_inc" and "settings_dec" which will in...Jonathan Gordon1-1/+1
2010-05-12Fix F_T_SOUND voicing for decimals and physical values.Michael Sevakis1-2/+5
2010-05-12Have option_get_valuestring always call sound_val2phys before formatting rath...Michael Sevakis1-3/+2
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-2/+1
2009-12-18FS#10855 3 minor sbs bugs, spotted and fixed by Teruaki KawashimaJonathan Gordon1-1/+1
2009-11-01Fix FS#10745 - %mv not working in sbs...Jonathan Gordon1-0/+3
2009-10-10Don't cast away constnessNils Wallménius1-4/+5
2009-10-03FS#10636: Quickscreen incorrect operation when menu has negative stepJeffrey Goode1-8/+9
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius1-10/+12
2009-07-14FS#10080Nils Wallménius1-3/+3
2009-05-21Simplify some redundant boolean expressionsBertrik Sikken1-1/+1
2009-05-09Remove unneeded #include "backdrop.h"Bertrik Sikken1-1/+0
2009-03-02Split HAVE_SCROLLWHEEL into HAVE_SCROLLWHEEL and HAVE_WHEEL_ACCELERATION, whe...Thomas Martitz1-3/+0
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon1-2/+0
2008-11-05FS#9525 - The list for the quickscreen items chooser turned out to not really...Jonathan Gordon1-1/+3
2008-09-24Clean up use of snprintf where strncpy if suited, avoid useless copying of co...Nils Wallménius1-5/+4
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius1-1/+1
2008-07-17Simplified function option_screenBertrik Sikken1-42/+21
2008-07-15dont show the "cancelled" splash if the setting wasnt changed (only affects s...Jonathan Gordon1-4/+6
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-28Updated recording trigger screen (seems to be a feature almost noone uses?)Jonathan Gordon1-2/+12
2008-05-28callbacks were being called with the old value.. spotted in IRC last weekJonathan Gordon1-2/+2
2008-05-15const raid in option_selectJonathan Gordon1-8/+27
2008-05-04recommit the talking quickscreen... silly rename bug which I mised this morningJonathan Gordon1-14/+17
2008-05-04Revert r17345 on jdgordon's request, until we figure out why it crashes my x5.Stéphane Doyon1-18/+14
2008-05-04make the quickscreen talkJonathan Gordon1-14/+18
2008-05-03remove some dead codeJonathan Gordon1-51/+0
2008-05-03Viewported quickscreen (take 2 :D) (FS#8553)Jonathan Gordon1-51/+53
2008-04-23option_screen() now accepts a viewportJonathan Gordon1-1/+2
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-09Pass the buffer length to the list_get_name callback functions instead of usi...Nils Wallménius1-2/+4
2008-03-26the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon1-1/+2
2008-03-25Oops. Mop up red.Steve Bavin1-72/+1
2008-02-05(Hopefully) Revert the quickscreen changes. Many fixes need to be made, Paul Louden1-15/+48