summaryrefslogtreecommitdiff
path: root/src
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-19Remove MalaMinya traces.Peter Hutterer1-1/+0
2009-05-19Fix modifier handlingPeter Hutterer1-4/+13
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 Hutterer2-6/+5
2009-05-13Remove floor control.Peter Hutterer3-47/+3
2009-05-13Remove overlay.Peter Hutterer7-456/+7
2009-05-13Manager: handle hierarchy events instead of presence events.Peter Hutterer2-49/+43
2009-05-13Remove some commented out block.Peter Hutterer1-16/+0
2009-05-13remove PID crapPeter Hutterer1-12/+0
2009-05-13rebase to xi2Peter Hutterer13-210/+167
2009-01-16Remove floor control code, the matching bits aren't in MPX anymorePeter Hutterer9-504/+5
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 Hutterer2-21/+27
2008-02-20Fixed appendProcess bug.Gianluca Pacchiella4-7/+18
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 Hutterer2-3/+3
2008-01-31Don't use errno as a variable name.Benjamin Tissoires2-4/+4
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 Hutterer2-7/+7
2007-10-03Fix up resizing and button close handling.Peter Hutterer2-11/+12
2007-10-03Register for release event on button close.Peter Hutterer1-2/+3
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 Hutterer3-2/+19
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-28Fix floor control issues and make it work again.Peter Hutterer1-4/+8
2007-08-06Don't expect a bitflag when checking for IsXExtensionXYZ.Peter Hutterer1-3/+2
2007-08-06Added automatic generation of cursor images.Gianluca Pacchiella5-7/+86
2007-08-01Fixed incorrect resize of background image.Gianluca Pacchiella1-1/+3
2007-07-27Using IMAGEPATH also for cursor.Gianluca Pacchiella1-1/+1
2007-07-23Switch over to using automake.Peter Hutterer2-68/+40
2007-07-21Switch over to XIDs instead of chars and ints for device ids.Peter Hutterer4-10/+10
2007-07-21Grab device when dragging the window.Peter Hutterer1-0/+4
2007-07-21Change declaration for static variables in class files.Peter Hutterer2-4/+4
2007-05-07Remove deprecated Magick++ includes.Peter Hutterer4-4/+0
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 Hutterer6-1/+35
2007-03-20- remove Util classPeter Hutterer6-93/+0
2007-03-20o Make dock buttons listen to device button presses.Peter Hutterer15-46/+113
2007-03-16o expand dock as new keyboards are plugged in.Peter Hutterer2-0/+17
2007-03-15+ add keyboard images for each connected keyboard to the dock. CurrentlyPeter Hutterer11-1/+181
2007-03-15o Update README file, with some more warnings.Peter Hutterer2-1/+38
2007-03-15o Try a bit of optimizing on window resizes to make it slightly faster.Peter Hutterer2-16/+32
2007-03-15o use cairo for buttons and titlebar.Peter Hutterer7-445/+221
2007-03-15+ add gitignore file.Peter Hutterer2-2/+4
2007-03-14o use cairo for minimising, don't take screenshot.Peter Hutterer6-44/+68
2007-03-14o use cairo instead of Xlib drawing for the dock, use back buffer.Peter Hutterer9-66/+92