Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | fix section order: move AUTHORS below HISTORY; from Tiago Cunha | okan | 2012-05-09 | -12/+12 | |
| | | | | ok jmc@ | ||||
* | kill useless .Pp | pascal | 2012-05-07 | -3/+2 | |
| | | | | ok jmc@ | ||||
* | check if we're in the group already, else multiple calls to | okan | 2011-12-29 | -2/+4 | |
| | | | | | | | | | | group_movetogroup() on one client will still increment nhidden if the group is hidden. found the hard way by Thomas Jeunet and fix from Alexander Polakov - thanks to both! ok oga@ | ||||
* | put snapdist in the correct location; as an option, not a bind; Tiago Cunha. | okan | 2011-11-06 | -4/+6 | |
| | | | | ok oga@ | ||||
* | rename variable to reduce potential for name-space collision. | okan | 2011-10-17 | -9/+9 | |
| | | | | bikesheding and ok oga@. | ||||
* | use xfree instead of free since strings is allocated with xmalloc; from | okan | 2011-10-12 | -2/+2 | |
| | | | | | | dhill ok oga@ | ||||
* | move client to group (movetogroup) and hide client only if group is | okan | 2011-09-19 | -2/+6 | |
| | | | | | | already hidden (suggested behavior from Alexander Polakov). ok sthen oga | ||||
* | fix spelling I keep getting wrong for some unknown reason; found by and | okan | 2011-09-13 | -5/+5 | |
| | | | | diff from Alexander Polakov. | ||||
* | add WM_TRANSIENT_FOR event support: moves dialogs, toolbars and such to | okan | 2011-09-13 | -3/+24 | |
| | | | | | | | the group of the main application window; based on a diff from Alexander Polakov with CLIENT_IGNORE flag suggestion from oga@. ok oga@ | ||||
* | repair groupcycle (broke after cycle-in-group support added more flags); | okan | 2011-09-13 | -6/+6 | |
| | | | | | | found by and fix from Thomas Pfaff. ok oga@ | ||||
* | allow configurable menu font color; from Alexander Polakov with a tweak | okan | 2011-09-08 | -11/+26 | |
| | | | | | | from me. ok oga@ | ||||
* | allow menufg/menubg to be configurable; from Alexander Polakov. | okan | 2011-09-08 | -3/+20 | |
| | | | | ok oga@ | ||||
* | reinit menu on reload; from Alexander Polakov. needed for catching | okan | 2011-09-08 | -2/+7 | |
| | | | | | | upcoming menu config changes. ok oga@ | ||||
* | restore a comment and add another for clarity. | okan | 2011-09-05 | -2/+6 | |
| | |||||
* | Make flavours of maximisation additive. | oga | 2011-09-04 | -71/+101 | |
| | | | | | | | | | | i.e. horiz-max + vertmax = full maximisation. full - horiz = vertmax. etc. Martynas wrote something like this once, so I did okan, this version seems to finally deal with the corner cases. ok okan@. | ||||
* | split off window hints from geometry so we don't need to carry them all | okan | 2011-09-03 | -43/+45 | |
| | | | | around when dealing with {,h,v}max. same idea from oga. | ||||
* | simplify color initialization. | okan | 2011-09-03 | -22/+15 | |
| | | | | ok oga@ | ||||
* | Add {r,}cycleingroup to cycle through clients belonging to the same | okan | 2011-09-03 | -11/+19 | |
| | | | | | | | group as the active client (as opposed to all unhidden clients); from Alexander Polakov, with a tiny tweak requested by oga. ok oga@ | ||||
* | "defaultfont" is unclear (and confusing while reading code) when it also | okan | 2011-09-03 | -11/+11 | |
| | | | | | | applies to the user supplied font, so rename. ok oga@ | ||||
* | zap unused macro. ok oga@ | okan | 2011-08-29 | -8/+1 | |
| | |||||
* | restore mouse move via the keyboard, noticed by todd@. while the check | okan | 2011-08-29 | -8/+3 | |
| | | | | | | | | for cc was wrong due to the fact that cc->sc is always filled in during the event, we don't even need it - just operate on the focused screen's root window regardless. ok todd@ oga@ | ||||
* | A while ago I wrote some code to not warp to ignored windows on map (rev | oga | 2011-08-22 | -6/+1 | |
| | | | | | | | | | | 1.52), not realising that the previous (less efficient) fix had already been commited (rev 1.50). Had this in my tree for ages to remove the previous code. Effectively reverts rev 1.50. ok okan@ | ||||
* | revert r1.11 of parse.y and create logic in conf_setup instead to deal | okan | 2011-08-22 | -12/+16 | |
| | | | | | | | | with the various scenarios of when to attempt a parse of the config, load defaults, and when to warn and/or exit. triggered by bogus warning first noticed by sobrado@. ok oga@ | ||||
* | Re-draw borders after reloading, not before; from Alexander Polakov. | okan | 2011-07-26 | -3/+3 | |
| | | | | ok oga@ | ||||
* | use the menu border; from Alexander Polakov, but with the existing define. | okan | 2011-07-25 | -3/+4 | |
| | | | | ok oga@ | ||||
* | We are inconsistent when it comes to function returns, so just go all | okan | 2011-07-25 | -56/+60 | |
| | | | | | | the way with the cwm specific parts. ok oga@ | ||||
* | Clarify defines and make them not look like non-local ones; started by a | okan | 2011-07-23 | -29/+29 | |
| | | | | | | small diff from Thomas Pfaff. ok oga@ | ||||
* | correct spelling; from Alexander Polakov. | okan | 2011-07-14 | -9/+9 | |
| | |||||
* | UTF8-ify, from Alexander Polakov, but without setlocale(), after | okan | 2011-06-27 | -10/+9 | |
| | | | | | | feedback from stsp@ - thanks! 'go for it' oga@ | ||||
* | warn if we can't parse the config file on start, just like we do on reload. | okan | 2011-06-25 | -2/+3 | |
| | | | | part of a larger diff that was ok oga@ | ||||
* | Since cwm(1) uses the same parser as others in src, document how | okan | 2011-06-25 | -3/+15 | |
| | | | | | | | comments and line extensions work. Taken from sthen@'s recent commit in src. ok sthen@ | ||||
* | add 'normal' cursor and shuffle the others we use to make a bit more | okan | 2011-06-24 | -17/+18 | |
| | | | | | | | | sense and to be slightly less un-expected. from Alexander Polakov. re-use 'normal' cursor now instead XC_hand1 for menu selection. i really wish X had real docs and made sense. ok on earlier diff with '?' removed (but it's back now) oga@ | ||||
* | New option to raise a client via the mouse (unbound by default); | okan | 2011-06-24 | -4/+14 | |
| | | | | | | | opposing action, lower, already exists and bound. Both keyboard mappings already exist. 'no opinion either way' oga@ | ||||
* | introduce a new config option to snap to the screen edge. 'snapdist' | okan | 2011-06-24 | -9/+63 | |
| | | | | | | | | keyword taken from a diff from Sviatoslav Chagaev to do the same thing, but implemented in a completely way (based on some very old code from mk@). default set to 0, so no behavior change. ok oga@ (who would also like to take it further...) | ||||
* | re-do various bits of {,h,v}max for simplicity and less flag handling. | okan | 2011-06-24 | -36/+20 | |
| | | | | | | | as a bonus, flipping between various combinations of vmax+hmax provides a more predictable behavior. commitski oga@ | ||||
* | replace the non-working check to see if another wm is running with a | okan | 2011-06-24 | -20/+21 | |
| | | | | | | | method that actually works. checking for icccm compliant wm's should also be done first, but that's another diff (noted by oga). ok oga@ | ||||
* | more nitems usage. | okan | 2011-06-24 | -5/+3 | |
| | | | | ok oga@ | ||||
* | re-order sweep draw so that we map into the client window after | okan | 2011-06-24 | -4/+3 | |
| | | | | | | re-parenting; from Sviatoslav Chagaev. ok oga@ | ||||
* | struct XftFont already has height which we can use directly instead of | okan | 2011-06-24 | -11/+8 | |
| | | | | | | calculating ourselves, so do so. ok oga@ | ||||
* | alter a few function returns and prototypes; found by lint. | okan | 2011-06-24 | -25/+14 | |
| | | | | ok oga@ | ||||
* | Correct extern declaration and while here, rename a variable to be | okan | 2011-06-24 | -6/+6 | |
| | | | | | | | | pedantic. from Thomas Pfaff. ok oga@ | ||||
* | collapse client and group {r,}cycle defines since they are really | okan | 2011-06-24 | -9/+5 | |
| | | | | | | the same thing. ok oga@ | ||||
* | switch to installing source manuals: | naddy | 2011-06-23 | -4/+2 | |
| | | | | | | | * cope with new bsd.man.mk * update imake configuration ports use of imake remains unchanged | ||||
* | fix botched client and group cycle defines; noticed by Thomas Pfaff. | okan | 2011-05-15 | -5/+5 | |
| | | | | "no cookie! fix it" - oga@ | ||||
* | remove left over XSync; ok oga@ | okan | 2011-05-13 | -7/+3 | |
| | |||||
* | tag and comment cleanup; ok oga@ | okan | 2011-05-11 | -19/+26 | |
| | |||||
* | introduce a new 'freeze' flag (CMS-f by default) which may be applied to | okan | 2011-05-07 | -9/+51 | |
| | | | | | | | | | | | | | any window, after which all move/resize requests will be ignored, essentially freezing the window in place. there's a possibility to merge this with the 'ignore' concept, pending on how ignore+freeze should behave (really more ewmh stuff), but punting for now since ponies are on the line. requested and tested by thib at k2k11 with ponies, unicorns and rainbows. 'save the unicorns' todd@, ok oga@ | ||||
* | On map, don't warp to windows that are marked as ignored. | oga | 2011-05-06 | -3/+3 | |
| | | | | | | | Requested by Christian Neukirchen last august. He provided a patch but the one I wrote was significantly simpler (1 - 2 + in the whole diff). makes sense to okan@. | ||||
* | bump window resize back to 60hz. instead, we should not need to sync | okan | 2011-05-05 | -6/+4 | |
| | | | | | | | every time we move/resize a window, so remove XSync in both mouse move and resize events. tested by Brynet as well. ok oga@ | ||||
* | re-org. ok oga@ | okan | 2011-05-05 | -309/+269 | |
| |