package fixing
[profile/ivi/xorg-x11-utils-xinput.git] / ChangeLog
1 commit 13d9a0906acca18a268b8898addc1a192c5a2b12
2 Author: Peter Hutterer <peter.hutterer@who-t.net>
3 Date:   Thu Nov 11 13:56:22 2010 +1000
4
5     xinput 1.5.3
6     
7     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
8
9 commit 84798d18421535f47a00f4bc43787432f6725032
10 Author: Peter Hutterer <peter.hutterer@who-t.net>
11 Date:   Mon Oct 11 13:46:54 2010 +1000
12
13     Print an error if mode is neither ABSOLUTE nor RELATIVE.
14     
15     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
16     Reviewed-by: Julien Cristau <jcristau@debian.org>
17
18 commit 6a794ab3ceb6d3527c0a87f610bc1d6cf26971ba
19 Author: Chase Douglas <chase.douglas@canonical.com>
20 Date:   Thu Jul 1 18:36:42 2010 -0400
21
22     xinput: Split XI2 valuators and print index of events
23     
24     XI2 events support bitmask selected valuators. When printing masked
25     events, we need to also print the index of the valuator value. This
26     change prints each valuator on its own line, prefixed by its index
27     
28     Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
29     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
30
31 commit a5c9b0ffb969f71ec73a6c65f5135f5aa7805a38
32 Author: Peter Hutterer <peter.hutterer@who-t.net>
33 Date:   Wed Jun 9 15:52:31 2010 +1000
34
35     list: only check the last bit in the device mode.
36     
37     This works around a bug in X servers 1.7.x, 1.8.0 and 1.8.1 where the device
38     mode could sometimes be binary OR'd with the OutOfProximity flag. The result
39     was a value of 0b10 for relative and 0b11 for Absolute, both of which were
40     interpreted as relative by this code.
41     
42     Affected is only the XIQueryDevice call, not the XListInputDevices call.
43     
44     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
45
46 commit 3778f707cca0b9f023a8a5fc86e26776ef6e1b6c
47 Author: Peter Hutterer <peter.hutterer@who-t.net>
48 Date:   Fri Jun 4 11:11:03 2010 +1000
49
50     xinput 1.5.2
51     
52     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
53
54 commit 87ec8d42c7f8e4e0613bcbe59fb2db991e1e4acb
55 Author: Kees Cook <kees.cook@canonical.com>
56 Date:   Wed Apr 14 21:19:48 2010 -0700
57
58     Atoms from XIGetProperty are 32bits (#27657)
59     
60     A 32bit value must be dereferenced to correctly zero-extend an Atom
61     from XIGetProperty.  On 64bit systems, Atom is 64bits, so the final
62     Atom in a list will read garbage in the upper half of the Atom.
63     
64     X.Org Bug 27657 <http://bugs.freedesktop.org/show_bug.cgi?id=27657>
65     
66     Signed-off-by: Kees Cook <kees.cook@canonical.com>
67     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
68
69 commit 79eada1b0a221c10a3300fa0c988879fd9062d99
70 Author: Will Thompson <will.thompson@collabora.co.uk>
71 Date:   Tue Apr 6 11:26:39 2010 +0100
72
73     Support pointer: and keyboard: prefices for XI2 device names
74     
75     I have a keyboard which is also a mouse, and shows up as two devices
76     with the same name. This patch allows me to reliably refer to the
77     pointer device.
78     
79     Signed-off-by: Will Thompson <will.thompson@collabora.co.uk>
80     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
81
82 commit 26c8ad96bed67087f89439ec595e928e7f5c8a9c
83 Author: Will Thompson <will.thompson@collabora.co.uk>
84 Date:   Thu Apr 1 15:35:34 2010 +0100
85
86     Warn and fail if a device name is ambiguous.
87     
88     The XI1 path bails out if the user specifies a device by name and there
89     is more than one device, but the XI2 path previously just silently chose
90     the first one. This patch makes it fail outright.
91     
92     Signed-off-by: Will Thompson <will.thompson@collabora.co.uk>
93     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
94
95 commit 19751d021524ee7237704b6158947c26aad4e8c5
96 Author: Peter Hutterer <peter.hutterer@who-t.net>
97 Date:   Thu Apr 29 16:03:28 2010 +1000
98
99     test-xi2: Print out the sourceid for enter/leave events.
100     
101     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
102
103 commit de293d5bb46de46aaa6799940824c31de95f905b
104 Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
105 Date:   Fri Apr 2 00:30:49 2010 -0500
106
107     man: use automake silent rules
108     
109     Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
110     Reviewed-by:  RĂ©mi Cardona <remi@gentoo.org>
111     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
112
113 commit e980a1fa1237089c0d28210fc32210d63113793f
114 Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
115 Date:   Fri Apr 2 00:30:48 2010 -0500
116
117     man: Use AC_PROG_SED to find sed
118     
119     Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
120     Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
121     Acked-by: Gaetan Nadon <memsize@videotron.ca>
122     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
123
124 commit f1577913026eead06795c629798a41e9e7d939c1
125 Author: Peter Hutterer <peter.hutterer@who-t.net>
126 Date:   Mon Mar 15 11:34:55 2010 +1000
127
128     xinput 1.5.1
129     
130     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
131
132 commit 88282e21598b25fca7868bf7d5fbaa76cc603bb4
133 Author: Peter Hutterer <peter.hutterer@who-t.net>
134 Date:   Tue Mar 2 14:07:40 2010 +1000
135
136     test-xi2: print event type name as well.
137     
138     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
139     Reviewed-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
140
141 commit 4966627f5fc74b30a5cc9ca9292a0314aabf1734
142 Author: Peter Hutterer <peter.hutterer@who-t.net>
143 Date:   Thu Feb 4 15:05:36 2010 +1000
144
145     man: document XI2 options
146     
147     Document the options to modifiy the device hierarchy and change the
148     ClientPointer.
149     
150     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
151
152 commit 8cd99782831c6d6e8407c7e99471780d118d2648
153 Author: Peter Hutterer <peter.hutterer@who-t.net>
154 Date:   Mon Jan 11 09:23:32 2010 +1000
155
156     man: remove reference to XListInputDevices
157     
158     xinput --list uses XListInputDevices on XI1 servers and XIQueryDevice on XI2
159     servers. Also, who cares about that when reading the man page anyway...
160     
161     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
162     Acked-by: Julien Cristau <jcristau@debian.org>
163
164 commit 45aa64622fd2aea01de15bf192e39e1cbade9918
165 Author: Simon Thum <simon.thum@gmx.de>
166 Date:   Sun Oct 18 15:10:56 2009 +0200
167
168     Clarify role of set-ptr-feedback
169     
170     Signed-off-by: Simon Thum <simon.thum@gmx.de>
171     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
172
173 commit a80014b71a878c5377c3b853f242ead4a6f8a270
174 Author: Julien Cristau <jcristau@debian.org>
175 Date:   Sun Nov 29 11:04:57 2009 +0100
176
177     Add Peter and Red Hat's copyright notices and licenses to COPYING
178
179 commit 4ebc9712dec4de0a466292fb4e2fa5167004a802
180 Author: Gaetan Nadon <memsize@videotron.ca>
181 Date:   Thu Nov 26 09:19:54 2009 -0500
182
183     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
184     
185     Now that the INSTALL file is generated.
186     Allows running make maintainer-clean.
187
188 commit f6c61dfdf92cc783867f2b1dd27dc400a0625f16
189 Author: Gaetan Nadon <memsize@videotron.ca>
190 Date:   Wed Oct 28 14:09:08 2009 -0400
191
192     INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
193     
194     Add missing INSTALL file. Use standard GNU file on building tarball
195     README may have been updated
196     Remove AUTHORS file as it is empty and no content available yet.
197     Remove NEWS file as it is empty and no content available yet.
198
199 commit 1a0f0a03655769afc337a715fcc81fe8ad3c2693
200 Author: Gaetan Nadon <memsize@videotron.ca>
201 Date:   Tue Oct 27 15:07:25 2009 -0400
202
203     Deploy the new XORG_DEFAULT_OPTIONS #24242
204     
205     This macro aggregate a number of existing macros that sets commmon
206     X.Org components configuration options. It shields the configuration file from
207     future changes.
208
209 commit 76c7ff22a8180f7c9cac08ccbf76b9d3d55d5f0f
210 Author: Gaetan Nadon <memsize@videotron.ca>
211 Date:   Mon Oct 26 22:08:39 2009 -0400
212
213     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
214     
215     ChangeLog filename is known to Automake and requires no further
216     coding in the makefile.
217
218 commit 3cc49225212abd82f7795c641baba3fa242fa9e8
219 Author: Gaetan Nadon <memsize@videotron.ca>
220 Date:   Thu Oct 22 12:34:15 2009 -0400
221
222     .gitignore: use common defaults with custom section # 24239
223     
224     Using common defaults will reduce errors and maintenance.
225     Only the very small or inexistent custom section need periodic maintenance
226     when the structure of the component changes. Do not edit defaults.
227
228 commit a813e9afba400280e5aea73f5b4a633a2a867df6
229 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
230 Date:   Wed Oct 21 12:47:20 2009 -0700
231
232     This is not a GNU project, so declare it foreign.
233     
234     On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
235     > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
236     > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
237     > > was quite annoying to work around since 'autoreconf -fvi' replaces
238     > > it and git wants to commit it.  Should these files even be in git?
239     > > Can I nuke them for the betterment of humanity and since they get
240     > > created by autoreconf anyways?
241     >
242     > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
243     
244     As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
245     AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
246     of the INSTALL file. It is also part of the 24206 solution.
247     
248     Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
249
250 commit 09b075863708e43b9c1202dd052f36d5f865f571
251 Author: Peter Hutterer <peter.hutterer@who-t.net>
252 Date:   Tue Oct 13 15:25:19 2009 +1000
253
254     xinput 1.5.0
255     
256     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
257
258 commit 5f49354072a3d331fe359eac0ebff09506668952
259 Author: Peter Hutterer <peter.hutterer@who-t.net>
260 Date:   Fri Oct 9 15:28:34 2009 +1000
261
262     Clean up --version, don't require a DISPLAY and display the server version too.
263     
264     version.c was removed, seemed a bit excessive for the 20 lines of code.
265     --version is integrated separate from the other commands now, checked before
266     opening the display. xinput now prints its own version in all cases, even if
267     the display is unavailable. If the display is available, it prints the
268     server version too. Example output:
269     
270     $> xinput --version
271     xinput version 1.4.99.3
272     XI version on server: 2.0
273     
274     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
275
276 commit 7ecd7d55d7a7ab9f5cea5f34f28c7c221171c2bf
277 Author: Peter Hutterer <peter.hutterer@who-t.net>
278 Date:   Fri Oct 9 15:07:30 2009 +1000
279
280     man: clean up the man page.
281     
282     Several changes to the man page to tidy it up a bit:
283     - RCS tag removed
284     - synopsis shortened, OPTIONS section added instead
285     - "xinput" dropped before the option descriptions, options in manpage
286       prefixed with '--'.
287     - device_name replaced with just device, since it may be a deviceid.
288     - Removed references to XI man page calls that some options use, it really
289       doesn't matter to users what the underlying Xlib call is.
290     - mark set-int-prop and set-float-prop as deprecated in the man page.
291     - add --test_xi2 flag
292     - Added a few more authors.
293     
294     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
295     Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com>
296
297 commit 7010a6c924ce6937c8e040c837a118663d6dfdb3
298 Author: Thomas Jaeger <ThJaeger@gmail.com>
299 Date:   Wed Oct 7 13:05:15 2009 -0400
300
301     Rework 'xinput list' code
302     
303     * Drop the questionable --loop option
304     * Add a --long option (opposite of --short)
305     * Make --short the default if no device argument is given
306     * XI2: Make it possible to query a single device
307     
308     Signed-off-by: Thomas Jaeger <ThJaeger@gmail.com>
309     
310     squashed in a man page update for --short and --long.
311     
312     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
313
314 commit 7d930a42e6c294ecaaf42585e37b8dc24be8a805
315 Author: Peter Hutterer <peter.hutterer@who-t.net>
316 Date:   Thu Sep 24 10:45:54 2009 +1000
317
318     Bump to 1.4.99.3
319     
320     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
321
322 commit a2392f62a93fd288abb8000556d1b34eadaf697f
323 Author: Alan Coopersmith <alan.coopersmith@sun.com>
324 Date:   Mon Sep 21 17:30:55 2009 -0700
325
326     Use __xorgversion__ instead of RCS $Date in man page header/footer
327     
328     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
329
330 commit 2ba793d412608dcad61dbca1c8c76740d4982e2b
331 Author: Julien Cristau <jcristau@debian.org>
332 Date:   Tue Sep 15 17:37:34 2009 +0200
333
334     Use do_set_prop for set_{atom,float,int}_prop
335     
336     Signed-off-by: Julien Cristau <jcristau@debian.org>
337     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
338
339 commit 79800e1e0fa3b45b6ed37453851df24c98da4435
340 Author: Julien Cristau <jcristau@debian.org>
341 Date:   Tue Sep 15 17:55:35 2009 +0200
342
343     set-prop: add --type={atom,float,int} and --format={8,16,32} options
344     
345     Allows creating new properties or modifying the type and format of
346     existing ones.
347     
348     Signed-off-by: Julien Cristau <jcristau@debian.org>
349     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
350
351 commit 1665fa4e24930f7e3f1cfbc8bf50119ab7d6ca04
352 Author: Julien Cristau <jcristau@debian.org>
353 Date:   Tue Sep 15 17:33:54 2009 +0200
354
355     Add a format and type argument to the set_prop functions
356     
357     This will allow the addition of command-line options to set format and
358     type, and the reuse of this code for the set-{atom,float,int}-prop
359     paths.
360     
361     Signed-off-by: Julien Cristau <jcristau@debian.org>
362     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
363
364 commit 650c52db8b30cebca3386ac350154a6b3a0abbe1
365 Author: Peter Hutterer <peter.hutterer@who-t.net>
366 Date:   Wed Sep 16 12:29:26 2009 +1000
367
368     Require xorg-macros 1.3 for XORG_DEFAULT_OPTIONS.
369
370 commit 22fdd63f4521c89ae43bbfc6741e872b4a74d18f
371 Author: Peter Hutterer <peter.hutterer@who-t.net>
372 Date:   Fri Aug 21 15:56:19 2009 +1000
373
374     test_xi2: Print the key repeat flag if it is set.
375     
376     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
377
378 commit 6c362c67ec7fb62d2d7bab5ab4e779147f941a33
379 Author: Peter Hutterer <peter.hutterer@who-t.net>
380 Date:   Mon Aug 3 15:59:16 2009 +1000
381
382     Bump to 1.4.99.2
383     
384     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
385
386 commit 10a5596e9cd6dbca0826929e03e9495703279822
387 Author: Peter Hutterer <peter.hutterer@who-t.net>
388 Date:   Tue Jul 21 16:20:03 2009 +1000
389
390     test-xi2: Update to keycode grabs instead of keysym grabs.
391     
392     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
393
394 commit 6aa2dbd555ca4d659acbebffabe28bf648eed32d
395 Author: Peter Hutterer <peter.hutterer@who-t.net>
396 Date:   Thu Jul 16 16:14:01 2009 +1000
397
398     Print XINotifyPassiveGrab detail in enter events too.
399
400 commit b6949c809c69d824fa5fdb2825f045ed716237d8
401 Author: Peter Hutterer <peter.hutterer@who-t.net>
402 Date:   Tue Jul 14 16:27:36 2009 +1000
403
404     test_xi: Print deviceid for enter events too
405
406 commit 59fc7423bf0e8d29747074449e7a3484cafb2f42
407 Author: Peter Hutterer <peter.hutterer@who-t.net>
408 Date:   Tue Jul 14 16:13:48 2009 +1000
409
410     Use XI2 defines for enter/leave modes and detail.
411     
412     Doesn't matter much since they are the same as the core ones anyway, but
413     nicer for consistency.
414     
415     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
416
417 commit 9a20ce005c12cea9cf215125c96a00c7cbe988c7
418 Author: Peter Hutterer <peter.hutterer@who-t.net>
419 Date:   Mon Jul 13 16:05:25 2009 +1000
420
421     Adjust to new, split-up raw event types.
422     
423     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
424
425 commit 7baaba9fbef48b1f45a51c1654e605df074800b8
426 Author: Peter Hutterer <peter.hutterer@who-t.net>
427 Date:   Mon Jul 13 09:18:35 2009 +1000
428
429     test_xi2: Plug memory leak with XGetAtomName.
430     
431     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
432
433 commit cb93b032989907e5274d9a5d95ae01535001ec19
434 Author: Peter Hutterer <peter.hutterer@who-t.net>
435 Date:   Mon Jul 13 09:15:49 2009 +1000
436
437     test_xi2: Update to use cookie events - require libXi 1.2.99.2
438     
439     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
440
441 commit d7f6f7eda435b550d782b545cd7828b21c19b7b4
442 Author: Peter Hutterer <peter.hutterer@who-t.net>
443 Date:   Tue Jun 30 16:18:20 2009 +1000
444
445     Plug memory leak from XGetAtomName.
446
447 commit 248faefc957a9b0877384842540b2d935e1b5c07
448 Author: Benjamin Close <Benjamin.Close@clearchain.com>
449 Date:   Wed Jun 24 11:55:00 2009 +0930
450
451     Obtain the XInput opcode and check that GenericEvents are actually XI events
452     
453     Signed-off-by: Benjamin Close <Benjamin.Close@clearchain.com>
454     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
455
456 commit 1c28ba44958389892470688ce394c034dc8efa21
457 Author: Peter Hutterer <peter.hutterer@who-t.net>
458 Date:   Wed Jun 24 10:30:45 2009 +1000
459
460     test_xi2: don't map the window before selecting for events.
461     
462     Mapping the window before selecting for XI2 events leaves some events out
463     (e.g. enter events if the pointer is already in the area where the window is
464     being mapped).
465     
466     Reported-by: Thomas Jaeger
467     
468     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
469
470 commit f00f6b1c58b3ded52d8cb0002e0bacd558bc874c
471 Author: Peter Hutterer <peter.hutterer@who-t.net>
472 Date:   Wed Jun 24 10:29:12 2009 +1000
473
474     test_xi2: use %#x alternative printf format.
475     
476     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
477
478 commit 97fbbe671827194fa175d6bd15f6189e921393c5
479 Author: Thomas Jaeger <ThJaeger@gmail.com>
480 Date:   Tue Jun 23 12:49:56 2009 -0400
481
482     remove-master: document possible return modes in --help
483     
484     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
485
486 commit f1e11109acae93f2d9cbee2333dcf7b65cf6151b
487 Author: Peter Hutterer <peter.hutterer@who-t.net>
488 Date:   Tue Jun 23 13:26:56 2009 +1000
489
490     Fix --help output for create-master and remove-master.
491     
492     Missing <> added. All parameters in the --help output have surrounding <> if
493     the parameter is something the user has to substitute.
494     
495     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
496
497 commit 863423141a3347a013004c809e9d8ce29e11d377
498 Author: Peter Hutterer <peter.hutterer@who-t.net>
499 Date:   Sat Jun 20 17:59:59 2009 +1000
500
501     Bump to 1.4.99.1
502     
503     We've had a 1.4 branch for a while now, this bump is way overdue.
504
505 commit e8ca8fa459eb2eb4d9e9faf294d7172fb4fdb17b
506 Author: Thomas Jaeger <ThJaeger@gmail.com>
507 Date:   Sun Jun 14 13:58:39 2009 -0400
508
509     reattach: Default to return to VCP/VCK when returnMode is AttachToMaster
510     
511     Signed-off-by: Thomas Jaeger <ThJaeger@gmail.com>
512     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
513
514 commit f8b3dc4e1c43140514d20fbc9fddd0f352cbe40b
515 Author: Thomas Jaeger <ThJaeger@gmail.com>
516 Date:   Mon Jun 15 21:45:32 2009 -0400
517
518     test-xi2: Report correct event coordinates
519     
520     Signed-off-by: Thomas Jaeger <ThJaeger@gmail.com>
521     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
522
523 commit cddc199d10952ec2a851e4b120061701e664be1b
524 Author: Thomas Jaeger <ThJaeger@gmail.com>
525 Date:   Mon Jun 15 21:37:56 2009 -0400
526
527     test-xi2: Use standard macros instead of BitIsOn/SetBit
528     
529     Signed-off-by: Thomas Jaeger <ThJaeger@gmail.com>
530     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
531
532 commit 82d338548e22ae271f50592e759794dd7536a207
533 Author: Peter Hutterer <peter.hutterer@who-t.net>
534 Date:   Wed Jun 17 21:23:17 2009 +1000
535
536     Require inputproto 1.9.99.12
537
538 commit efab9cff2a3605c803786ff9a69ff1aeb155479d
539 Author: Peter Hutterer <peter.hutterer@who-t.net>
540 Date:   Wed Jun 17 21:23:06 2009 +1000
541
542     Print the valuator value for absolute axes.
543
544 commit a4efa37a0646497ed46f4462d8c745ab17339f62
545 Author: Peter Hutterer <peter.hutterer@who-t.net>
546 Date:   Wed Jun 17 21:22:23 2009 +1000
547
548     Print button and valuator labels when listing a device.
549
550 commit 632ef53adf1e18509dfa2a1ae820910aa0a88545
551 Author: Peter Hutterer <peter.hutterer@who-t.net>
552 Date:   Mon Jun 15 14:10:30 2009 +1000
553
554     Print button state when listing XI2 devices.
555     
556     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
557
558 commit e119d872c74f0190d40d5c4cd742c196aab6bf48
559 Author: Peter Hutterer <peter.hutterer@who-t.net>
560 Date:   Fri Jun 12 16:31:02 2009 +1000
561
562     Print the sourceid when listing device classes.
563     
564     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
565
566 commit a97520d6e5245ad15d7b7edbf355a343db53e144
567 Author: Peter Hutterer <peter.hutterer@who-t.net>
568 Date:   Fri Jun 12 16:29:37 2009 +1000
569
570     Use the XI2 class defines for listing device classes in XI2 mode.
571     
572     Purely cosmetic change, the values are the same anyway.
573     
574     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
575
576 commit 47983fbd12366ee8ce89b293955b43f7e49b1785
577 Author: Peter Hutterer <peter.hutterer@who-t.net>
578 Date:   Fri Jun 12 15:47:02 2009 +1000
579
580     Fix build errors introduced by inputproto 1.9.99.11.
581     
582     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
583
584 commit 8659d4f88c805e764d671ae50dc110f742727dd7
585 Author: Peter Hutterer <peter.hutterer@who-t.net>
586 Date:   Wed Jun 3 12:57:10 2009 +1000
587
588     xi2 test: add two missing breaks.
589     
590     Printing a hierarchy event would always print only "master keyboard" or
591     "slave keyboard", never pointers.
592
593 commit 8917716f37e4acbd848ea0c6abd1c943bde2f24d
594 Author: Thomas Jaeger <ThJaeger@gmail.com>
595 Date:   Fri May 29 19:23:04 2009 -0400
596
597     test-xi2: fix modifiers for XIGrabButton call
598     
599     Signed-off-by: Thomas Jaeger <ThJaeger@gmail.com>
600     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
601
602 commit 6c701334d13aabc832b41a3a060dedb8978943d3
603 Author: Benjamin Close <Benjamin.Close@clearchain.com>
604 Date:   Thu May 28 18:44:47 2009 +1000
605
606     Remove superfluous dev assignment.
607     
608     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
609
610 commit 969aad3967e58acfcb3da3583858cae09694652a
611 Merge: 9aa8f48 5ad5edc
612 Author: Peter Hutterer <peter.hutterer@who-t.net>
613 Date:   Wed May 27 07:34:32 2009 +1000
614
615     Merge branch 'master' into xi2
616
617 commit 5ad5edc65e55fe4be63ba31acec4bc1fca96e81b
618 Author: Peter Hutterer <peter.hutterer@who-t.net>
619 Date:   Wed May 27 07:33:31 2009 +1000
620
621     Print empty properties as <no items>.
622
623 commit 9aa8f4826ed7120ae0ff759c6df40a0d3f37c720
624 Author: Peter Hutterer <peter.hutterer@who-t.net>
625 Date:   Wed May 27 07:33:52 2009 +1000
626
627     Print empty XI2 properties as <no items>
628
629 commit 13e9758b2ebd5d545c08903aab0eccd423851a30
630 Author: Peter Hutterer <peter.hutterer@who-t.net>
631 Date:   Wed May 27 07:33:31 2009 +1000
632
633     Print empty properties as <no items>.
634
635 commit 5fcd16638abf156a47d4d1c2e3caf0206b97b953
636 Author: Peter Hutterer <peter.hutterer@who-t.net>
637 Date:   Wed May 20 12:11:07 2009 +1000
638
639     Print None properties in XI2 mode too.
640     
641     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
642
643 commit 7458e7dde70f5d9ff281848fb1a56e9a5f1dd783
644 Merge: 14f47c2 aae3bfe
645 Author: Peter Hutterer <peter.hutterer@who-t.net>
646 Date:   Wed May 20 12:10:44 2009 +1000
647
648     Merge branch 'master' into xi2
649
650 commit aae3bfee098567a80444b970aea4c737c736254c
651 Author: Peter Hutterer <peter.hutterer@who-t.net>
652 Date:   Wed May 20 12:02:31 2009 +1000
653
654     Deal with None atoms.
655     
656     An atom may in some cases be 0 (None). Deal with this instead of failing with
657     BadAtom values.
658     
659     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
660
661 commit 14f47c23f56c06058673748755b3e31a6d18edf1
662 Author: Peter Hutterer <peter.hutterer@who-t.net>
663 Date:   Tue May 19 15:28:16 2009 +1000
664
665     Print floating slaves in XI2 list mode.
666     
667     Floating slaves are always printed last.
668     
669     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
670
671 commit 1c72fd55d61371de81f44be5d92982a3012ad24b
672 Author: Peter Hutterer <peter.hutterer@who-t.net>
673 Date:   Wed May 13 14:20:58 2009 +1000
674
675     Update to new inputproto and libXi naming conventions.
676     
677     Require inputproto 1.9.99.9.
678
679 commit 9c6a51e8aaba50b8f3a0f3ad767c34a80aee55a1
680 Merge: 239cd6a 4832dc1
681 Author: Peter Hutterer <peter.hutterer@who-t.net>
682 Date:   Fri May 8 15:15:45 2009 +1000
683
684     Merge branch 'master' into xi2
685     
686     Conflicts:
687         src/xinput.h
688
689 commit 239cd6a673be2821915301c1b3c3bae063e9dd94
690 Author: Peter Hutterer <peter.hutterer@who-t.net>
691 Date:   Fri May 8 14:21:17 2009 +1000
692
693     Update to new inputproto defines.
694
695 commit 5d973706f4f706b7576bb6feac4beb7273438b78
696 Author: Peter Hutterer <peter.hutterer@who-t.net>
697 Date:   Thu Apr 30 16:53:05 2009 +1000
698
699     update test_xi2 with a few more tests.
700
701 commit 4832dc1f3ee8d11eadc99b5cd4e8158773d11f9b
702 Author: Peter Hutterer <peter.hutterer@who-t.net>
703 Date:   Thu May 7 14:00:46 2009 +1000
704
705     XCloseDisplay when we're done.
706     
707     This isn't really necessary, but we might as well be correct.
708     
709     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
710
711 commit d15a6c0c4cbf2b7d3feec0c829145e3036d84e4d
712 Author: Peter Hutterer <peter.hutterer@who-t.net>
713 Date:   Thu May 7 12:56:58 2009 +1000
714
715     Clean up xinput.h a bit
716     
717     Remove the unnecessary NeedFunctionPrototypes ifdef.
718     
719     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
720
721 commit 125074488dc27f484a30a8d076133c73f4d9ef48
722 Author: Peter Hutterer <peter.hutterer@who-t.net>
723 Date:   Thu May 7 14:37:58 2009 +1000
724
725     Add support for XI2 property requests.
726     
727     If XI2 is available, we use XI2 for list-props, delete-prop and set-prop.
728
729 commit ff1b12265de1010aa22011c5db829274a8a3dab1
730 Author: Peter Hutterer <peter.hutterer@who-t.net>
731 Date:   Thu May 7 14:13:45 2009 +1000
732
733     Get the XIDeviceInfo instead of just the id.
734     
735     This way we leak the XIDeviceInfo array, but then again it doesn't matter
736     since we exit after the command anyway.
737     And with the XIDeviceInfo around, we can actually print the name and
738     whatnot.
739     
740     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
741
742 commit ba2396b40a427c30c58f8c17b64f4cf7bfaa2909
743 Author: Peter Hutterer <peter.hutterer@who-t.net>
744 Date:   Thu May 7 14:00:46 2009 +1000
745
746     XCloseDisplay when we're done.
747     
748     This isn't really necessary, but we might as well be correct.
749     
750     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
751
752 commit ea87f587e4090d2881ce8957476411b6de1c260b
753 Author: Peter Hutterer <peter.hutterer@who-t.net>
754 Date:   Thu May 7 13:59:12 2009 +1000
755
756     Remove one more unnecessary ifdef.
757     
758     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
759
760 commit a783c19f94e6fed28aeaf0550558cd0b63402b9c
761 Merge: 65e3e12 4e6e0dd
762 Author: Peter Hutterer <peter.hutterer@who-t.net>
763 Date:   Thu May 7 13:06:05 2009 +1000
764
765     Merge branch 'master' into xi2
766     
767     Conflicts:
768         src/property.c
769         src/xinput.c
770         src/xinput.h
771
772 commit 4e6e0dd562e8e844bede349bd11c339644447d78
773 Author: Peter Hutterer <peter.hutterer@who-t.net>
774 Date:   Thu May 7 12:56:58 2009 +1000
775
776     Clean up xinput.h a bit
777     
778     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
779
780 commit 4b4b2e3f31cf08073887d8583997eb3340a6c2e1
781 Author: Peter Hutterer <peter.hutterer@who-t.net>
782 Date:   Fri May 1 11:22:53 2009 +1000
783
784     Create the float property if it doesn't exist.
785     
786     If we don't have the float property we won't be able to use float properties
787     for device configuration since the drivers may not understand it.
788     We might still want to apply properties for client settings though.
789     
790     Reported-by: Simon Thum <simon.thum@gmx.de>
791     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
792
793 commit 42dca922d287ffddcf2185ca96738f1505a04c27
794 Author: Peter Hutterer <peter.hutterer@who-t.net>
795 Date:   Thu Apr 30 14:50:08 2009 +1000
796
797     If there's multiple null-terminated strings in the property, print all.
798     
799     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
800     Signed-off-by: Simon Thum <simon.thum@gmx.de>
801
802 commit e9af7c5f602b5580df36c77ee1c2ed22ccf72134
803 Author: Peter Hutterer <peter.hutterer@who-t.net>
804 Date:   Fri May 1 09:14:46 2009 +1000
805
806     The float_atom should actually be an Atom
807     
808     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
809
810 commit 65e3e12fa6fc2043fbb0122c72a4f7df09b1c659
811 Author: Peter Hutterer <peter.hutterer@who-t.net>
812 Date:   Thu Apr 30 14:50:08 2009 +1000
813
814     If there's multiple null-terminated strings in the property, print all.
815     
816     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
817
818 commit e7cd0436689b54d14e05a601e426cd600994db89
819 Author: Julien Cristau <jcristau@debian.org>
820 Date:   Mon Apr 20 13:58:03 2009 +0200
821
822     xinput: add set-prop command
823     
824     There's no reason to require the user to know the difference between
825     set-int-prop, set-float-prop and set-atom-prop, and to know the required
826     format for each integer property, since we can just ask
827     XGetDeviceProperty.
828     
829     Signed-off-by: Julien Cristau <jcristau@debian.org>
830     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
831
832 commit 167034ba2798fbe34abf4748068ae480e45bfe13
833 Author: Julien Cristau <jcristau@debian.org>
834 Date:   Thu Apr 16 18:55:46 2009 +0200
835
836     Factorize atom parsing in its own function
837     
838     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
839
840 commit 2722d1a177c9482989e314e0177c782563a0b54e
841 Author: Peter Hutterer <peter.hutterer@who-t.net>
842 Date:   Mon Apr 20 08:28:53 2009 +1000
843
844     XSync the display before jumping in the grab code.
845     
846     The grab code only handles button presses, so we need to remove all events
847     before (exposures, enter/leave, etc.).
848
849 commit 0df21cff5cdf2cf4af0af353f0dbfc7c33388b32
850 Author: Peter Hutterer <peter.hutterer@who-t.net>
851 Date:   Sun Apr 19 21:28:25 2009 +1000
852
853     Add a hunk to test XI2 sync'd grabs.
854
855 commit dd27752cbff03ea79ac76801d3748edc348570dc
856 Author: Peter Hutterer <peter.hutterer@who-t.net>
857 Date:   Sun Apr 19 21:27:40 2009 +1000
858
859     Register for exposure events and block until we're mapped.
860
861 commit a7de225eea0c7561e73d44c63844a8e98dea9676
862 Author: Peter Hutterer <peter.hutterer@who-t.net>
863 Date:   Sun Apr 19 21:09:49 2009 +1000
864
865     Print event/root x/y on device events.
866
867 commit 795799eff591be1fa8ce5199aa89a86dcb4b04e8
868 Author: Peter Hutterer <peter.hutterer@who-t.net>
869 Date:   Sun Apr 19 20:33:40 2009 +1000
870
871     Actually print event_y when trying to print event_y in Enter/Leave events.
872
873 commit 57d367b74d1068d38ce313a06a36654fd82ad460
874 Author: Peter Hutterer <peter.hutterer@who-t.net>
875 Date:   Sat Apr 18 08:43:43 2009 +1000
876
877     replace BYTE with an unsigned char.
878
879 commit a577bada8dddf3241a59cab812f5128131c46b29
880 Author: Peter Hutterer <peter.hutterer@redhat.com>
881 Date:   Thu Apr 16 09:20:16 2009 -0400
882
883     Fix set-float-prop on 64-bit architectures.
884     
885     Since 32-byte data on 64-bit machines must be passed in as 64-bit longs, let's
886     typecast around a bit.
887     
888     Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
889
890 commit de6326a75de810752a5b4e4c2f5fe98a2f7241a9
891 Author: Peter Hutterer <peter.hutterer@who-t.net>
892 Date:   Tue Apr 14 09:13:15 2009 -0400
893
894     fix 64 bit issues with set-int-prop and list-props.
895     
896     libX11 uses longs for 32 bit values, increasing hilarity on 64 bit machines.
897     
898     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
899
900 commit 1e3da5be51efebdd75df540a1c94baa6505cfc9a
901 Author: Peter Hutterer <peter.hutterer@who-t.net>
902 Date:   Tue Apr 14 13:54:40 2009 +1000
903
904     Fix 64 bit issues with set-int-prop.
905     
906     libX11 expects longs for 32 bit numbers.
907     
908     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
909
910 commit 2f8f2193fdfe783c0854772cc46f1b2e0b2e3ec4
911 Author: Simon Thum <simon.thum@gmx.de>
912 Date:   Thu Mar 26 13:52:15 2009 +0100
913
914     xinput: include device type in device list
915     
916     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
917
918 commit 17d537fd65ba9b1c99a0dde7833eb4069cc624a8
919 Author: Simon Thum <simon.thum@gmx.de>
920 Date:   Thu Mar 26 15:19:47 2009 +0100
921
922     xinput: mention set-float-prop in manpage
923     
924     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
925
926 commit 286724a1417ffda447be918e8bcf46cc37ed715b
927 Author: Peter Hutterer <peter.hutterer@who-t.net>
928 Date:   Mon Apr 6 09:54:07 2009 +1000
929
930     xinput 1.4.1
931
932 commit 4134bd0f23acf3ff30311007ceba9ecbe568a70a
933 Author: Benjamin Close <Benjamin.Close@clearchain.com>
934 Date:   Thu Feb 19 14:39:29 2009 +1030
935
936     Error out when selecting a device by name but more than one instance of the name exists
937     
938     Previously the check was in place for the duplicate name, however the first
939     device with the requested name  was still selected regardless.
940     Correct this by exiting out forcing the user to select by id instead
941     
942     Signed-off-by: Benjamin Close <Benjamin.Close@clearchain.com>
943
944 commit b04e8b472022c185123638a3d4639fbbcf0f144f
945 Author: Peter Hutterer <peter.hutterer@who-t.net>
946 Date:   Wed Mar 11 09:52:08 2009 +1000
947
948     Print enter/leave and focus events.
949
950 commit 70aac046bb4fb0028fcf018ae72bf29acfe6abac
951 Author: Peter Hutterer <peter.hutterer@who-t.net>
952 Date:   Tue Mar 10 15:41:15 2009 +1000
953
954     Register for raw events
955
956 commit 54136f2c2a37e92a5b5e49035d27ce6728e12e3a
957 Author: Peter Hutterer <peter.hutterer@who-t.net>
958 Date:   Tue Mar 10 13:23:53 2009 +1000
959
960     Change event registration a bit, using SetBit instead.
961
962 commit 959faacf2e125312b3ff0cc71f4e0b4ee059757f
963 Author: Peter Hutterer <peter.hutterer@who-t.net>
964 Date:   Sun Mar 8 17:41:23 2009 +1000
965
966     Print out hierarchy events
967
968 commit ab0632284539460dd66c76e023894540fe77fcd2
969 Author: Peter Hutterer <peter.hutterer@who-t.net>
970 Date:   Sun Mar 8 12:25:15 2009 +1000
971
972     Print DeviceChanged events.
973
974 commit 57940c7995a3779792213468cafe7d982d009035
975 Author: Peter Hutterer <peter.hutterer@who-t.net>
976 Date:   Tue Mar 3 15:44:45 2009 +1000
977
978     Add test_xi2 for xi2 testing.
979
980 commit 3cad22debfaceca754fc166ca766d92b7a8faf70
981 Author: Peter Hutterer <peter.hutterer@who-t.net>
982 Date:   Wed Mar 4 21:57:54 2009 +1000
983
984     If XI2 is available, list devices through XIQueryDevice.
985     
986     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
987
988 commit 5aa923fc560718b9a093ad18966f4530eef0efd7
989 Author: Peter Hutterer <peter.hutterer@who-t.net>
990 Date:   Thu Feb 26 16:14:21 2009 +1000
991
992     Update to new XI2 requests and sanitize the check for XI2 in configure.
993     
994     Check for the actual library version, not for some random function inside the
995     library.
996     
997     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
998
999 commit a12acdea9e289c9495bc14dd886e9a68cf9a533f
1000 Author: Peter Hutterer <peter.hutterer@who-t.net>
1001 Date:   Wed Mar 4 21:25:50 2009 +1000
1002
1003     Change is_xinput_present() to xinput_version().
1004     
1005     Returns major version of XI.
1006     
1007     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1008
1009 commit a197551573663cab9e79e07e2de9d423c7a7a572
1010 Author: Peter Hutterer <peter.hutterer@who-t.net>
1011 Date:   Fri Mar 6 22:13:17 2009 +1000
1012
1013     add xi2_find_device_id
1014
1015 commit 4ad33929e0f640dbc91004857ed2168006d21a71
1016 Author: Peter Hutterer <peter.hutterer@who-t.net>
1017 Date:   Thu Feb 26 16:09:17 2009 +1000
1018
1019     Rip HAVE_XI2 conditional functionality out.
1020     
1021     XI2 needs to be harder separated now.
1022
1023 commit 10f5f9da1d4d7f6eb75d10316f318a7c9d7dc28b
1024 Author: Peter Hutterer <peter.hutterer@who-t.net>
1025 Date:   Thu Feb 26 15:53:24 2009 +1000
1026
1027     Clean up xinput.h a bit.
1028     
1029     All functions have to look the same anyway, so might as well use a one-line
1030     macro to declare them.
1031     
1032     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1033
1034 commit 199c323332dac782b45dcb092da0322149843d5a
1035 Author: Benjamin Close <Benjamin.Close@clearchain.com>
1036 Date:   Thu Mar 12 21:17:53 2009 +1000
1037
1038     Error out when  more than one instance of a name exists
1039     
1040     Previously the check was in place for the duplicate name, however the first
1041     device with the requested name  was still selected regardless.
1042     Correct this by exiting out forcing the user to select by id instead.
1043     
1044     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1045
1046 commit 49ef8a40f96c0383a8a42a78fda3a990ac934e59
1047 Author: Simon Thum <simon.thum@gmx.de>
1048 Date:   Wed Jan 21 14:09:29 2009 +0100
1049
1050     small fixes to the propery output
1051     
1052     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1053
1054 commit d923fd3366de8e26a328f3aa89bd531dd4a6304d
1055 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
1056 Date:   Wed Jan 21 19:35:52 2009 -0200
1057
1058     Correct make distcheck and sparse warnings.
1059
1060 commit 6f444b5d063452e7a8705c756269960e509241d8
1061 Author: Peter Hutterer <peter.hutterer@who-t.net>
1062 Date:   Fri Jan 16 12:48:05 2009 +1000
1063
1064     xinput 1.4.0
1065
1066 commit aabe69b44c14c443df1dfb25d23e1c180a6a029d
1067 Author: Peter Hutterer <peter.hutterer@who-t.net>
1068 Date:   Fri Jan 16 09:53:01 2009 +1000
1069
1070     Add set-atom-prop to set properties containing other properties.
1071
1072 commit 9870cb4120961f15d3e372a1ba49b5d32013e819
1073 Author: Peter Hutterer <peter.hutterer@who-t.net>
1074 Date:   Fri Jan 16 09:51:57 2009 +1000
1075
1076     Don't linebreak after listing a string or atom property.
1077
1078 commit 4f474d5e78789cb0248e69852ab9abc992acad23
1079 Author: Peter Hutterer <peter.hutterer@who-t.net>
1080 Date:   Fri Jan 16 09:50:05 2009 +1000
1081
1082     Fix wrong type conversion in listing Atom properties.
1083
1084 commit 1b6fbf9ead978322beccc1970b925dce0cd43815
1085 Author: Peter Hutterer <peter.hutterer@who-t.net>
1086 Date:   Fri Jan 16 09:06:54 2009 +1000
1087
1088     Require libXi 1.2 and inputproto 1.5.
1089     
1090     Device properties are available in a released libXi version now, so there's no
1091     need to keep them conditional, make 1.5 mandatory.
1092     
1093     We also have the explicit check for XI2 functions in libXi, so there's no need
1094     to have requirements for inputproto 1.9.99.5.
1095
1096 commit 99c932c1a0db7821df3ef78efcfe4824697c4815
1097 Author: Simon Thum <simon.thum@gmx.de>
1098 Date:   Mon Jan 12 14:24:26 2009 +1000
1099
1100     Add set-float-prop option to set properties using floating point numbers.
1101     
1102     Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
1103
1104 commit ffff875c2c587e3ad64d57afc1c432de77497c10
1105 Author: Sascha Hlusiak <saschahlusiak@arcor.de>
1106 Date:   Tue Sep 30 17:54:08 2008 +0200
1107
1108     Call XSync instead XFlush to be able to handle errors
1109     
1110     When setting properties, the program terminated successfully before any BadMatch or
1111     BadValue could be processed. Calling XSync informs the user about errors.
1112
1113 commit 50e5235ecd7142892567c7d3ea6460907538b421
1114 Author: Sascha Hlusiak <saschahlusiak@arcor.de>
1115 Date:   Tue Sep 30 15:27:56 2008 +0200
1116
1117     Add --get-button-map option.
1118
1119 commit 7f046c957d4529249bcb69b35f6513411f6efcf5
1120 Author: Peter Hutterer <peter.hutterer@redhat.com>
1121 Date:   Fri Sep 26 13:57:41 2008 +0930
1122
1123     Require inputproto 1.9.99.5
1124
1125 commit ccef360e5ee6598a0ab722389bdf8d391ff7efee
1126 Author: Peter Hutterer <peter.hutterer@redhat.com>
1127 Date:   Fri Sep 26 13:55:33 2008 +0930
1128
1129     Add --delete-prop option.
1130
1131 commit db4b03629f690d69320f401b9568d5a861b19f9c
1132 Author: Peter Hutterer <peter.hutterer@redhat.com>
1133 Date:   Fri Sep 26 13:51:36 2008 +0930
1134
1135     Use updated property events.
1136     
1137     No more QueryDeviceProperty request.
1138
1139 commit 6b85506eaf5bef0a7d823450d34e08e51a8010bb
1140 Author: Bryce Harrington <bryce@canonical.com>
1141 Date:   Sat Aug 30 15:01:59 2008 +0930
1142
1143     Add --list-props, --watch-props and --set-int-prop options to man page.
1144     
1145     Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
1146
1147 commit 1c7b473b7e64f8b616aba70926f93d37d5269c28
1148 Author: Peter Hutterer <peter.hutterer@redhat.com>
1149 Date:   Fri Aug 15 15:38:13 2008 +0930
1150
1151     Require inputproto 1.9.99.4
1152
1153 commit ca0b0fa7f84642cf2b1ba7d5d88487afbc8a6d29
1154 Author: Peter Hutterer <peter.hutterer@redhat.com>
1155 Date:   Fri Aug 15 15:28:55 2008 +0930
1156
1157     Use XI 1.5 property events.
1158
1159 commit 316cc15f4217db0e4e47846e200d274dd5893b3a
1160 Author: Peter Hutterer <peter.hutterer@redhat.com>
1161 Date:   Thu Aug 7 17:52:08 2008 +0930
1162
1163     Don't require extension devices for button mapping.
1164     
1165     VCK and VCP can be opened too now.
1166
1167 commit b0c15823f1faadb24d5b7457f5b5fd1c9f248a1f
1168 Author: Peter Hutterer <peter.hutterer@redhat.com>
1169 Date:   Thu Aug 7 17:51:34 2008 +0930
1170
1171     Print property values in addition to their names.
1172
1173 commit 5d833a190319b64d81293514027cebaaa3f74ffd
1174 Author: Peter Hutterer <peter.hutterer@redhat.com>
1175 Date:   Thu Aug 7 17:49:48 2008 +0930
1176
1177     Property code: If the Atom specified was an Atom, actually use it too.
1178     
1179     Don't ignore an atom if it has been specified with it's number instead of the
1180     name.
1181
1182 commit 6ebdca422d12e3326f9ab59767e05eefd24ff85f
1183 Author: Peter Hutterer <peter.hutterer@who-t.net>
1184 Date:   Tue Jul 8 18:00:21 2008 +0930
1185
1186     Add list-props, set-int-prop and watch-props parameters.
1187     
1188     These parameters allow modification and display of input device properties.
1189
1190 commit 98b79fc5b050eea6141ad78cff4e0577f8e75c77
1191 Author: Peter Hutterer <peter.hutterer@who-t.net>
1192 Date:   Tue Jul 8 18:01:48 2008 +0930
1193
1194     Remove ChangeLog, is autogenerated now anyway.
1195
1196 commit 86cab0389d9a02901c82e2072e4043a404fb2ebc
1197 Author: Benjamin Close <Benjamin.Close@clearchain.com>
1198 Date:   Wed Jun 25 15:13:54 2008 +0930
1199
1200     Clean up the detection of XI2
1201     
1202     Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
1203
1204 commit 6482e8ef8039eba98de03f0bb708d1151bc1577e
1205 Author: Benjamin Close <Benjamin.Close@clearchain.com>
1206 Date:   Thu Jun 5 14:30:09 2008 +0930
1207
1208     Correct the check for XI2, not every shell supports ==, but they do =
1209     
1210     Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
1211
1212 commit 8578813fda6787866b6a23b265696a673b213724
1213 Author: Peter Hutterer <peter@cs.unisa.edu.au>
1214 Date:   Tue May 27 11:33:36 2008 +0930
1215
1216     Test for XI2 functions in libXi, add #ifdefs to build in non-XI2 setups.
1217
1218 commit 380b9665e86f403b56f9b96c2773b91d69588fb1
1219 Author: Peter Hutterer <peter@cs.unisa.edu.au>
1220 Date:   Tue May 27 10:16:08 2008 +0930
1221
1222     Use find_device_info instead of requireing device ids on the cmdline.
1223
1224 commit 6ecbe3059cbc3561657841b9ee9b61e03c583eb8
1225 Author: Peter Hutterer <peter@cs.unisa.edu.au>
1226 Date:   Tue Apr 29 11:20:03 2008 +0930
1227
1228     Use new XQueryInputVersion() request to tell the server we can do XI 2.
1229
1230 commit e3b705dc15d07bbb478ced6b54a5e0553d978113
1231 Merge: ac3498c 834422a
1232 Author: Peter Hutterer <peter@cs.unisa.edu.au>
1233 Date:   Mon Apr 7 17:24:16 2008 +0930
1234
1235     Merge branch 'master' into mpx
1236     
1237     Conflicts:
1238     
1239         src/xinput.c
1240     
1241     (just a whitespace conflict)
1242
1243 commit 834422a9c68ecf84f5b8477567a785bc8e26217a
1244 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
1245 Date:   Sun Mar 16 19:37:17 2008 -0300
1246
1247     Compile warning fix.
1248     
1249       Ansify a function without arguments.
1250     
1251     Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
1252
1253 commit 8c7460ee11d9fbdcbdf13f2fa7fb62f26bac92dc
1254 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
1255 Date:   Sun Mar 16 19:36:17 2008 -0300
1256
1257     Mandriva patches to xinput.
1258     
1259       Change to src/list.c fixes a typo/oversight.
1260       Change to configure.ac required to avoid possible error in configure step
1261     due to "unquoted" version test.
1262     
1263     Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
1264
1265 commit ac3498c9b8a54143a9d023fe530c62e24c4651e0
1266 Author: Peter Hutterer <peter@cs.unisa.edu.au>
1267 Date:   Mon Feb 18 17:17:39 2008 +1030
1268
1269     Modify to work with the changes in the XChangeDeviceHierarchy API.
1270
1271 commit 6729d777c48f38290c8f0e8d0e5f17182faa5120
1272 Author: Peter Hutterer <peter@cs.unisa.edu.au>
1273 Date:   Wed Feb 13 16:35:18 2008 +1030
1274
1275     Update XiSelectEvent API usage, has device argument now.
1276
1277 commit 865c7bd8013f9882163234cce6cdd4168525815c
1278 Author: Peter Hutterer <peter@cs.unisa.edu.au>
1279 Date:   Tue Jan 15 20:32:47 2008 +1030
1280
1281     Remove deprecated imakefile.
1282
1283 commit a01e5475d17c584bfa3b2d67570d675aebf4e6fd
1284 Author: Peter Hutterer <peter@cs.unisa.edu.au>
1285 Date:   Tue Jan 15 20:32:28 2008 +1030
1286
1287     Replace Fred's name in the main license text with a general "The authors".
1288     
1289     Makes it less messy to add authors.
1290     
1291     Frederic Lepied's permission obtained via email.
1292
1293 commit b06af76677cd70912c9c4f381b0baed28b4f89a4
1294 Author: Julien Cristau <jcristau@debian.org>
1295 Date:   Thu Jan 10 20:19:55 2008 +0100
1296
1297     Change xinput_CFLAGS to AM_CFLAGS to clear automake-1.10 warning
1298     
1299     src/Makefile.am:27: compiling `buttonmap.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
1300     
1301     Also remove -lm from xinput_LDADD, as it isn't needed.
1302
1303 commit 456a1eab4b0b2f4a9bdc8ca02657869595c4bc60
1304 Author: Philip Langdale <philipl@fido2.homeip.net>
1305 Date:   Wed Jan 9 18:25:27 2008 -0800
1306
1307     Add ChangeLog rule.
1308
1309 commit caee9103c1569b7eba189e7a7c977971efec4458
1310 Author: Philip Langdale <philipl@fido2.homeip.net>
1311 Date:   Wed Jan 9 18:24:28 2008 -0800
1312
1313     Update .gitignore
1314
1315 commit 49d37729f1d7212aad8afbd91b49a37c4e93a796
1316 Author: Philip Langdale <philipl@fido2.homeip.net>
1317 Date:   Wed Jan 9 18:22:27 2008 -0800
1318
1319     Update news for 1.3.0 release.
1320
1321 commit ff7a63770ab9ce7336c7a9a70b0ae86de4b35bf3
1322 Author: Philip Langdale <philipl@fido2.homeip.net>
1323 Date:   Wed Jan 9 18:17:43 2008 -0800
1324
1325     Add a warning when the user specifies an ambiguous device name
1326     suggesting that they use the device id instead.
1327
1328 commit 06447732750a022a44476f8929568f0b11bfc6e9
1329 Author: Philip Langdale <philipl@fido2.homeip.net>
1330 Date:   Wed Jan 9 18:16:54 2008 -0800
1331
1332     Update man page.
1333
1334 commit fcace3ec3be0276e163651c30681edec6ffdea17
1335 Author: Philip Langdale <philipl@fido2.homeip.net>
1336 Date:   Wed Jan 9 18:14:12 2008 -0800
1337
1338     Update documentation
1339
1340 commit 115cbd4025a9eb9531633c3e8481cb1923789f57
1341 Author: Philip Langdale <philipl@fido2.homeip.net>
1342 Date:   Wed Jan 9 18:08:37 2008 -0800
1343
1344     Make dependency on inputproto >= 1.4 explicit.
1345
1346 commit 2497824aa16683eaeaab4bf374ddc9e04688320a
1347 Author: Peter Hutterer <peter@cs.unisa.edu.au>
1348 Date:   Mon Jan 7 18:56:54 2008 +1030
1349
1350     Don't overwrite daemon with argc.
1351     
1352     This must be a leftover from my excessive out-of-order cherry-picking. Turns
1353     out when --short was supplied we'd set daemon to argc, causing a loop waiting
1354     for an event that'd never come. A bit like Godot actually.
1355
1356 commit a6feac1e18cdeffc42bc992faa8c95eaec420378
1357 Author: Peter Hutterer <peter@cs.unisa.edu.au>
1358 Date:   Thu Dec 20 12:29:27 2007 +1030
1359
1360     Add support to set the client pointer.
1361     
1362     Couple of whitespace changes too.
1363
1364 commit d02601e5c88d1d40e12cd71c2c10c7822919f7b8
1365 Author: Peter Hutterer <peter@cs.unisa.edu.au>
1366 Date:   Thu Dec 20 12:27:32 2007 +1030
1367
1368     Register for DeviceClassesChangedEvents, reprint the list when we get one.
1369     
1370     Only in list --loop mode though.
1371
1372 commit 60dafc9de224e2f1e53826858e5335916dc6d8c8
1373 Author: Peter Hutterer <peter@cs.unisa.edu.au>
1374 Date:   Thu Dec 20 12:21:34 2007 +1030
1375
1376     Add --loop to "xinput list". Re-prints devices when hierarchy changes.
1377
1378 commit d1428764180c927cfa45298f5b7d0bf14eacc2da
1379 Author: Peter Hutterer <peter@cs.unisa.edu.au>
1380 Date:   Thu Nov 8 14:53:18 2007 +1030
1381
1382     Add support for device hierarchy changes.
1383
1384 commit 1b4b4191e09ad01bd818d4307836b37ffd8fa5bd
1385 Author: Peter Hutterer <peter@cs.unisa.edu.au>
1386 Date:   Sun Nov 18 12:36:32 2007 +1030
1387
1388     Print out attachment of slave devices.
1389
1390 commit 82dfa529165657edc4e66e072d1515638e1edc66
1391 Author: Peter Hutterer <peter@cs.unisa.edu.au>
1392 Date:   Thu Dec 20 12:06:33 2007 +1030
1393
1394     Remove leftover trailing whitespaces.
1395
1396 commit 9b24e279439a800e72819ca63441a083a89643b6
1397 Author: Peter Hutterer <peter@cs.unisa.edu.au>
1398 Date:   Thu Dec 20 11:52:41 2007 +1030
1399
1400     Add --short argument to list. Only prints name and ID.
1401
1402 commit 2a67ff9098efa0e1d53388816a0344067a3c21be
1403 Author: Peter Hutterer <peter@cs.unisa.edu.au>
1404 Date:   Thu Dec 20 11:45:11 2007 +1030
1405
1406     Support GNU style options the dodgy way.
1407     
1408     Simply removing all preceding "-" from the function name before running the
1409     usual comparison.
1410
1411 commit 6a8c883794a3fc66d95e94c5a1e2902a46f9ede8
1412 Author: Peter Hutterer <peter@cs.unisa.edu.au>
1413 Date:   Tue Nov 27 09:41:56 2007 +1030
1414
1415     Remove a few trailing whitespaces.
1416
1417 commit 14f32f4cb911a0086ccec94a64eb61533dc332bf
1418 Author: Peter Hutterer <peter@cs.unisa.edu.au>
1419 Date:   Mon Dec 3 12:40:03 2007 +1030
1420
1421     Remove trailing whitespaces (buttonmap.c)
1422
1423 commit 58c513b0b9f610db2df8b26c483db6eb1b04dfdf
1424 Author: Peter Hutterer <peter@cs.unisa.edu.au>
1425 Date:   Thu Nov 15 16:21:32 2007 +1030
1426
1427     Let autoconf substitute the VERSION.
1428
1429 commit c0178d2afef586f58f42508a9b8bd78e4e6e0cb8
1430 Author: Philip Langdale <plangdale@vmware.com>
1431 Date:   Thu Nov 8 14:55:41 2007 +1030
1432
1433     Expand check to support XExtensionKeyboard/Pointer.
1434     
1435     Search for PtrFeedbackClass instead of assuming it's the first class in the
1436     list.
1437
1438 commit 451740ba094c37ac9e06c7ba7f466b5ab1beea08
1439 Author: Peter Hutterer <peter@cs.unisa.edu.au>
1440 Date:   Thu Nov 8 14:23:40 2007 +1030
1441
1442     Death to RCS tags, remove compiler warning, get version from config.h.
1443
1444 commit 8806f3db5417f1c5946b6589cf2f043e9e7c68d3
1445 Author: Peter Hutterer <peter@cs.unisa.edu.au>
1446 Date:   Thu Nov 8 14:16:34 2007 +1030
1447
1448     Autotool the lot.
1449
1450 commit 1e0b1816a95910631a6b1c8572b9689c32aeb3a0
1451 Author: Peter Hutterer <peter@cs.unisa.edu.au>
1452 Date:   Thu Nov 8 10:21:21 2007 +1030
1453
1454     xinput as straight from the tarball.