summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Version 5.1 v5.1Christian Neukirchen2012-05-021-0/+8
|
* Add release target to MakefileChristian Neukirchen2012-05-021-0/+4
|
* Define compatibility macros only if they are neededChristian Neukirchen2012-05-021-0/+4
|
* cvsimportokan2011-12-291-1/+3
|\
| * check if we're in the group already, else multiple calls tookan2011-12-291-1/+3
| | | | | | | | | | | | | | | | | | | | 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@
* | fix pkg-config packagesChristian Neukirchen2011-12-121-2/+2
| |
* | cvsimportokan2011-11-061-2/+4
|\|
| * put snapdist in the correct location; as an option, not a bind; Tiago Cunha.okan2011-11-061-2/+4
| | | | | | | | ok oga@
* | cvsimportokan2011-10-171-8/+8
|\|
| * rename variable to reduce potential for name-space collision.okan2011-10-171-8/+8
| | | | | | | | bikesheding and ok oga@.
* | cvsimportokan2011-10-121-1/+1
|\|
| * use xfree instead of free since strings is allocated with xmalloc; fromokan2011-10-121-1/+1
| | | | | | | | | | | | dhill ok oga@
* | Add READMEChristian Neukirchen2011-10-051-0/+16
| |
* | rewrite MakefileChristian Neukirchen2011-10-051-27/+17
| |
* | cvsimportokan2011-09-191-1/+5
|\|
| * move client to group (movetogroup) and hide client only if group isokan2011-09-191-1/+5
| | | | | | | | | | | | already hidden (suggested behavior from Alexander Polakov). ok sthen oga
* | cvsimportokan2011-09-135-9/+30
|\|
| * fix spelling I keep getting wrong for some unknown reason; found by andokan2011-09-131-4/+4
| | | | | | | | diff from Alexander Polakov.
| * add WM_TRANSIENT_FOR event support: moves dialogs, toolbars and such tookan2011-09-133-0/+21
| | | | | | | | | | | | | | 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);okan2011-09-131-5/+5
| | | | | | | | | | | | found by and fix from Thomas Pfaff. ok oga@
* | cvsimportokan2011-09-0811-177/+238
|\|
| * allow configurable menu font color; from Alexander Polakov with a tweakokan2011-09-086-6/+21
| | | | | | | | | | | | from me. ok oga@
| * allow menufg/menubg to be configurable; from Alexander Polakov.okan2011-09-082-1/+18
| | | | | | | | ok oga@
| * reinit menu on reload; from Alexander Polakov. needed for catchingokan2011-09-082-0/+5
| | | | | | | | | | | | upcoming menu config changes. ok oga@
| * restore a comment and add another for clarity.okan2011-09-051-1/+5
| |
| * Make flavours of maximisation additive.oga2011-09-042-69/+99
| | | | | | | | | | | | | | | | | | | | 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 allokan2011-09-033-40/+42
| | | | | | | | around when dealing with {,h,v}max. same idea from oga.
| * simplify color initialization.okan2011-09-032-20/+13
| | | | | | | | ok oga@
| * Add {r,}cycleingroup to cycle through clients belonging to the sameokan2011-09-034-7/+15
| | | | | | | | | | | | | | 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 alsookan2011-09-033-8/+8
| | | | | | | | | | | | applies to the user supplied font, so rename. ok oga@
| * zap unused macro. ok oga@okan2011-08-291-7/+0
| |
| * restore mouse move via the keyboard, noticed by todd@. while the checkokan2011-08-291-7/+2
| | | | | | | | | | | | | | | | 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 (revoga2011-08-221-5/+0
| | | | | | | | | | | | | | | | | | | | 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 dealokan2011-08-222-10/+14
| | | | | | | | | | | | | | | | 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@
* | cvsimportChristian Neukirchen2011-08-0416-197/+243
|\|
| * Re-draw borders after reloading, not before; from Alexander Polakov.okan2011-07-261-2/+2
| | | | | | | | ok oga@
| * use the menu border; from Alexander Polakov, but with the existing define.okan2011-07-251-2/+3
| | | | | | | | ok oga@
| * We are inconsistent when it comes to function returns, so just go allokan2011-07-2510-46/+50
| | | | | | | | | | | | the way with the cwm specific parts. ok oga@
| * Clarify defines and make them not look like non-local ones; started by aokan2011-07-236-23/+23
| | | | | | | | | | | | small diff from Thomas Pfaff. ok oga@
| * correct spelling; from Alexander Polakov.okan2011-07-144-5/+5
| |
| * UTF8-ify, from Alexander Polakov, but without setlocale(), afterokan2011-06-272-8/+7
| | | | | | | | | | | | 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.okan2011-06-251-1/+2
| | | | | | | | part of a larger diff that was ok oga@
| * Since cwm(1) uses the same parser as others in src, document howokan2011-06-251-1/+13
| | | | | | | | | | | | | | 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 moreokan2011-06-243-14/+15
| | | | | | | | | | | | | | | | 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);okan2011-06-244-1/+11
| | | | | | | | | | | | | | 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'okan2011-06-247-2/+56
| | | | | | | | | | | | | | | | 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.okan2011-06-242-34/+18
| | | | | | | | | | | | | | 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 aokan2011-06-241-19/+20
| | | | | | | | | | | | | | 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.okan2011-06-241-4/+2
| | | | | | | | ok oga@
| * re-order sweep draw so that we map into the client window afterokan2011-06-241-3/+2
| | | | | | | | | | | | re-parenting; from Sviatoslav Chagaev. ok oga@