Age | Commit message (Expand) | Author |
2013-07-16 | we no longer need to construct an array for _NET_SUPPORTED. | Okan Demirmen |
2013-07-16 | don't need the size here | Okan Demirmen |
2013-07-16 | max -> nitems | Okan Demirmen |
2013-07-15 | shuffle down protoypes | Okan Demirmen |
2013-07-15 | collapse lines | Okan Demirmen |
2013-07-15 | simplify atom handling; allows us to limit to one round-trip to server | Okan Demirmen |
2013-07-10 | bring buttonpress and keypress event handlers slightly closer together | Okan Demirmen |
2013-07-10 | type fixes | Okan Demirmen |
2013-07-09 | since the root and event window are the same in the case of a button | Okan Demirmen |
2013-07-08 | add support for mouse based group {,r}cycle; from Rodrigo Mosconi. not | Okan Demirmen |
2013-07-08 | move kbfunc and mousefunc closer together | Okan Demirmen |
2013-07-08 | clarify kbd vs mouse functions | Okan Demirmen |
2013-07-08 | move duplicate kbd and mouse modifier parsing to a generic function; | Okan Demirmen |
2013-07-08 | replace a few (x)malloc with (x)calloc to prevent potential integer | Okan Demirmen |
2013-07-08 | whitespace and style fixes; from Tiago Cunha and one from me. | Okan Demirmen |
2013-06-23 | properly fix (and re-organize) selfont selection. | Okan Demirmen |
2013-06-20 | when selfont is configured, make sure we continue and configure the rest | Okan Demirmen |
2013-06-17 | move Cursors into conf. | Okan Demirmen |
2013-06-17 | now that we have conf_screen, which configures individual screens | Okan Demirmen |
2013-06-17 | allow mouse button4 and button5; from Rodrigo Mosconi | Okan Demirmen |
2013-06-10 | move synthetic responses and have client_msg only work with WM_PROTOCOLS, | Okan Demirmen |
2013-06-10 | Check for, and honour, CWStackMode and CWSibling change requests during a | Okan Demirmen |
2013-06-03 | Unlike other parse.y variants, cwm's allowed 'command xx /path/to/xx' without | Stuart Henderson |
2013-05-27 | fix type in a ClientMessage (xu_sendmsg). | Okan Demirmen |
2013-05-23 | alter conf_grab(_kbd) to first ungrab AnyKey/AnyModifier, then proceed | Okan Demirmen |
2013-05-22 | since we don't have any screens yet, there's no reason to conf_{,un}grab | Okan Demirmen |
2013-05-22 | get rid of long standing XXX: now that we configure screens based on | Okan Demirmen |
2013-05-22 | move validation of pointer Button into conf_mousebind so we check | Okan Demirmen |
2013-05-22 | sync with src changes | Okan Demirmen |
2013-05-21 | handle _NET_WM_STATE ClientMessage; from Alexander Polakov. | Okan Demirmen |
2013-05-20 | stray whitespace | Okan Demirmen |
2013-05-20 | handle _NET_ACTIVE_WINDOW ClientMessage; from Alexander Polakov. | Okan Demirmen |
2013-05-20 | add 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 using | Okan Demirmen |
2013-05-20 | no reason to pass around *sc when it's already in menu_ctx. | Okan Demirmen |
2013-05-19 | move the 2 small font helper functions to xutil.c | Okan Demirmen |
2013-05-19 | move the rest of xft init into screen_conf, since most of it is based on | Okan Demirmen |
2013-05-19 | - switch border colors to Xft | Okan Demirmen |
2013-05-19 | add support for _NET_CLOSE_WINDOW | Okan Demirmen |
2013-05-19 | treat WM_CHANGE_STATE like other atoms | Okan Demirmen |
2013-05-19 | use XGetWMProtocols and simplify WM_PROTOCOL handling | Okan Demirmen |
2013-05-19 | simplify | Okan Demirmen |
2013-05-14 | if -> ifdef | Okan Demirmen |
2013-05-14 | - let callers of font_draw figure out (and pass) the color instead of an | Okan Demirmen |
2013-05-11 | swap x/y calculations in kbd move/resize to match those in the respective mou... | Okan Demirmen |
2013-05-11 | new -> init | Okan Demirmen |
2013-05-11 | replace conf_{gap,color,font} with conf_screen since really we are | Okan Demirmen |
2013-05-10 | more type fixes for mask/button | Okan Demirmen |
2013-05-10 | spacing | Okan Demirmen |
2013-05-10 | int type fixes | Okan Demirmen |