| Commit message (Expand) | Author | Age | Lines |
* | constify and rename some confusing variables around cmdq. | okan | 2014-01-20 | -7/+8 |
* | - remove redundant range check for buttons in conf_bind_mouse. | okan | 2014-01-20 | -3/+5 |
* | Add a function that adds an entry to a menuq, normalizing a common code | okan | 2014-01-20 | -1/+2 |
* | use consistent types | okan | 2014-01-03 | -12/+12 |
* | bring mousefunc closer to kbfunc | okan | 2014-01-02 | -13/+20 |
* | gc keycode in keybinding since we only deal with keysym now | okan | 2014-01-02 | -2/+1 |
* | Implement support for EWMH's _NET_WM_STATE_FULLSCREEN hint. | okan | 2013-12-16 | -3/+8 |
* | Teach screen_find_xinerama() to apply gap only when told to do so; | okan | 2013-12-13 | -2/+6 |
* | Add support for XUrgency and matching _NET_WM_STATE_DEMANDS_ATTENTION | okan | 2013-12-13 | -2/+6 |
* | ICCCM explicitly states that server time (CurrentTime) should *not* be | okan | 2013-12-12 | -2/+3 |
* | Add client wrapper for XWMHints to support XA_WM_HINTS in PropertyNotify | okan | 2013-12-11 | -1/+2 |
* | Remove extra work and simplify client state handling. | okan | 2013-12-11 | -4/+3 |
* | Stash Class and WM Hints in client_ctx | okan | 2013-12-11 | -3/+3 |
* | like gap, make snapdist per screen | okan | 2013-11-27 | -1/+2 |
* | Rewrite active/inactive client handling in client_setactive(); | okan | 2013-11-27 | -5/+3 |
* | Alter the r1.35 of event.c race fix. Remove the forward looking event | okan | 2013-11-12 | -2/+2 |
* | stash WMProtocols in flags | okan | 2013-11-08 | -7/+3 |
* | The only reason we need to keep XSizeHints in our client_ctx is for | okan | 2013-11-02 | -2/+2 |
* | re-add support for WM_TAKE_FOCUS, and additionally this time only call | okan | 2013-11-01 | -1/+2 |
* | A client_delete should behave differently depending on whether the | okan | 2013-10-25 | -2/+2 |
* | wrap key ungrab like btn ungrab, for it'll be used again | okan | 2013-10-20 | -1/+2 |
* | Using xu_btn_ungrab() buttons during client_leave doesn't work (error | okan | 2013-10-19 | -2/+2 |
* | unify type; no change | okan | 2013-10-03 | -2/+2 |
* | max -> nitems | okan | 2013-07-16 | -4/+4 |
* | shuffle down protoypes | okan | 2013-07-15 | -51/+48 |
* | simplify atom handling; allows us to limit to one round-trip to server | okan | 2013-07-15 | -8/+4 |
* | since the root and event window are the same in the case of a button | okan | 2013-07-09 | -2/+2 |
* | add support for mouse based group {,r}cycle; from Rodrigo Mosconi. not | okan | 2013-07-08 | -1/+5 |
* | move kbfunc and mousefunc closer together | okan | 2013-07-08 | -10/+11 |
* | clarify kbd vs mouse functions | okan | 2013-07-08 | -3/+3 |
* | move Cursors into conf. | okan | 2013-06-17 | -7/+12 |
* | move synthetic responses and have client_msg only work with WM_PROTOCOLS, | okan | 2013-06-10 | -3/+3 |
* | fix type in a ClientMessage (xu_sendmsg). | okan | 2013-05-27 | -2/+2 |
* | alter conf_grab(_kbd) to first ungrab AnyKey/AnyModifier, then proceed | okan | 2013-05-23 | -5/+3 |
* | move validation of pointer Button into conf_mousebind so we check | okan | 2013-05-22 | -2/+2 |
* | handle _NET_WM_STATE ClientMessage; from Alexander Polakov. | okan | 2013-05-21 | -1/+8 |
* | add support for _NET_WM_STATE_MAXIMIZED_{HORZ,VERT}; from Alexander Polakov. | okan | 2013-05-20 | -1/+8 |
* | - configure menuwin with the screen, then create the xft drawable using | okan | 2013-05-20 | -3/+2 |
* | move the 2 small font helper functions to xutil.c | okan | 2013-05-19 | -5/+4 |
* | move the rest of xft init into screen_conf, since most of it is based on | okan | 2013-05-19 | -2/+1 |
* | - switch border colors to Xft | okan | 2013-05-19 | -20/+11 |
* | add support for _NET_CLOSE_WINDOW | okan | 2013-05-19 | -1/+2 |
* | treat WM_CHANGE_STATE like other atoms | okan | 2013-05-19 | -1/+2 |
* | use XGetWMProtocols and simplify WM_PROTOCOL handling | okan | 2013-05-19 | -4/+7 |
* | - let callers of font_draw figure out (and pass) the color instead of an | okan | 2013-05-14 | -2/+2 |
* | new -> init | okan | 2013-05-11 | -2/+2 |
* | replace conf_{gap,color,font} with conf_screen since really we are | okan | 2013-05-11 | -4/+2 |
* | more type fixes for mask/button | okan | 2013-05-10 | -8/+8 |
* | fix KeySym type | okan | 2013-05-10 | -4/+4 |
* | remove group in client_delete directly. | okan | 2013-05-06 | -2/+1 |