summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-19Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.Jamey Sharp1-0/+3
2010-05-17Fix build without XACEJulien Cristau2-0/+2
2010-05-14Bugfix for "Pre-validate ChangeGC XIDs": off-by-one in loop index.Jamey Sharp1-1/+1
2010-05-13Merge remote branch 'jamey/cleanups'Keith Packard10-441/+289
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp5-249/+139
2010-05-13Quit using clientErrorValue in dix/colormap.c.Jamey Sharp3-34/+16
2010-05-13Quit using clientErrorValue in dix/gc.c.Jamey Sharp2-25/+33
2010-05-13Define GCAllBits as the union of all valid CreateGC masks.Jamey Sharp1-4/+4
2010-05-13Replace dixChangeGC with calls directly to the right variant.Jamey Sharp5-60/+39
2010-05-13Pre-validate ChangeGC XIDs.Jamey Sharp1-81/+64
2010-05-13dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.Jamey Sharp3-17/+23
2010-05-13Remove devPrivates init and delete callback lists.Keith Packard1-40/+0