summaryrefslogtreecommitdiff
path: root/src/Manager.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-10-05Fix compilation errorGianluca Pacchiella1-1/+1
2009-06-18num_devices in the hierarchy event is now called num_infoPeter Hutterer1-1/+1
2009-05-19Button press coordinates are floats now - print them as suchPeter Hutterer1-1/+1
2009-05-13Always raise the client window if we clicked into it.Peter Hutterer1-2/+1
2009-05-13Manager: re-enable resizing code.Peter Hutterer1-3/+3
2009-05-13Remove overlay.Peter Hutterer1-17/+0
2009-05-13Manager: handle hierarchy events instead of presence events.Peter Hutterer1-48/+42
2009-05-13Remove some commented out block.Peter Hutterer1-16/+0
2009-05-13remove PID crapPeter Hutterer1-12/+0
2009-05-13rebase to xi2Peter Hutterer1-92/+77
2009-01-16Remove floor control code, the matching bits aren't in MPX anymorePeter Hutterer1-28/+0
2008-05-22Announce support for XI 2 to the server.Peter Hutterer1-0/+1
2008-02-26Remove rescan pairing, the XGetPairedPointer() doesn't existin anymore.Peter Hutterer1-20/+27
2008-02-20Fixed appendProcess bug.Gianluca Pacchiella1-0/+1
2008-02-20Remove XGrabAccessControl call, this call was thrown out of XI recently.Peter Hutterer1-5/+0
2008-02-11Re-enable floor control toggling.Peter Hutterer1-2/+2
2007-11-15Register MDs instead of SDs on a PresenceNotify.Peter Hutterer1-2/+2
2007-11-15Ignore slave devices, don't append keyboards to dock.Peter Hutterer1-5/+5
2007-10-03Fix up resizing and button close handling.Peter Hutterer1-5/+5
2007-10-03Set client pointer on each button click inside a window.Peter Hutterer1-0/+2
2007-10-03Grab device button for client window to allow better focus setting.Peter Hutterer1-2/+14
2007-10-03Swap coordinates in debug message, output makes more sense (trivial fix).Peter Hutterer1-1/+2
2007-08-28Disable background image, color background white instead.Peter Hutterer1-2/+8
2007-08-06Don't expect a bitflag when checking for IsXExtensionXYZ.Peter Hutterer1-3/+2
2007-08-01Fixed incorrect resize of background image.Gianluca Pacchiella1-1/+3
2007-07-21Switch over to XIDs instead of chars and ints for device ids.Peter Hutterer1-1/+1
2007-03-22o use new XSetClientPointer API.Peter Hutterer1-1/+2
2007-03-22+ scan the pairings when new devices are connected, remember pairing inPeter Hutterer1-0/+26
2007-03-20o Make dock buttons listen to device button presses.Peter Hutterer1-3/+10
2007-03-16o expand dock as new keyboards are plugged in.Peter Hutterer1-0/+16
2007-03-15+ add keyboard images for each connected keyboard to the dock. CurrentlyPeter Hutterer1-0/+24
2007-03-15o Update README file, with some more warnings.Peter Hutterer1-0/+37
2007-03-15o Try a bit of optimizing on window resizes to make it slightly faster.Peter Hutterer1-2/+20
2007-03-15o use cairo for buttons and titlebar.Peter Hutterer1-36/+26
2007-03-15+ add gitignore file.Peter Hutterer1-1/+3
2007-03-14o use new access control for floor control, remove traces of MPGXlib.Peter Hutterer1-36/+24
2007-01-07o changed back to using XiPeter Hutterer1-141/+110
2006-12-05o changed to use XCB and XCB-MPXPeter Hutterer1-110/+141
2006-10-25o bugfix in handleMapRequest. Failed to check for NULL values.Peter Hutterer1-2/+8
2006-10-18o fixed bug with overlapping annotations. A window raise causes the windowPeter Hutterer1-10/+29
2006-10-17o fixed segfault upon client deletion during window resize and window movePeter Hutterer1-6/+9
2006-10-10+ added ICCCM WM_DELETE_WINDOW to let a client destroy a window.Peter Hutterer1-31/+14
2006-10-09+ Support for minimizing windows.Peter Hutterer1-3/+9
2006-10-04+ added a Dock with a few applications (firefox, abiword, terminal, etc.)Peter Hutterer1-8/+17
2006-10-03o x error handler is installed now, should stop MPWM from exiting when unmapPeter Hutterer1-109/+49
2006-08-11+ added Manager::isWMDecoration()Peter Hutterer1-5/+18
2006-06-23o Moved floor control code to use MPGXlib-0-5.Peter Hutterer1-3/+2
2006-06-21+ per-window floor control with the FloorControl class. Right-click on floorPeter Hutterer1-11/+45
2006-06-16o Changed to using the root window as input window and floor control to limitPeter Hutterer1-7/+29
2006-06-15o Layers are colored in the user's colors now.Peter Hutterer1-3/+5