1dcda4f3c5 
								
							 
						 
						
							
							
								
								Avoid dereferencing sprite.screen when Xinerama is not running. ( #8925 )  
							
							... 
							
							
							
							With Xinerama support built into the X server but not in use,
sprite.screen is NULL and yet the SyntheticMotion
macro would dereference it. Avoid that by just passing sprite.screen
to PostSyntheticMotion which can then dereference it when Xinerama is
enabled.
Also, define PostSyntheticMotion in dixevents.h and include dixevents.h in
getevents.c 
							
						 
						
							2006-11-07 01:29:51 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								3d39c02fe6 
								
							 
						 
						
							
							
								
								More work on Bug  #8875 : revert previous fix and try using client argument  
							
							... 
							
							
							
							instead of serverClient.  Also don't use totalClientSize as it is not
initialized until after the first call to InitClient. 
							
						 
						
							2006-11-06 21:25:52 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								49a26681b2 
								
							 
						 
						
							
							
								
								Add DTrace probe points for X server <-> client communications  
							
							... 
							
							
							
							See http://people.freedesktop.org/~alanc/dtrace/  for more details 
							
						 
						
							2006-11-03 12:54:43 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								58bf9a142d 
								
							 
						 
						
							
							
								
								PostSyntheticMotion needs to be extern, not static, since it's in getevents.c  
							
							
							
						 
						
							2006-11-02 14:43:02 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								81728558a0 
								
							 
						 
						
							
							
								
								input: add non-keyboard bell ringing function  
							
							... 
							
							
							
							Add a generic 'ring the bell' function (console bell on Linux and BSD,
/dev/audio on Solaris), and add DDX functions for this.  Make this the
core keyboard's bell.
Port Xvfb and Xnest to this.
Port XFree86 to this, with OS-specific hooks for Linux, BSD, and Solaris
taken from foo_io.c in the old layer. 
							
						 
						
							2006-11-01 23:10:26 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								196c5836f4 
								
							 
						 
						
							
							
								
								CoreKeyboardProc: annotate with FIXME  
							
							... 
							
							
							
							Setting an empty keymap by default isn't wildly useful. 
							
						 
						
							2006-10-27 01:27:31 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f9a1e456f8 
								
							 
						 
						
							
							
								
								CoreKeyboardProc: don't leak keymap and modmap  
							
							... 
							
							
							
							SetKeySymsMap does a copy here, so try not to leak them. 
							
						 
						
							2006-10-27 01:25:39 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								85212eb504 
								
							 
						 
						
							
							
								
								getValuatorEvents: make sure we put MORE_EVENTS in the right places  
							
							... 
							
							
							
							Make sure we put MORE_EVENTS in with the device id if there are, in fact,
more valuator events coming. 
							
						 
						
							2006-10-27 01:23:58 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								aabc087998 
								
							 
						 
						
							
							
								
								GetPointerEvents: always ensure correct number of events  
							
							... 
							
							
							
							Ensure correct number of valuator events are returned, and that we always
increment events correctly. 
							
						 
						
							2006-10-25 02:21:39 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b9e180e632 
								
							 
						 
						
							
							
								
								port all users to the new DIX motion history API  
							
							... 
							
							
							
							Port KDrive, Xvfb, and Xnest, as well as the virtual core devices, to the
new motion history API.  Make GetPointerEvents also update the history. 
							
						 
						
							2006-10-25 01:09:19 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5b38eb69cd 
								
							 
						 
						
							
							
								
								dix: add motion history support  
							
							... 
							
							
							
							Add motion history support (sort of based on the XFree86 DDX's
implementation) to the DIX. 
							
						 
						
							2006-10-25 01:08:29 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								11fb58be77 
								
							 
						 
						
							
							
								
								miscellaneous warning fixes  
							
							... 
							
							
							
							Use the correct type for time, and fix the mi prototype of EnqueueEvent. 
							
						 
						
							2006-10-25 01:07:36 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								cccf7ae0ff 
								
							 
						 
						
							
							
								
								GetProximityEvents: add (untested) function  
							
							... 
							
							
							
							Add untested first guess at what GetProximityEvents should look like. 
							
						 
						
							2006-10-23 06:55:21 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								35fa4ac12b 
								
							 
						 
						
							
							
								
								GetPointerEvents: break into separate functions  
							
							... 
							
							
							
							Break out clipAxis, clipValuators, and getValuatorEvents, into
separate functions, to be used by the proximity event code. 
							
						 
						
							2006-10-23 06:23:45 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								eec1822591 
								
							 
						 
						
							
							
								
								dix/getevents: move SyntheticMotion to getevents.c  
							
							... 
							
							
							
							Mostly, this is just a cheesy hack to ensure that getevents.o gets
included when linking.  Sigh. 
							
						 
						
							2006-10-23 02:48:30 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								bc701a1429 
								
							 
						 
						
							
							
								
								dix/getevents: cosmetic cleanups, remove keymap copy from GKVE  
							
							... 
							
							
							
							Remove keymap copy from GetKeyboardValuatorEvents, as
SwitchCoreKeyboard now takes care of this for us.
Remove unused variable and function prototype.
Update comments to be as informative as possible. 
							
						 
						
							2006-10-23 00:08:32 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								be21630164 
								
							 
						 
						
							
							
								
								dix, Xi: make use of deviceid in DevicePresenceNotify  
							
							... 
							
							
							
							Use the deviceid and control fields in DevicePresenceNotify since
the last push to inputproto to send a DPN whenever a control changes
on a device. 
							
						 
						
							2006-10-22 16:33:02 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								77e724585f 
								
							 
						 
						
							
							
								
								minor formatting fixes  
							
							
							
						 
						
							2006-10-22 11:45:12 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e26a494f41 
								
							 
						 
						
							
							
								
								Merge branch 'input-hotplug' of git+ssh://git.freedesktop.org/git/xorg/xserver  
							
							
							
						 
						
							2006-10-21 04:26:14 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								736b0d5078 
								
							 
						 
						
							
							
								
								DEVICE_TOUCHSCREEN becomes DEVICE_ABS_CALIB.  
							
							... 
							
							
							
							Update the DEVICE_ABS_CALIB stuff to include the new elements.
New DEVICE_ABS_AREA support.
dev->touchscreen becomes dev->absolute, with _CALIB and _AREA stuff in it.
Update xfree86 to compile with this, kdrive needs an update too. 
							
						 
						
							2006-10-21 04:24:49 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								aeba855b07 
								
							 
						 
						
							
							
								
								move keymap copy to event processing, from enqueuing  
							
							... 
							
							
							
							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-20 00:43:11 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a8d3dad9d9 
								
							 
						 
						
							
							
								
								xi: add DEVICE_ENABLE control  
							
							... 
							
							
							
							Add DEVICE_ENABLE control, which allows runtime enabling and disabling
of specific devices. 
							
						 
						
							2006-10-20 00:43:11 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								fc9b5f84b2 
								
							 
						 
						
							
							
								
								dix/devices: add devices in proper forward order  
							
							... 
							
							
							
							Add devices in forward order with the normal linked list convention.
Previously, AddInputDevice would add all the devices in reverse order to
off_devices, before they were added again in reverse order to devices with
EnableDevice.
This just makes both work in forward order, which provides the ordering as
you'd expect when hotplugging devices (i.e. adds them to the head, not the
tail). 
							
						 
						
							2006-10-15 20:01:01 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								4d8030076e 
								
							 
						 
						
							
							
								
								dix: move GetKeyboardEvents/GetPointerEvents to a new file, export symbols  
							
							... 
							
							
							
							Move GKE and GPE to a separate file, to help stem the events.c explosion.
