openclonk/src/gui
Armin Burgmeier 18c96d4987 C4MouseControl: Don't set TargetObject to non-selectable objects in crosshair mode
This makes mouse click controls not being delivered to MD_NoClick objects.
2012-01-31 23:46:15 +01:00
..
C4ChatDlg.cpp Remove C4ConfigShareware to reduce OpenSSL dependency 2011-11-02 00:07:29 +01:00
C4ChatDlg.h Reformat everything according to style guidelines 2010-03-28 19:58:21 +02:00
C4DownloadDlg.cpp win32: Miscellanous fixes inspired by compiler warnings 2011-03-30 21:06:30 +02:00
C4DownloadDlg.h Change .c4u extension to .ocu 2011-03-13 17:09:17 +01:00
C4FileSelDlg.cpp Clean up some obsolete Config.General.ExePath usages 2011-10-10 23:28:01 +02:00
C4FileSelDlg.h removed Portraits 2011-08-05 14:58:16 +02:00
C4Folder.cpp copyright notices update 2010 2010-12-23 01:01:24 +01:00
C4Folder.h Reformat everything according to style guidelines 2010-03-28 19:58:21 +02:00
C4GameDialogs.cpp Rerun astyle with missing \ added 2010-03-28 20:58:01 +02:00
C4GameDialogs.h Reformat everything according to style guidelines 2010-03-28 19:58:21 +02:00
C4GameLobby.cpp Remove C4ConfigShareware to reduce OpenSSL dependency 2011-11-02 00:07:29 +01:00
C4GameLobby.h Remove FairCrew and permanent Physicals 2010-12-10 01:06:38 +01:00
C4GameMessage.cpp Rename lpDDraw to pDraw 2011-10-03 16:30:18 +02:00
C4GameMessage.h copyright notices update 2011 2011-09-01 16:58:52 +02:00
C4GameOptions.cpp Unify the #include blocks a little bit 2011-11-01 23:17:41 +01:00
C4GameOptions.h Reformat everything according to style guidelines 2010-03-28 19:58:21 +02:00
C4GameOverDlg.cpp Display waiting-for-league-result in the gameoverdlg 2011-09-28 01:11:55 +02:00
C4GameOverDlg.h Reformat everything according to style guidelines 2010-03-28 19:58:21 +02:00
C4Gui.cpp Rename lpDDraw to pDraw 2011-10-03 16:30:18 +02:00
C4Gui.h Rename files implementing C4AbstractApp and C4Window 2011-10-03 17:19:24 +02:00
C4GuiButton.cpp Unify the #include blocks a little bit 2011-11-01 23:17:41 +01:00
C4GuiCheckBox.cpp Unify the #include blocks a little bit 2011-11-01 23:17:41 +01:00
C4GuiComboBox.cpp Unify the #include blocks a little bit 2011-11-01 23:17:41 +01:00
C4GuiContainers.cpp Rename lpDDraw to pDraw 2011-10-03 16:30:18 +02:00
C4GuiDialogs.cpp Rename lpDDraw to pDraw 2011-10-03 16:30:18 +02:00
C4GuiEdit.cpp Unify the #include blocks a little bit 2011-11-01 23:17:41 +01:00
C4GuiLabels.cpp Rename lpDDraw to pDraw 2011-10-03 16:30:18 +02:00
C4GuiListBox.cpp Unify the #include blocks a little bit 2011-11-01 23:17:41 +01:00
C4GuiMenu.cpp Unify the #include blocks a little bit 2011-11-01 23:17:41 +01:00
C4GuiTabular.cpp Unify the #include blocks a little bit 2011-11-01 23:17:41 +01:00
C4KeyboardInput.cpp PlayerControl: Mouse coordinate space (viewport vs landscape) is now a control property; not an assignment property. 2011-11-20 21:49:38 +01:00
C4KeyboardInput.h PlayerControl: Mouse coordinate space (viewport vs landscape) is now a control property; not an assignment property. 2011-11-20 21:49:38 +01:00
C4LoaderScreen.cpp Rename lpDDraw to pDraw 2011-10-03 16:30:18 +02:00
C4LoaderScreen.h Make the startup progress bar more accurate 2010-06-27 02:42:48 +02:00
C4MainMenu.cpp Allow mesh graphics images in messages 2012-01-10 22:40:46 +01:00
C4MainMenu.h Reformat everything according to style guidelines 2010-03-28 19:58:21 +02:00
C4Menu.cpp Rename CStdDDraw to C4Draw 2011-10-03 16:34:08 +02:00
C4Menu.h Replace SURFACE with C4Surface * 2011-10-03 16:07:07 +02:00
C4MessageBoard.cpp Rename lpDDraw to pDraw 2011-10-03 16:30:18 +02:00
C4MessageBoard.h Simplify messageboard code, remove bottom border 2010-04-28 03:24:16 +02:00
C4MessageInput.cpp Remove C4ConfigShareware to reduce OpenSSL dependency 2011-11-02 00:07:29 +01:00
C4MessageInput.h Script: Drop third AddMsgBoardCmd parameter, always escape the input 2011-02-23 20:00:50 +01:00
C4MouseControl.cpp C4MouseControl: Don't set TargetObject to non-selectable objects in crosshair mode 2012-01-31 23:46:15 +01:00
C4MouseControl.h Add "MouseDrag" property for finer control of script-implemented drag+drop 2011-12-28 19:33:19 +01:00
C4PlayerInfoListBox.cpp Allow mesh graphics images in messages 2012-01-10 22:40:46 +01:00
C4PlayerInfoListBox.h copyright notices update 2010 2010-12-23 01:01:24 +01:00
C4Scoreboard.cpp Rename lpDDraw to pDraw 2011-10-03 16:30:18 +02:00
C4Scoreboard.h C4Include.h: Do not include C4Gui.h 2011-01-24 01:15:58 +01:00
C4Startup.cpp Move the UseStartup logic to C4Game instead of two C4Application functions 2011-09-12 23:25:16 +02:00
C4Startup.h copyright notices update 2011 2011-09-01 16:58:52 +02:00
C4StartupAboutDlg.cpp Rename lpDDraw to pDraw 2011-10-03 16:30:18 +02:00
C4StartupAboutDlg.h removed OnRegisterBtn event in C4StartupAboutDlg 2010-12-27 02:30:18 +01:00
C4StartupMainDlg.cpp Unify the #include blocks a little bit 2011-11-01 23:17:41 +01:00
C4StartupMainDlg.h Remove the switch-to-editor function, there is no separate editor anymore 2010-09-28 19:22:39 +02:00
C4StartupNetDlg.cpp Unify the #include blocks a little bit 2011-11-01 23:17:41 +01:00
C4StartupNetDlg.h copyright notices update 2011 2011-09-01 16:58:52 +02:00
C4StartupOptionsDlg.cpp Removed all senseless font sizes 2012-01-08 20:03:09 +01:00
C4StartupOptionsDlg.h copyright notices update 2011 2011-09-01 16:58:52 +02:00
C4StartupPlrSelDlg.cpp Build fix 2012-01-29 14:38:18 +01:00
C4StartupPlrSelDlg.h Player options dialogue, let the player choose a clonk skin 2012-01-29 02:16:22 +00:00
C4StartupScenSelDlg.cpp Rename lpDDraw to pDraw 2011-10-03 16:30:18 +02:00
C4StartupScenSelDlg.h Change .c4f extension to .ocf 2011-03-13 16:38:33 +01:00
C4UpdateDlg.cpp Unify the #include blocks a little bit 2011-11-01 23:17:41 +01:00
C4UpdateDlg.h copyright notices update 2011 2011-09-01 16:58:52 +02:00
C4UpperBoard.cpp Rename lpDDraw to pDraw 2011-10-03 16:30:18 +02:00
C4UpperBoard.h Move all source files 2009-08-10 17:59:18 +02:00
C4UserMessages.h Reformat everything according to style guidelines 2010-03-28 19:58:21 +02:00
C4Viewport.cpp Removed some old mouse control related stuff 2012-01-29 02:13:55 +00:00
C4Viewport.h Fix definition drag-n-drop from file manager to editor viewport 2011-10-21 22:56:26 +02:00