Anselm R. Garbe
|
f6e41b0bc3
|
renamed MASTER into MWFACT, master into mwfact, and incmaster into addtomwfact
|
17 years ago |
Anselm R. Garbe
|
2d81b78b85
|
separated layout-specific stuff into separate .h and .c files which are included in config.h resp. config.mk - this allows writing layouts for dwm without any need to patch existing code
|
17 years ago |
Anselm R. Garbe
|
a54cf2ecef
|
changed ban/unban implementation to not move the windows anymore, but map/unmap them instead - PLEASE TEST THIS
|
18 years ago |
Anselm R. Garbe
|
141beb2704
|
replaced BORDERPX with sel->border in togglemax(), in other places this is not possible.
|
18 years ago |
Anselm R. Garbe
|
81658eaab3
|
applied Szabolcs proposal to simplify setlayout()
|
18 years ago |
Anselm R. Garbe
|
b896b58d6d
|
removed strip, added -s to LDFLAGS
|
18 years ago |
Anselm R. Garbe
|
fef6c5c66b
|
added new Mod1-b functionality to dwm(1)
|
18 years ago |
Anselm R. Garbe
|
37e062b0ed
|
another fix, call lt->arrange() in togglebar only
|
18 years ago |
Anselm R. Garbe
|
fc2e3eae20
|
next version is 4.1
|
18 years ago |
Anselm R. Garbe
|
4d318060a2
|
next version will be 4.0, so don't expect it within the next days
|
18 years ago |
Anselm R. Garbe
|
93aeaa53c9
|
next version will be 3.9, but don't expect it this week
|
18 years ago |
Anselm R. Garbe
|
ee8fb0c6e4
|
Escape -s in dwm.1
|
18 years ago |
Anselm R. Garbe
|
84ae6e12eb
|
reverting to bg 555
|
18 years ago |
Anselm R. Garbe
|
7541f1ad49
|
creating 3.6.1
|
18 years ago |
Anselm R. Garbe
|
f196b71e4d
|
cleaned up and commented the config.*.h
|
18 years ago |
Anselm R. Garbe
|
7c4da24465
|
removed debug compile flags
|
18 years ago |
Anselm R. Garbe
|
cdbc84b9a8
|
introduced Layout struct
|
18 years ago |
Anselm R. Garbe
|
3ce8c9f338
|
added ban() which takes care than a banned window is not banned again... (this reduces the overall ConfigureNotify's to clients)
|
18 years ago |
Anselm R. Garbe
|
c6fc6b173d
|
next version is 3.5
|
18 years ago |
Anselm R. Garbe
|
9ed5de00b6
|
removed debug flags
|
18 years ago |
Anselm R. Garbe
|
28ffff801b
|
replaced getproto with a saner function, now old-school artifacts of WM times in the early 90s completely disappeared, no punned pointer warning anymore ;)
|
18 years ago |
Anselm R. Garbe
|
7ece30ebc0
|
made some changes more concistent
|
18 years ago |
Anselm R. Garbe
|
3d48f33025
|
got rid of LD (inspired by JGs patch to wmii)
|
18 years ago |
Anselm R. Garbe
|
bced9077f9
|
renamed CAVEATS into BUGS
|
18 years ago |
Anselm R. Garbe
|
2c1db7ed35
|
prepared yet another hotfix release
|
18 years ago |
Anselm R. Garbe
|
55be4d6137
|
hotfix release 3.2.1
|
18 years ago |
Anselm R. Garbe
|
caf5a16271
|
moved BORDERPX to config.*.h
|
18 years ago |
Anselm R. Garbe
|
d296081321
|
changed incnmaster shortcuts in config.arg.h
|
18 years ago |
Anselm R. Garbe
|
1d4a24dae0
|
implemented nmaster appearance in mode label (using %u)
|
18 years ago |
Anselm R. Garbe
|
e9cfae7aba
|
prevent pop() if first sel == nexttiled(clients)
|
18 years ago |
Anselm R. Garbe
|
51f6405b0d
|
fixing some minor issues
|
18 years ago |
Anselm R. Garbe
|
98afb7b9d0
|
I prefer two master windows by default
|
18 years ago |
Anselm R. Garbe
|
0b80d1842d
|
experimental version which allows master clients being increased/decreased
|
18 years ago |
arg@mig29
|
cb4aa5bc35
|
next version will contain updated copyright notice
|
18 years ago |
arg@mig29
|
71fd06f843
|
added Solaris hints
|
18 years ago |
arg@mig29
|
a308b7507a
|
removed the hardcoded fixed fallback, it is useless in non-Latin1 environments
|
18 years ago |
arg@mig29
|
9bd9ea423e
|
enforcing using fontsets even if they are incomplete for some encodings
|
18 years ago |
arg@mig29
|
7009ebfa69
|
hotfix of a serious crashing bug
|
18 years ago |
arg@mig29
|
c2ed26b711
|
next version will be 2.5
|
18 years ago |
arg@mig29
|
2b35fb643e
|
next version will be 2.4
|
18 years ago |
arg@mig29
|
931e712eac
|
applied Gottox patches
|
18 years ago |
arg@mig29
|
f320cd203b
|
next release will be 2.2
|
18 years ago |
arg@mig29
|
2cce4b95cd
|
applied Gottox patch to simplify the resizing of col, instead of resizing the current area, it only resizes the master area in the future (seems more predictable)
|
18 years ago |
Anselm R. Garbe
|
8b68890650
|
now being at v2.0
|
18 years ago |
Anselm R. Garbe
|
0384faeee5
|
changing MASTER value from percent into per mill
|
18 years ago |
Anselm R. Garbe
|
14d05e7c72
|
first step to a more flexible dotile() algorithm
|
18 years ago |
Anselm R. Garbe
|
6092aa977e
|
fixing the settags issue, preparing 1.7.1
|
18 years ago |
arg@mmvi
|
886b2088f1
|
improved intro comment in dwm.h, updated config.mk
|
18 years ago |
Anselm R. Garbe
|
438beeabde
|
small fix
|
18 years ago |
Anselm R. Garbe
|
e8389a4cc0
|
maybe this might work
|
18 years ago |