Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-10-27 | mieqEnqueue: only compare DEVICE_BITS of deviceid | Daniel Stone | 1 | -1/+2 | |
Only compare DEVICE_BITS of the two deviceids, so we don't decide that a valuator event isn't for us, because (id | MORE_EVENTS) != id. | |||||
2006-10-25 | mipointer: remember to update pointer location | Daniel Stone | 1 | -0/+4 | |
Update pointer location so it doesn't get quickly reset by the next pointer update. | |||||
2006-10-25 | mi: remove mi motion history | Daniel Stone | 3 | -91/+0 | |
This is now unneeded as we do motion history in the DIX. | |||||
2006-10-25 | miscellaneous warning fixes | Daniel Stone | 1 | -0/+1 | |
Use the correct type for time, and fix the mi prototype of EnqueueEvent. | |||||
2006-10-23 | miinitext: Xi and XKB are not hardware-only extensions | Daniel Stone | 1 | -2/+2 | |
Xi is now a required extension, and XKB can be used without hardware, so include them both when NO_HW_ONLY_EXTS is defined. | |||||
2006-10-22 | minor formatting fixes | Daniel Stone | 1 | -1/+1 | |
2006-10-20 | move keymap copy to event processing, from enqueuing | Daniel Stone | 2 | -81/+72 | |
Move the keymap copying to event processing time (in ProcessInputEvents), instead of being at event enqueuing time. Break SetCore{Pointer,Keyboard} out into separate functions. Change mieqEnqueue to take a device pointer, that asks for the _original_ device associated with this event. | |||||
2006-10-13 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵ | Daniel Stone | 1 | -1/+17 | |
input-hotplug | |||||
2006-10-08 | mipointer: take device arguments, split miPointerAbsoluteCursor | Daniel Stone | 3 | -43/+94 | |
Update mipointer API to take a device argument to (almost) all functions, and split miPointerAbsoluteCursor into a couple of separate functions. Remove miPointerAbsoluteCursor call from mieq, as we now deal with it in GetPointerEvents. Make miPointerSetPosition (successor of miPointerAbsoluteCursor) take pointers to x and y, so it can return the clipped values. Modify callers of miPointer*() functions to generally use the new functions. This should fix things with multi-head setups. | |||||
2006-10-08 | mi/mipointer: deprecate functions which don't take a device | Daniel Stone | 3 | -22/+56 | |
Deprecate all mi pointer functions which don't take a device argument, and replace them with versions which do, in preparation for MPX. | |||||
2006-10-08 | mi/pointer: mark public pointer functions as deprecated | Daniel Stone | 1 | -8/+8 | |
Deprecate miPointer functions which don't take a device pointer. Pointer movement should be handled through GetPointerEvents, and functions which take a device as an argument (e.g. miPointerPosition) will be added. | |||||
2006-09-30 | dix/events, mi/eq: remove utterly ridiculous debugging | Daniel Stone | 1 | -12/+1 | |
Remove debugging which can cause long-lived Xorg logs to grow well above 1GB if built with --enable-debug. | |||||
2006-09-15 | Merge branch 'master' into my-XACE-modular | Eamon Walsh | 1 | -0/+4 | |
2006-09-07 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵ | Daniel Stone | 1 | -0/+4 | |
input-hotplug | |||||
2006-09-06 | Make sure _XSERVER64 is defined when it should be and gets tested. | Michel Dänzer | 1 | -0/+4 | |
2006-08-10 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵ | Alan Coopersmith | 61 | -121/+9 | |
XACE-modular | |||||
2006-08-07 | memcpy() events in | Daniel Stone | 1 | -9/+5 | |
memcpy events into our event structure instead of doing pointer assignment. | |||||
2006-08-04 | mieq: don't leak events | Daniel Stone | 1 | -0/+5 | |
free all events posted through mieqEnqueue. | |||||
2006-07-21 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵ | Daniel Stone | 60 | -113/+0 | |
input-hotplug | |||||
2006-07-21 | Remove RCS tags. Fix Xprint makefile braindamage. | Adam Jackson | 60 | -113/+0 | |
2006-07-21 | sanitise debug output | Daniel Stone | 1 | -5/+5 | |
Don't spit out huge chunks of pointless ephemera, especially without --enable-debug. | |||||
2006-07-21 | add virtual core devices to DIX | Daniel Stone | 4 | -64/+97 | |
Add virtual core devices, with proper keymaps etc, to the DIX. | |||||
2006-07-18 | get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE | Daniel Stone | 4 | -8/+8 | |
Get rid of almost all uses of these definitions. They're still defined for delinquent out-of-tree drivers, and also for the Mesa build. As well as for miinitext.c. But largely gone. | |||||
2006-07-11 | Bug #7346: Disable Composite extension in Xprt | Drew Parsons | 1 | -0/+1 | |
Xorg Bug #7346 <https://bugs.freedesktop.org/show_bug.cgi?id=7346> Patch #6184 <https://bugs.freedesktop.org/attachment.cgi?id=6184> | |||||
2006-06-20 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver | Alan Coopersmith | 1 | -1/+1 | |
Conflicts: Xext/appgroup.c Xext/security.c dix/devices.c dix/dispatch.c dix/dixutils.c dix/events.c dix/extension.c dix/property.c dix/window.c os/access.c | |||||
2006-06-20 | Move Xserver API for security extension to securitysrv.h | Alan Coopersmith | 1 | -1/+1 | |
2006-06-19 | Add XACE extension | Eamon Walsh | 1 | -1/+17 | |
(partially cherry picked from 8d4f21ab53c44ca48501d6211ea6db0c0b8af916 commit) | |||||
2006-06-09 | put function prototype for ShapeExtensionInit() in proper place | Greg Kroah-Hartman | 1 | -3/+0 | |
based on FIXME in mi/miinitext.c | |||||
2006-06-08 | fix noDamageExtension warning in Xprint/Init.c | Greg Kroah-Hartman | 1 | -3/+1 | |
Also took out duplicate definition of this variable in mi/miinitext.c | |||||
2006-06-01 | Kill LBX, too. | Daniel Stone | 1 | -20/+1 | |
2006-06-01 | Remove horrendously ugly DDX backward-compatibility. | Daniel Stone | 2 | -24/+2 | |
2006-06-01 | Die XTESTEXT1, die! | Daniel Stone | 1 | -10/+1 | |
2006-05-25 | Don't destroy a pixmap twice on server exit (bugzilla #4247). | Matthieu Herrb | 1 | -0/+2 | |
2006-05-09 | Revert accidental commit | Adam Jackson | 2 | -3/+1 | |
2006-05-09 | Bug #5209: Re-enable building APM and ACPI support. (Michel Dänzer) | Adam Jackson | 2 | -1/+3 | |
2006-04-30 | Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes. | Adam Jackson | 4 | -47/+0 | |
2006-04-14 | Coverity #806: Another memory leak on OOM path. | Adam Jackson | 1 | -1/+3 | |
2006-03-31 | fixed typo. | Egbert Eich | 1 | -3/+3 | |
2006-03-30 | Fixes for some vsw4 failures on 64bit BE platforms such as PPC64 and s390x. | Egbert Eich | 1 | -3/+6 | |
Provided by Hong Bo Peng of IBM (slightly modified). Patches try to resolve some of the careless mixtures of ulong and uint (which are different size on 64bit). Bugzilla #6438. | |||||
2006-03-28 | Big old pile of warning fixes. | Adam Jackson | 2 | -4/+3 | |
2006-03-28 | Remove long-dead screen region code. | Adam Jackson | 1 | -26/+0 | |
2006-03-22 | Wed Mar 22 13:42:44 2006 Søren Sandmann <sandmann@redhat.com> | Søren Sandmann Pedersen | 1 | -13/+13 | |
Patch by Keith Packard to make sure redirected windows don't get considered "FullyObscured". | |||||
2006-03-12 | Merge accel_indirect branch to HEAD. | Kristian Høgsberg | 1 | -1/+6 | |
2006-02-15 | Mark everything in misym.c as _X_EXPORT. | Adam Jackson | 32 | -128/+129 | |
2006-01-18 | Wrap sdk_HEADERS in if XORG as otherwise installing non-xorg servers | Dave Airlie | 1 | -0/+2 | |
breaks. | |||||
2006-01-08 | Remove remaining #ifdef DPSEXT stanzas. | Adam Jackson | 1 | -16/+1 | |
2006-01-06 | Bug #5525: Build a working Xprt. (Drew Parsons) | Adam Jackson | 1 | -2/+2 | |
2006-01-06 | Remove unused X11R4 DDX compatibility function miClipNotify. | Adam Jackson | 3 | -95/+0 | |
2005-12-29 | Style fix, make SCREEN_EPILOGUE two arguments instead of three. | Adam Jackson | 1 | -10/+10 | |
2005-12-29 | Add necessary *CONFIG_H declarations and a force-off of XF86* extensions in | Eric Anholt | 1 | -1/+9 | |
miinitext in the XGL case. Prevents mismatched structure sizes on my _XSERVER64 machine. At this point, with the uncommitted render/ diffs, Xglx starts up but displays badly. |