552 Commits (b9e894bc4b1c3c19dc031bc87907f4909dcd81ef)

Author SHA1 Message Date
Martin Gräßlin 7c7f137832 [kwin] Drop handling for mouse motion event compression 12 years ago
Martin Gräßlin 08a09d27f8 [kwin] Remove the KActionCollection for the client keys 12 years ago
Martin Gräßlin a6f32bf3e8 [kwin] Do not use a KActionCollection for Workspace's global shortcut actions 12 years ago
Martin Gräßlin 81a7a528bb [kwin] Block global shortcuts without KGlobalSettings 12 years ago
Martin Gräßlin 9f6f0dd688 [kwin] Drop reaction on SETTINGS_SHORTCUTS changed 12 years ago
Martin Gräßlin 1398f9ed04 Remove left-over from disable global shortcuts removal 13 years ago
Martin Gräßlin 0e24f4ead4 Introduce an initShortcut method for kwinbindings 13 years ago
Martin Gräßlin f4a96da547 Client shortcuts ported to QKeySequence 13 years ago
Martin Gräßlin 37334f400a Drop no longer needed XLib includes from KWin 13 years ago
Martin Gräßlin c2e0c13b7b Delay performWindowOperation to next event cycle in UserActionsMenu 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 b90c2c0e6a Modern variant of forEachClient/forEachUnmanaged 13 years ago
Martin Gräßlin 075b0602e9 Get proper event window from xcb event 13 years ago
Martin Gräßlin f11e3283d7 Introduce an XcbEventFilter and install it in the Application 13 years ago
Martin Gräßlin 1d2c2d5982 Use Q_SLOTS and Q_SIGNALS instead of slots and signals 13 years ago
Martin Gräßlin 17e38f3357 Remove "Block global shortcuts" global shortcut 13 years ago
Thomas Lübking f2dd6d02b1 add previous screen shortcuts 13 years ago
Martin Gräßlin d305185247 Remove Workspace pointer from Toplevel 13 years ago
Martin Gräßlin c4c3eb90fb Remove outdated showWindowMenu(At) functions 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 4a28d000cf Move ShortcutDialog to useractions 13 years ago
Martin Gräßlin c094c7e7cd Cleanup includes and forward declarations in workspace.h 13 years ago
Martin Gräßlin cd025c7526 Make Outline a KWIN_SINGLETON 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 2702c1930b Remove useless method Workspace::killWindow 13 years ago
Martin Gräßlin a442bd6416 DecorationPlugin becomes a QObject 13 years ago
Martin Gräßlin 265b5523e2 Move decoration related methods from Workspace to DecorationPlugin 13 years ago
Martin Gräßlin d8e1b1c00e Rename plugins.(h|cpp) to decorations.(h|cpp) 13 years ago
Martin Gräßlin 32be37bce3 Rename PluginMgr to DecorationPlugin 13 years ago
Martin Gräßlin d503d9ffb6 Turn TabBox into a proper singleton 13 years ago
Martin Gräßlin 6f113d84d3 Turn Scripting into a proper singleton 13 years ago
Martin Gräßlin da85b5fdc7 Split out Activities related code from Workspace 13 years ago
Martin Gräßlin 34d0df3e0a Remove Workspace::updateOnAllActivitiesOfTransients 13 years ago
Thomas Lübking 6fb5353cab remove moveResizeMaximized option 13 years ago
Martin Gräßlin 15aa42c565 Remove doNotManage hack for Java Applets 13 years ago
Martin Gräßlin 7e3809a3ca Split out Application Menu related code into own class 13 years ago
Martin Gräßlin f12cf0efba Replacement class for QCursor 13 years ago
Martin Gräßlin 9655c7b3cb Rewrite KillWindow on top of XCB 13 years ago
Martin Gräßlin 4a0a4bc27e Split out handling of focus chain into an own class 13 years ago
Thomas Lübking 48128f268c improve multihead situation 13 years ago