okan
a1a6245df6
plug memleak; always need to menuq_clear even when a selection is made.
2013-04-08 15:43:04 +00:00
okan
4ad10add15
reverse logic to make it like the others
2013-04-08 13:05:27 +00:00
okan
a395df4a8f
consistency
2013-04-08 13:02:31 +00:00
okan
29a51173bc
missing prototype
2013-04-08 00:56:21 +00:00
okan
ec8c1c2f0f
add missing proto; replace magic number
2013-04-05 17:36:02 +00:00
okan
13a11c8799
zap stray whitespace
2013-04-05 17:07:25 +00:00
okan
1eec28aa57
- no reason to breakout ClassHints work, so fold into client_{new,delete},
...
but keep _MOTIF_WM_HINTS separate.
- simplify fetching app/class hint.
- fix _MOTIF_WM_HINTS Atom type.
2013-04-03 20:22:55 +00:00
okan
01d25075d0
honor PATH search order for exec; from Andres Perera.
2013-04-03 19:28:00 +00:00
okan
b0d374e0fb
move XUngrabServer to the end of client_new() to avoid races where clients,
...
such as those using sdl, attempt to manage the clients themselves when the
clients aren't fully ready. other wm's grab the xserver during the whole
client setup process, so match.
behavior found by jsg.
2013-04-03 19:20:50 +00:00
naddy
9f39c5c286
Enable the use of getaddrinfo(). This allows X11 clients to talk
...
to a remote server over IPv6 again. ok matthieu@
2013-04-01 14:08:04 +00:00
todd
da3df9b5a8
sync
2013-04-01 14:04:32 +00:00
todd
30669ba33b
sync
2013-03-25 16:03:29 +00:00
jsg
9c6730d784
compile intel_decode.c as well as newer mesa needs drm_intel_decode*
...
ok mpi@
2013-03-25 14:01:33 +00:00
jsg
aa892af5b9
update to libdrm 2.4.42
...
tested by matthieu@ krw@ mpi@ shadchin@ and ajacoutot@
ok mpi@
2013-03-25 02:32:20 +00:00
todd
9374acc6a5
sync
2013-03-21 21:30:38 +00:00
todd
7cfc4a7689
backport (whitespace changes only) a fix for panning that also effected scale
...
to permit:
xrandr --output LVDS1 --mode 1280x800 --panning 1380x1024 --scale 1.8x1.8
to behave properly.
based on upstream commit 1bf81af4a6be1113bcc3b940ab264d5c9e0f0c5d that is in
the 1.14 xserver that is not ready for OpenBSD yet
ok matthieu@
2013-03-21 21:26:08 +00:00
kettenis
d890a3469b
Add an OpenBSD-specific implementation of backlight control that uses the
...
appropriate wscons ioctls.
ok matthieu@
2013-03-19 20:47:22 +00:00
matthieu
da8e23aecc
Only use atomic gcc builtins on arches that support them.
...
With help of kettenis@ guenther@ and miod@.
2013-03-19 17:53:11 +00:00
matthieu
aae4813ec8
regen
2013-03-19 07:32:33 +00:00
todd
f1a294a846
sync
2013-03-18 21:43:52 +00:00
matthieu
07f2f0a5ae
Update to xf86-video-intel 2.20.19.
...
A recent kernel with kernel modesetting support is required.
Thanks to jsg@ and kettenis@ for their work.
2013-03-18 18:38:18 +00:00
todd
8f2b50b18c
sync
2013-03-18 18:28:43 +00:00
mpi
814f050b0d
Backout my workaround for broken accelerated solid pictures using XAA on
...
big endian an apply the correct fix, working at depth 16 and 24, kindly
provided by Michel Dänzer who already committed it upstream.
No objection from the usual macppc users.
2013-03-18 09:48:06 +00:00
matthieu
59dcebd7e7
Merge from fontconfig git repository:
...
Fix fc-cache crash caused by looking up NULL object incorrectly
We were returning a skiplist node when looking up NULL!
2013-03-17 22:12:47 +00:00
matthieu
4ee8c4bc9b
fix CFLAGS definition
2013-03-17 20:46:47 +00:00
matthieu
fba1c1879a
sync
2013-03-16 15:13:03 +00:00
matthieu
9ceeb8df52
Fix previous: README goes in /etc/fonts/conf.d
...
while here be more coherent in make variable expansion.
2013-03-16 15:09:38 +00:00
matthieu
6892c2b9b1
Install fonts-conf.5
2013-03-16 14:57:18 +00:00
matthieu
7bcd06e403
Install README
2013-03-16 14:56:53 +00:00
matthieu
013c577734
Define an empty cleandir target to silent the build
2013-03-16 14:30:18 +00:00
matthieu
c772d1f7e4
Fix a typo that prevented the installation of some doc files in $(DESTDIR)
2013-03-16 14:29:45 +00:00
matthieu
bcdfdbc9f3
Generate and install fonts.conf and fonts.dtd.
2013-03-16 14:28:35 +00:00
matthieu
df36229716
Hmmph. typo in previous
2013-03-16 11:26:42 +00:00
matthieu
5524132455
Add 30-lucida-aliases and 31-nonmst.conf to the list of installed files.
...
Problem noticed by naddy@
2013-03-16 11:17:57 +00:00
aoyama
786472fe94
Add xenocara defines/files for luna88k, no X server at this moment.
...
ok miod@
2013-03-16 01:24:43 +00:00
miod
80ae22700e
Build the X server on hp300 again. Tested on catseye.
2013-03-14 20:49:52 +00:00
matthieu
bf001e1b53
Add back a libtool archive for libfontconfig.
...
OpenBSD's libtool needs it for libraries with dependencies.
prodded by espie@
2013-03-13 23:56:54 +00:00
matthieu
e99a31b0f4
Remove existing stale libfontconfig.la at install time.
...
fontconfig.la was created by the previous build system and references
the bad library revision.
Suggested by espie@
2013-03-12 06:26:25 +00:00
okan
118cf232b6
replace handrolled for loop with TAILQ_FOREACH; from andres.p@zoho.com
2013-03-09 21:55:56 +00:00
matthieu
3e7d3d7689
update
2013-03-09 16:42:37 +00:00
matthieu
c153d35e6c
Remove moved file
2013-03-09 16:39:02 +00:00
matthieu
0e6071eb0b
Update to xrandr 1.4.0
2013-03-09 16:35:16 +00:00
matthieu
d47c6a60c6
Update to libXrandr 1.4.0
2013-03-09 16:34:36 +00:00
matthieu
9cde44668a
Upate to xsm 1.0.3
2013-03-09 16:22:38 +00:00
matthieu
263f249525
Update to xvinfo 1.1.2
2013-03-09 15:28:07 +00:00
matthieu
2aa97e5651
Update to xvidtune 1.0.3
2013-03-09 15:24:46 +00:00
matthieu
d9bd2560da
Update to xstdcmap 1.0.3
2013-03-09 15:20:56 +00:00
matthieu
dd07b39118
Update to xsetroot 1.1.1
2013-03-09 15:16:14 +00:00
matthieu
b6732faf32
Update to xkbutils 1.0.4
2013-03-09 15:13:30 +00:00
matthieu
fd8289ee9d
Update to xfsinfo 1.0.4
2013-03-09 15:07:57 +00:00