openclonk/src/gui
Nicolas Hake ceeb322a87 Win32: Keep GL error dialog from immediately closing
GL startup failures call Application.Clear(), which will at some point
before creating the error dialog post a WM_QUIT. When the dialog box's
message loop retrieves that message, it will shut down the dialog box,
thus ensuring that the user will never see it.
So before showing the dialog box, we have to dispatch any pending
messages, then retrieve the WM_QUIT ourselves, run the dialog box, then
re-post the WM_QUIT.
2015-02-18 23:02:34 +01:00
..
C4ChatDlg.cpp Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4ChatDlg.h Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4DownloadDlg.cpp Update copyright notices 2013-12-23 13:03:19 +01:00
C4DownloadDlg.h Update copyright notices 2013-12-23 13:03:19 +01:00
C4FileSelDlg.cpp Rename BoundBy to Clamp 2015-02-12 23:05:55 +01:00
C4FileSelDlg.h Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4Folder.cpp Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4Folder.h Remove Sort field from C4FolderHead 2014-12-12 22:54:42 +01:00
C4GameDialogs.cpp Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4GameDialogs.h Update copyright notices 2013-12-23 13:03:19 +01:00
C4GameLobby.cpp Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4GameLobby.h Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4GameMessage.cpp Rename BoundBy to Clamp 2015-02-12 23:05:55 +01:00
C4GameMessage.h Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4GameOptions.cpp Reorder some declarations and initializations to avoid order mismatch 2015-02-04 22:12:42 +01:00
C4GameOptions.h Don't force league settings on scenario parameters if league is enabled during single player scenario selection (#1120). 2014-10-03 21:25:25 +02:00
C4GameOverDlg.cpp Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4GameOverDlg.h Update copyright notices 2013-12-23 13:03:19 +01:00
C4GfxErrorDlg.cpp Win32: Keep GL error dialog from immediately closing 2015-02-18 23:02:34 +01:00
C4GfxErrorDlg.h Add copyright header to files that were missing it 2015-02-16 18:40:52 +01:00
C4Gui.cpp Rename BoundBy to Clamp 2015-02-12 23:05:55 +01:00
C4Gui.h Rename BoundBy to Clamp 2015-02-12 23:05:55 +01:00
C4GuiButton.cpp Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4GuiCheckBox.cpp Don't split UTF8 when handling accelerators (#983) 2014-03-11 00:25:38 +01:00
C4GuiComboBox.cpp Fix lobby team distribution settings hotkeys (#1133) 2014-10-09 20:40:01 +02:00
C4GuiContainers.cpp Rename BoundBy to Clamp 2015-02-12 23:05:55 +01:00
C4GuiDialogs.cpp Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4GuiEdit.cpp Rename BoundBy to Clamp 2015-02-12 23:05:55 +01:00
C4GuiLabels.cpp Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4GuiListBox.cpp Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4GuiMenu.cpp Fix lobby team distribution settings hotkeys (#1133) 2014-10-09 20:40:01 +02:00
C4GuiTabular.cpp Rename BoundBy to Clamp 2015-02-12 23:05:55 +01:00
C4KeyboardInput.cpp Update copyright notices 2013-12-23 13:03:19 +01:00
C4KeyboardInput.h Update copyright notices 2013-12-23 13:03:19 +01:00
C4LoaderScreen.cpp Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4LoaderScreen.h Update copyright notices 2013-12-23 13:03:19 +01:00
C4MainMenu.cpp Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4MainMenu.h Update copyright notices 2013-12-23 13:03:19 +01:00
C4Menu.cpp Rename BoundBy to Clamp 2015-02-12 23:05:55 +01:00
C4Menu.h Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4MessageBoard.cpp Rename BoundBy to Clamp 2015-02-12 23:05:55 +01:00
C4MessageBoard.h Update copyright notices 2013-12-23 13:03:19 +01:00
C4MessageInput.cpp Rename BoundBy to Clamp 2015-02-12 23:05:55 +01:00
C4MessageInput.h Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4MouseControl.cpp Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4MouseControl.h Update copyright notices 2013-12-23 13:03:19 +01:00
C4PlayerInfoListBox.cpp Rename BoundBy to Clamp 2015-02-12 23:05:55 +01:00
C4PlayerInfoListBox.h Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4Scoreboard.cpp Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4Scoreboard.h Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4Startup.cpp Remove several instances of disabled legacy code 2015-01-18 22:59:45 +01:00
C4Startup.h Remove several instances of disabled legacy code 2015-01-18 22:59:45 +01:00
C4StartupAboutDlg.cpp Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4StartupAboutDlg.h update credits screen 2014-01-24 15:33:47 +07:00
C4StartupMainDlg.cpp Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4StartupMainDlg.h Update copyright notices 2013-12-23 13:03:19 +01:00
C4StartupNetDlg.cpp Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4StartupNetDlg.h Fix possible race condition on update check in network game list. 2014-10-05 15:11:06 +02:00
C4StartupOptionsDlg.cpp Rename BoundBy to Clamp 2015-02-12 23:05:55 +01:00
C4StartupOptionsDlg.h Remove config entries that are no longer used 2014-11-02 16:57:50 -05:00
C4StartupPlrSelDlg.cpp Rename BoundBy to Clamp 2015-02-12 23:05:55 +01:00
C4StartupPlrSelDlg.h Update copyright notices 2013-12-23 13:03:19 +01:00
C4StartupScenSelDlg.cpp Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4StartupScenSelDlg.h Reorder some declarations and initializations to avoid order mismatch 2015-02-04 22:12:42 +01:00
C4UpdateDlg.cpp Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4UpdateDlg.h Update copyright notices 2013-12-23 13:03:19 +01:00
C4UpperBoard.cpp Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4UpperBoard.h Update copyright notices 2013-12-23 13:03:19 +01:00