Mark GKE/GKVE/GPE as _X_EXPORT. 
							
						 
						
							2006-10-14 22:14:07 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								6afc7c2846 
								
							 
						 
						
							
							
								
								dix/devices: remove XACE merge debris  
							
							
							
						 
						
							2006-10-14 15:54:35 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								335b503c5e 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug  
							
							
							
						 
						
							2006-10-13 18:10:45 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								33406da096 
								
							 
						 
						
							
							
								
								GetKeyboardEvents: add first_valuator argument to GKVE  
							
							
							
						 
						
							2006-10-08 23:20:56 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1546a39814 
								
							 
						 
						
							
							
								
								GetKeyboardValuatorEvents: also take first_valuator param  
							
							... 
							
							
							
							Take a first_valuator parameter, which specifies the first valuator. 
							
						 
						
							2006-10-08 21:40:53 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								41bb9fce47 
								
							 
						 
						
							
							
								
								mipointer: take device arguments, split miPointerAbsoluteCursor  
							
							... 
							
							
							
							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 20:34:32 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								be8dfafd1d 
								
							 
						 
						
							
							
								
								warning cleanups  
							
							... 
							
							
							
							Fix still more warnings. 
							
						 
						
							2006-10-08 20:32:16 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c2fab469b6 
								
							 
						 
						
							
							
								
								dix/devices: clean up debugging  
							
							
							
						 
						
							2006-10-08 18:26:26 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b559cbb160 
								
							 
						 
						
							
							
								
								dix/CoreProcessKeyboardEvent: remove debugging for every key event  
							
							... 
							
							
							
							Also change #ifdef DEBUG/ErrorF/#endif to DebugF in FixKeyState. 
							
						 
						
							2006-10-08 16:23:14 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								58314756ae 
								
							 
						 
						
							
							
								
								GetPointerEvents: add first_valuator parameter  
							
							... 
							
							
							
							Add a first_valuator parameter.  Looks correct by inspection, but untested
