index
:
dwm
experimental
master
dwm fork - https://dwm.suckless.org/
malf
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
view.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2006-09-08
applied sanders patch of not manipulating sel
1.5
Anselm R. Garbe
1
-4
/
+4
2006-09-07
using a global stack for focus recovery on arrange() - seems to work great
Anselm R. Garbe
1
-5
/
+9
2006-09-06
this patch keeps track of global z-layer order of clients which are floating ...
Anselm R. Garbe
1
-12
/
+7
2006-09-06
no this is better
Anselm R. Garbe
1
-4
/
+11
2006-09-06
drawstatus even if no client exists
Anselm R. Garbe
1
-1
/
+3
2006-09-06
sanders solution is convincing and elegant
Anselm R. Garbe
1
-41
/
+9
2006-09-06
small fix
Anselm R. Garbe
1
-2
/
+2
2006-09-06
no, reodering floating clients definately breaks the manage() policy which at...
Anselm R. Garbe
1
-8
/
+15
2006-09-05
no, ordering floating clients at the end seems better
Anselm R. Garbe
1
-16
/
+9
2006-09-05
fix
Anselm R. Garbe
1
-1
/
+1
2006-09-05
this makes sure the issue mentioned by sander
Anselm R. Garbe
1
-2
/
+8
2006-09-05
fixing zoom
Anselm R. Garbe
1
-3
/
+4
2006-09-05
fixing two off-by-ones
Anselm R. Garbe
1
-2
/
+2
2006-09-05
applied checking existance of >2 tiles patch (proposed by sander) to zoom and...
Anselm R. Garbe
1
-5
/
+14
2006-09-05
renamed resizetile into resizecol
Anselm R. Garbe
1
-1
/
+1
2006-09-05
s/growcol/resizetile/g
Anselm R. Garbe
1
-12
/
+12
2006-09-05
right, multihead issue is not involved with growcol
Anselm R. Garbe
1
-1
/
+1
2006-09-05
hotfix
Anselm R. Garbe
1
-1
/
+3
2006-09-05
applied a fix related to Sanders remark to growcol
Anselm R. Garbe
1
-1
/
+1
2006-09-05
I really need column growing, now pushing upstream
Anselm R. Garbe
1
-0
/
+18
2006-09-05
don't access sel in restack without checking for NULL (multihead crashing bug)
Anselm R. Garbe
1
-7
/
+9
2006-09-04
removed unused vars
Anselm R. Garbe
1
-2
/
+2
2006-09-04
reducing focus calls (sanders patch)
Anselm R. Garbe
1
-6
/
+4
2006-09-04
applied Sanders max_and_focus.patch
Anselm R. Garbe
1
-17
/
+13
2006-08-31
reorder was misssing in Ross version of viewall
Anselm R. Garbe
1
-0
/
+1
2006-08-31
added viewall to mainstream (only Ross Mohns version, not the toggle)
Anselm R. Garbe
1
-0
/
+10
2006-08-31
applied sanders patch to remove unnecessary commit()
Anselm R. Garbe
1
-2
/
+6
2006-08-30
removed a warning reported by Jukka
Anselm R. Garbe
1
-1
/
+0
2006-08-29
improved selection policy
Anselm R. Garbe
1
-20
/
+24
2006-08-29
still something wrong with reorder()
Anselm R. Garbe
1
-49
/
+26
2006-08-29
this algorithm seems to keep order for any scenario
Anselm R. Garbe
1
-14
/
+41
2006-08-29
added attach/detach functions which don't attach at the begin of list, but at...
Anselm R. Garbe
1
-17
/
+46
2006-08-23
updated man page
Anselm R. Garbe
1
-4
/
+4
2006-08-23
separated setup stuff into main.c:setup() - this makes main() more readable
Anselm R. Garbe
1
-1
/
+1
2006-08-22
separated several functions into view.c
Anselm R. Garbe
1
-125
/
+50
2006-08-16
fixed issue reported by sander
Anselm R.Garbe
1
-3
/
+2
2006-08-16
added general centralization rule for new clients (works around various borke...
Anselm R.Garbe
1
-1
/
+4
2006-08-14
applied viewsel.patch
Anselm R.Garbe
1
-2
/
+6
2006-08-14
applied sanders tag()/toggletag() fixes
Anselm R.Garbe
1
-1
/
+4
2006-08-14
added missing arrange
Anselm R.Garbe
1
-0
/
+1
2006-08-14
changed replacetag into toggletag
Anselm R.Garbe
1
-29
/
+36
2006-08-14
applied the saner patch (removed the pathetic one)
Anselm R.Garbe
1
-7
/
+3
2006-08-14
pplied Sanders appendtag patch
Anselm R.Garbe
1
-2
/
+6
2006-08-14
fixed a core dump
Anselm R.Garbe
1
-2
/
+4
2006-08-14
implemented restack behavior (floats are on top in tiled mode)
Anselm R.Garbe
1
-10
/
+54
2006-08-14
removed viewnext/viewprev
Anselm R.Garbe
1
-20
/
+0
2006-08-13
made shortcuts like proposed by Sander, renamed viewextend to toggleview (mor...
Anselm R.Garbe
1
-1
/
+1
2006-08-11
implemented viewextend and added M-S-C-n shortcuts for extending the current ...
Anselm R.Garbe
1
-6
/
+19
2006-08-11
implement multi-tag selection through button3 click on the specific tag
Anselm R.Garbe
1
-9
/
+31
2006-08-10
fixed the issue reported by sander (gaps at left columns button due to round-...
Anselm R.Garbe
1
-1
/
+4
[next]