Age | Commit message (Expand) | Author |
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-19 | Don't try to start an ssh agent if $SSH_AGENT_PID is already set. | Antoine Jacoutot |
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 |
2013-05-10 | fix KeySym type | Okan Demirmen |
2013-05-07 | border width/color makes sense for some, so put it back | Okan Demirmen |
2013-05-06 | negative values for borderwith, moveamount, snapdist and gap are | Okan Demirmen |
2013-05-06 | remove group in client_delete directly. | Okan Demirmen |
2013-05-06 | border width/color makes no sense on menuwin | Okan Demirmen |
2013-05-03 | Start dbus-launch in a consistent way int xinitrc and Xsession and fix | Antoine Jacoutot |
2013-05-02 | - no need to position and size the menu window before an Expose event | Okan Demirmen |
2013-05-02 | zap leftover debug printf | Okan Demirmen |
2013-05-02 | get rid of cc->name in the resize box and make dimensions more readable. | Okan Demirmen |
2013-05-02 | only redraw the name/size box when the client resizes, not every time | Okan Demirmen |
2013-05-02 | no need for font_{ascent,descent,height} wrappers; limit font_width to | Okan Demirmen |
2013-04-30 | group conf_* init functions | Okan Demirmen |
2013-04-30 | missing proto | Okan Demirmen |
2013-04-30 | type fix | Okan Demirmen |
2013-04-29 | use an int in screen_init and avoid needing to cast for screen number (which). | Okan Demirmen |
2013-04-17 | mechanical xu_{get,set}state -> xu_{get,set}_wm_state change | Okan Demirmen |
2013-04-17 | slightly rework WM_STATE set/get to make it less ambigious; will be more clear | Okan Demirmen |
2013-04-17 | zap extra space | Okan Demirmen |
2013-04-17 | add conf_ignore and move group_make_autogroup to conf_autogroup to match. | Okan Demirmen |
2013-04-14 | only a window is required to set WM_STATE. also un-confuse xu_ptr_getpos | Okan Demirmen |
2013-04-12 | we handle WM_STATE here, so remove misleading comment. | Okan Demirmen |
2013-04-12 | we already set window state in client_hide or client_unhide right before, so | Okan Demirmen |