openclonk/src/gui
Nicolas Hake 1cd3534740 C4KeyboardInput: Replace std::bind2nd &c by lambda
std::ptr_fun and std::bind_2nd have been deprecated since C++11, and
are no longer part of the standard since C++17.
2018-07-24 14:21:42 +02:00
..
C4ChatDlg.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4ChatDlg.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4DownloadDlg.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4DownloadDlg.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4FileSelDlg.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4FileSelDlg.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4Folder.cpp Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4Folder.h Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00
C4GameDialogs.cpp Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4GameDialogs.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4GameLobby.cpp Move warning about #1965 to a better place (see d175f776a) 2018-01-28 01:14:25 +01:00
C4GameLobby.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4GameMessage.cpp Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4GameMessage.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4GameOptions.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4GameOptions.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4GameOverDlg.cpp Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4GameOverDlg.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4GfxErrorDlg.cpp Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4GfxErrorDlg.h Add copyright header to files that were missing it 2015-02-16 18:40:52 +01:00
C4Gui.cpp Modernize loader loading code (#1748) 2018-01-28 11:07:05 +01:00
C4Gui.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4GuiButton.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4GuiCheckBox.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4GuiComboBox.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4GuiContainers.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4GuiDialogs.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4GuiEdit.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4GuiLabels.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4GuiListBox.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4GuiMenu.cpp Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4GuiTabular.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4KeyboardInput.cpp C4KeyboardInput: Replace std::bind2nd &c by lambda 2018-07-24 14:21:42 +02:00
C4KeyboardInput.h Fix Mac build broken in b11564168, attempt 2 2018-01-19 13:01:26 +01:00
C4LoaderScreen.cpp C4LoaderScreen: use const string reference 2018-01-28 11:07:05 +01:00
C4LoaderScreen.h C4LoaderScreen: use const string reference 2018-01-28 11:07:05 +01:00
C4MainMenu.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4MainMenu.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4Menu.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4Menu.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4MessageBoard.cpp Modernize loader loading code (#1748) 2018-01-28 11:07:05 +01:00
C4MessageBoard.h Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00
C4MessageInput.cpp /screenshot: Default to zoom = 2 2017-12-23 12:05:13 +01:00
C4MessageInput.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4MouseControl.cpp Addedum to the control fixes in b11564168 (#1693, #1982): 2018-01-19 11:23:51 +01:00
C4MouseControl.h Revisit #includes 2017-05-15 13:24:59 +02:00
C4PlayerInfoListBox.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4PlayerInfoListBox.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4Scoreboard.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4Scoreboard.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4ScriptGuiWindow.cpp take 'left' and 'player' (and more) out of global namespace 2018-01-20 18:20:51 +01:00
C4ScriptGuiWindow.h take 'left' and 'player' (and more) out of global namespace 2018-01-20 18:20:51 +01:00
C4Startup.cpp Render (updated) credits with C4GUI 2017-12-21 22:57:37 +01:00
C4Startup.h Render (updated) credits with C4GUI 2017-12-21 22:57:37 +01:00
C4StartupAboutDlg.cpp Credits: Fix Kevin Zheng's name 2018-02-17 11:56:57 +01:00
C4StartupAboutDlg.h Implement Credits.txt export from StartupAboutDlg 2018-01-31 21:07:09 +01:00
C4StartupMainDlg.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4StartupMainDlg.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4StartupNetDlg.cpp Editor join: Serialize reference as INI 2018-02-18 00:30:08 +01:00
C4StartupNetDlg.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4StartupOptionsDlg.cpp Addedum to the control fixes in b11564168 (#1693, #1982): 2018-01-19 11:23:51 +01:00
C4StartupOptionsDlg.h Addedum to the control fixes in b11564168 (#1693, #1982): 2018-01-19 11:23:51 +01:00
C4StartupPlrSelDlg.cpp Add warning about unfinished gamepad controls 2018-01-28 17:18:20 +01:00
C4StartupPlrSelDlg.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4StartupScenSelDlg.cpp Show warning when attempting to load an old savegame (#1941) 2017-12-28 21:45:20 +01:00
C4StartupScenSelDlg.h Show warning when attempting to load an old savegame (#1941) 2017-12-28 21:45:20 +01:00
C4UpdateDlg.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4UpdateDlg.h Revisit #includes 2017-05-15 13:24:59 +02:00
C4UpperBoard.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4UpperBoard.h Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00