Age | Commit message (Expand) | Author |
2014-01-02 | gc keycode in keybinding since we only deal with keysym now | Okan Demirmen |
2014-01-02 | rename for clarity | Okan Demirmen |
2014-01-02 | When a client doesn't specify size hints, nothing prevents a resize to | Okan Demirmen |
2013-12-17 | missing stdarg.h include | Okan Demirmen |
2013-12-17 | replace with memset | Okan Demirmen |
2013-12-16 | Implement support for EWMH's _NET_WM_STATE_FULLSCREEN hint. | Okan Demirmen |
2013-12-13 | Teach screen_find_xinerama() to apply gap only when told to do so; | Okan Demirmen |
2013-12-13 | Instead of using work area, use the Xinerama area for snap calculations; | Okan Demirmen |
2013-12-13 | we need the save-set when re-exec'ing so as to not lose State on our hidden c... | Okan Demirmen |
2013-12-13 | stray space and sort while here | Okan Demirmen |
2013-12-13 | Add support for XUrgency and matching _NET_WM_STATE_DEMANDS_ATTENTION | Okan Demirmen |
2013-12-12 | Make sure we really take work area gap into account with snap calculations; | Okan Demirmen |
2013-12-12 | ICCCM explicitly states that server time (CurrentTime) should *not* be | Okan Demirmen |
2013-12-11 | we don't need to manage the save-set since we're not reparenting; left-over f... | Okan Demirmen |
2013-12-11 | since we are drawing in unhide, no need to during client setup | Okan Demirmen |
2013-12-11 | apply mwm hints later | Okan Demirmen |
2013-12-11 | Add client wrapper for XWMHints to support XA_WM_HINTS in PropertyNotify | Okan Demirmen |
2013-12-11 | Remove extra work and simplify client state handling. | Okan Demirmen |
2013-12-11 | Stash Class and WM Hints in client_ctx | Okan Demirmen |
2013-12-10 | Redraw client border when unhiding; during a hide, we just unset | Okan Demirmen |
2013-12-08 | If not using sticky mode (the default), clients aren't automagically | Okan Demirmen |
2013-12-02 | When we receive a NotionNotify event, there's no need to (incorrectly | Okan Demirmen |
2013-12-02 | Always highlight the first menu item (helpful to see selected items when | Okan Demirmen |
2013-12-02 | Prepend the group shortcut in the client search menu; from Thomas Adam. | Okan Demirmen |
2013-12-02 | Since we use IconicState as our hidden state, check for the hidden flag | Okan Demirmen |
2013-11-27 | like gap, make snapdist per screen | Okan Demirmen |
2013-11-27 | alter -r1.145 getsizehints to deal with clients that don't have | Okan Demirmen |
2013-11-27 | Remove the option to bind a key by keycode with brackets; it never | Okan Demirmen |
2013-11-27 | simplify/unfold | Okan Demirmen |
2013-11-27 | Rewrite active/inactive client handling in client_setactive(); | Okan Demirmen |
2013-11-25 | Log message: | Sebastian Benoit |
2013-11-12 | Alter the r1.35 of event.c race fix. Remove the forward looking event | Okan Demirmen |
2013-11-11 | Put back the border draw call in client_resize; since we are adding and | Okan Demirmen |
2013-11-08 | stash WMProtocols in flags | Okan Demirmen |
2013-11-05 | quick keyboard focus fix for clients that neither populate wmhints nor wmprot... | Okan Demirmen |
2013-11-02 | The only reason we need to keep XSizeHints in our client_ctx is for | Okan Demirmen |
2013-11-01 | x/y from XSizeHints are obsolete (and have been for a long time), so | Okan Demirmen |
2013-11-01 | re-add support for WM_TAKE_FOCUS, and additionally this time only call | Okan Demirmen |
2013-10-25 | A client_delete should behave differently depending on whether the | Okan Demirmen |
2013-10-20 | shuffle | Okan Demirmen |
2013-10-20 | wrap key ungrab like btn ungrab, for it'll be used again | Okan Demirmen |
2013-10-20 | revert 1.138 (WM_TAKE_FOCUS) for now | Okan Demirmen |
2013-10-19 | Using xu_btn_ungrab() buttons during client_leave doesn't work (error | Okan Demirmen |
2013-10-19 | I believe we redraw the border in too many cases; likely a leftover from | Okan Demirmen |
2013-10-19 | For clients that support WM_TAKE_FOCUS in their WM_PROTOCOLS property, send | Okan Demirmen |
2013-10-17 | a few err->errx since we don't have error messages here; from Tiago Cunha | Okan Demirmen |
2013-10-07 | trying parsing a XLFD string first, then by pattern | Okan Demirmen |
2013-10-03 | unify type; no change | Okan Demirmen |
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 |