matthieu
998d208df1
update
2010-10-24 17:25:06 +00:00
schwarze
054aba9ffb
fix a bunch of .TH syntax errors
...
ok matthieu@
2010-10-24 10:14:44 +00:00
naddy
e896eff72f
let imake users preformat man pages to ASCII instead of ISO 8859-1
...
ok matthieu@
2010-10-24 09:22:10 +00:00
matthieu
bfe3d87ade
Update to freetype 2.4.3. Tested at least by krw@, ajacoutot@ and jasper@
2010-10-23 19:30:16 +00:00
matthieu
7447858d98
Update to xterm version 264, Tested at least by krw@, jasper@, ajacoutot@.
2010-10-23 19:14:52 +00:00
matthieu
bfe02ac685
Explicitely disable build of docs (otherwise done if groff is found)
2010-10-22 20:01:27 +00:00
matthieu
92b4be9451
Explicitely disable docs build (otherwise done if groff is found)
2010-10-22 19:58:35 +00:00
matthieu
54c946e7c3
Explicitely disable groff.
2010-10-22 19:50:32 +00:00
todd
5a7b19fc85
sync
2010-10-20 19:34:26 +00:00
matthieu
a8932e3e97
update
2010-10-18 19:08:58 +00:00
matthieu
dd9a6776e6
MFC: fixes crashes on r600 with cairo 0.10.
...
Tested by espie@ and brad@
commit 78fcbf577ad6eba6399cc39f74b7ce5f9c8e265e
Author: Michel Daenzer <daenzer@vmware.com>
Date: Thu Sep 3 14:55:05 2009 +0200
EXA: Check for solid/gradient pictures the same way for all generations.
In particular, also catch them for >= R300.
commit 87d7235790866f9c19ef08972d5237f09d940cd9
Author: Alex Deucher <alexdeucher@gmail.com>
Date: Thu Nov 5 10:23:03 2009 -0500
EXA: fallback if no pMaskPicture->pDrawable
A solid or gradient mask could be used for blending
the source picture onto the destination picture.
Fixes fdo bug 24838
2010-10-17 10:31:04 +00:00
jakemsr
66fbac58e1
typos. "ouput" typos spotted by Jan Stary.
2010-10-15 14:24:23 +00:00
jakemsr
622e7bac0c
oops. start with an undefined encoding instead of yuy2. lets the code
...
figure out what encoding to use, based on what the hardware supports.
still uses yuy2 by default if the hardware supports it.
2010-10-15 14:21:20 +00:00
jakemsr
29306fc0e4
declare the global vars as static to not conflict with symbols from
...
libraries
2010-10-15 09:27:26 +00:00
todd
c4e245af9c
sync
2010-10-11 20:22:41 +00:00
dcoppa
964be84ed2
Bugfixes from upstream.
...
Minor tweaks (shutdown(2) related bits) by me.
OK matthieu@
2010-10-06 07:50:06 +00:00
matthieu
be028fef81
Update to xcmsdb 1.0.3
2010-10-06 06:05:48 +00:00
matthieu
62aefcb130
Update to xclock 1.0.5
2010-10-06 06:03:42 +00:00
matthieu
533e7cbd34
update to xauth 1.0.5
2010-10-06 05:56:15 +00:00
matthieu
3230cc72eb
Update to x11perf 1.5.2
2010-10-06 05:50:15 +00:00
matthieu
d348293fab
Update to setxkbmap 1.2.0
2010-10-06 05:43:08 +00:00
matthieu
5a4a0a218a
Update to oclock 1.0.2
2010-10-06 05:31:56 +00:00
matthieu
ed9daee1ad
Replace autotools based build with a simple BSD Makefile,
...
using the work done for proto/.
2010-10-06 05:20:23 +00:00
matthieu
01ae09c9ff
update
2010-10-05 19:59:52 +00:00
matthieu
502b62f99f
Update to libX11 1.3.6.
...
Tested by ajacoutot@, jasper@ and krw@.
2010-10-05 19:50:57 +00:00
matthieu
b4ebb62e0d
Update to xterm 262.
...
tested by ajacoutot@, jasper@ and krw@.
2010-10-05 19:37:23 +00:00
matthieu
203a984640
g/c some old amd64 bits from pixman's Makefile.bsd-wrapper.
...
from Brad. Thanks.
2010-10-04 05:46:54 +00:00
matthieu
17373aad31
Now that pixman depends on libpthread-stubs, only build it
...
on platforms that build it (part of xcb suite).
Tested by jasper@ and landry@ on a bulk ports build.
2010-10-03 18:34:39 +00:00
matthieu
9174b01172
Update to pixman 0.18.4.
...
Tweak build to use libpthread-stubs for TLS emulation instead of forcing
every application using pixman to use -pthread.
Tested by jasper@ and landry@ on a bulk ports build.
2010-10-03 18:30:04 +00:00
matthieu
d72e46519b
Update to libpthread-stubs 0.3 and add pthread_once(),
...
pthread_key_create() and pthread_{get,set}_specific() stubs needed by
upcoming libpixman update.
Tested by jasper@ and landry@ on a bulk ports build.
2010-10-03 18:27:11 +00:00
matthieu
44d58a5719
Move 'video' out of X.Org provided application list, to the list
...
of extra applications provided by OpenBSD.
2010-10-03 14:59:11 +00:00
matthieu
3ea6e813ac
regen
2010-10-03 14:27:14 +00:00
matthieu
3c4f0cc6df
Use the XORG_WITH_XMLTO and XORG_WITH_ASCIIDOC macros.
...
This change was apparently didn't make it upstreams into 1.3.2 and
got lost.
2010-10-03 14:26:02 +00:00
matthieu
d1dae92d75
update
2010-10-03 09:23:28 +00:00
schwarze
be7005d8cf
s/\.Xx/.Xr/ such that "Xv(3)" doesn't get lost;
...
found by mandoc -Tlint
2010-09-26 23:58:18 +00:00
jakemsr
52f69c164d
support for gamma and sharpness/acutance controls.
...
also from Martin Pieuchot, thanks!
2010-09-26 23:47:17 +00:00
todd
c83513fd2c
sync
2010-09-26 12:55:07 +00:00
schwarze
f7ffd5f80b
s/-offset -indent/-offset indent/ for correct indentation,
...
and properly encode \(:a
found by mandoc -Tlint
2010-09-25 21:58:18 +00:00
schwarze
694354ad23
s/\.Pb/.Pp/ for correct vertical spacing; found by mandoc -Tlint
2010-09-25 21:48:08 +00:00
okan
49e1aa0fed
do not warp to clients marked 'ignore'; from chneukirchen at gmail - thanks.
...
(with the manpage bit from me).
ok oga@
2010-09-25 20:04:55 +00:00
okan
0b646a740b
picked a henning diff from src - original log:
...
fix linecount bug with comments spanning multiple lines
problem reported with the obvious fix for bgpd by Sebastian Benoit
<benoit-lists at fb12.de>, also PR 6432
ok oga@
2010-09-25 20:02:58 +00:00
okan
2efae64cef
spacing nits
2010-09-25 20:01:27 +00:00
okan
3261bc07fe
more clear variable name so than name/class shouldn't be confused again.
...
ok oga@
2010-09-25 19:58:08 +00:00
okan
2fc8292339
clarify window name/class a bit more with word ordering.
...
ok oga@
2010-09-25 19:54:02 +00:00
jakemsr
0a146de521
enable video(1), now builds on all archs
...
from/ok todd@
2010-09-25 02:59:12 +00:00
jakemsr
6704c2a7ac
list all libraries needed and in the correct order so this builds
...
on static archs
from todd@
2010-09-25 02:58:00 +00:00
matthieu
24a4f25151
Remove reference to XAW_CHECK_XPRINT_SUPPORT which was removed from
...
xorg-macros. While here fix list of dependencies.
2010-09-20 19:30:55 +00:00
matthieu
e7544b351b
regen
2010-09-20 19:27:54 +00:00
matthieu
289309dcbf
Remove reference to XAW_CHECK_XPRINT_SUPPORT which was removed from
...
xorg-macros. While here fix list of dependencies.
Problem noticed by Dave Del Debbio. Thanks.
2010-09-20 19:26:55 +00:00
matthieu
b525a9170f
update
2010-09-19 16:37:47 +00:00