aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* kill another leftover prototype.oga2008-07-22-2/+1
| | | | ok okan@
* Put back the initialisation of gc in group_cycle. No cookie for okan.oga2008-07-18-1/+2
| | | | Reported by Dan Harnett, thanks!
* move client_vertmaximize to a more sensible location, purely for readability.okan2008-07-15-20/+20
| | | | "don't mind at all" oga@
* save an X call and use what we already have stored.okan2008-07-15-9/+5
| | | | ok oga@
* don't compensate for bwidth twice.okan2008-07-15-3/+3
| | | | ok oga@
* Nm makes more sense than Xr, from Pierre Riteau - thanks!okan2008-07-11-2/+2
|
* Change "a window" to "current window" in documentation. it's more correct.oga2008-07-11-69/+69
| | | | | | While i'm here: Capital letter and full stop in descriptions in cwmrc.5 "looks good - do it" okan@.
* add Xr for cwm(1)okan2008-07-11-2/+3
|
* no more hidden (and mysterious) config reloads and allow binding a keyokan2008-07-11-35/+21
| | | | | | to a config reload; CMS-r by default. ok oga@
* replace snprintf with strlcpyokan2008-07-11-3/+2
| | | | ok oga@
* we already have ymax, so use it instead of asking X for it again.okan2008-07-11-8/+4
| | | | ok oga@
* spacing, declaration lineup to be consistent throughout cwm,okan2008-07-11-278/+307
| | | | | | readability, and a bit of knf. ok oga@
* only cycle through visible *and* non-ignored windows.okan2008-06-30-3/+3
| | | | ok oga@
* Allow a mouse binding to hide a window, and add a default keybinding for CMS-M3,oga2008-06-25-5/+18
| | | | | | so it's hard to press by accident, but there if you need it. requested (in a way) and tested by johan and todd.
* Support mod4 (windows key) in mouse bindings too.oga2008-06-25-2/+8
|
* Support shift in mouse bindings. There's really no reason not to.oga2008-06-25-3/+9
| | | | tested by johan@ and todd@.
* Actually grab the correct mouse buttons for a window, instead of doing theoga2008-06-25-5/+35
| | | | | | old hardcoded ones (which now can be wrong). tested by todd@ and johan@.
* Sort flags.oga2008-06-25-7/+7
| | | | | | From Pierre Riteau, thanks! ok okan@.
* Stop keyboard move moving the window utterly off the screen. If thatoga2008-06-25-3/+15
| | | | | | | happens there's no way to get it back. Also, stop resize making a windows size negative or zero. X does not like that one bit. Diff from Martynas. Ok okan@.
* Don't link "-lX11 -lXau -lXdmcp" twice.oga2008-06-19-3/+3
| | | | From Martin Toft, thanks!
* No need to map/unmap the window on hide/show since we already do theoga2008-06-18-3/+1
| | | | | | same to its parent. "makes sense" okan@.
* Revert previous "fix" it introduces new issues of its own.oga2008-06-18-2/+2
| | | | | | | The problem that's causing us to lose windows is that rapid hiding and unhiding causes a backlog of X events, so we lose track of client state, and delete cc->pwin when we should not. A proper fix will arrive when it's been worked out.
* missed one mouse functionokan2008-06-17-1/+2
| | | | noticed by oga
* Ignore caps lock and numlock for keyboard bindings. The way Xlib makesoga2008-06-17-27/+30
| | | | | | | | | you do this is ugly. Also remove mod2 (numlock) and mod3 (odd) from the list of keybinding modifiers. They don't make much sense here. based on a heavily modified diff from Martynas. ok okan.
* Just rework the mouse binding calculation on event to look like theoga2008-06-17-16/+14
| | | | | | | | kbfunc one. Makes the code a lot easier to read. Fixes a bug i introduced in the last commit here. ok okan.
* The mousebinding code missing a break once it had found the correctoga2008-06-17-17/+18
| | | | | | | | | binding, this expose another issue that's still being debugged. Issue pointed out by Dan Harnett, thanks! While i'm here KNF and rework the logic to not be ass-backwards. ok okan.
* Make this not crash when compiled with -g.mk2008-06-16-8/+5
| | | | | | Found by myself, analysis by kurt@, fix by me with input from otto. ``Just get some fix in...'' deraadt
* Rip out and burn the HASH_* stuff. We don't need a SPLAY tree for one font.oga2008-06-15-227/+61
| | | | | | | makes the code a lot simpler. While here rearrange the font handling functions to be less shit. ok and help okan@.
* (mostly) proper xshape event supportokan2008-06-14-11/+22
| | | | ok oga@
* unbreakokan2008-06-14-2/+2
|
* slightly alter the semantics of config files:okan2008-06-14-4/+11
| | | | | | | | - if no config file, continue silently and apply defaults - if config file, parse and move on - if config file specified but not found, error out ok oga@
* confable menu and window mouse bindings from rivo nurges (thanks!) withokan2008-06-14-107/+335
| | | | | | some minor fixups, man page bits and knf. ok oga@
* finally document functions that can be bound, removing the need to haveokan2008-06-13-7/+107
| | | | | | name_to_kbfunc[] around. feedback jmc@, ok oga@
* Don't client_delete() on an Unmap event, only do that on a client delete event.oga2008-06-13-15/+3
| | | | | | | | | | found by (among others) todd@ when you have a lot of clients and do something that maps and umaps a lot of windows fast. Debugged with aid of gdb, todd, okan and NULL pointers in a pizza place in edmonton while waiting an inordinately long time for food. ok okan@, todd@
* kill another long gone protookan2008-06-12-2/+1
|
* remove old (moved) codeokan2008-06-12-15/+1
| | | | ok oga@
* instead of forcing the ptr in the middle everytime, be more 'calm'; keepokan2008-06-12-10/+15
| | | | | | | | the ptr still unless it moves out-of-bounds, then just follow the edge. brought up by todd@ ok oga@
* place the pointer in the middle of the window after resizing with grab,okan2008-06-12-1/+3
| | | | | | | | just like keyboard resize. from Edd Barrett ok oga@
* ignore if non-zero expose events, for we could be covered by multipleokan2008-06-12-2/+2
| | | | | | windows; merely an optimization. ok oga@
* re-work client_placecalc()okan2008-06-12-45/+29
| | | | | | | - make sure new clients sit inside the current screen - respect 'gap' placement on new clients ok oga@
* Enter -> Return, to be consistant and correct.okan2008-06-05-5/+5
| | | | | | found the hard way by johan and discovered by oga. "do it" oga@
* prevent trying to exec a null char; could potentially happen with aokan2008-06-05-1/+1
| | | | | | canceled or empty searchstr. ok oga@
* actually honor termpath and lockpath if specified in cwmrc.okan2008-06-05-6/+6
| | | | "now" oga@
* "Meta is a perfectly well defined concept in X (The keys bound to theokan2008-06-03-3/+3
| | | | Meta_L or Meta_R keysysm). no need to redefine it roughly there" - matthieu@
* make sure to take bwdith into account when placing a new window.okan2008-05-23-4/+3
| | | | ok oga@
* Grab the keyboard when we initialise the menu. This stops the keyboardoga2008-05-23-0/+5
| | | | | | shortcut code stealing our events in some cases. "put 'er in" okan@.
* Make menu_filter handle mouse movement too. This enables the keyboardoga2008-05-21-158/+147
| | | | | | | | | | search dialogues to be manipulated with the mouse, too. It also allows me to shrink the codebase further by killing grab_menu(). One known issue with highlighting the first entry in a search dialogue, that'll be fixed soonish. ok okan@, tested by Edd Barrett and todd@.
* Pull out the behaviour in grab_label and search_start into one utilityoga2008-05-20-396/+347
| | | | | | | | | | | function menu_filter(). The plan is to eventually merge in grab_menu too. Shrinks the code a fair bit. Also, change XMaskEvent for XWindowEvent to prevent getting exposes for other windows. This is particuarly noticable on slow machines with a LOT of xterms (todd, you're an odd man). ok okan@, todd@.
* General cleanup.oga2008-05-19-22/+22
| | | | ok okan@.
* stop normalizing search input; searching and matching are stillokan2008-05-19-11/+8
| | | | | | | | | case-insensitive. since this was the only use of normalizing input, simplify as well. allows one to exec with mixed case unmatched commands. "works for me" oga@