Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-25 | Update to fontconfig 2.8.0. Tested on a full ports build by naddy@. | Matthieu Herrb | |
2010-03-25 | Missing resurected files in freetype 2.3.12 | Matthieu Herrb | |
2010-03-25 | Update to freetpe 2.3.12. Tested against ports by naddy@. | Matthieu Herrb | |
2010-03-25 | Update to freetpe 2.3.12. Tested against ports by naddy@. | Matthieu Herrb | |
2010-03-23 | add a -v flag to select verbose mode, to output raw coordinate read | Matthieu Herrb | |
from the device, for debugging. | |||
2010-03-22 | sync | Todd T. Fries | |
2010-03-22 | start at socppc | Todd T. Fries | |
2010-03-20 | Fix 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-20 | The reply type could be XCB_NONE if the property is not present. | Matthieu Herrb | |
Patch from upstreams, pointed out by David Coppa. | |||
2010-03-20 | Validate size of wm_hints and wm_size_hints | Matthieu Herrb | |
Without these checks, we can overflow the buffer or divide by zero. Patch from upstreams, From David Coppa. | |||
2010-03-18 | update | Matthieu Herrb | |
2010-03-15 | Only add wsfb to the list of autoconfigured drivers if no other matches were | Mark Kettenis | |
found. Makes xorg.conf-less X work again on sparc64 and macppc systems with a single display adapter. ok matthieu@, beck@ | |||
2010-03-13 | sync | Todd T. Fries | |
2010-03-07 | Fix 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-20 | Set the sed command in the autoconf cache, to avoid picking gnu sed | Matthieu Herrb | |
from ports. Problem remained by espie@. | |||
2010-02-15 | update | Matthieu Herrb | |
2010-02-14 | update | Matthieu Herrb | |
2010-02-13 | We are now at least at X.Org 7.4 | Matthieu Herrb | |
2010-02-13 | Unaccelerated X also works on Gdium. | Matthieu Herrb | |
2010-02-10 | preserve labels after an edit action is aborted; extending the menu | Okan 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-05 | sync | Matthieu Herrb | |
2010-02-04 | Drivers list for loongson. | Matthieu Herrb | |
2010-02-04 | Recognize WSDISPLAY_TYPE_SMFB | Matthieu Herrb | |
2010-02-03 | Remove a workaround for a gcc ICE on mips64 that was fixed | Matthieu Herrb | |
by a recent gcc commit. | |||
2010-02-02 | Honour program-specified window position in size hints when placing windows. | Stefan Sperling | |
Makes XMMS windows appear as expected. ok okan, oga | |||
2010-02-01 | basic support for mips64el. ok miod@. | Matthieu Herrb | |
2010-01-31 | sync | Matthieu Herrb | |
2010-01-31 | Preliminary sets and README for loongson. | Matthieu Herrb | |
2010-01-31 | Be less precise in the list of modules that needs preload, to avoid | Matthieu Herrb | |
seeing it becoming wrong again. | |||
2010-01-31 | xorg.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-27 | puffy 4.7 | Todd T. Fries | |
2010-01-22 | Make ssh-ask-pass Xinerama aware (also works with XRandR thanks to | Matthieu Herrb | |
its pseudo-Xinerama emulation). ok stsp@ | |||
2010-01-22 | Start 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-21 | Use DejaVu TrueType fonts as replacement for the Adobe bitmaps. | Matthieu Herrb | |
While here also provide a replacement for Courier New. ok oga@ | |||
2010-01-20 | sync | Todd T. Fries | |
2010-01-17 | update | Matthieu Herrb | |
2010-01-17 | regen | Matthieu Herrb | |
2010-01-17 | regen | Matthieu Herrb | |
2010-01-17 | regen | Matthieu Herrb | |
2010-01-17 | regen | Matthieu Herrb | |
2010-01-17 | Use the new XORG_WITH_XMLTO macro in configure scripts and explicitely | Matthieu Herrb | |
disable it during Xenocara builds. Problem reported by kili@ who also tested this patch with an earlier version of the macro. | |||
2010-01-17 | Add 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-16 | Build and install DejaVu fonts. ok naddy@. | Matthieu Herrb | |
2010-01-16 | Import DejaVu fonts. ok naddy@ | Matthieu Herrb | |
2010-01-13 | build with OPT_256_COLORS to support 256 colors now that our ncurses | joshua stein | |
supports it ok matthieu@ | |||
2010-01-11 | Remove Speedo fonts. Disconnected from build for weeks now. | Matthieu Herrb | |
2010-01-11 | remove xtrap applications. They are disconnected from build for weeks now. | Matthieu Herrb | |
2010-01-10 | Remove unused screen_width and screen_height fields from | Matthieu Herrb | |
driver private data. | |||
2010-01-10 | Typos in comments and error messages. | Matthieu Herrb | |