Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-11 | Fix the already existing XI2 calls to the new XI2 protocol. FIXME | Peter Hutterer | |
FIXME: not bisectable due to XiSelectInput. This includes namespacing them with an XI2 prefix. Affected calls: XIGetClientPointer XISetClientPointer XIDefineDeviceCursor XIUndefineDeviceCursor XIWarpDevicePointer XIQueryDevicePointer XIChangeDeviceHierarchy (+ event) | |||
2009-03-03 | Disable generic event handling for now to allow bisecting. | Peter Hutterer | |
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||
2009-03-03 | Back out the XQueryInputVersion hack, restore previous state. | Peter Hutterer | |
XI2 should use a separate request to query the version rather than piggy-back on an existing badly defined request. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||
2009-02-25 | Remove DeviceEnter/LeaveNotify handling. | Peter Hutterer | |
This will be replaced by XI2 GenericEvents. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||
2009-01-29 | Janitor: make distcheck, compile warnings, extra .gitignore files. | Paulo Cesar Pereira de Andrade | |
2008-12-21 | Hide private functions | Julien Cristau | |
2008-08-13 | Backport device property code to XI 1.5. | Peter Hutterer | |
Ditching generic events, using normal XI events instead. | |||
2008-08-13 | Remove RCS tags. | Peter Hutterer | |
2008-07-09 | Add XDevicePropertyNotifyEvent support. | Peter Hutterer | |
2008-05-22 | Merge branch 'master' into mpx | Peter Hutterer | |
2008-05-20 | libXi ansification. | Paulo Cesar Pereira de Andrade | |
Thre are still two remaining compiler warnings, because of non matching function prototypes and function pointer arguments prototypes: src/XSndExEv.c:XSendExtensionEvent() variable register Status(**fp) (Display *, XEvent*, xEvent **, int *) doesn't match struct _XDisplay's: Status (*wire_vec[128])( /* vector for event to wire */ Display * /* dpy */, XEvent * /* re */, xEvent * /* event */ ); and src/XExtInt.c:xinput_extension_hooks field event_to_wire of type XExtensionHooks that has the prototype Status (*event_to_wire)( Display* /* display */, XEvent* /* re */, xEvent* /* event */ ); does not match Status _XiEventToWire( register Display *dpy, /* pointer to display structure */ register XEvent *re, /* pointer to client event */ register xEvent **event, /* wire protocol event */ register int *count); Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au> | |||
2008-04-27 | Deprecate XGetExtensionVersion(), replace with XQueryInputVersion(). | Peter Hutterer | |
We need XI to be able to do some sort of versioning support. | |||
2008-02-14 | Remove RawDeviceEvent parsing. These events have been removed. | Peter Hutterer | |
2007-11-13 | Add XDeviceClassesChangedEvent parsing. | Peter Hutterer | |
Some stuff from XListInputDevices moved into separate functions to be re-used in the event parsing. | |||
2007-11-08 | Remove PKPairingChangedEvent, replace with DeviceHierarchyChangedNotify event. | Peter Hutterer | |
Remove leftovers of RandomStringEvent as well. | |||
2007-10-18 | Add XI_2_Major and XI_2_Minor to versions. | Peter Hutterer | |
2007-08-01 | DevicePresenceNotify: Don't make non-static function, static | Daniel Stone | |
I wish that there was a better way to do this, but c'est la vie. It's our exposed API, so we've just got to deal for now. | |||
2007-05-17 | Squish flag and same_screen into the upper bits of mode (DeviceEnterLeave). | Peter Hutterer | |
2007-05-02 | Add deviceid and ev-to-wire conversion for RawDeviceEvent. | Peter Hutterer | |
2007-05-01 | Add XGE support. Supporting RawDeviceEvents and PairingChangedNotifies. | Peter Hutterer | |
2007-02-15 | Use flags byte in deviceEnterNotify and XDeviceCrossingEvents. | Peter Hutterer | |
2007-01-29 | Adding XChangePointerKeyboardPairing call. | Peter Hutterer | |
2007-01-10 | Adding DeviceEnterNotify and DeviceLeaveNotify calls | Peter Hutterer | |
New XI version using Add_MPX_Major/Minor | |||
2007-01-08 | Adding XDefineDeviceCursor and XUndefDeviceCursor calls | Peter Hutterer | |
Fix casting typo in XWarpDevicePointer and XQueryDevicePointer Reverting useless whitespace commit in XExtInt.c | |||
2006-12-20 | Adding XWarpDevicePointer and XQueryDevicePointer calls. | Peter Hutterer | |
2006-11-19 | Bug #8663: _XiCheckExtInit must drop the Display lock in all error cases. | Jamey Sharp | |
2006-11-08 | DevicePresenceNotify: remove verbosity, fill out all fields | Daniel Stone | |
Don't throw a printf every time we get a DPN, and fill in all the fields when copying the structure. | |||
2006-10-15 | Don't call XInput_find_display in _XiCheckExtInit, while the Display lock is ↵ | Jamey Sharp | |
held. All callers of _XiCheckExtInit have already called XInput_find_display first outside the lock, so just pass their copy of the XExtDisplayInfo structure down. Besides being more correct, this should be slightly faster. :-) Thanks to Magnus Kessler <Magnus.Kessler@gmx.net> for identifying the bug and proposing a workaround. | |||
2006-10-15 | Don't call XInput_find_display in _XiGetExtensionVersion, while the Display ↵ | Jamey Sharp | |
lock is held. _XiGetExtensionVersion has two callers. One had already called XInput_find_display, and the other could easily do so outside the Display lock. So I change the _XiGetExtensionVersion interface to accept a previously-computed XExtDisplayInfo from the caller. Besides being more correct, this should be slightly faster. :-) Thanks to Magnus Kessler <Magnus.Kessler@gmx.net> for identifying the bug and proposing a workaround. | |||
2006-07-18 | add DevicePresenceNotify event | Daniel Stone | |
Add a DevicePresenceNotify event, which notes that something about the device list changed. | |||
2006-03-31 | Mass reindent. Sorry.XORG-7_0_99_901 | Daniel Stone | |
2004-04-23 | Merging XORG-CURRENT into trunkxprint_packagertest_20041217_basexprint_packagertest_20041125_basesco_port_update-baserel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1XORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1XACE-SELINUX-MERGExprint_packagertest_20041217xprint_packagertest_20041125sco_port_updatelg3d-masterlg3d-eventlg3d-dev-0-7-1lg3d-dev-0-7-0lg3d-dev-0-6-latestlg3d-dev-0-6-2lg3d-dev-0-6-1-latestlg3d-dev-0-6-1-currentlg3d-dev-0-6-1-1lg3d-dev-0-6-1lg3dXORG-6_8-branchCOMPOSITEWRAP | Egbert Eich | |
2004-03-14 | Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1 | Egbert Eich | |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENT | Egbert Eich | |
2004-02-26 | readding XFree86's cvs IDsxf86-4_3_99_903 | Egbert Eich | |
2004-02-26 | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | |
2003-11-25 | XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330 | Kaleb Keithley | |
2003-11-14 | XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1 | Kaleb Keithley | |
2003-11-14 | R6.6 is the Xorg base-lineXORG-MAIN | Kaleb Keithley | |