index
:
dwm
master
A lighter-weight fork of suckless' dwm
Nick Shipp <nick@shipp.ninja>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dwm.c
Age
Commit message (
Collapse
)
Author
Lines
2009-09-22
use buffer instead of pointer for mon->ltsymbol
Anselm R Garbe
-8
/
+5
2009-09-22
added missing scan
Anselm R Garbe
-0
/
+1
2009-09-21
implemented different version of updategeom
Anselm R Garbe
-149
/
+85
2009-09-19
added TODO to updategeom in order to implement a decent version of it soon
Anselm R Garbe
-0
/
+34
2009-09-18
new experimental updategeom() additions that should avoid several problems ↵
Anselm R Garbe
-24
/
+77
with Xinerama, this is EXPERIMENTAL and might break something, the algorithms in use are quite complex and cumbersome, patches and comments welcome
2009-09-16
implemented dynamic layout symbol stuff
Anselm R Garbe
-19
/
+18
2009-09-08
update
Anselm R Garbe
-0
/
+1
2009-09-08
hard-core destruction
Anselm R Garbe
-2
/
+8
2009-09-08
renaming isdestroyed into destroyed
Anselm R Garbe
-3
/
+3
2009-09-08
sync when a client is being killed
Anselm R Garbe
-0
/
+1
2009-09-08
added isdestroyed flag to unmanage
Anselm R Garbe
-15
/
+16
2009-09-07
always updategeom when root is configured
nsz@tpx
-1
/
+1
2009-08-18
another small optimisation
Anselm R Garbe
-1
/
+1
2009-08-18
also update title if the client is on an unfocused monitor
Anselm R Garbe
-1
/
+1
2009-08-16
applied Jukka's cosmetic patch
Anselm R Garbe
-9
/
+9
2009-08-16
applied Jukka's sigchld patch
Anselm R Garbe
-2
/
+2
2009-08-13
added merged patch of anydot and Neale
Anselm R Garbe
-3
/
+7
2009-07-27
fixed nn declaration
Anselm R Garbe
-1
/
+2
2009-07-21
applied nsz patch
Anselm R Garbe
-1
/
+1
2009-07-21
updategeom fix for same geom screens
Anselm R Garbe
-1
/
+6
2009-07-17
removed misleading comment
Anselm R Garbe
-2
/
+2
2009-07-17
it's all nsz's hard investigation effort, hail nsz! ;)
Anselm R Garbe
-4
/
+4
2009-07-14
final style fixes
Anselm R Garbe
-15
/
+13
2009-07-14
removed int cast in TAGMASK as suggested by nsz
Anselm R Garbe
-1
/
+1
2009-07-14
some stylistic changes
Anselm R Garbe
-9
/
+8
2009-07-12
mark broken clients as broken
anselm@x200s.config
-2
/
+8
2009-07-12
fixing updatetitle
anselm@x200s.config
-1
/
+1
2009-07-09
extended rule to apply monitors if set up accordingly
Anselm R Garbe
-4
/
+9
2009-07-09
reverting to optimised compiler options, current state seems stable
Anselm R Garbe
-1
/
+1
2009-07-09
added client number printing right of layout symbol
Anselm R Garbe
-5
/
+9
2009-07-09
removed monsyms, useless
Anselm R Garbe
-12
/
+3
2009-07-09
restricting number of mons by length of monsyms
Anselm R Garbe
-0
/
+2
2009-07-08
introducing const where it might make some sense
Anselm R Garbe
-5
/
+5
2009-07-08
no that's definately better
Anselm R Garbe
-1
/
+0
2009-07-08
some minor changes
Anselm R Garbe
-11
/
+11
2009-07-08
die if malloc sizeof(Monitor) fails
Anselm R Garbe
-1
/
+2
2009-07-06
applied Mate's patch, added Mate to LICENSE
Anselm R Garbe
-20
/
+20
2009-07-02
some cleanups
Anselm R Garbe
-6
/
+9
2009-07-02
hotfix
Anselm R Garbe
-2
/
+3
2009-07-02
changed focusmon/tagmon to work on prev/next instead (-1/+1), changed ↵
Anselm R Garbe
-20
/
+26
shortcuts to Mod1-, Mod1-. and Mod1-Shift-, Mod1-Shift-.
2009-07-02
removed some empty lines
Anselm R Garbe
-43
/
+6
2009-07-02
interactive resizals allow display dimensions again
Anselm R Garbe
-20
/
+33
2009-07-02
update
Anselm R Garbe
-1
/
+1
2009-07-02
introduced monitor symbols
Anselm R Garbe
-5
/
+2
2009-07-02
minor fix
Anselm R Garbe
-3
/
+3
2009-07-01
several bugfixes
Anselm R Garbe
-17
/
+8
2009-07-01
some minor fix if xinerama is disabled, still some odd behavior in there
Anselm R Garbe
-1
/
+3
2009-06-30
fixed usage of sx, sy, sw, sh
Anselm R Garbe
-14
/
+13
2009-06-30
don't draw monitor number, if there is just one monitor
Anselm R Garbe
-1
/
+1
2009-06-30
fixed order of transient monitor applicaion and rule application
Anselm R Garbe
-18
/
+22
[prev]
[next]