summaryrefslogtreecommitdiff
path: root/app/cwm/conf.c
AgeCommit message (Expand)Author
2014-08-19Remove unnecessary memset since reload was replaced with restart;Okan Demirmen
2014-04-21plug memleak (currently unused func); from Tiago CunhaOkan Demirmen
2014-02-02No need to store screen colormap and visual; rather just use the XOkan Demirmen
2014-02-02The menu already limits entries with MENU_MAXENTRY, so don't botherOkan Demirmen
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-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-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-23no need to quote within warningOkan 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-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-03use consistent typesOkan Demirmen
2014-01-02bring mousefunc closer to kbfuncOkan Demirmen
2013-12-17replace with memsetOkan Demirmen
2013-12-16Implement support for EWMH's _NET_WM_STATE_FULLSCREEN hint.Okan Demirmen
2013-12-13Add support for XUrgency and matching _NET_WM_STATE_DEMANDS_ATTENTIONOkan Demirmen
2013-11-27like gap, make snapdist per screenOkan Demirmen
2013-11-27Remove the option to bind a key by keycode with brackets; it neverOkan Demirmen
2013-10-20wrap key ungrab like btn ungrab, for it'll be used againOkan Demirmen
2013-10-19Using xu_btn_ungrab() buttons during client_leave doesn't work (errorOkan Demirmen
2013-10-07trying parsing a XLFD string first, then by patternOkan Demirmen
2013-07-16don't need the size hereOkan Demirmen
2013-07-16max -> nitemsOkan Demirmen
2013-07-15simplify atom handling; allows us to limit to one round-trip to serverOkan Demirmen
2013-07-10type fixesOkan Demirmen
2013-07-08add support for mouse based group {,r}cycle; from Rodrigo Mosconi. notOkan Demirmen
2013-07-08move kbfunc and mousefunc closer togetherOkan Demirmen
2013-07-08clarify kbd vs mouse functionsOkan Demirmen
2013-07-08move duplicate kbd and mouse modifier parsing to a generic function;Okan Demirmen
2013-06-23properly fix (and re-organize) selfont selection.Okan Demirmen
2013-06-20when selfont is configured, make sure we continue and configure the restOkan Demirmen
2013-06-17move Cursors into conf.Okan Demirmen
2013-06-17allow mouse button4 and button5; from Rodrigo MosconiOkan Demirmen
2013-05-23alter conf_grab(_kbd) to first ungrab AnyKey/AnyModifier, then proceedOkan Demirmen
2013-05-22since we don't have any screens yet, there's no reason to conf_{,un}grabOkan Demirmen
2013-05-22get rid of long standing XXX: now that we configure screens based onOkan Demirmen
2013-05-22move validation of pointer Button into conf_mousebind so we checkOkan Demirmen
2013-05-20- configure menuwin with the screen, then create the xft drawable usingOkan Demirmen
2013-05-19move the rest of xft init into screen_conf, since most of it is based onOkan Demirmen
2013-05-19- switch border colors to XftOkan Demirmen
2013-05-11replace conf_{gap,color,font} with conf_screen since really we areOkan Demirmen
2013-05-10more type fixes for mask/buttonOkan Demirmen