]> diplodocus.org Git - xorg-xinput/history - src
test-xi2: Use the longest mask we can get
[xorg-xinput] / src /
2011-11-10 Peter Hutterertest-xi2: Use the longest mask we can get
2011-10-26 Peter HuttererWe support XI 2.1 now
2011-10-26 Peter Huttererlist: drop XIQueryVersion call
2011-09-22 Peter HuttererMerge branch 'smooth-scrolling'
2011-09-22 Peter HuttererSupport the new Scroll class
2011-08-24 Peter HuttererOnly try to print XIPointerEmulated flag if it is defined.
2011-08-19 Peter HuttererEnclose button labels with quotes to improve readability
2011-08-19 Peter Hutterertest-xi2: support a device option
2011-08-19 Peter HuttererPrint the class type when listing devices.
2011-08-19 Peter Hutterertest-xi2: print the correct flags, depending on the...
2011-08-12 Peter Huttererlist: don't use defines for checking server version.
2011-07-17 Peter HuttererAdd support for device-to-screen mapping
2011-06-20 Gaetan NadonUpdate Copyright notices.
2011-06-03 Peter HuttererRemove superfluous comment.
2011-06-02 Peter HuttererAnnounce support for XI 2.0 to the server.
2011-05-05 Peter HuttererInitialize a few more values to defaults.
2011-05-05 Peter HuttererSilence compiler warning
2011-01-19 Peter HuttererFix broken "xinput list <devicename>".
2011-01-19 Peter HuttererAdd --id-only flag for 'xinput list'.
2011-01-19 Peter HuttererAdd --name-only flag for 'xinput list'.
2011-01-19 Peter HuttererSwitch list to use an enum of printing formats.
2010-12-29 Peter HuttererRemove unneeded include.
2010-11-17 Chase DouglasZero out entire mask when selecting for different events
2010-11-17 Chase DouglasPrint XI2 device event child window in hex too
2010-10-12 Peter HuttererPrint an error if mode is neither ABSOLUTE nor RELATIVE.
2010-07-02 Chase Douglasxinput: Split XI2 valuators and print index of events
2010-06-09 Peter Huttererlist: only check the last bit in the device mode.
2010-05-18 Kees CookAtoms from XIGetProperty are 32bits (#27657)
2010-05-14 Will ThompsonSupport pointer: and keyboard: prefices for XI2 device...
2010-05-14 Will ThompsonWarn and fail if a device name is ambiguous.
2010-04-29 Peter Hutterertest-xi2: Print out the sourceid for enter/leave events.
2010-03-08 Peter Hutterertest-xi2: print event type name as well.
2009-10-22 Gaetan Nadon.gitignore: use common defaults with custom section...
2009-10-09 Peter HuttererClean up --version, don't require a DISPLAY and display...
2009-10-09 Thomas JaegerRework 'xinput list' code
2009-09-17 Julien CristauUse do_set_prop for set_{atom,float,int}_prop
2009-09-17 Julien Cristauset-prop: add --type={atom,float,int} and --format...
2009-09-17 Julien CristauAdd a format and type argument to the set_prop functions
2009-08-21 Peter Hutterertest_xi2: Print the key repeat flag if it is set.
2009-07-22 Peter Hutterertest-xi2: Update to keycode grabs instead of keysym...
2009-07-16 Peter HuttererPrint XINotifyPassiveGrab detail in enter events too.
2009-07-14 Peter Hutterertest_xi: Print deviceid for enter events too
2009-07-14 Peter HuttererUse XI2 defines for enter/leave modes and detail.
2009-07-13 Peter HuttererAdjust to new, split-up raw event types.
2009-07-13 Peter Hutterertest_xi2: Plug memory leak with XGetAtomName.
2009-07-13 Peter Hutterertest_xi2: Update to use cookie events - require libXi...
2009-06-30 Peter HuttererPlug memory leak from XGetAtomName.
2009-06-24 Benjamin CloseObtain the XInput opcode and check that GenericEvents...
2009-06-24 Peter Hutterertest_xi2: don't map the window before selecting for...
2009-06-24 Peter Hutterertest_xi2: use %#x alternative printf format.
2009-06-23 Thomas Jaegerremove-master: document possible return modes in -...
2009-06-23 Peter HuttererFix --help output for create-master and remove-master.
2009-06-22 Thomas Jaegerreattach: Default to return to VCP/VCK when returnMode...
2009-06-18 Thomas Jaegertest-xi2: Report correct event coordinates
2009-06-18 Thomas Jaegertest-xi2: Use standard macros instead of BitIsOn/SetBit
2009-06-17 Peter HuttererPrint the valuator value for absolute axes.
2009-06-17 Peter HuttererPrint button and valuator labels when listing a device.
2009-06-17 Peter HuttererPrint button state when listing XI2 devices.
2009-06-15 Peter HuttererPrint the sourceid when listing device classes.
2009-06-12 Peter HuttererUse the XI2 class defines for listing device classes...
2009-06-12 Peter HuttererFix build errors introduced by inputproto 1.9.99.11.
2009-06-03 Peter Huttererxi2 test: add two missing breaks.
2009-06-02 Thomas Jaegertest-xi2: fix modifiers for XIGrabButton call
2009-06-02 Benjamin CloseRemove superfluous dev assignment.
2009-05-26 Peter HuttererMerge branch 'master' into xi2
2009-05-26 Peter HuttererPrint empty properties as <no items>.
2009-05-26 Peter HuttererPrint empty XI2 properties as <no items>
2009-05-26 Peter HuttererPrint empty properties as <no items>.
2009-05-20 Peter HuttererPrint None properties in XI2 mode too.
2009-05-20 Peter HuttererMerge branch 'master' into xi2
2009-05-20 Peter HuttererDeal with None atoms.
2009-05-19 Peter HuttererPrint floating slaves in XI2 list mode.
2009-05-18 Peter HuttererUpdate to new inputproto and libXi naming conventions.
2009-05-08 Peter HuttererMerge branch 'master' into xi2
2009-05-08 Peter HuttererUpdate to new inputproto defines.
2009-05-08 Peter Huttererupdate test_xi2 with a few more tests.
2009-05-07 Peter HuttererXCloseDisplay when we're done.
2009-05-07 Peter HuttererClean up xinput.h a bit
2009-05-07 Peter HuttererAdd support for XI2 property requests.
2009-05-07 Peter HuttererGet the XIDeviceInfo instead of just the id.
2009-05-07 Peter HuttererXCloseDisplay when we're done.
2009-05-07 Peter HuttererRemove one more unnecessary ifdef.
2009-05-07 Peter HuttererMerge branch 'master' into xi2
2009-05-07 Peter HuttererClean up xinput.h a bit
2009-05-01 Peter HuttererCreate the float property if it doesn't exist.
2009-04-30 Peter HuttererIf there's multiple null-terminated strings in the...
2009-04-30 Peter HuttererThe float_atom should actually be an Atom
2009-04-30 Peter HuttererIf there's multiple null-terminated strings in the...
2009-04-21 Julien Cristauxinput: add set-prop command
2009-04-20 Julien CristauFactorize atom parsing in its own function
2009-04-19 Peter HuttererXSync the display before jumping in the grab code.
2009-04-19 Peter HuttererAdd a hunk to test XI2 sync'd grabs.
2009-04-19 Peter HuttererRegister for exposure events and block until we're...
2009-04-19 Peter HuttererPrint event/root x/y on device events.
2009-04-19 Peter HuttererActually print event_y when trying to print event_y...
2009-04-19 Peter Huttererreplace BYTE with an unsigned char.
2009-04-16 Peter HuttererFix set-float-prop on 64-bit architectures.
2009-04-14 Peter Huttererfix 64 bit issues with set-int-prop and list-props.
2009-04-14 Peter HuttererFix 64 bit issues with set-int-prop.
2009-04-08 Simon Thumxinput: include device type in device list
next