Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Kill screen_init(). it's been stubbed out for a while now. I don't envision it | oga | 2008-07-22 | -14/+3 |
| | | | | | | coming back in it's current form. ok okan@. | |||
* | kill another leftover prototype. | oga | 2008-07-22 | -2/+1 |
| | | | | ok okan@ | |||
* | Put back the initialisation of gc in group_cycle. No cookie for okan. | oga | 2008-07-18 | -1/+2 |
| | | | | Reported by Dan Harnett, thanks! | |||
* | move client_vertmaximize to a more sensible location, purely for readability. | okan | 2008-07-15 | -20/+20 |
| | | | | "don't mind at all" oga@ | |||
* | save an X call and use what we already have stored. | okan | 2008-07-15 | -9/+5 |
| | | | | ok oga@ | |||
* | don't compensate for bwidth twice. | okan | 2008-07-15 | -3/+3 |
| | | | | ok oga@ | |||
* | Nm makes more sense than Xr, from Pierre Riteau - thanks! | okan | 2008-07-11 | -2/+2 |
| | ||||
* | Change "a window" to "current window" in documentation. it's more correct. | oga | 2008-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) | okan | 2008-07-11 | -2/+3 |
| | ||||
* | no more hidden (and mysterious) config reloads and allow binding a key | okan | 2008-07-11 | -35/+21 |
| | | | | | | to a config reload; CMS-r by default. ok oga@ | |||
* | replace snprintf with strlcpy | okan | 2008-07-11 | -3/+2 |
| | | | | ok oga@ | |||
* | we already have ymax, so use it instead of asking X for it again. | okan | 2008-07-11 | -8/+4 |
| | | | | ok oga@ | |||
* | spacing, declaration lineup to be consistent throughout cwm, | okan | 2008-07-11 | -278/+307 |
| | | | | | | readability, and a bit of knf. ok oga@ | |||
* | only cycle through visible *and* non-ignored windows. | okan | 2008-06-30 | -3/+3 |
| | | | | ok oga@ | |||
* | Allow a mouse binding to hide a window, and add a default keybinding for CMS-M3, | oga | 2008-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. | oga | 2008-06-25 | -2/+8 |
| | ||||
* | Support shift in mouse bindings. There's really no reason not to. | oga | 2008-06-25 | -3/+9 |
| | | | | tested by johan@ and todd@. | |||
* | Actually grab the correct mouse buttons for a window, instead of doing the | oga | 2008-06-25 | -5/+35 |
| | | | | | | old hardcoded ones (which now can be wrong). tested by todd@ and johan@. | |||
* | Sort flags. | oga | 2008-06-25 | -7/+7 |
| | | | | | | From Pierre Riteau, thanks! ok okan@. | |||
* | Stop keyboard move moving the window utterly off the screen. If that | oga | 2008-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. | oga | 2008-06-19 | -3/+3 |
| | | | | From Martin Toft, thanks! | |||
* | No need to map/unmap the window on hide/show since we already do the | oga | 2008-06-18 | -3/+1 |
| | | | | | | same to its parent. "makes sense" okan@. | |||
* | Revert previous "fix" it introduces new issues of its own. | oga | 2008-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 function | okan | 2008-06-17 | -1/+2 |
| | | | | noticed by oga | |||
* | Ignore caps lock and numlock for keyboard bindings. The way Xlib makes | oga | 2008-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 the | oga | 2008-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 correct | oga | 2008-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. | mk | 2008-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. | oga | 2008-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 support | okan | 2008-06-14 | -11/+22 |
| | | | | ok oga@ | |||
* | unbreak | okan | 2008-06-14 | -2/+2 |
| | ||||
* | slightly alter the semantics of config files: | okan | 2008-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!) with | okan | 2008-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 have | okan | 2008-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. | oga | 2008-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 proto | okan | 2008-06-12 | -2/+1 |
| | ||||
* | remove old (moved) code | okan | 2008-06-12 | -15/+1 |
| | | | | ok oga@ | |||
* | instead of forcing the ptr in the middle everytime, be more 'calm'; keep | okan | 2008-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, | okan | 2008-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 multiple | okan | 2008-06-12 | -2/+2 |
| | | | | | | windows; merely an optimization. ok oga@ | |||
* | re-work client_placecalc() | okan | 2008-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. | okan | 2008-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 a | okan | 2008-06-05 | -1/+1 |
| | | | | | | canceled or empty searchstr. ok oga@ | |||
* | actually honor termpath and lockpath if specified in cwmrc. | okan | 2008-06-05 | -6/+6 |
| | | | | "now" oga@ | |||
* | "Meta is a perfectly well defined concept in X (The keys bound to the | okan | 2008-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. | okan | 2008-05-23 | -4/+3 |
| | | | | ok oga@ | |||
* | Grab the keyboard when we initialise the menu. This stops the keyboard | oga | 2008-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 keyboard | oga | 2008-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 utility | oga | 2008-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. | oga | 2008-05-19 | -22/+22 |
| | | | | ok okan@. |