scummvm/gui
Johannes Schickel c087f917dd GUI: Fix missing audio drivers in Edit Game dialog.
This is a regression from 77c65648b1.

Formerly the code used strtok to check for any audio related GUIO flag to be
present in _guioptions. Since strtok tokenizes the string this won't really
work. I changed it to use strpbrk, which searches a string for any character
from a set of characters (in our case flags). The code should now have the
same semantics as of before the above mentioned commit.

This also gets rid of copying the gui options into a char array and a strncpy
call.
2011-10-24 20:43:10 +02:00
..
themes GUI: Added icon to clear button. Reverted PNG support 2011-10-24 05:18:49 +01:00
widgets OSYSTEM: extended installTimerProc() with timer ID parameter 2011-08-06 11:28:35 +01:00
about.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
about.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
Actions.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
Actions.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
browser_osx.mm GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
browser.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
browser.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
chooser.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
chooser.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
console.cpp GUI: Silence GCC warning 2011-09-19 20:10:46 +02:00
console.h GUI: Fix some comments 2011-06-03 16:16:38 +02:00
credits.h GUI: Replaced search icon with a better looking one. 2011-10-23 23:44:14 +01:00
debugger.cpp GUI: Add 'openlog' command to debugger 2011-06-03 13:36:04 +02:00
debugger.h COMMON: Fix compilation when USE_HASHMAP_MEMORY_POOL is not defined. 2011-07-03 00:16:07 +02:00
dialog.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
dialog.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
error.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
error.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
gui-manager.cpp ALL: Require DECLARE_SINGLETON to be used in the Common namepsace 2011-06-30 22:41:41 +03:00
gui-manager.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
Key.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
Key.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
KeysDialog.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
KeysDialog.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
launcher.cpp GUI: Added icon to clear button. Reverted PNG support 2011-10-24 05:18:49 +01:00
launcher.h GUI: Added icon to clear button. Reverted PNG support 2011-10-24 05:18:49 +01:00
massadd.cpp BACKENDS/COMMON/GUI: Remove complete support for TaskbarManager when taskbar integration is not enabled 2011-06-16 14:23:28 -04:00
massadd.h BACKENDS: Add progress to MassAdd dialog 2011-06-16 10:36:33 -04:00
message.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
message.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
module.mk GUI: Rename gui/GuiManager.* to gui/gui-manager.* 2010-11-16 10:19:01 +00:00
object.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
object.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
options.cpp GUI: Fix missing audio drivers in Edit Game dialog. 2011-10-24 20:43:10 +02:00
options.h AD: Swtich GUI options to a char array. 2011-10-23 17:53:13 +01:00
saveload.cpp ALL: Reduce assignment of "" to Common::String. 2011-10-23 20:04:03 +02:00
saveload.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
themebrowser.cpp JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
themebrowser.h JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
ThemeEngine.cpp GUI: Added icon to clear button. Reverted PNG support 2011-10-24 05:18:49 +01:00
ThemeEngine.h GUI: Added icon to clear button. Reverted PNG support 2011-10-24 05:18:49 +01:00
ThemeEval.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
ThemeEval.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
ThemeLayout.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
ThemeLayout.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
ThemeParser.cpp GUI: fix uninitialized var 2011-06-17 20:33:40 +02:00
ThemeParser.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
Tooltip.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
Tooltip.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
widget.cpp GUI: Consistent behavior of ButtonWidget::setLabel() 2011-08-06 11:30:58 +01:00
widget.h GUI: Consistent behavior of ButtonWidget::setLabel() 2011-08-06 11:30:58 +01:00