88187ad889 
								
							 
						 
						
							
							
								
								dmx: purge DMX EQ leftovers  
							
							... 
							
							
							
							Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 
							
						 
						
							2009-09-13 10:30:17 +10:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f3aaa46f27 
								
							 
						 
						
							
							
								
								dmx: formatting fix to improve readability  
							
							... 
							
							
							
							Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 
							
						 
						
							2009-09-13 10:30:17 +10:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2d46678762 
								
							 
						 
						
							
							
								
								dmx: remove dmx-internal event queue.  
							
							... 
							
							
							
							The EQ is in the DIX now.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 
							
						 
						
							2009-09-13 10:30:16 +10:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9caba3e2ab 
								
							 
						 
						
							
							
								
								dmx: fix two calls to InitKeyboardDeviceStruct.  
							
							... 
							
							
							
							Takes RMLVO now instead of the keysyms directly.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 
							
						 
						
							2009-09-13 10:30:15 +10:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								29b9a10dad 
								
							 
						 
						
							
							
								
								dmx: XkbComponentNamesRec doesn't have a keymap field anymore.  
							
							... 
							
							
							
							Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 
							
						 
						
							2009-09-13 10:30:15 +10:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5d81aee5f7 
								
							 
						 
						
							
							
								
								dmx: include xkbsrv.h to silence compiler.  
							
							... 
							
							
							
							Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 
							
						 
						
							2009-09-13 10:30:15 +10:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9ffc3f280b 
								
							 
						 
						
							
							
								
								dmx: don't call InitKbdFeedbackClassDeviceStruct - doesn't exist anymore.  
							
							... 
							
							
							
							InitKeyboardDeviceStruct does the same task now.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 
							
						 
						
							2009-08-05 08:01:28 +10:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								63155cf985 
								
							 
						 
						
							
							
								
								dmx: pass button/axis labels into the init functions (currently unset)  
							
							... 
							
							
							
							Currently only None labels are passed in, in the future these labels should
be whatever the respective buttions/axes are.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 
							
						 
						
							2009-08-05 08:00:08 +10:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								af85973a0a 
								
							 
						 
						
							
							
								
								dmx: remove now-useless defines.  
							
							... 
							
							
							
							XI is mandatory so we can expect both to be defined. 
							
						 
						
							2009-08-05 07:59:45 +10:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								654d7a0260 
								
							 
						 
						
							
							
								
								Revert "dmx: claim we support XI 2."  
							
							... 
							
							
							
							XQueryInputVersion doesn't exist anymore and for now XI 1 support is good
enough.
This reverts commit 8da8a0fec4 
							
						 
						
							2009-08-05 07:59:39 +10:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e7c950c627 
								
							 
						 
						
							
							
								
								dmx: fix a call to XkbSetRulesDflts, takes XkbRMLVOSet now.  
							
							
							
						 
						
							2009-08-05 07:59:33 +10:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2cde9208ff 
								
							 
						 
						
							
							
								
								dmx: Enable/DisableDevice take a boolean variable now.  
							
							... 
							
							
							
							We want to send events here, so pass in TRUE.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 
							
						 
						
							2009-08-05 07:59:16 +10:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								57bed76e21 
								
							 
						 
						
							
							
								
								Remove dead EXTENSION_PROC_ARGS define  
							
							... 
							
							
							
							Signed-off-by: Tomas Carnecky <tom@dbservice.com> 
							
						 
						
							2009-03-04 10:29:34 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								32db27a7f8 
								
							 
						 
						
							
							
								
								Input: Remove modifierMap from core  
							
							... 
							
							
							
							We already have modmap (in the exact same format!) in XKB, so just use
that all the time, instead of duplicating the information.
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 
							
						 
						
							2009-01-22 15:08:55 +11:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								40877c6680 
								
							 
						 
						
							
							
								
								XKB: Make XKB mandatory  
							
							... 
							
							
							
							No more #ifdef XKB, because you can't disable the build, and no more
