openclonk/src/platform
Armin Burgmeier ef4ea2d931 Drop support for GTK+ 2
The minimum GTK version is now GTK+ 3.4, which is available since 2012.
It's part of Ubuntu LTS 12.04, and so should be available on any halfway
modern linux distribution.

This should allow getting rid of using deprecated GTK+ API much easier.
2015-10-18 14:45:52 -04:00
..
C4App.cpp StdScheduler: Make DoScheduleProcs virtual, override it in C4AbstractApp and set isInManualLoop flag around the DoScheduleProcs call so the FlushMessages() of C4AbstractApp will happen when isInManualLoop is true 2014-02-16 14:54:32 +01:00
C4App.h Change C4AbstractApp:SetVideoMode spatial resolution parameters to signed int. 2015-09-01 22:51:32 -04:00
C4AppDelegate+MainMenuActions.h Add copyright header to files that were missing it 2015-02-16 18:40:52 +01:00
C4AppDelegate+MainMenuActions.mm mac: Sprinkle some #include <GL/glew.h> onto 2 .mm files to make compiler happy 2015-09-04 18:28:57 +02:00
C4AppDelegate.h mac: Do #include guessing dance until compile success 2015-02-04 21:52:04 +01:00
C4AppDelegate.mm Update license texts 2015-02-08 15:05:11 +01:00
C4AppGTK.cpp Warning fixes 2015-10-03 15:32:39 +01:00
C4AppGTKImpl.h Update copyright notices 2013-12-23 13:03:19 +01:00
C4AppMac.mm Change C4AbstractApp:SetVideoMode spatial resolution parameters to signed int. 2015-09-01 22:51:32 -04:00
C4AppSDL.cpp Change C4AbstractApp:SetVideoMode spatial resolution parameters to signed int. 2015-09-01 22:51:32 -04:00
C4AppT.cpp Fix dedicated server build 2015-09-22 16:43:05 +02:00
C4AppWin32Impl.h Update copyright notices 2013-12-23 13:03:19 +01:00
C4CrashHandlerWin32.cpp Win32: Update crash handler for MSVC 2015 2015-09-18 15:02:33 +02:00
C4FileMonitor.cpp Warning fixes 2015-10-03 15:32:39 +01:00
C4FileMonitor.h Remove a lot of disabled legacy code, round 2 2015-03-25 20:02:53 +01:00
C4FileMonitorMac.mm Update license texts 2015-02-08 15:05:11 +01:00
C4GamePadCon.cpp Remove a lot of disabled legacy code, round 2 2015-03-25 20:02:53 +01:00
C4GamePadCon.h Update copyright notices 2013-12-23 13:03:19 +01:00
C4MusicFile.cpp Get rid of FMOD 2015-10-12 17:34:26 +02:00
C4MusicFile.h Get rid of FMOD 2015-10-12 17:34:26 +02:00
C4MusicSystem.cpp Get rid of FMOD 2015-10-12 17:34:26 +02:00
C4MusicSystem.h Get rid of FMOD 2015-10-12 17:34:26 +02:00
C4SoundIncludes.h Get rid of FMOD 2015-10-12 17:34:26 +02:00
C4SoundInstance.cpp Get rid of FMOD 2015-10-12 17:34:26 +02:00
C4SoundInstance.h Add script interface for some EFX sound modifiers. 2015-08-27 21:44:23 -04:00
C4SoundLoaders.cpp Get rid of FMOD 2015-10-12 17:34:26 +02:00
C4SoundLoaders.h Get rid of FMOD 2015-10-12 17:34:26 +02:00
C4SoundModifiers.cpp Fixed preprocessor for AUDIO_TK != AUDIO_TK_OPENAL 2015-08-31 17:35:08 +01:00
C4SoundModifiers.h Get rid of FMOD 2015-10-12 17:34:26 +02:00
C4SoundSystem.cpp Add script interface for some EFX sound modifiers. 2015-08-27 21:44:23 -04:00
C4SoundSystem.h Get rid of FMOD 2015-10-12 17:34:26 +02:00
C4StdInProc.cpp Update copyright notices 2013-12-23 13:03:19 +01:00
C4StdInProc.h Update copyright notices 2013-12-23 13:03:19 +01:00
C4TimeMilliseconds.cpp Update copyright notices 2013-12-23 13:03:19 +01:00
C4TimeMilliseconds.h Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4Video.cpp Rename BoundBy to Clamp 2015-02-12 23:05:55 +01:00
C4Video.h Update copyright notices 2013-12-23 13:03:19 +01:00
C4Window.h Define left + right control for Mac 2015-09-01 19:11:31 +01:00
C4WindowController.h Update copyright notices 2013-12-23 13:03:19 +01:00
C4WindowController.mm mac: Sprinkle some #include <GL/glew.h> onto 2 .mm files to make compiler happy 2015-09-04 18:28:57 +02:00
C4WindowGTK.cpp Drop support for GTK+ 2 2015-10-18 14:45:52 -04:00
C4WindowMac.mm Define left + right control for Mac 2015-09-01 19:11:31 +01:00
C4WindowSDL.cpp Update copyright notices 2013-12-23 13:03:19 +01:00
C4WindowWin32.cpp Fix some warnings. 2015-09-03 00:16:25 -04:00
C4windowswrapper.h Update copyright notices 2013-12-23 13:03:19 +01:00
CocoaKeycodeMap.h Add copyright header to files that were missing it 2015-02-16 18:40:52 +01:00
ObjectiveCAssociated.h Update copyright notices 2013-12-23 13:03:19 +01:00
PlatformAbstraction.cpp Update copyright notices 2013-12-23 13:03:19 +01:00
PlatformAbstraction.h Stop checking for nullptr 2015-10-12 17:34:28 +02:00
StdFile.cpp Fix memory leak in GetWorkingDirectory. 2015-09-12 03:05:16 -04:00
StdFile.h Remove a lot of disabled legacy code, round 2 2015-03-25 20:02:53 +01:00
StdJoystick.cpp Fix some unused variables and integer type conversions. 2015-09-01 22:18:39 -04:00
StdJoystick.h Update copyright notices 2013-12-23 13:03:19 +01:00
StdRegistry.cpp Windows: Fix saving of custom keys (#1313) 2015-05-22 21:20:36 +02:00
StdRegistry.h Fix some uses-after-free due to terrible StdBuf semantics 2014-03-19 14:21:23 +01:00
StdScheduler.cpp Save screenshots in background thread (#998, #1104). 2015-09-29 20:48:34 -04:00
StdScheduler.h Fix mac build (I hope). 2015-09-29 21:31:13 -04:00
StdSchedulerMac.mm StdSchedulerMac: don't call setTolerance: 2015-04-26 12:08:02 -07:00
StdSchedulerPoll.cpp Add copyright header to files that were missing it 2015-02-16 18:40:52 +01:00
StdSchedulerWin32.cpp Fix some unused variables. 2015-09-03 21:26:49 -04:00
StdSync.h Fix build on 32-bit architectures 2014-12-10 21:45:41 +01:00
StdVideo.cpp Get rid of FMOD 2015-10-12 17:34:26 +02:00
StdVideo.h Update copyright notices 2013-12-23 13:03:19 +01:00
make_unique.h Remove boost any usage of boost libraries 2015-09-30 00:16:12 +02:00