summaryrefslogtreecommitdiff
path: root/app/cwm
AgeCommit message (Expand)Author
2008-06-13Don't client_delete() on an Unmap event, only do that on a client delete event.Owain Ainsworth
2008-06-12kill another long gone protoOkan Demirmen
2008-06-12remove old (moved) codeOkan Demirmen
2008-06-12instead of forcing the ptr in the middle everytime, be more 'calm'; keepOkan Demirmen
2008-06-12place the pointer in the middle of the window after resizing with grab,Okan Demirmen
2008-06-12ignore if non-zero expose events, for we could be covered by multipleOkan Demirmen
2008-06-12re-work client_placecalc()Okan Demirmen
2008-06-05Enter -> Return, to be consistant and correct.Okan Demirmen
2008-06-05prevent trying to exec a null char; could potentially happen with aOkan Demirmen
2008-06-05actually honor termpath and lockpath if specified in cwmrc.Okan Demirmen
2008-06-03"Meta is a perfectly well defined concept in X (The keys bound to theOkan Demirmen
2008-05-23make sure to take bwdith into account when placing a new window.Okan Demirmen
2008-05-23Grab the keyboard when we initialise the menu. This stops the keyboardOwain Ainsworth
2008-05-21Make menu_filter handle mouse movement too. This enables the keyboardOwain Ainsworth
2008-05-20Pull out the behaviour in grab_label and search_start into one utilityOwain Ainsworth
2008-05-19General cleanup.Owain Ainsworth
2008-05-19stop normalizing search input; searching and matching are stillOkan Demirmen
2008-05-19Function prototypes should not have parameter names in them. These mustOwain Ainsworth
2008-05-19client_cyclenext() -> client_cycle() since we now pass an arg.Okan Demirmen
2008-05-19allow an autogroup value of 0 to mean no group. This means you can setOwain Ainsworth
2008-05-19as done with cycle/rcycle, make prev/next group switching one kbfuncsOkan Demirmen
2008-05-19Use the XGrabKeyboard hack in for alt-tabbing as well. This stops theOwain Ainsworth
2008-05-19finally implement keyboard binding for group togglingOkan Demirmen
2008-05-18send the correct x/y coordinates to XConfigureWindow()Okan Demirmen
2008-05-18remove extra calls to client_draw_border()Okan Demirmen
2008-05-18fix backwards logic in example; found by oga@Okan Demirmen
2008-05-18Fix two problems with conf_unbind():Owain Ainsworth
2008-05-18Kill conf_get_int(), it was a silly function anyway.Owain Ainsworth
2008-05-18group_ctx->name is only used in this one function, and for now itOwain Ainsworth
2008-05-18When we're cleaning out the lists in parse_config and conf_clear it's aOwain Ainsworth
2008-05-18- re-order and mostly re-write cwmrc(5)Okan Demirmen
2008-05-17fix cwm's current XShape support from Edd Barrett -thanks.Okan Demirmen
2008-05-15KNF, no binary change.Owain Ainsworth
2008-05-15tiny bit of knfOkan Demirmen
2008-05-06Signal handler of SIGCHLD calls waitpid() which sets errno on error. ToTobias Stoeckmann
2008-05-01Rework the alt-tabbing code to be a lot simpler.Owain Ainsworth
2008-04-29Allow slashes in unquoted strings.Simon Bertrang
2008-04-28nits from Pierre Riteau - thanks!Okan Demirmen
2008-04-16merge kbfunc_{ptrmove,client_{move,resize}} into one function that takes a flag,Owain Ainsworth
2008-04-16remove infowin. It slipped out of the last commit, for some reason.Owain Ainsworth
2008-04-16Replace a few leftover calls to strdup and calloc with xstrdup and xcallocOwain Ainsworth
2008-04-16Remove screen_infomsg(), nothing uses it.Owain Ainsworth
2008-04-16kill an unused struct member.Owain Ainsworth
2008-04-15make the argument parser for commands accept quoted strings, while i'mOwain Ainsworth
2008-04-15Kill dirent_isdir() and dirent_islink() nothing used them since the newOwain Ainsworth
2008-04-15hit it with the knf stick.Owain Ainsworth
2008-04-15Add "gap" support to .cwmrc. The options put in here make gaps on the edgeOwain Ainsworth
2008-04-15- add vi keybindings to searchOkan Demirmen
2008-04-15malloc -> callocOkan Demirmen
2008-04-09remove alt-tab menuOkan Demirmen