summaryrefslogtreecommitdiff
path: root/include/input.h
AgeCommit message (Collapse)AuthorFilesLines
2007-04-11Input: Allow a pointer to a device to be returned in NIDRRemigiusz Marcinkiewicz1-1/+2
Allow a pointer to the first device added to be returned, so we know which device(s) were added by the NIDR call.
2007-04-10Input: Add DeleteInputDeviceRequestMagnus Vigerlöf1-0/+2
Add DIDR, which asks the DDX to remove a device, analogous to NewInputDeviceRequest. Only implemented for XFree86 at the moment.
2006-12-27dix/events: take screen number, not pointer, in PostSyntheticMotionPeter Hutterer1-1/+1
Since we were using PostSyntheticMotion incorrectly anyway, update the declared API to match.
2006-11-27Merge branch 'randr-1.2'Eric Anholt1-1/+1
Conflicts: dix/events.c dix/getevents.c hw/xfree86/common/xf86Mode.c hw/xfree86/dri/Makefile.am hw/xfree86/os-support/drm/xf86drm.c hw/xfree86/os-support/xf86drm.h
2006-11-08dix: add missing prototypesDaniel Stone1-0/+6
Add missing prototype for ffs, and include headers from ffs.c. Move PostSyntheticMotion prototype to input.h.
2006-11-01input: add non-keyboard bell ringing functionDaniel Stone1-2/+4
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-10-25dix: add motion history supportDaniel Stone1-0/+13
Add motion history support (sort of based on the XFree86 DDX's implementation) to the DIX.
2006-10-23GetProximityEvents: add (untested) functionDaniel Stone1-0/+8
Add untested first guess at what GetProximityEvents should look like.
2006-10-23include: move POINTER_* flags from inputstr.h to input.hDaniel Stone1-0/+4
Given they're just numeric constants, they should be included in input.h, not inputstr.h.
2006-10-21Merge branch 'input-hotplug' of git+ssh://git.freedesktop.org/git/xorg/xserverZephaniah E. Hull1-0/+3
2006-10-21DEVICE_TOUCHSCREEN becomes DEVICE_ABS_CALIB.Zephaniah E. Hull1-1/+1
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-20move keymap copy to event processing, from enqueuingDaniel Stone1-0/+3
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-08GetKeyboardValuatorEvents: also take first_valuator paramDaniel Stone1-1/+2
Take a first_valuator parameter, which specifies the first valuator.
2006-10-08GetPointerEvents: add first_valuator parameterDaniel Stone1-1/+2
Add a first_valuator parameter. Looks correct by inspection, but untested with first_valuator != 0 as yet.
2006-09-29make core keyboard/pointer map functions act on all core-sending devicesDaniel Stone1-1/+1
Make Set{Keyboard,Modifier,Pointer}Mapping act on all devices which send core events. Change LegalModifier to accept a DeviceIntPtr.
2006-08-18input.h: add InitCoreDevices prototypeDaniel Stone1-0/+2
2006-08-10GKVE/GPE: have DDX allocate eventsDaniel Stone1-3/+5
Don't allocate events on every GKE/GKVE/GPE call, just have the DDX manage it instead. Introduce GetMaximumEventsNum(), which is the maximum number of events these functions will ever produce.
2006-07-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵Daniel Stone1-2/+0
input-hotplug
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-2/+0
2006-07-21add virtual core devices to DIXDaniel Stone1-2/+9
Add virtual core devices, with proper keymaps etc, to the DIX.
2006-07-21add GetPointerEvents/GetKeyboardEvents frameworkDaniel Stone1-0/+26
Add GetPointerEvents (with XFree86 pointer acceleration) and GetKeyboardEvents to the DIX. Extend the ValuatorClass structure to account for same.
2006-07-21add basic D-BUS configuration mechanismDaniel Stone1-0/+13
Also move LookupDeviceIntRec into the DIX, and add InputOption type, and NewInputDeviceRequest prototype (DIX requests DDX to add a device). Does not link without an implemented NIDR.
2006-06-01Remove horrendously ugly DDX backward-compatibility.Daniel Stone1-23/+1
2005-08-24Remove use of dix-config and xorg-config.h from public headers.Daniel Stone1-4/+0
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone1-1/+1
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
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-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone1-1/+1
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone1-2/+2
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-07-30Integration of XEVIE branch to trunkStuart Kreitman1-1/+16
https://freedesktop.org/bugzilla/show_bug.cgi?id=947 Modified Files: cursorstr.h input.h inputstr.h windowstr.h
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-1/+1
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley1-211/+52
2003-11-14XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1Kaleb Keithley1-0/+39
2003-11-14R6.6 is the Xorg base-lineXORG-MAINKaleb Keithley1-0/+496