990 Commits (2dc5aebcc29cce4d363d5a67bb3538d797ba2299)

Author SHA1 Message Date
Martin Gräßlin d29b9bf03a Introduce a compositingChanged signal in KDecorationOptions 13 years ago
Martin Gräßlin e923426930 Add a recreateDecorations signal to KDecorationFactory 13 years ago
Martin Gräßlin e2583e679f No longer pass changed mask from KWin core to the decorations 13 years ago
Martin Gräßlin 1121b2abb0 Port setting kwin_running atom to XCB 13 years ago
Martin Gräßlin 592ea89b01 Port all remaining XDeleteProperty calls to XCB 13 years ago
Martin Gräßlin 1398f9ed04 Remove left-over from disable global shortcuts removal 13 years ago
Martin Gräßlin 8a78e71c97 Drop KWin::Extensions from kwinglobals 13 years ago
Martin Gräßlin 139201a2e2 KGlobal::config() -> KSharedConfig::openConfig() 13 years ago
Martin Gräßlin 57905c0cc2 And we got rid of KDebug 13 years ago
Martin Gräßlin 0dd7adf5f5 Port KWin::Application to QApplication and QCommandLineParser 13 years ago
Martin Gräßlin 8621b4e46d Use qApp instead of kapp in KWin 13 years ago
Thomas Lübking e4d386b76e print active screen strategy, blocking for retrace 13 years ago
Martin Gräßlin d973194c36 Use an XCB replacement for XSelectInput 13 years ago
Thomas Lübking a3357695a7 make stacking_order exclusive during shutdown 13 years ago
Martin Gräßlin e72c52d075 Move first updateXTime() in Workspace ctor to init 13 years ago
Martin Gräßlin 3d414b908a Remove kapplication.h include from sm.h 13 years ago
Martin Gräßlin 46f57221e4 Mouse motion event compression 13 years ago
Martin Gräßlin 330d40f425 Fix no cast to/from ASCII intrduced issues 13 years ago
Martin Gräßlin 2f9ff5591c Drop support for native graphics system 13 years ago
Thomas Lübking 89a1027ac8 fix secondary test for hiding utility windows 13 years ago
Thomas Lübking 3f69a5d09b move Screens::create post global config reading 13 years ago
Thomas Lübking fab8aa9a12 update composite blocking from deleted, not client 13 years ago
Martin Gräßlin 17e38f3357 Remove "Block global shortcuts" global shortcut 13 years ago
Martin Gräßlin 2be7da70e0 Adding support information for Decorations 13 years ago
Martin Gräßlin 1446fd6a38 Fix printing of GLSL version in supportInformation 13 years ago
Martin Gräßlin d305185247 Remove Workspace pointer from Toplevel 13 years ago
Martin Gräßlin 0811d17329 Encapsulate colormap related functionality in own class 13 years ago
Martin Gräßlin b6681ddc3a Turn RootInfo into a KWIN_SINGLETON 13 years ago
Martin Gräßlin 2320b71cb7 Port Workspace's null focus window to xcb 13 years ago
Martin Gräßlin 23b395059f s/Time/xcb_timestamp_t/g in workspace.h 13 years ago
Martin Gräßlin 28d7b3c563 s/Window/xcb_window_t/g in workspace.h 13 years ago
Martin Gräßlin db18c08dd0 Move RootInfo and WinInfo into an own header and impl file 13 years ago
Martin Gräßlin 65ec86113a Split out Rules related code from Workspace into class RuleBook 13 years ago
Martin Gräßlin 89c2fd5598 Remove YesIKnowWhatImDoing from internal API 13 years ago
Martin Gräßlin 929ba0d9c8 Re-order includes in workspace.cpp 13 years ago
Martin Gräßlin 8a2357d89e Remove unused includes from workspace.cpp 13 years ago
Martin Gräßlin cd025c7526 Make Outline a KWIN_SINGLETON 13 years ago
Martin Gräßlin 1a3bc3f60c Split Outline in a composited and non-composited part 13 years ago
Martin Gräßlin 6d0d9cfe43 Remove KWin::Notifications 13 years ago
Martin Gräßlin c9bfecc12b Remove dialog close notification 13 years ago
Martin Gräßlin 5d303e0fee Remove delete window notification 13 years ago
Martin Gräßlin edb074cbc2 Split out screen handling from Workspace into own class Screens 13 years ago
Martin Gräßlin 27627bdccb Move killWindowId(Window) from Workspace to KillWindow 13 years ago
Martin Gräßlin a27bbb9698 Forward declare KillWindow in workspace.h 13 years ago
Martin Gräßlin a442bd6416 DecorationPlugin becomes a QObject 13 years ago
Martin Gräßlin 15546e11c2 Rename DecorationPlugin::noDecoration property to disabled 13 years ago
Martin Gräßlin 265b5523e2 Move decoration related methods from Workspace to DecorationPlugin 13 years ago
Martin Gräßlin 724bfd4548 Make DeocrationPlugin a KWin singleton 13 years ago
Martin Gräßlin 32be37bce3 Rename PluginMgr to DecorationPlugin 13 years ago
Martin Gräßlin 0fb27fd12e Defines to create the boilerplate code for KWin's singleton classes 13 years ago