noXkbExtension either.
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 
							
						 
						
							2009-01-22 15:06:25 +11:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								874dcdb3bd 
								
							 
						 
						
							
							
								
								dmx: remove a ifndef XINPUT, XINPUT is always defined now.  
							
							
							
						 
						
							2008-06-05 16:14:29 +09:30 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								3ff2f3a00e 
								
							 
						 
						
							
							
								
								dmx: for now, don't acknowledge SDs.  
							
							
							
						 
						
							2008-06-05 16:13:38 +09:30 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5bcd9e8953 
								
							 
						 
						
							
							
								
								dmx: learn about the existence of IsXExtensionPointer and IsXExtensionKeyboard  
							
							
							
						 
						
							2008-06-05 16:13:23 +09:30 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8da8a0fec4 
								
							 
						 
						
							
							
								
								dmx: claim we support XI 2.  
							
							... 
							
							
							
							We don't really, yet, but at least we get the full device list this way. 
							
						 
						
							2008-06-05 16:13:18 +09:30 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d10ba4591a 
								
							 
						 
						
							
							
								
								dmx: some more build fixes.  
							
							
							
						 
						
							2008-06-05 16:13:03 +09:30 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								68b4f250ee 
								
							 
						 
						
							
							
								
								dmx: fix build.  
							
							... 
							
							
							
							Just because it builds, doesn't mean it works. 
							
						 
						
							2008-05-14 16:18:48 +09:30 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e251c9e75a 
								
							 
						 
						
							
							
								
								Remove all traces of #ifdef XINPUT and the matching bits from the configure.ac  
							
							
							
						 
						
							2008-04-25 16:49:35 +09:30 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								4d76075dbb 
								
							 
						 
						
							
							
								
								Death to RCS tags.  
							
							
							
						 
						
							2007-06-29 14:06:52 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0f873a9d4f 
								
							 
						 
						
							
							
								
								remove some debug code  
							
							
							
						 
						
							2007-04-02 14:51:38 -06:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0013bf6ddb 
								
							 
						 
						
							
							
								
								undo 1280 valuator hack  
							
							
							
						 
						
							2007-04-02 12:39:04 -06:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								73fdc16bc4 
								
							 
						 
						
							
							
								
								formatting fixes  
							
							
							
						 
						
							2007-03-30 16:07:26 -06:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ebdc8ce5c1 
								
							 
						 
						
							
							
								
								Checkpoint DMX updates: things are working much better now, but still not 100% right.  
							
							... 
							
							
							
							Use new dmxCoreMotion2() function which enqueues motion events with
GetPointerEvents()/mieqEnqueue().
The clipAxis() code in GetPointerEvents() is causing some grief.  The
limits seem to have always been (0,0) according to the original calls
to InitValuatorAxisStruct() in dmxinputinit.c.
Terrible hack for now: Call InitValuatorAxisStruct() with hard-coded max
values of 1280 (my screen width). 
							
						 
						
							2007-03-30 16:05:46 -06:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								3c7413e0c2 
								
							 
						 
						
							
							
								
								Tweak some parameters, etc.  Things seem a little better now, but still a ways to go.  
							
							
							
						 
						
							2007-03-30 14:07:04 -06:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1ea842960f 
								
							 
						 
						
							
							
								
								more debug  
							
							
							
						 
						
							2007-03-30 13:43:15 -06:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								92e8cdbd32 
								
							 
						 
						
							
							
								
								Checkpoint fixes to DMX for X input changes.  
							
							... 
							
							
							
							Xdmx builds and runs now.
Keyboard seems OK, and mouse pointer moves, but everything else is flakey.
Something is still seriously wrong. 
							
						 
						
							2007-03-30 13:19:33 -06:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								32be08ba72 
								
							 
						 
						
							
							
								
								Remove horrendously ugly DDX backward-compatibility.  
							
							
							
						 
						
							2006-06-01 19:22:38 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								fd8bde8bb0 
								
							 
						 
						
							
							
								
								Remove -xkbmap argument.  
							
							
							
						 
						
							2006-05-29 11:14:03 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d01e0956a8 
								
							 
						 
						
							
							
								
								Coverity  #1007 : Fix a silly null check.  
							
							
							
						 
						
							2006-04-14 23:08:10 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e348ac4b4d 
								
							 
						 
						
							
							
								
								Prepare Xdmx and Xvfb for modularization by adding appropriate #include  
							
							... 
							
							
							
							<{dix,dmx}-config.h> to the source files. 
							
						 
						
							2005-07-12 00:52:48 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								292c4cff26 
								
							 
						 
						
							
							
								
								Fix includes right throughout the Xserver tree:  
							
							... 
							
							
							
							change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h;
change "foo.h", "extensions/foo.h" and "X11/foo.h" to
    <X11/extensions/foo.h> for extension headers, e.g. Xv.h;
change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files. 
							
						 
						
							2005-04-20 12:25:48 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a5c9b3229c 
								
							 
						 
						
							
							
								
								Bugzilla  #817  
							
							
							
						 
						
							2004-07-07 04:32:52 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7976ee51af 
								
							 
						 
						
							
							
								
								Add Distributed Multihead X (DMX) support  
							
							
							
						 
						
							2004-06-30 20:06:56 +00:00