scummvm/gui
Torbjörn Andersson c37d4af516 GUI: Fix bug #6813, "GUI: Tooltips eat keypresses"
The tooltip isn't really interested in any keyboard and mouse
events, other than as a signal to close itself, so pass them back
to the parent dialog. From what I understand, the tooltip isn't
part of the dialog, so there should be no risk of going into an
infinite loop here.
2015-03-21 17:45:05 +01:00
..
themes I18N: Update translations data file 2014-11-29 13:44:01 +00:00
widgets GUI: Remove trailing whitespace 2014-10-28 15:38:51 +02:00
about.cpp JANITORIAL: Update copyright year 2015-01-18 02:24:51 +00:00
about.h
Actions.cpp
Actions.h
browser_osx.mm GUI: use newer define for OS X 10.10+ 2014-12-05 19:45:10 +01:00
browser.cpp
browser.h
chooser.cpp
chooser.h
console.cpp
console.h
credits.h CREDITS: Mention skristiansson for his initial SDL2 support work. 2015-03-05 01:08:02 +01:00
debugger.cpp DEBUGGER: Extend the md5 and md5mac commands to handle any chunk length 2014-12-28 16:57:00 +02:00
debugger.h Merge pull request #497 from eriktorbjorn/md5-debug 2014-12-05 23:13:12 +00:00
dialog.cpp GUI: Adjust x and y to handleMouseWheel() for consistency 2015-03-21 17:45:05 +01:00
dialog.h
editrecorddialog.cpp
editrecorddialog.h
error.cpp
error.h
EventRecorder.cpp GUI: remove not used const 2014-12-05 19:37:45 +01:00
EventRecorder.h
fluidsynth-dialog.cpp
fluidsynth-dialog.h
gui-manager.cpp GUI: change FullScreen into fullscreen 2014-08-28 20:46:30 +02:00
gui-manager.h
Key.cpp
Key.h
KeysDialog.cpp
KeysDialog.h
launcher.cpp Merge pull request #492 from BenCastricum/misc 2014-09-03 00:01:57 +02:00
launcher.h
massadd.cpp
massadd.h
message.cpp
message.h
module.mk
object.cpp
object.h
onscreendialog.cpp
onscreendialog.h
options.cpp GUI: s/savegame/saved game/ 2014-08-22 07:11:03 +02:00
options.h
predictivedialog.cpp
predictivedialog.h
recorderdialog.cpp
recorderdialog.h
saveload-dialog.cpp GUI: Do not overwrite write protected saves in grid based save dialog. 2014-12-29 14:59:13 +01:00
saveload-dialog.h
saveload.cpp
saveload.h
themebrowser.cpp
themebrowser.h
ThemeEngine.cpp GRAPHICS: Allow client code to specify TTF render mode. 2014-06-09 01:04:47 +02:00
ThemeEngine.h GUI: Fix some Doxygen comments that seem wrong. 2014-08-29 03:28:59 +02:00
ThemeEval.cpp
ThemeEval.h
ThemeLayout.cpp
ThemeLayout.h
ThemeParser.cpp
ThemeParser.h
Tooltip.cpp GUI: Fix bug #6813, "GUI: Tooltips eat keypresses" 2015-03-21 17:45:05 +01:00
Tooltip.h GUI: Fix bug #6813, "GUI: Tooltips eat keypresses" 2015-03-21 17:45:05 +01:00
widget.cpp
widget.h