summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-02-15Saner defaults for proposed keyboard configuration:Matthieu Herrb
- set XkbModel to "sun" to get working L-keys - leave XkbLayout empty so that it's inherited from wscons/
2009-02-13fix imake scaffolding for mips (sgi); originally from BradTodd T. Fries
ok matthieu@ (has been in snaps for ages..)
2009-02-12shuffling to mi syncTodd T. Fries
2009-02-09syncTodd T. Fries
2009-02-09puffy 4.5Todd T. Fries
2009-02-07add 'moveamount' to cwmrc; it sets keyboard movement amount, makingMartynas Venckus
it more useful on large screens manpage tweak & ok jmc@ ok okan@, oga@
2009-02-07remove leftover from mdoc.samples; ok jmc@Martynas Venckus
2009-02-06syncTodd T. Fries
2009-02-05Bah. Diff applied strangely last time. Fix fallout.Owain Ainsworth
It builds now.
2009-02-04Merge in two commits of mine from upstream mesa which mean that onOwain Ainsworth
startup with and when we have only one pipe running we will always pick the correct vblank pipe to sync to. ok matthieu@.
2009-02-04syncTodd T. Fries
2009-02-03fix off-by-one in geom.[xy], after pwin changes. keyboard movementMartynas Venckus
to the rightmost or bottommost corners would confuse cwm: - there's no way to get the window back - tab cycling breaks ok okan@, oga@
2009-02-02Better looking default resources for the XDM chooser.Matthieu Herrb
ok pyr@, sobrado@.
2009-02-02Enable build of kdrive/Xephyr on gcc3 arches. ok todd@Matthieu Herrb
2009-02-02syncTodd T. Fries
2009-01-30getLocalAddress(): return 127.0.0.1 if the hostname doesn't resolve.Matthieu Herrb
This code already does this if IPv6 support is compiled in. It was dereferencing a NULL pointer in the IPv4 only case.
2009-01-30regenMatthieu Herrb
2009-01-30Fix a merge botch in xdm 1.1.8 update.Matthieu Herrb
2009-01-30Add more input checks. From "nobody@example.com" on bugs@.Matthieu Herrb
2009-01-29xdm 1.1.8.Matthieu Herrb
2009-01-29Add support to run intel_reg_dumper on OpenBSD.Matthieu Herrb
2009-01-29Fix allocation and freeing of InputDriverRec, so that X doesn't dump coreMatthieu Herrb
on exit. Found thanks to msys test machine.
2009-01-29xf86-input-elographics 1.2.3, tested on msys's point of sale machine.Matthieu Herrb
2009-01-28Install Xephyr and its manual page using the Makefile generated byMatthieu Herrb
autotools.
2009-01-28__miscmansuffix -> __miscmansuffix__Matthieu Herrb
2009-01-28Add missing OpenBSD RCS Ids.Matthieu Herrb
2009-01-28Pass all needed options to configure to get kdrive use theMatthieu Herrb
same default directories as Xorg.
2009-01-28OpenBSD still uses old xkb-data, whose default rules are called 'xorg'.Matthieu Herrb
Change kdrive's default configuration too.
2009-01-28Update to xf86-video-radeonhd 1.2.4.Matthieu Herrb
- Added HDMI support. - Added support for RV710, RV730 (DCE 3.2). - Added screen rotation support. - Added RandR 1.3 panning support. (not useful until xserver 1.6) - Many acceleration and build fixes. Tested on mbalmer@'s radeon 2400HD card.
2009-01-28syncMatthieu Herrb
2009-01-27Xephyr requires dri support for now, so enable it.Matthieu Herrb
2009-01-27regenMatthieu Herrb
2009-01-27Fix linking of Xwscons for xserver 1.5.3Matthieu Herrb
2009-01-27Don't allow to build kdrive here anymore. This is now in ../kdrive.Matthieu Herrb
2009-01-27/usr/X11R6/include/drm is gone. The headers now come from the kernel.Matthieu Herrb
2009-01-27remove Nscreens and x_screenname() - we really don't need them.Okan Demirmen
ok oga@
2009-01-27One of the most annoying things to do was restart cwm and lose all ofOwain Ainsworth
your group state. Fix this up by using an X Atom (_CWM_GRP) to store the name of the group that we're using (the name, not the number is because at one point we may make the group numbers dynamic). I've been talking about this since c2k8. so CM-w means you keep all of your windows grouped properly. ok okan@, todd@
2009-01-26never define XF86DRI_MM after configure. 2.4.x still had the ttm bitsOwain Ainsworth
which haven't made it into a released libdrm. This prevents collisions with the libdrm version just commited (which wouldn't build otherwise).
2009-01-26Update libdrm to 2.4.3Owain Ainsworth
This is needed for us to be able to update Mesa and xf86-video-intel. Includes a few fixes, as well as the intel bufmgr interface and the modesetting interface (which currently errors when you check if it's enabled). ok matthieu@
2009-01-26syncMatthieu Herrb
2009-01-26Xtrans 1.2.3. Tested on a full ports build by naddy@.Matthieu Herrb
2009-01-26util/macros 1.2.1. Tested on a ports bulk build by naddy@.Matthieu Herrb
2009-01-23passing a null pointer to free() is valid; sprinkle a few free->xfree.Okan Demirmen
ok oga@
2009-01-23Whitespace nit.Owain Ainsworth
pointed out by okan.
2009-01-23Switch to using XInternAtoms for caching the atom numbers. Saves a pileOwain Ainsworth
of function calls and server roundtrips. ok okan@
2009-01-23move conf_clear() and add proto.Okan Demirmen
ok todd@ oga@
2009-01-23Move the keybinding argument to a union to prevent warnings whereOwain Ainsworth
sizeof(int) != sizeof(void *). This has been annoying me for ages. ok okan@, todd@
2009-01-22updateMatthieu Herrb
2009-01-22now that pwin is gone gone gone, we no longer have to do the bwidthOkan Demirmen
dance; xevents now able to deal with a border being set (which fixes those annoying movie-watching apps). ok todd@, oga@
2009-01-22The default font name is strduped, so don't test for default font nameOwain Ainsworth
(therefore leaking it) when cleaning up a conf struct. ok okan@