summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2010-08-14dix: inputthread: Close the input thread before the event queue is deallocatedFernando Carrijo1-4/+4
2010-07-11xserver: inputthread: (FIXME)Tiago Vignatti1-0/+8
2010-07-07dix: purge leftover manual key down bit setting.Peter Hutterer1-9/+3
2010-07-07dix: add aux. functions for button_is_down, set_button_down, set_button_up.Peter Hutterer1-2/+33
2010-07-07dix: use BitIsOn/SetBit/ClearBit macros for set_key_down helpers.Peter Hutterer1-6/+6
2010-07-07dix: treat flags as flags, not as value in key_is_down.Peter Hutterer1-1/+1
2010-07-01Merge remote branch 'whot/for-keith'Keith Packard2-51/+3
2010-07-01Revert "Revert "dix: use the event mask of the grab for TryClientEvents.""Keith Packard1-2/+50
2010-07-01dix: fix up erroneous error message.Peter Hutterer1-1/+1
2010-06-30Initialize dev privates before using anyKeith Packard1-1/+3
2010-06-30Revert "dix: use the event mask of the grab for TryClientEvents."Peter Hutterer1-50/+2
2010-06-28Revert "dix: use the event mask of the grab for TryClientEvents."Peter Hutterer1-50/+2
2010-06-24dix: use one single function to register fpe fontsTiago Vignatti1-3/+1
2010-06-16dix: the default axis mode is Relative, not "0".Peter Hutterer1-1/+1
2010-06-11Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov1-1/+1
2010-06-10Merge remote branch 'whot/for-keith'Keith Packard1-0/+6
2010-06-11xfree86: Match devices based on USB IDDan Nicholson1-0/+3
2010-06-11xfree86: Match devices based on PnP IDDan Nicholson1-0/+3
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov16-229/+229
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov9-44/+29
2010-06-06Replace deprecated bzero with memsetMikhail Gusarov4-10/+10
2010-06-05dix: Remove test for obsolete NO_XINERAMA_PORT macro.Kim Woelders1-2/+1
2010-06-05Clean up after removal of screen parameters from region macros.Jamey Sharp3-65/+29
2010-06-05Add dixCreatePrivateKey APIKeith Packard1-2/+30
2010-06-05Change devPrivates implementation.Keith Packard1-149/+327
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard13-98/+161
2010-06-05Remove dixRegisterPrivateOffset; hard-code devPrivates offsets insteadKeith Packard2-45/+15
2010-06-05Change region implementation from macros to inline functions.Keith Packard1-130/+3
2010-06-05Rename region macros to eliminate screen argumentKeith Packard4-185/+127
2010-06-05Move mi/miregion.c to dix/region.cKeith Packard2-0/+1846
2010-06-05Change region implementation names to eliminate the 'mi' prefixKeith Packard1-2/+2
2010-06-03composite: use config notify hook to do pixmap resize.Dave Airlie1-1/+8
2010-06-03XineramaSetCursorPosition: use screen bounds directly, not POINT_IN_REGION.Jamey Sharp1-4/+9
2010-06-03Move each screen's x/y origin into ScreenRec.Jamey Sharp4-79/+71
2010-06-03Delete panoramiXdataPtr: it's redundant.Jamey Sharp3-77/+77
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp7-48/+45
2010-06-03Move each screen's screensaver data into ScreenRec.Jamey Sharp1-37/+34
2010-06-03Change keyboard controls on slave keyboards (#27926)Nicolas George1-2/+2
2010-05-28dix: add 3x3 transformation matrix xinput property for multi-head handlingPeter Korsgaard2-0/+90
2010-05-26Revert "Add a "flags" field to DeleteInputDeviceRequest."Keith Packard1-1/+1
2010-05-25Add a "flags" field to DeleteInputDeviceRequest.Peter Hutterer1-1/+1
2010-05-25dix: add helper functions to duplicate and free InputAttributes.Peter Hutterer1-0/+79
2010-05-23Device init: Don't crash when CreateGC fails.Jamey Sharp1-1/+2
2010-05-21doPolyText: forget about FontChange's XID after looking up pFont.Jamey Sharp1-4/+2
2010-05-20dix: remove obsolete comment.from EnableDevice.Peter Hutterer1-4/+0
2010-05-20Replace screen->rgf scratch GC flags with a bit in each GC.Jamey Sharp2-20/+18
2010-05-19Add typed resource-lookup errors for non-core resource types.Jamey Sharp1-0/+6
2010-05-19Return an appropriately-typed error from dixLookupResourceByType.Jamey Sharp8-65/+107
2010-05-19Use WriteEventsToClient rather than TryClientEvents where possible.Jamey Sharp1-6/+6
2010-05-19Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp3-13/+4