summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-10-27We support XI 2.1 nowHEADmasterPeter Hutterer1-0/+5
2011-10-27list: drop XIQueryVersion callPeter Hutterer1-9/+0
2011-09-23Support the new Scroll classPeter Hutterer2-0/+35
2011-08-19Enclose button labels with quotes to improve readabilityPeter Hutterer1-1/+4
2011-08-19test-xi2: support a device optionPeter Hutterer1-3/+10
2011-08-19Print the class type when listing devices.Peter Hutterer1-1/+4
2011-08-19test-xi2: print the correct flags, depending on the event typePeter Hutterer1-1/+11
2011-08-12list: don't use defines for checking server version.Peter Hutterer1-3/+3
2011-07-18Add support for device-to-screen mappingPeter Hutterer4-1/+269
2011-06-21Update Copyright notices.Gaetan Nadon4-83/+75
2011-06-03Remove superfluous comment.Peter Hutterer1-2/+1
2011-06-03Announce support for XI 2.0 to the server.Peter Hutterer1-0/+10
2011-05-05Initialize a few more values to defaults.Peter Hutterer1-2/+3
2011-05-05Silence compiler warningPeter Hutterer1-1/+1
2011-01-20Fix broken "xinput list <devicename>".Peter Hutterer1-3/+9
2011-01-20Add --id-only flag for 'xinput list'.Peter Hutterer2-2/+13
2011-01-20Add --name-only flag for 'xinput list'.Peter Hutterer2-7/+26
2011-01-20Switch list to use an enum of printing formats.Peter Hutterer1-17/+31
2010-12-29Remove unneeded include.Peter Hutterer1-1/+0
2010-11-18Zero out entire mask when selecting for different eventsChase Douglas1-2/+2
2010-11-17Print XI2 device event child window in hex tooChase Douglas1-1/+1
2010-10-12Print an error if mode is neither ABSOLUTE nor RELATIVE.Peter Hutterer1-1/+4
2010-07-02xinput: Split XI2 valuators and print index of eventsChase Douglas1-3/+2
2010-06-09list: only check the last bit in the device mode.Peter Hutterer1-0/+4
2010-05-18Atoms from XIGetProperty are 32bits (#27657)Kees Cook1-3/+3
2010-05-14Support pointer: and keyboard: prefices for XI2 device namesWill Thompson1-5/+35
2010-05-14Warn and fail if a device name is ambiguous.Will Thompson1-3/+12
2010-04-29test-xi2: Print out the sourceid for enter/leave events.Peter Hutterer1-1/+1
2010-03-08test-xi2: print event type name as well.Peter Hutterer1-1/+30
2009-10-22.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-0/+2
2009-10-09Clean up --version, don't require a DISPLAY and display the server version too.Peter Hutterer3-51/+38
2009-10-09Rework 'xinput list' codeThomas Jaeger2-45/+46
2009-09-17Use do_set_prop for set_{atom,float,int}_propJulien Cristau1-204/+45
2009-09-17set-prop: add --type={atom,float,int} and --format={8,16,32} optionsJulien Cristau2-3/+43
2009-09-17Add a format and type argument to the set_prop functionsJulien Cristau1-26/+51
2009-08-21test_xi2: Print the key repeat flag if it is set.Peter Hutterer1-0/+1
2009-07-23test-xi2: Update to keycode grabs instead of keysym grabs.Peter Hutterer1-2/+2
2009-07-16Print XINotifyPassiveGrab detail in enter events too.Peter Hutterer1-0/+2
2009-07-14test_xi: Print deviceid for enter events tooPeter Hutterer1-0/+1
2009-07-14Use XI2 defines for enter/leave modes and detail.Peter Hutterer1-12/+12
2009-07-13Adjust to new, split-up raw event types.Peter Hutterer1-3/+12
2009-07-13test_xi2: Plug memory leak with XGetAtomName.Peter Hutterer1-2/+4
2009-07-13test_xi2: Update to use cookie events - require libXi 1.2.99.2Peter Hutterer1-37/+37
2009-06-30Plug memory leak from XGetAtomName.Peter Hutterer1-2/+10
2009-06-24Obtain the XInput opcode and check that GenericEvents are actually XI eventsBenjamin Close3-2/+11
2009-06-24test_xi2: don't map the window before selecting for events.Peter Hutterer1-5/+2
2009-06-24test_xi2: use %#x alternative printf format.Peter Hutterer1-4/+4
2009-06-24remove-master: document possible return modes in --helpThomas Jaeger1-1/+1
2009-06-23Fix --help output for create-master and remove-master.Peter Hutterer1-2/+2
2009-06-22reattach: Default to return to VCP/VCK when returnMode is AttachToMasterThomas Jaeger1-2/+36