summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-25Update to fontconfig 2.8.0. Tested on a full ports build by naddy@.Matthieu Herrb
2010-03-25Missing resurected files in freetype 2.3.12Matthieu Herrb
2010-03-25Update to freetpe 2.3.12. Tested against ports by naddy@.Matthieu Herrb
2010-03-25Update to freetpe 2.3.12. Tested against ports by naddy@.Matthieu Herrb
2010-03-23add a -v flag to select verbose mode, to output raw coordinate readMatthieu Herrb
from the device, for debugging.
2010-03-22syncTodd T. Fries
2010-03-22start at socppcTodd T. Fries
2010-03-20Fix formatting errors breaking the xenocara mandoc(1) build:Ingo Schwarze
* .Bl may only have .It children * .SH requires an argument * blank lines are illegal outside literal context Now "cd /usr/xenocara && make man" succeeds, but unfortunately, that covers a minority of X11 manuals only. ok matthieu@
2010-03-20The reply type could be XCB_NONE if the property is not present.Matthieu Herrb
Patch from upstreams, pointed out by David Coppa.
2010-03-20Validate size of wm_hints and wm_size_hintsMatthieu Herrb
Without these checks, we can overflow the buffer or divide by zero. Patch from upstreams, From David Coppa.
2010-03-18updateMatthieu Herrb
2010-03-15Only add wsfb to the list of autoconfigured drivers if no other matches wereMark Kettenis
found. Makes xorg.conf-less X work again on sparc64 and macppc systems with a single display adapter. ok matthieu@, beck@
2010-03-13syncTodd T. Fries
2010-03-07Fix some problems in libxcb-icccm affecting xcb based window managers.Owain Ainsworth
Specifically, fix checks on the data so then we use the correct sanitised length. From Peter Harris (pharris AT opentext DOT com), an xcb developer, via David Coppa (dcoppa AT gmail DOT com); thanks! requested by deraadt@
2010-02-20Set the sed command in the autoconf cache, to avoid picking gnu sedMatthieu Herrb
from ports. Problem remained by espie@.
2010-02-15updateMatthieu Herrb
2010-02-14updateMatthieu Herrb
2010-02-13We are now at least at X.Org 7.4Matthieu Herrb
2010-02-13Unaccelerated X also works on Gdium.Matthieu Herrb
2010-02-10preserve labels after an edit action is aborted; extending the menuOkan Demirmen
struct just for this is the least intrusive approach until the menu code is reviewed. inspired by Thomas Pfaff's report on tech@ ok oga@
2010-02-05syncMatthieu Herrb
2010-02-04Drivers list for loongson.Matthieu Herrb
2010-02-04Recognize WSDISPLAY_TYPE_SMFBMatthieu Herrb
2010-02-03Remove a workaround for a gcc ICE on mips64 that was fixedMatthieu Herrb
by a recent gcc commit.
2010-02-02Honour program-specified window position in size hints when placing windows.Stefan Sperling
Makes XMMS windows appear as expected. ok okan, oga
2010-02-01basic support for mips64el. ok miod@.Matthieu Herrb
2010-01-31syncMatthieu Herrb
2010-01-31Preliminary sets and README for loongson.Matthieu Herrb
2010-01-31Be less precise in the list of modules that needs preload, to avoidMatthieu Herrb
seeing it becoming wrong again.
2010-01-31xorg.conf for loongson.Matthieu Herrb
2010-01-27- allow per-screen gap; not (yet) user configurable.Okan Demirmen
- teach _NET_WORKAREA about gap. ok oga@
2010-01-27puffy 4.7Todd T. Fries
2010-01-22Make ssh-ask-pass Xinerama aware (also works with XRandR thanks toMatthieu Herrb
its pseudo-Xinerama emulation). ok stsp@
2010-01-22Start adding XRandR support. not really functional yet though.Matthieu Herrb
(missing the code to compute the calibration data that restrict events to a given output)
2010-01-21Use DejaVu TrueType fonts as replacement for the Adobe bitmaps.Matthieu Herrb
While here also provide a replacement for Courier New. ok oga@
2010-01-20syncTodd T. Fries
2010-01-17updateMatthieu Herrb
2010-01-17regenMatthieu Herrb
2010-01-17regenMatthieu Herrb
2010-01-17regenMatthieu Herrb
2010-01-17regenMatthieu Herrb
2010-01-17Use the new XORG_WITH_XMLTO macro in configure scripts and explicitelyMatthieu Herrb
disable it during Xenocara builds. Problem reported by kili@ who also tested this patch with an earlier version of the macro.
2010-01-17Add XORG_WITH_XMLTO to factorize xmlto tests.Matthieu Herrb
This also allow to configure with --without-xmlto to ignore a 3rd party xmlto tool on systems that normally don't have it, in order to have reproducable builds. Problem reported by kili@. Patch with help from Gaetan Nadon (memsize at videotron dot ca) on X.Org devel list.
2010-01-16Build and install DejaVu fonts. ok naddy@.Matthieu Herrb
2010-01-16Import DejaVu fonts. ok naddy@Matthieu Herrb
2010-01-13build with OPT_256_COLORS to support 256 colors now that our ncursesjoshua stein
supports it ok matthieu@
2010-01-11Remove Speedo fonts. Disconnected from build for weeks now.Matthieu Herrb
2010-01-11remove xtrap applications. They are disconnected from build for weeks now.Matthieu Herrb
2010-01-10Remove unused screen_width and screen_height fields fromMatthieu Herrb
driver private data.
2010-01-10Typos in comments and error messages.Matthieu Herrb