886 Commits (058a5da2dd76ae4dfdbb68cb2a4fdac3708ff0ec)

Author SHA1 Message Date
Martin Gräßlin 2372e02752 [kwin] Use a QIcon in Client for the icons instead of Pixmaps 12 years ago
Martin Gräßlin 7aeec8ef89 [kwin] Drop dead code 12 years ago
Martin Gräßlin 49cf996aa7 [kwin] Window specific rule for decoration color scheme 12 years ago
Martin Gräßlin 302271ce97 [kwin] Client supports an X property for color scheme 12 years ago
Martin Gräßlin ba66fd9ef6 [kwin] NETWinInfo2 becomes NETWinInfo 13 years ago
Martin Gräßlin 2c9e21a983 [kwin] Use XCB Atom enum definition instead of XLib's one 13 years ago
Martin Gräßlin 695697ebbd [decorations] Allow Client to use QWindow based decorations 13 years ago
Martin Gräßlin 8ecb69cd8c [decorations] Add a KDecoration::window() returning the QWindow 13 years ago
Martin Gräßlin 1deea69170 [paintredirector] Pass KDecoration to PaintRedirector 13 years ago
Martin Gräßlin c32ec9b32b [kwin] Work around broken xcb_sync_create_alarm 13 years ago
Bhushan Shah 935851a2b5 kDebug -> qDebug in kwin 13 years ago
Thomas Lübking 06b482f725 pack to client, not deco 13 years ago
Thomas Lübking 66ffd9f0f6 input window: ensure input shaping is supported 13 years ago
Martin Gräßlin e553d2869d Move the decoration window back to the padding position after each resize 13 years ago
Martin Gräßlin 7aadeaa310 Add maximized property and changed signal to KDecoration 13 years ago
Martin Gräßlin 22e4476777 Add icon property and changed signal to KDecoration 13 years ago
Martin Gräßlin 63bb36e2ad Add shade property and changed signal to KDecoration 13 years ago
Martin Gräßlin fd64a29f72 Add desktop property and changed signal to KDecoration 13 years ago
Martin Gräßlin 29bce13e9f Add caption property and changed signal to KDecoration 13 years ago
Martin Gräßlin e1c4512ccc Add active property and changed signal to KDecoration 13 years ago
Martin Gräßlin d10a31750e Drop reset method from K(Common)Decoration 13 years ago
Martin Gräßlin a90072d753 Merge KDecorationUnstable into KDecoration 13 years ago
Martin Gräßlin 75fe5f6965 Port Client::firstInTabBox to XCB 13 years ago
Martin Gräßlin e687c91402 Add a changeProperty method to Xcb::Window 13 years ago
Martin Gräßlin 4173de1164 Port remaining set input focus to XCB 13 years ago
Martin Gräßlin e3a1cc0b5d Add deleteProperty() method to Xcb::Window 13 years ago
Martin Gräßlin 49da9a8fdb Add a reparent() method to Xcb::Window 13 years ago
Martin Gräßlin 070921f114 Add a kill() method to Xcb::Window 13 years ago
Martin Gräßlin 484c61a81e Use Window wrapper methods for manipulating the frame 13 years ago
Martin Gräßlin cfd93246b3 Toplevel::frameId() becomes virtual 13 years ago
Martin Gräßlin 4e5a44e23c XMapWindow(wrapperId()) -> m_wrapper.map() 13 years ago
Martin Gräßlin ba7c5936fe Use Client::m_client instead of Toplevel::window() where useful 13 years ago
Martin Gräßlin 0d9ab27798 Use the wrapper methods for Client::m_client instead of xcb_foo 13 years ago
Martin Gräßlin c1483f41d4 Use Xcb::Window wrapper class for Client::m_client 13 years ago
Thomas Lübking f1346494f6 connect iconChanged to decoration 13 years ago
Martin Gräßlin 57905c0cc2 And we got rid of KDebug 13 years ago
Martin Gräßlin d973194c36 Use an XCB replacement for XSelectInput 13 years ago
Anselmo L. S. Melo c2942c4e73 Porting clients to Qt5/KF5: QStandardPaths 13 years ago
Martin Gräßlin 330003cdee Replacement for XEvent queue inspection in FocusOut event case 13 years ago
Martin Gräßlin 94e4a31370 Port from XLib XSync to xcb sync 13 years ago
Martin Gräßlin 330d40f425 Fix no cast to/from ASCII intrduced issues 13 years ago
Martin Gräßlin 65321cf4e5 Drop qtBefore483() helper method 13 years ago
Thomas Lübking 9694330aa8 grant minimizability to transient special clients 13 years ago
Thomas Lübking 70d81ce426 drop inputFocus on internalKeep 13 years ago
Martin Gräßlin 3f69bb0e7f Change Client's clormap to xcb_colormap_t 13 years ago
Martin Gräßlin 41b37afa96 Use xcb_timestamp_t for ping window functionality 13 years ago
Martin Gräßlin b39965ec27 Client's userTime related code ported over to XCB 13 years ago
Martin Gräßlin dc1496f731 Client::killProcess takes xcb_timestamp_t as argument 13 years ago
Martin Gräßlin edefd5f3d2 Port Client::sendClientMessage to XCB 13 years ago
Martin Gräßlin 7cf461b154 Client::readIcons accepts xcb_window_t as argument 13 years ago