Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-03-25 | Static cleanups, dead code deletion. | Adam Jackson | 2 | -3/+2 | |
2006-12-15 | Convert callers of LookupWindow() to dixLookupWindow(). | Eamon Walsh | 7 | -35/+35 | |
2006-10-29 | Xi: disallow changing core keyboard and pointer | Daniel Stone | 6 | -285/+4 | |
Just short-circuit the change core keyboard/pointer requests. | |||||
2006-10-22 | xi: fix NIDR return yet again | Daniel Stone | 1 | -1/+1 | |
For a one-line function, it was pretty broken. | |||||
2006-10-22 | xi: fix return type for NIDR | Daniel Stone | 1 | -1/+1 | |
2006-10-22 | xi: add NewInputDeviceRequest to stubs | Daniel Stone | 1 | -0/+14 | |
2006-10-22 | xi: change DEVICE_TOUCHSCREEN to ABS_{AREA_CALIB} for stubs | Daniel Stone | 1 | -1/+2 | |
2006-10-22 | Xi: swap control in DevicePresenceNotify | Daniel Stone | 1 | -0/+1 | |
2006-10-22 | dix, Xi: make use of deviceid in DevicePresenceNotify | Daniel Stone | 1 | -50/+49 | |
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-21 | Merge branch 'input-hotplug' of git+ssh://git.freedesktop.org/git/xorg/xserver | Zephaniah E. Hull | 3 | -0/+52 | |
2006-10-21 | DEVICE_TOUCHSCREEN becomes DEVICE_ABS_CALIB. | Zephaniah E. Hull | 3 | -37/+113 | |
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-20 | xi: add DEVICE_ENABLE control | Daniel Stone | 3 | -0/+52 | |
Add DEVICE_ENABLE control, which allows runtime enabling and disabling of specific devices. | |||||
2006-10-08 | Xi: move SendEventToAllWindows and FindInterestedChildren to exevents | Daniel Stone | 2 | -45/+44 | |
Move SendEventToAllWindows and FindInterestedChildren from chgptr to exevents, so the DIX can more easily use it. Clean up two warnings (type mismatch, unused variable) in exevents.c. | |||||
2006-09-10 | Typo correction, 'i' is not a '1', so no longer crash on some Xi requests. | Zephaniah E. Hull | 1 | -1/+1 | |
2006-08-07 | enable adding devices after removal of a middle device | Daniel Stone | 1 | -4/+7 | |
Allow new devices to be added after a device that _wasn't_ the last on the list was removed, by ensuring inputInfo.numDevices always increases, and never decreases. | |||||
2006-07-21 | be more careful in IVAS | Daniel Stone | 1 | -1/+6 | |
Don't walk off the end of a NULL pointer in InitValuatorAxisStruct. | |||||
2006-07-21 | Xi: add XExtension{Keyboard,Pointer} types | Daniel Stone | 1 | -0/+4 | |
Report XExtensionKeyboard for non-core keyboards, and XExtensionPointer for non-core pointers/mice. | |||||
2006-07-21 | Xi: add DevicePresenceNotify | Kristian Høgsberg | 3 | -15/+85 | |
Add support for DevicePresenceNotify events. | |||||
2006-07-21 | add DEVICE_TOUCHSCREEN and DEVICE_CORE Xi controls (DeviceIntRec ABI break) | Daniel Stone | 4 | -0/+123 | |
Add DEVICE_TOUCHSCREEN and DEVICE_CORE controls to the Xi code, and the TouchscreenClassRec and a coreEvents flag, to toggle propagation of core events. | |||||
2006-07-18 | get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE | Daniel Stone | 1 | -1/+1 | |
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-04-09 | Coverity #323, #445, #446, #447: Fix potential NULL dereferences. | Daniel Stone | 1 | -0/+18 | |
2006-03-31 | Reindent with -cbi0. | Daniel Stone | 7 | -53/+57 | |
2006-02-20 | indent fixes (OMG SO UGLY), and nuke old RCS keywords. | Adam Jackson | 74 | -3767/+3024 | |
2006-02-20 | ANSIfy Xi/. Mostly automated via protoize(1). | Adam Jackson | 38 | -690/+320 | |
2006-02-15 | Mark everything in dixsym.c as _X_EXPORT. | Adam Jackson | 2 | -3/+3 | |
2005-12-02 | Define XFree86Server only where it is required. | Kevin E Martin | 1 | -1/+1 | |
2005-11-29 | Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadable | Kevin E Martin | 1 | -1/+1 | |
module builds to reflect this change. | |||||
2005-07-13 | Only build Xi/stubs.c on DDXs that don't support the Xinput extension | Kevin E Martin | 1 | -1/+2 | |
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | 74 | -0/+296 | |
Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all source files in the xserver/xorg tree, predicated on defines of HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to <X11/fonts/foo.h>. | |||||
2005-07-02 | Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere. | Daniel Stone | 1 | -0/+2 | |
2005-07-01 | Adding initial build system. | Daniel Stone | 1 | -0/+77 | |
2005-04-20 | Fix includes right throughout the Xserver tree: | Daniel Stone | 38 | -151/+151 | |
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. | |||||
2004-04-23 | Merging XORG-CURRENT into trunk | Egbert Eich | 74 | -74/+74 | |
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 | 74 | -74/+74 | |
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 | 74 | -74/+74 | |
2004-02-26 | readding XFree86's cvs IDsxf86-4_3_99_903 | Egbert Eich | 74 | -74/+74 | |
2004-02-26 | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | 74 | -74/+74 | |
2003-11-25 | XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16 | Kaleb Keithley | 38 | -360/+38 | |
2003-11-14 | XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1 | Kaleb Keithley | 38 | -412/+628 | |
2003-11-14 | Initial revision | Kaleb Keithley | 36 | -0/+2071 | |
2003-11-14 | R6.6 is the Xorg base-lineXORG-MAIN | Kaleb Keithley | 38 | -0/+9696 | |