scummvm/gui
Tarek Soliman a4798602d7 JANITORIAL: Fix missing whitespace in pointer cast
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g'

This seems to have caught some params as well which is not undesirable IMO.
It also caught some strings containing this which is undesirable so I
excluded them manually. (engines/sci/engine/kernel_tables.h)
2012-02-15 10:07:10 -06:00
..
themes I18N: Regenerate translations data file 2012-01-29 21:40:34 +00:00
widgets GRAPHICS/GUI: Implement kerning support for Font. 2012-01-29 16:26:20 +01:00
about.cpp MISC: This is year 2012 2012-01-01 11:49:41 +01:00
about.h
Actions.cpp
Actions.h
browser_osx.mm MACOSX: Replace use of a 10.4 only API by one available since 10.0 2012-01-14 20:13:50 +01:00
browser.cpp
browser.h
chooser.cpp
chooser.h
console.cpp GUI: Change scrollbar repeat handling from a timer proc to handleTickle. 2011-10-28 12:08:15 +02:00
console.h
credits.h CREDITS: Added Daniel Balsom which is a stupid overlook 2012-01-31 21:32:17 +02:00
debugger.cpp GUI: Add new line to error string in debugger. 2011-12-05 23:00:34 +01:00
debugger.h
dialog.cpp KEYMAPPER: Put the gui keymap pushing/popping back in GuiManager::runLoop 2011-10-31 22:59:55 -05:00
dialog.h
error.cpp
error.h
gui-manager.cpp KEYMAPPER: Fix Action ctor args in most keymaps 2012-02-13 23:24:59 -06:00
gui-manager.h GRAPHICS/GUI: Implement kerning support for Font. 2012-01-29 16:26:20 +01:00
Key.cpp
Key.h
KeysDialog.cpp
KeysDialog.h
launcher.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
launcher.h LAUNCHER: benefit from PicButton being derivative of Button 2011-10-25 14:56:04 +01:00
massadd.cpp
massadd.h
message.cpp
message.h
module.mk
object.cpp
object.h
options.cpp GUI: Move addClearButton() from options.cpp to widget.cpp 2011-12-13 08:36:41 -06:00
options.h GUI: Move addClearButton() from options.cpp to widget.cpp 2011-12-13 08:36:41 -06:00
saveload.cpp ALL: Reduce assignment of "" to Common::String. 2011-10-23 20:04:03 +02:00
saveload.h
themebrowser.cpp
themebrowser.h
ThemeEngine.cpp GUI: Put bitmap items in the on-screen draw queue when doing buffering. 2012-02-03 19:15:09 +01:00
ThemeEngine.h GRAPHICS/GUI: Implement kerning support for Font. 2012-01-29 16:26:20 +01:00
ThemeEval.cpp
ThemeEval.h
ThemeLayout.cpp
ThemeLayout.h
ThemeParser.cpp GUI: Add support for loading TTF files with ISO-8859-1 charset. 2012-01-29 16:26:20 +01:00
ThemeParser.h GUI: Add support for loading TTF files with ISO-8859-1 charset. 2012-01-29 16:26:20 +01:00
Tooltip.cpp
Tooltip.h
widget.cpp GUI: Slight formatting fix. 2012-01-29 21:17:01 +01:00
widget.h GUI: Handle adding clear buttons that don't exist in layouts 2011-12-13 08:37:18 -06:00