summaryrefslogtreecommitdiff
path: root/app/cwm
AgeCommit message (Expand)Author
2015-07-12simplify menu print textOkan Demirmen
2015-07-03revert previous; seems search_match_text() needs mi->text pre-populated.Okan Demirmen
2015-07-01styleOkan Demirmen
2015-07-01only special case label matches (and still list); get rid of the rest - match...Okan Demirmen
2015-06-30no longer need to pass down format strings after introducing search_print_cmdOkan Demirmen
2015-06-30Introduce a callback for cmd menu printing, special-casing 'lock' andOkan Demirmen
2015-06-30keep cmdq sortedOkan Demirmen
2015-06-30style and spacing nitsOkan Demirmen
2015-06-30Re-implement XClientMessage handling so that we can feed screen_find andOkan Demirmen
2015-06-29Shuffle code in kbfunc_ssh so that a missing known_hosts file stillOkan Demirmen
2015-06-28move client_find downOkan Demirmen
2015-06-28replace assert usageOkan Demirmen
2015-06-26region is a _ctx, so name it soOkan Demirmen
2015-06-26Mechanical change from xinerama to region backed areas.Okan Demirmen
2015-06-26collect 'gap' applicationsOkan Demirmen
2015-06-26Replace screen region info gathering with XRandR equivalent of XineramaOkan Demirmen
2015-06-09typo in comment; from jsteinha [at] iutbayonne.univ-pau.frOkan Demirmen
2015-06-08just populating the ctx is enough since the menu uses a callback and ignores ...Okan Demirmen
2015-06-08switch to search_print_client() as the print callback since it will now displ...Okan Demirmen
2015-06-08add client labelOkan Demirmen
2015-06-08stash window dimensionsOkan Demirmen
2015-06-08clean upOkan Demirmen
2015-06-07even if the menuq is empty, at least show an empty menu instead of justOkan Demirmen
2015-06-05use the same geometry struct in menus as everywhere elseOkan Demirmen
2015-06-05add a flag to indicate a menu list instead of overloading 'prompt'Okan Demirmen
2015-06-05redundant check for 'list'Okan Demirmen
2015-05-31a start to cleaning:Okan Demirmen
2015-05-21merge kbd and mouse grouptoggleOkan Demirmen
2015-05-20fill in mwm definesOkan Demirmen
2015-05-17Fix autogroup so name,class doesn't need to be quoted.Kent R. Spillner
2015-05-17Make window name and window class separate parameters to conf_autogroup.Kent R. Spillner
2015-03-29plug a leakOkan Demirmen
2015-03-28Introduce a xreallocarray and convert a few xcalloc instances that doOkan Demirmen
2015-03-28Reshuffle and slightly simplify menu_complete_path(), removing anOkan Demirmen
2015-03-28plug a leakOkan Demirmen
2015-03-26Simplify key/mb binding moving argtype into flags and dropping anotherOkan Demirmen
2015-02-14simplify error messages; discussed with doug@Okan Demirmen
2015-01-24calloc -> mallocOkan Demirmen
2015-01-23use malloc over calloc hereOkan Demirmen
2015-01-23First restore net_wm_state(ewmh), then wm_state(iccc); prevents clientsOkan Demirmen
2015-01-19Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAXOkan Demirmen
2015-01-17Catch up with src parse.y changes by jsg@:Okan Demirmen
2015-01-16Add gcc format attributes for yyerror(); fix a few yyerror() calls.Okan Demirmen
2014-10-08no need for calloc(1,.. here, malloc is fine since we initializeOkan Demirmen
2014-10-08make group_init work like other *_init'sOkan Demirmen
2014-09-27these have nothing to do with 'sticky', but rather group membership; rename.Okan Demirmen
2014-09-27Pass just the group to group_setactive instead of the screen and anOkan Demirmen
2014-09-23Update _NET_CURRENT_DESKTOP with the screen's group_active->num.Okan Demirmen
2014-09-23Move stuff that doesn't belong in group_init; while here, explicitlyOkan Demirmen
2014-09-18Move motion time check to the top of each MotionNotify block (andOkan Demirmen