summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2013-07-21Update to xconsole 1.0.6Matthieu Herrb
2006-11-26Importing from XF4, plus BSD make infrastructureMatthieu Herrb
2013-07-16we no longer need to construct an array for _NET_SUPPORTED.Okan Demirmen
2013-07-16don't need the size hereOkan Demirmen
2013-07-16max -> nitemsOkan Demirmen
2013-07-15shuffle down protoypesOkan Demirmen
2013-07-15collapse linesOkan Demirmen
2013-07-15simplify atom handling; allows us to limit to one round-trip to serverOkan Demirmen
2013-07-14Don't try to use grantpt() on OpenBSD. It causes crashes.Matthieu Herrb
2013-07-10bring buttonpress and keypress event handlers slightly closer togetherOkan Demirmen
2013-07-10type fixesOkan Demirmen
2013-07-09since the root and event window are the same in the case of a buttonOkan Demirmen
2013-07-08add support for mouse based group {,r}cycle; from Rodrigo Mosconi. notOkan Demirmen
2013-07-08move kbfunc and mousefunc closer togetherOkan Demirmen
2013-07-08clarify kbd vs mouse functionsOkan Demirmen
2013-07-08move duplicate kbd and mouse modifier parsing to a generic function;Okan Demirmen
2013-07-08replace a few (x)malloc with (x)calloc to prevent potential integerOkan Demirmen
2013-07-08whitespace and style fixes; from Tiago Cunha and one from me.Okan Demirmen
2013-06-26Match what's done on i386/amd64 and use vt05 as default for xdm(1)Martin Pieuchot
2013-06-23properly fix (and re-organize) selfont selection.Okan Demirmen
2013-06-20when selfont is configured, make sure we continue and configure the restOkan Demirmen
2013-06-17move Cursors into conf.Okan Demirmen
2013-06-17now that we have conf_screen, which configures individual screensOkan Demirmen
2013-06-17allow mouse button4 and button5; from Rodrigo MosconiOkan Demirmen
2013-06-10move synthetic responses and have client_msg only work with WM_PROTOCOLS,Okan Demirmen
2013-06-10Check for, and honour, CWStackMode and CWSibling change requests during aOkan Demirmen
2013-06-03Unlike other parse.y variants, cwm's allowed 'command xx /path/to/xx' withoutStuart Henderson
2013-06-02Update to xterm 293. Tested by naddy@ ajacoutot@Matthieu Herrb
2013-05-31Update to xinit 1.3.2Matthieu Herrb
2013-05-31Update to xfs 1.1.3Matthieu Herrb
2013-05-31remove moved fileMatthieu Herrb
2013-05-31Update to xdpyinfo 1.3.1Matthieu Herrb
2013-05-31Update to bitmap 1.0.7Matthieu Herrb
2013-05-31Update to xwininfo 1.1.3Matthieu Herrb
2013-05-31Update to xrefresh 1.0.5Matthieu Herrb
2013-05-31Update to appres 1.0.4Matthieu Herrb
2013-05-27fix type in a ClientMessage (xu_sendmsg).Okan Demirmen
2013-05-23alter conf_grab(_kbd) to first ungrab AnyKey/AnyModifier, then proceedOkan Demirmen
2013-05-22since we don't have any screens yet, there's no reason to conf_{,un}grabOkan Demirmen
2013-05-22get rid of long standing XXX: now that we configure screens based onOkan Demirmen
2013-05-22move validation of pointer Button into conf_mousebind so we checkOkan Demirmen
2013-05-22sync with src changesOkan Demirmen
2013-05-21handle _NET_WM_STATE ClientMessage; from Alexander Polakov.Okan Demirmen
2013-05-20stray whitespaceOkan Demirmen
2013-05-20handle _NET_ACTIVE_WINDOW ClientMessage; from Alexander Polakov.Okan Demirmen
2013-05-20add support for _NET_WM_STATE_MAXIMIZED_{HORZ,VERT}; from Alexander Polakov.Okan Demirmen
2013-05-20- configure menuwin with the screen, then create the xft drawable usingOkan Demirmen
2013-05-20no reason to pass around *sc when it's already in menu_ctx.Okan Demirmen
2013-05-19move the 2 small font helper functions to xutil.cOkan Demirmen
2013-05-19move the rest of xft init into screen_conf, since most of it is based onOkan Demirmen