okan
42304914dc
check if we're in the group already, else multiple calls to
...
group_movetogroup() on one client will still increment nhidden if the
group is hidden.
found the hard way by Thomas Jeunet and fix from Alexander Polakov -
thanks to both!
ok oga@
2011-12-29 20:48:38 +00:00
matthieu
50cf571503
add _X_EXPORT attribute to public symbols.
2011-12-29 13:48:05 +00:00
matthieu
05b4e5f308
Revert stuff from my local tree which leaked in xserver 1.11.3 update.
2011-12-29 10:47:37 +00:00
kettenis
13f8f43bf4
Add support for Sandy Bridge. Not perfect yet. Most notably 3D acceleration
...
is completely absent, and playing video doesn't work yet. But support for
"normal" 2D stuff is pretty solid and it is really nice to be able to use
my laptop at the panel's native resolution and be able to suspend and resume
the machine.
tested by some
2011-12-21 21:25:02 +00:00
matthieu
fd301cd556
update
2011-12-20 20:18:45 +00:00
matthieu
8ccc5e9cd4
Update to libXi 1.4.5.
2011-12-20 20:18:26 +00:00
matthieu
8719bb2b44
update
2011-12-19 07:19:32 +00:00
matthieu
4344ac3914
Bugfix Update to xserver 1.11.3
2011-12-18 16:08:59 +00:00
matthieu
da4d50a40a
Update to libXi 1.4.4.
2011-12-17 17:39:19 +00:00
matthieu
851f0e79e5
update
2011-12-17 17:14:50 +00:00
matthieu
fe045f1eac
replace <varargs.h> by <stdarg.h>. Spotted my Marco Peereboom with clang.
...
ok kettenis@
2011-12-15 21:12:42 +00:00
matthieu
70f1880f97
regen
2011-12-14 17:00:08 +00:00
matthieu
8806bce9ac
Set grep and tar programs in config.site to force configure to find
...
the system ones. Requested by espie@.
2011-12-10 15:02:12 +00:00
matthieu
e329834eb9
set CONFIG_SITE in configure's environment.
2011-12-10 14:54:18 +00:00
todd
2ad0b27290
sync
2011-12-08 06:01:02 +00:00
espie
6662f16ddc
avoid pesky gcc warnings due to missing eol
...
okay matthieu@
2011-12-05 20:35:23 +00:00
miod
e40bd9f548
Compile prog_execute.c with -fno-tree-ter on alpha (instead of -O0) to skirt
...
the ICE, until a fix is devised (insert annoyed comment about hairy tricky
bugs in the ``reload'' code here).
2011-12-03 15:36:21 +00:00
matthieu
f8150aa148
update
2011-12-03 14:09:42 +00:00
matthieu
4b586ef4f2
Restore ecdsa ssh keys support, lost in update to 1.1.11.
...
Noticed by jsg@
2011-12-03 13:46:00 +00:00
matthieu
9fb6f6d395
Ooops revert something that I didn't intend to commit.
...
Sorry todd for the gratuitous set changes.
2011-11-30 22:00:28 +00:00
todd
c1cb16c6a8
sync
2011-11-30 21:35:48 +00:00
naddy
e1ab192eb3
on alpha, remove optimization flags when compiling prog_execute.c to
...
prevent an internal compiler error in gcc 4.2.1; ok matthieu@
2011-11-29 14:57:54 +00:00
oga
b932741cf2
Some files (used for generating other stuff) that I missed in the last commit.
...
Oops.
2011-11-29 12:41:53 +00:00
oga
1431ee95fe
Update the intel driver to a more recent version based on more recent
...
upsteam code.
Backporting keeping UMS changes by me, some bugfixes from kettenis@.
Has been in snapshots for a while, committed on request so we can be
sure what people are running. This is a prerequesite for sandybridge
support but has those chipsets disabled for now until the correct code
has been added.
2011-11-29 12:39:02 +00:00
shadchin
86e4fbccae
Adding wheel emulation, ported from evdev(4)
...
ok matthieu@
2011-11-28 23:49:59 +00:00
shadchin
2d087d2918
Remove old headers (missing in previous update)
...
ok matthieu@
2011-11-28 23:15:21 +00:00
shadchin
9bf4ba3a8c
Fixed incorrect condition (s/strcmp()/strcmp() == 0/)
...
ok matthieu@
2011-11-28 23:13:11 +00:00
oga
75d011a3a1
Fix r200 libGL by linking with libdrm_radeon.
...
tested and reported by brynet; thanks!
``if it works, commit it'' matthieu@
2011-11-23 21:07:12 +00:00
todd
b3645f0169
sync
2011-11-21 17:17:17 +00:00
todd
579b32a986
sync
2011-11-21 02:14:07 +00:00
matthieu
2ab5928da2
update
2011-11-19 14:18:29 +00:00
shadchin
2cba20c2fd
regen
2011-11-19 13:22:56 +00:00
shadchin
3917241c88
Replace WS_NOZMAP on WS_NOMAP.
...
ok matthieu@
2011-11-19 13:12:49 +00:00
shadchin
67a6690ca1
Simplify middle button emulation code.
...
ok matthieu@
2011-11-19 13:09:16 +00:00
shadchin
d7335b6ea9
Add check emulateMB.timeout >= 0.
...
ok matthieu@
2011-11-19 13:05:33 +00:00
shadchin
cb94a4132b
ws_debug_level used only if defined DEBUG.
...
ok matthieu@
2011-11-19 12:59:55 +00:00
shadchin
df8922a136
Using macros MODULETEARDOWNPROTO for prototype.
...
ok matthieu@
2011-11-19 12:46:08 +00:00
shadchin
15c3974226
config: upgrade to util-macros 1.8 for additional man page support
...
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
The value of MAN_SUBST is the same for all X.Org packages.
Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS.
It sets the SED env variable with an appropriate sed program path.
Use Automake $() for variables in Makefile.am
ok matthieu@
2011-11-19 12:42:57 +00:00
shadchin
3734bac4a5
Static atoms don't need to be initialized to 0.
...
ok matthieu@
2011-11-19 12:36:16 +00:00
shadchin
90da7d925e
Sync with code.
...
ok matthieu@
2011-11-19 12:28:10 +00:00
matthieu
976f735d21
Update to freetype 2.4.8. Security update fixing CVE-2011-3439
2011-11-19 11:32:45 +00:00
fgsch
5fc00d6a7b
fix long standing but wrt to DPMS kicking in and causing the program to
...
run even if timeout was not specified. while im here simplify some code.
matthieu@ ok
2011-11-18 00:16:57 +00:00
matthieu
db0c239acc
Commit the last bit of freetype 2.4.6 which I previously hold back,
...
since it changes the metrics of some TrueType fonts. Users of DejaVu
at small sizes in xterm can use the 'scaleHeight' resource to
restore the previous vertical spacing (with xterm 276 and later).
Tested on a wide set of ports by ajachoutot@, naddy@, krw@ shadchin@.
2011-11-16 21:18:14 +00:00
matthieu
9a810f9e89
Update to xterm 276. Tested by ajacoutot@, krw@, naddy@, shadchin@.
2011-11-16 21:14:25 +00:00
matthieu
8b4d780078
Update to xdm 1.1.11 plus a few patches from git master.
...
patched to restore static greeter.
Tested by shadchin@, jasper@
2011-11-15 20:53:44 +00:00
ajacoutot
289590f6a5
Merge patch from http://patchwork.freedesktop.org/patch/7707/ ,
...
Xi: allow passive keygrabs on the XIAll(Master)Devices fake deviceslogin.
Amongst other things, this fixes a regression that can be seen in media
keys handling under gnome-settings-daemon.
ok matthieu@
2011-11-15 00:09:30 +00:00
matthieu
41e9e340b9
Update for freetype 2.4.7.
2011-11-13 22:34:37 +00:00
todd
a6de032a2f
sync
2011-11-10 11:29:36 +00:00
shadchin
6946fdbaf2
Call wsInitProperty() only for WSMOUSE_TYPE_TPANEL and simplify code.
...
Also renamed wsInitProperty and wsSetProperty to
wsInitCalibProperty and wsSetCalibProperty respectively.
ok matthieu@
2011-11-09 16:17:44 +00:00
shadchin
2800db42b2
Simplify wsPreInit
...
ok matthieu@
2011-11-09 16:08:42 +00:00