Commit Graph

3187 Commits

Author SHA1 Message Date
matthieu
77f922ec62 Update configure.ac to match recent upstreams changes.
Bump version to 1.1.0
2011-04-25 13:04:44 +00:00
matthieu
a8c36ce60c Handle obsolete X{alloc,free,realloc} functions. 2011-04-25 13:01:46 +00:00
matthieu
606016899d Adapt to xinput API revision 12 (xserver 1.10). 2011-04-25 12:50:28 +00:00
matthieu
1bf60a502f xf86-input-ws 1.3.0:
- API compatibility with Xserver 1.10
- sync build system with other Xorg input modules
2011-04-24 15:55:12 +00:00
matthieu
8c0d9c0f01 update 2011-04-24 11:35:34 +00:00
matthieu
420fddb5c1 update 2011-04-24 10:38:29 +00:00
matthieu
5dc2fc0cd7 Update to xorg-docs 1.6.
As with previous version, only manual pages in section 7 are
installed for now.
More work is needed to be able to format and install the docs
that have been converted to docbook xml.
2011-04-24 10:30:40 +00:00
matthieu
9f50ff7a73 update 2011-04-23 10:57:40 +00:00
shadchin
8a0fa356d3 update to xf86-input-mouse 1.7.0
ok matthieu@
2011-04-22 18:35:19 +00:00
shadchin
ec4b63b61e update to xf86-input-keyboard 1.6.0
ok matthieu@
2011-04-22 18:33:36 +00:00
todd
5e42a42a39 sync 2011-04-21 18:59:06 +00:00
matthieu
001f779848 update 2011-04-21 05:25:49 +00:00
matthieu
0b5b08888d Update to x11proto 7.0.21.
One additional change to fix __STDC_VERSION__ tests in Xfuncproto.h
(also pushed upstreams).
Tested and ok by krw@, shadchin@, landry@ (on a bulk ports build).
2011-04-21 05:24:10 +00:00
matthieu
d280298bcb update 2011-04-17 18:42:05 +00:00
matthieu
7b1af5e761 mach64: fix for the pixmap private API change in future X server versions. 2011-04-17 17:21:58 +00:00
matthieu
60ad3b3855 Update to xextproto 7.2.0 2011-04-17 15:18:17 +00:00
matthieu
38a45bf16e Update to libXfixes 5.0 2011-04-17 15:16:24 +00:00
matthieu
682c873c29 Update to fixesproto 5.0 2011-04-17 15:15:09 +00:00
jakemsr
95e3242529 add the -R option to usage()
spotted by sobrado@
2011-04-11 17:23:18 +00:00
jakemsr
53483e36a8 * use VIDIOC_ENUM_FRAMEINTERVALS to get the supported frame intervals
and display the frame rates if at least on -v is used.
* set/get the video(4) device's frame rate using VIDIOC_{S,G}_PARM.
* add new option -R which dsables frame rate adjustment.  only really
useful for video(4) devices, to see the difference between the frame
rate the device generates and what it says it's configured for ...
many devices don't generate the rate they are configured if they
aren't getting enough light ...
* poll(2) input with INFTIM instead of 0 timeout, and handle the poll(2)
call being interrupted by the frame timer.
* only use usleep(3) to wait for frames if the input is a file, and
in that case, sleep for a full frame interval or until interrupted
by the frame timer.
* update the manual to describe the new -R option, that -r now sets
video(4) frame rate, and that at least one -v will display supported
properties of the hardware.
2011-04-11 02:58:49 +00:00
shadchin
116136546a Fix build, thanks and ok jasper@ 2011-04-10 18:15:28 +00:00
shadchin
a067e4f1a4 Add support for zaurus
ok matthieu@
2011-04-10 17:49:13 +00:00
shadchin
ac434459e1 Add support for lkeys
ok matthieu@
2011-04-10 17:46:36 +00:00
jasper
55a8444bd1 sync 2011-04-10 17:12:43 +00:00
jasper
c00273f594 Sync with xkeyboard-config 2.2.1
ok ok shadchin@ matthieu@
2011-04-10 17:10:21 +00:00
jasper
8abf6371e4 Update xkeyboard-config to 2.2.1
* New structure of descriptions, massive changes in user-visible strings.
Special release for GNOME 3.

