summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2014-01-30Switch ignoreq to winname struct since it's basically the same thing;Okan Demirmen
2014-01-30use the same autogroupwin variable as everywhere elseOkan Demirmen
2014-01-30Move cwm_status around to avoid header fu, and remove extraneous signalOkan Demirmen
2014-01-30Remove duplicate mouse functions and instead use the kbfunc ones. NoOkan Demirmen
2014-01-29Minimize trivial differences between a few kb and mb functions.Okan Demirmen
2014-01-29keybinding -> key bindingOkan Demirmen
2014-01-29Merge keybinding and mousebinding queues into using the same mergedOkan Demirmen
2014-01-29Much like we do for keyboard and mouse bindings, remove duplicates forOkan Demirmen
2014-01-29Check command name/path for truncation and provide user feedback duringOkan Demirmen
2014-01-28Check ignore windowname for truncation and provide user feedback duringOkan Demirmen
2014-01-28The EWMH spec states that if the cardinal returned is 0xFFFFFFFF (-1)Okan Demirmen
2014-01-28Move conf_init/clear into main - no behaviour change; from Tiago Cunha.Okan Demirmen
2014-01-27move some init up and shed some blank linesOkan Demirmen
2014-01-27simplify parse_config using assignment; inspired by a very old diff fromOkan Demirmen
2014-01-24more range checkingOkan Demirmen
2014-01-24correct arguments and drop the cast.Okan Demirmen
2014-01-23no need to quote within warningOkan Demirmen
2014-01-23If no title is supplied, term uses only the basename for its title.Okan Demirmen
2014-01-22zap whitespaceOkan Demirmen
2014-01-22cwm_argv doesn't need to be global any longerOkan Demirmen
2014-01-22start properly releasing X resources during teardownOkan Demirmen
2014-01-22Somewhat streamline event loop/restart/quit handling; most notableOkan Demirmen
2014-01-21Sprinkle a few more const; from Tiago Cunha.Okan Demirmen
2014-01-20Save the ptr position before lowering via kbd, so as to be able to cycleOkan Demirmen
2014-01-20merge KBFLAG_NEEDCLIENT and MOUSEBIND_CTX_*; brings kbfunc and mousefuncOkan Demirmen
2014-01-20Use argument to pass down flags for mousefunc cyclegroup; removesOkan Demirmen
2014-01-20constify 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-20Add a function that adds an entry to a menuq, normalizing a common codeOkan Demirmen
2014-01-18OpenBSD needs the same treatment as FreeBSD to avoid xterm -holdMatthieu Herrb
2014-01-05Missing files for xauth 1.0.8Matthieu Herrb
2014-01-04Update to xauth 1.0.8Matthieu Herrb
2014-01-03use consistent typesOkan Demirmen
2014-01-03state is longOkan Demirmen
2014-01-02calculate proper menu width/height on the first Expose event; 'jump' (while u...Okan Demirmen
2014-01-02Accept _NET_CURRENT_DESKTOP ClientMessage; from Thomas Adam, thoughOkan Demirmen
2014-01-02Accept _NET_WM_DESKTOP clientmessage; from Thomas AdamOkan Demirmen
2014-01-02bring mousefunc closer to kbfuncOkan Demirmen
2014-01-02gc keycode in keybinding since we only deal with keysym nowOkan Demirmen
2014-01-02rename for clarityOkan Demirmen
2014-01-02When a client doesn't specify size hints, nothing prevents a resize toOkan Demirmen
2014-01-02Don't play with libxcursor if XCURSOR_THEM is defined.Matthieu Herrb
2014-01-02Update to xterm-300. Tested by ajacoutot@ and shadchin@.Matthieu Herrb
2013-12-17missing stdarg.h includeOkan Demirmen
2013-12-17replace with memsetOkan Demirmen
2013-12-16Implement support for EWMH's _NET_WM_STATE_FULLSCREEN hint.Okan Demirmen
2013-12-13Teach screen_find_xinerama() to apply gap only when told to do so;Okan Demirmen
2013-12-13Instead of using work area, use the Xinerama area for snap calculations;Okan Demirmen
2013-12-13we need the save-set when re-exec'ing so as to not lose State on our hidden c...Okan Demirmen
2013-12-13stray space and sort while hereOkan Demirmen