summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixing zoomGravatar Anselm R. Garbe 2006-09-051-3/+4
|
* fixing two off-by-onesGravatar Anselm R. Garbe 2006-09-051-2/+2
|
* ach ich will auch Alt-sGravatar Anselm R. Garbe 2006-09-051-0/+1
|
* applied checking existance of >2 tiles patch (proposed by sander) to zoom ↵Gravatar Anselm R. Garbe 2006-09-051-5/+14
| | | | and resizecol
* renamed resizetile into resizecolGravatar Anselm R. Garbe 2006-09-054-5/+5
|
* well ok, added Mod-s to default bindings (however, I don't need it)Gravatar Anselm R. Garbe 2006-09-052-0/+7
|
* s/growcol/resizetile/gGravatar Anselm R. Garbe 2006-09-054-15/+15
|
* right, multihead issue is not involved with growcolGravatar Anselm R. Garbe 2006-09-051-1/+1
|
* hotfixGravatar Anselm R. Garbe 2006-09-051-1/+3
|
* applied a fix related to Sanders remark to growcolGravatar Anselm R. Garbe 2006-09-051-1/+1
|
* sanders toggletag patch is much more elegantGravatar Anselm R. Garbe 2006-09-051-1/+1
|
* I really need column growing, now pushing upstreamGravatar Anselm R. Garbe 2006-09-055-0/+27
|
* don't access sel in restack without checking for NULL (multihead crashing bug)Gravatar Anselm R. Garbe 2006-09-051-7/+9
|
* fixing c->weight handlingGravatar Anselm R. Garbe 2006-09-051-2/+3
|
* removed some useless tagsGravatar Anselm R. Garbe 2006-09-041-2/+0
|
* after 1.3Gravatar Anselm R. Garbe 2006-09-041-1/+1
|
* Added tag 1.3 for changeset f5f5cbf016a94b48a8fe9c47f0736e96d166d5d4Gravatar Anselm R. Garbe 2006-09-041-0/+1
|
* retaggedGravatar Anselm R. Garbe 2006-09-041-1/+1
|
* simplified manageGravatar Anselm R. Garbe 2006-09-041-5/+2
|
* removed html crapGravatar Anselm R. Garbe 2006-09-043-128/+1
|
* Added tag 1.3 for changeset dd44dc937e8b0a46abf1a15a333dba5304e4fe89Gravatar Anselm R. Garbe 2006-09-041-0/+1
|
* hotfixing with sanders hintGravatar Anselm R. Garbe 2006-09-041-1/+3
|
* Added tag 1.3 for changeset 6413ea66b1c2496cfc2173fe58df67cb965eb1daGravatar Anselm R. Garbe 2006-09-041-0/+1
|
* fixing the issue that new clients appear loweredGravatar Anselm R. Garbe 2006-09-041-0/+2
|
* removed unused varsGravatar Anselm R. Garbe 2006-09-041-2/+2
|
* reducing focus calls (sanders patch)Gravatar Anselm R. Garbe 2006-09-041-6/+4
|
* applied Sanders max_and_focus.patchGravatar Anselm R. Garbe 2006-09-045-44/+48
|
* simplified buttonpressGravatar Anselm R. Garbe 2006-09-011-23/+12
|
* applied sanders patchGravatar Anselm R. Garbe 2006-09-012-11/+20
|
* reorder was misssing in Ross version of viewallGravatar Anselm R. Garbe 2006-08-311-0/+1
|
* changed shortcut into Mod1-0Gravatar Anselm R. Garbe 2006-08-313-7/+7
|
* added viewall to mainstream (only Ross Mohns version, not the toggle)Gravatar Anselm R. Garbe 2006-08-315-0/+17
|
* implemented Button2 press on tags for toggletag on the focused clientGravatar Anselm R. Garbe 2006-08-312-2/+15
|
* applied sanders patch to remove unnecessary commit()Gravatar Anselm R. Garbe 2006-08-313-16/+9
|
* small fix in config.arg.hGravatar Anselm R. Garbe 2006-08-301-3/+3
|
* Added tag 1.2 for changeset e3179ce2b90451d2807cd53b589d768412b8666bGravatar Anselm R. Garbe 2006-08-301-0/+1
|
* prepared 1.2Gravatar Anselm R. Garbe 2006-08-301-1/+1
|
* now using Salmi's menu commandGravatar Anselm R. Garbe 2006-08-301-2/+3
|
* removed a warning reported by JukkaGravatar Anselm R. Garbe 2006-08-301-1/+0
|
* simplified configurerequestGravatar Anselm R. Garbe 2006-08-291-25/+22
|
* now dwm enforces max screen size also in tiled mode on non-floating clients ↵Gravatar Anselm R. Garbe 2006-08-291-13/+14
| | | | which are maximized
* fixedGravatar Anselm R. Garbe 2006-08-291-1/+3
|
* configurenotify remembers max geom now, and restores this if necessary, ↵Gravatar Anselm R. Garbe 2006-08-292-4/+14
| | | | however it accepts to touch the max size on configurerequest, this shouldn't break fillscreen apps (tested with mplayer)
* applied patch similiar proposed by dave tweedGravatar Anselm R. Garbe 2006-08-291-10/+13
|
* improved selection policyGravatar Anselm R. Garbe 2006-08-291-20/+24
|
* still something wrong with reorder()Gravatar Anselm R. Garbe 2006-08-294-56/+33
|
* this algorithm seems to keep order for any scenarioGravatar Anselm R. Garbe 2006-08-291-14/+41
|
* fix client position in list also on tag and toggletagGravatar Anselm R. Garbe 2006-08-291-0/+4
|
* added attach/detach functions which don't attach at the begin of list, but ↵Gravatar Anselm R. Garbe 2006-08-293-29/+52
| | | | at the slot of a first match of the tags of a client
* removed crappy variablesGravatar Anselm R. Garbe 2006-08-283-5/+5
|