summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2010-09-10Merge remote branch 'whot/for-keith'Keith Packard3-20/+36
2010-09-10Add screens to the PRIVATE_XSELINUX set.Eamon Walsh1-0/+1
2010-09-10Merge remote branch 'mattst88/master'Keith Packard1-4/+2
2010-09-10Fix property and selection devPrivate allocation.Eamon Walsh2-3/+1
2010-09-02dix: don't set time to CurrentTime in DeviceChangedEvents.Peter Hutterer1-1/+1
2010-09-02dix: fix crash when removing devices on a buttonless MD pointer (#29669)Peter Hutterer1-1/+1
2010-09-01Return Success from generate_modkeymap() when max_keys_per_mod is zeroAdam Tkac1-11/+13
2010-09-01Use GetMaster instead of direct u.master access in core procsAlan Coopersmith1-7/+12
2010-09-01dix: don't create core motion events for non-x/y valuators.Peter Hutterer1-0/+9
2010-08-27Replace malloc/strlen/strcpy with strdup.Matt Turner1-4/+2
2010-08-18dix: copy the valuators passed into GPE/GKVE/GProxE.Peter Hutterer1-5/+16
2010-08-16dix: reset pScreen->root to NULL when root window is deleted.Keith Packard1-0/+2
2010-08-13Stop checking or calling PtrCtrlProcsAlan Coopersmith1-6/+2
2010-08-13xkb: post-fix PointerKeys button events with a DeviceChangedEvent.Peter Hutterer1-5/+5
2010-08-09fonts: Fix refcounting for asynchronous font operations (#3040)Adam Jackson1-53/+48
2010-07-21dix: hack around enter/leave event issues for grabbed devices (#27804)Peter Hutterer1-9/+18
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