ok shadchin@ matthieu@
2011-04-10 17:08:49 +00:00
shadchin
9cb423af1a Add support wscons (upstream + implementation)
ok matthieu@
2011-04-10 12:04:29 +00:00
matthieu
47b70ac35f update 2011-04-09 14:54:04 +00:00
shadchin
eb14eec610 Import xf86-input-synaptics 1.4.0
ok matthieu@
2011-04-09 08:38:27 +00:00
matthieu
eccbc42473 Whitespace stuff; new sentence, new line; fix some xrefs; use Aq more.
From mbalmer@NetBSD.
2011-04-08 20:03:47 +00:00
matthieu
dd17de94f8 Set FontDir and FontEncDir in OpenBSD.cf for ports, to override
the new auto-detection code in util-cf-macros.
2011-04-07 20:05:53 +00:00
matthieu
471d1557b3 Regen autotools files after update. Fixes breakage noticed by
naddy@ and espie@ on ports that still use imake.
2011-04-07 19:42:25 +00:00
matthieu
94e8a384a5 Update to xrdb 1.0.9.
Includes a fix for CVE-2011-0465, to which OpenBSD is not vulnerable, since
dhclient will reject any hostname option containing invalid characters like
$ or `
2011-04-05 18:59:49 +00:00
matthieu
05ad2a9b4d Update xorg-cf-files to 1.0.4. Lightly tested by ajacoutot@ and krw@. 2011-04-02 17:17:48 +00:00
matthieu
4a238ea6a4 Update to xserver 1.9.5. Tested by jasper@, ajacoutot@ and krw@ 2011-04-02 16:08:38 +00:00
matthieu
eb61d3c991 Xi: add XI_Focus{In,Out} to swapped events. 2011-04-01 21:28:00 +00:00
matthieu
e03328b4d1 Use the array size for checking the validity of request numbers
instead of hard-coded constants. Suggested by Julien Cristau.
2011-04-01 21:27:04 +00:00
matthieu
90f7a9841a Xext: fix test on extension number for the swapped case. 2011-04-01 21:24:37 +00:00
matthieu
f2c1aca964 Simpler fix for 64 bits architectures, suggested by Peter Hutterer:
Just use Data() to send the xXIEventMask structure on the wire.
2011-04-01 21:22:48 +00:00
matthieu
a282fbce7f WriteReplyToClient() swaps rep contents if client and server endianess
differ. Cache rep.length so that it can be used after returning from
WriteReplyToClient().
Fixes xinput --list when client and server have different endianess.
gtk3-demo now fails a bit further in this case.
2011-03-28 21:10:15 +00:00
matthieu
1064b1a62a Ugly fix for libXi on sparc64.
May change if upstreams fix it differently.
Still broken on cross-endian remote connections though.
2011-03-27 20:17:17 +00:00
matthieu
6e1b78e41d Give XI2 requests a chance if server and client endianess differ.
There are more bugs in this code though.
2011-03-27 19:51:09 +00:00
okan
98c5b36dbb revert the XSync timing change for client move only; first noticed by
brynet.

sure oga@
2011-03-23 07:27:32 +00:00
okan
4c04a27385 warp the pointer back, iff we don't move the mouse, once we are done
with the menu; idea and initial from Sviatoslav Chagaev.

discussion with and ok oga@
2011-03-22 13:50:40 +00:00
okan
9a52c582b1 we should re-focus the client and ungrab the ptr even if we don't have a
mouse based match (i.e. in the kbd no match case).  update the comment
as well.

ok oga@
2011-03-22 11:09:52 +00:00
okan
482c4ce498 fix nousance of always highlighting the first entry even when there is
no match (seen in the ctrl-a case)

ok oga@
2011-03-22 11:05:13 +00:00
okan
d0a487aa3d move the default case to the end.
ok oga@
2011-03-22 11:03:05 +00:00
okan
a9420f917b reduce the number of times we sync during a window resize.
ok oga@
2011-03-22 10:59:08 +00:00
okan
1494c3e4c9 introduce nitems macro, with the appropriate ifndef.
ok oga@
2011-03-22 10:57:31 +00:00
okan
2de4639d4c if virt/horz un-maximizing, restore only the un-maximized axis
coordinates; allows moving a client and not restoring the maximized axis
coordinates.

picked from a larger martynas diff from ages ago.

ok oga@
2011-03-22 10:56:08 +00:00