summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-20We don't need the VGA arbiter if direct hardware access has been disabled.Mark Kettenis
2014-02-16type1cid.c appears twice in sources lists for no reason. Noticed by miod@Matthieu Herrb
2014-02-15Fix build of (disabled) wsfb kdrive backend.Matthieu Herrb
2014-02-15Remove radeonold driver. it was deconnected from build months ago.Matthieu Herrb
2014-02-15If opening /dev/pciN read-write fails, try opening it read-only. This allowsMark Kettenis
2014-02-14updateMatthieu Herrb
2014-02-14Update to xterm 301Matthieu Herrb
2014-02-14Update to xf86-video-intel 2.99.910 (aka 3.0RC10) tested by jsg@ and me.Matthieu Herrb
2014-02-08Make sure we cycle through existing client's group membership and setOkan Demirmen
2014-02-08Replace a few hand rolled loops with like tailq loops.Okan Demirmen
2014-02-07all mapped clients now should have a group, so simplify some casesOkan Demirmen
2014-02-07syncBrian Callahan
2014-02-07We're no longer building this on octeon.Brian Callahan
2014-02-07If _NET_WM_DESKTOP is set to -1 during client creation, place the client intoOkan Demirmen
2014-02-06Some clients set the urgency flag even if they are the active client;Okan Demirmen
2014-02-03Introduce a region queue and replace screen's XineramaScreenInfo; weOkan Demirmen
2014-02-03make this XQueryTree like the otherOkan Demirmen
2014-02-03Move redundant bits from screen_init (while dealing with existingOkan Demirmen
2014-02-03syncMatthieu Herrb
2014-02-03updateMatthieu Herrb
2014-02-03regenMatthieu Herrb
2014-02-03Bump revisions of XvMC libsMatthieu Herrb
2014-02-03Update to xf86-video-intel 2.99.909Matthieu Herrb
2014-02-02Move redundant window attr fetch from maprequest directly intoOkan Demirmen
2014-02-02No need to store screen colormap and visual; rather just use the XOkan Demirmen
2014-02-02Unlike free(3), XFree(3) can't be passed a NULL pointer.Okan Demirmen
2014-02-02The menu already limits entries with MENU_MAXENTRY, so don't botherOkan Demirmen
2014-02-01Take menu's bwidth into account for position/size; reported by Thomas Adam.Okan Demirmen
2014-02-01Let the config parser continue parsing even after encountering an error;Okan Demirmen
2014-01-30re-add lost free from previousOkan Demirmen
2014-01-30Switch ignoreq to winname struct since it's basically the same thing;Okan Demirmen
2014-01-30use the same autogroupwin variable as everywhere elseOkan Demirmen
2014-01-30Move cwm_status around to avoid header fu, and remove extraneous signalOkan Demirmen
2014-01-30Remove duplicate mouse functions and instead use the kbfunc ones. NoOkan Demirmen
2014-01-29Minimize trivial differences between a few kb and mb functions.Okan Demirmen
2014-01-29keybinding -> key bindingOkan Demirmen
2014-01-29Merge keybinding and mousebinding queues into using the same mergedOkan Demirmen
2014-01-29Much like we do for keyboard and mouse bindings, remove duplicates forOkan Demirmen
2014-01-29Check command name/path for truncation and provide user feedback duringOkan Demirmen
2014-01-28Check ignore windowname for truncation and provide user feedback duringOkan Demirmen
2014-01-28The EWMH spec states that if the cardinal returned is 0xFFFFFFFF (-1)Okan Demirmen
2014-01-28Move conf_init/clear into main - no behaviour change; from Tiago Cunha.Okan Demirmen
2014-01-27move some init up and shed some blank linesOkan Demirmen
2014-01-27simplify parse_config using assignment; inspired by a very old diff fromOkan Demirmen
2014-01-26updateMatthieu Herrb
2014-01-24more range checkingOkan Demirmen
2014-01-24correct arguments and drop the cast.Okan Demirmen
2014-01-23no need to quote within warningOkan Demirmen
2014-01-23If no title is supplied, term uses only the basename for its title.Okan Demirmen
2014-01-22zap whitespaceOkan Demirmen