Age | Commit message (Expand) | Author |
2014-01-24 | more range checking | Okan Demirmen |
2014-01-24 | correct arguments and drop the cast. | Okan Demirmen |
2014-01-23 | no need to quote within warning | Okan Demirmen |
2014-01-23 | If no title is supplied, term uses only the basename for its title. | Okan Demirmen |
2014-01-22 | zap whitespace | Okan Demirmen |
2014-01-22 | cwm_argv doesn't need to be global any longer | Okan Demirmen |
2014-01-22 | start properly releasing X resources during teardown | Okan Demirmen |
2014-01-22 | Somewhat streamline event loop/restart/quit handling; most notable | Okan Demirmen |
2014-01-21 | Sprinkle a few more const; from Tiago Cunha. | Okan Demirmen |
2014-01-20 | Save the ptr position before lowering via kbd, so as to be able to cycle | Okan Demirmen |
2014-01-20 | merge KBFLAG_NEEDCLIENT and MOUSEBIND_CTX_*; brings kbfunc and mousefunc | Okan Demirmen |
2014-01-20 | Use argument to pass down flags for mousefunc cyclegroup; removes | Okan Demirmen |
2014-01-20 | constify and rename some confusing variables around cmdq. | Okan Demirmen |
2014-01-20 | - remove redundant range check for buttons in conf_bind_mouse. | Okan Demirmen |
2014-01-20 | Add a function that adds an entry to a menuq, normalizing a common code | Okan Demirmen |
2014-01-18 | OpenBSD needs the same treatment as FreeBSD to avoid xterm -hold | Matthieu Herrb |
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 |