with first_valuator != 0 as yet. 
							
						 
						
							2006-10-08 16:18:05 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								84f5d2291c 
								
							 
						 
						
							
							
								
								GetPointerEvents: fix relatively harmless typo  
							
							... 
							
							
							
							Change !(cp->button || !cp->valuator) to (!cp->button || !cp->valuator). 
							
						 
						
							2006-10-08 15:30:24 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2cf1098436 
								
							 
						 
						
							
							
								
								dix/events, mi/eq: remove utterly ridiculous debugging  
							
							... 
							
							
							
							Remove debugging which can cause long-lived Xorg logs to grow well above 1GB
if built with --enable-debug. 
							
						 
						
							2006-09-30 17:05:46 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5d99e05f05 
								
							 
						 
						
							
							
								
								Merge branch 'input-hotplug' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug  
							
							
							
						 
						
							2006-09-29 00:35:07 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ad631afcf3 
								
							 
						 
						
							
							
								
								make core keyboard/pointer map functions act on all core-sending devices  
							
							... 
							
							
							
							Make Set{Keyboard,Modifier,Pointer}Mapping act on all devices which send core
events.
Change LegalModifier to accept a DeviceIntPtr. 
							
						 
						
							2006-09-29 00:34:23 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5893375786 
								
							 
						 
						
							
							
								
								Warning fix, and a syntax fix in a #if 0 section of code.  
							
							
							
						 
						
							2006-09-10 15:50:51 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9deb579dc9 
								
							 
						 
						
							
							
								
								Zero out newly created ExtensionEntry structures, but only after the  
							
							... 
							
							
							
							devPrivates have been initialized. 
							
						 
						
							2006-09-08 15:25:17 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								cec392656c 
								
							 
						 
						
							
							
								
								Zero out newly allocated ClientRec structures.  
							
							... 
							
							
							
							This is required to initialize the devPrivates to a known state. 
							
						 
						
							2006-09-08 15:24:23 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5436fce090 
								
							 
						 
						
							
							
								
								[PATCH] GetKeyboardValutorEvents: be even more careful  
							
							... 
							
							
							
							Don't accept devices without a keyboard feedback class. 
							
						 
						
							2006-08-29 15:18:06 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								13c6713c82 
								
							 
						 
						
							
							
								
								Add four new XACE hooks: auditing, key event notification, window init  
							
							
							
						 
						
							2006-08-25 18:17:01 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2b06c69c8f 
								
							 
						 
						
							
							
								
								GKVE: pass correct arguments to XkbCopyKeymap  
							
							... 
							
							
							
							Fix horrendous thinko.  Indicators now work perfectly. 
							
						 
						
							2006-08-24 14:51:26 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								6323a11d0d 
								
							 
						 
						
							
							
								
								XkbCopyKeymap: optionally send NewKeyboardNotify/MapNotify events  
							
							... 
							
							
							
							Optionally send a NewKeyboardNotify or MapNotify event when copying the
keymap; modify GetKeyboardValuatorEvents to make use of this. 
							
						 
						
							2006-08-23 18:53:04 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8f8487ff99 
								
							 
						 
						
							
							
								
								xkb/gkve: copy XKB map, not pointer-assign  
							
							... 
							
							
							
							Write a new function to copy an XKB map (does everything but geometry at
the moment), and use that instead of nasty pointer assignments. 
							
						 
						
							2006-08-23 14:33:41 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								52ba722e4c 
								
							 
						 
						
							
							
								
								Merge branch 'XACE-modular' into my-XACE-modular  
							
							
							
						 
						
							2006-08-21 18:49:31 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								05541259bd 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into XACE-modular  
							
							
							
						 
						
							2006-08-21 13:07:41 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a56b98bb04 
								
							 
						 
						
							
							
								
								dix: enable null root cursor  
							
							... 
							
							
							
							Enable a blank root cursor, selectable with --enable-null-root-cursor at
configure time. 
							
						 
						
							2006-08-18 18:10:09 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0704bb298c 
								
							 
						 
						
							
							
								
								Merge branch 'master' into input-hotplug  
							
							
							
						 
						
							2006-08-18 17:30:14 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a1ac0440bb 
								
							 
						 
						
							
							
								
								dix: fix whiteroot thinko  
							
							... 
							
							
							
							Note to self: run git update-index _after_ testing, not just before. 
							
						 
						
							2006-08-18 17:30:00 +03:00