Age | Commit message (Expand) | Author |
2014-01-05 | Missing files for xauth 1.0.8 | Matthieu Herrb |
2014-01-04 | Update to xauth 1.0.8 | Matthieu Herrb |
2014-01-03 | use consistent types | Okan Demirmen |
2014-01-03 | state is long | Okan Demirmen |
2014-01-02 | calculate proper menu width/height on the first Expose event; 'jump' (while u... | Okan Demirmen |
2014-01-02 | Accept _NET_CURRENT_DESKTOP ClientMessage; from Thomas Adam, though | Okan Demirmen |
2014-01-02 | Accept _NET_WM_DESKTOP clientmessage; from Thomas Adam | Okan Demirmen |
2014-01-02 | bring mousefunc closer to kbfunc | Okan Demirmen |
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 |
2014-01-02 | Don't play with libxcursor if XCURSOR_THEM is defined. | Matthieu Herrb |
2014-01-02 | Update to xterm-300. Tested by ajacoutot@ and shadchin@. | Matthieu Herrb |
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-03 | don't include obsolete <sys/timeb.h>, which will go away shortly; ok matthieu@ | Christian Weisgerber |
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-18 | Give /dev/drm0 to the user logging into xdm to be able | Matthieu Herrb |
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 | remove unused file. | Matthieu Herrb |