Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-15 | Saner 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-13 | fix imake scaffolding for mips (sgi); originally from Brad | Todd T. Fries | |
ok matthieu@ (has been in snaps for ages..) | |||
2009-02-12 | shuffling to mi sync | Todd T. Fries | |
2009-02-09 | sync | Todd T. Fries | |
2009-02-09 | puffy 4.5 | Todd T. Fries | |
2009-02-07 | add 'moveamount' to cwmrc; it sets keyboard movement amount, making | Martynas Venckus | |
it more useful on large screens manpage tweak & ok jmc@ ok okan@, oga@ | |||
2009-02-07 | remove leftover from mdoc.samples; ok jmc@ | Martynas Venckus | |
2009-02-06 | sync | Todd T. Fries | |
2009-02-05 | Bah. Diff applied strangely last time. Fix fallout. | Owain Ainsworth | |
It builds now. | |||
2009-02-04 | Merge in two commits of mine from upstream mesa which mean that on | Owain 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-04 | sync | Todd T. Fries | |
2009-02-03 | fix off-by-one in geom.[xy], after pwin changes. keyboard movement | Martynas 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-02 | Better looking default resources for the XDM chooser. | Matthieu Herrb | |
ok pyr@, sobrado@. | |||
2009-02-02 | Enable build of kdrive/Xephyr on gcc3 arches. ok todd@ | Matthieu Herrb | |
2009-02-02 | sync | Todd T. Fries | |
2009-01-30 | getLocalAddress(): 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-30 | regen | Matthieu Herrb | |
2009-01-30 | Fix a merge botch in xdm 1.1.8 update. | Matthieu Herrb | |
2009-01-30 | Add more input checks. From "nobody@example.com" on bugs@. | Matthieu Herrb | |
2009-01-29 | xdm 1.1.8. | Matthieu Herrb | |
2009-01-29 | Add support to run intel_reg_dumper on OpenBSD. | Matthieu Herrb | |
2009-01-29 | Fix allocation and freeing of InputDriverRec, so that X doesn't dump core | Matthieu Herrb | |
on exit. Found thanks to msys test machine. | |||
2009-01-29 | xf86-input-elographics 1.2.3, tested on msys's point of sale machine. | Matthieu Herrb | |
2009-01-28 | Install Xephyr and its manual page using the Makefile generated by | Matthieu Herrb | |
autotools. | |||
2009-01-28 | __miscmansuffix -> __miscmansuffix__ | Matthieu Herrb | |
2009-01-28 | Add missing OpenBSD RCS Ids. | Matthieu Herrb | |
2009-01-28 | Pass all needed options to configure to get kdrive use the | Matthieu Herrb | |
same default directories as Xorg. | |||
2009-01-28 | OpenBSD still uses old xkb-data, whose default rules are called 'xorg'. | Matthieu Herrb | |
Change kdrive's default configuration too. | |||
2009-01-28 | Update 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-28 | sync | Matthieu Herrb | |
2009-01-27 | Xephyr requires dri support for now, so enable it. | Matthieu Herrb | |
2009-01-27 | regen | Matthieu Herrb | |
2009-01-27 | Fix linking of Xwscons for xserver 1.5.3 | Matthieu Herrb | |
2009-01-27 | Don'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-27 | remove Nscreens and x_screenname() - we really don't need them. | Okan Demirmen | |
ok oga@ | |||
2009-01-27 | One of the most annoying things to do was restart cwm and lose all of | Owain 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-26 | never define XF86DRI_MM after configure. 2.4.x still had the ttm bits | Owain 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-26 | Update libdrm to 2.4.3 | Owain 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-26 | sync | Matthieu Herrb | |
2009-01-26 | Xtrans 1.2.3. Tested on a full ports build by naddy@. | Matthieu Herrb | |
2009-01-26 | util/macros 1.2.1. Tested on a ports bulk build by naddy@. | Matthieu Herrb | |
2009-01-23 | passing a null pointer to free() is valid; sprinkle a few free->xfree. | Okan Demirmen | |
ok oga@ | |||
2009-01-23 | Whitespace nit. | Owain Ainsworth | |
pointed out by okan. | |||
2009-01-23 | Switch to using XInternAtoms for caching the atom numbers. Saves a pile | Owain Ainsworth | |
of function calls and server roundtrips. ok okan@ | |||
2009-01-23 | move conf_clear() and add proto. | Okan Demirmen | |
ok todd@ oga@ | |||
2009-01-23 | Move the keybinding argument to a union to prevent warnings where | Owain Ainsworth | |
sizeof(int) != sizeof(void *). This has been annoying me for ages. ok okan@, todd@ | |||
2009-01-22 | update | Matthieu Herrb | |
2009-01-22 | now that pwin is gone gone gone, we no longer have to do the bwidth | Okan Demirmen | |
dance; xevents now able to deal with a border being set (which fixes those annoying movie-watching apps). ok todd@, oga@ | |||
2009-01-22 | The default font name is strduped, so don't test for default font name | Owain Ainsworth | |
(therefore leaking it) when cleaning up a conf struct. ok okan@ |