Anselm R. Garbe
|
9800518ae3
|
renamed drawstatus into drawbar
|
17 years ago |
Anselm R. Garbe
|
86953bd682
|
renamed seltag into seltags
|
17 years ago |
Anselm R. Garbe
|
77044e8765
|
made Layout a static struct in layout.c, added some convenience getters in layout.c, now lt->arrange accesses are not possible anymore, arrange() is the super-arrange function which sets up all layouts
|
17 years ago |
Anselm R. Garbe
|
2c6be7239f
|
referred to LICENSE file
|
17 years ago |
Anselm R. Garbe
|
d934296476
|
Jukka also belongs to Copyright holders after all he has contributed and done for dwm, updated -v as well
|
17 years ago |
Anselm R. Garbe
|
9fdd2cd1a9
|
added nsz to copyright holders as well, because he did a lot recently
|
17 years ago |
Anselm R. Garbe
|
e1deda9e04
|
added anydot to Copyright holders, because he contributed a lot recently
|
17 years ago |
Anselm R. Garbe
|
a730213c3b
|
yet another fix of copyright compactisition
|
17 years ago |
Anselm R. Garbe
|
399993c6b5
|
making Copyright notices more compact
|
17 years ago |
Anselm R. Garbe
|
a686c9ccd2
|
we don't need to set the font all the time
|
17 years ago |
Anselm R. Garbe
|
338c083858
|
renamed untiled into floating, keeping tiled instead of tiling (afaik tiled sounds more correct) - English speakers convinced me
|
17 years ago |
Anselm R. Garbe
|
587100873a
|
renamed versatile into untiled
|
17 years ago |
Anselm R. Garbe
|
84432e6b36
|
reusing drawsquare for client title, empty square before title means versatile window, filled square before title means versatile maximized window.
|
17 years ago |
Anselm R. Garbe
|
1a25414ace
|
dwm draws a small caret before the client title if it's a versatile client
|
17 years ago |
Anselm R. Garbe
|
138b7fbd05
|
fixed order
|
17 years ago |
Anselm R. Garbe
|
e7508783e8
|
added draw.c again (except getcolor and setfont which are helpers in main.c)
|
17 years ago |
Anselm R. Garbe
|
f8415019d4
|
draw.c is useless (belongs to main.c now)
|
17 years ago |
Anselm R. Garbe
|
19fd903d40
|
applied apm's patch proposal, getting rid of XDrawLines
|
18 years ago |
Anselm R. Garbe
|
3c35b90dd3
|
removed unnecessary bx, by, bw variables
|
18 years ago |
Anselm R. Garbe
|
f8181f64e2
|
removed drawclient and drawall (they performed useless operations/consumed useless cpu cycles)
|
18 years ago |
Anselm R. Garbe
|
0045ad87df
|
implemented new color scheme accordingly to Sanders proposal
|
18 years ago |
Anselm R. Garbe
|
ceea528eff
|
removed mode label stuff
|
18 years ago |
Anselm R. Garbe
|
6c5dc7017c
|
removed client title bar
|
18 years ago |
Anselm R. Garbe
|
ae0b4fdd92
|
added missing space
|
18 years ago |
Anselm R. Garbe
|
1d4a24dae0
|
implemented nmaster appearance in mode label (using %u)
|
18 years ago |
Anselm R. Garbe
|
184471b4bb
|
renamed drawtitle into drawclient
|
18 years ago |
arg@mig29
|
cb4aa5bc35
|
next version will contain updated copyright notice
|
18 years ago |
arg@mig29
|
ac6e34ea06
|
fixed diagnostic error message
|
18 years ago |
arg@mig29
|
a308b7507a
|
removed the hardcoded fixed fallback, it is useless in non-Latin1 environments
|
18 years ago |
arg@mig29
|
d42c3ba2dc
|
with this patch everything works fine for me
|
18 years ago |
arg@mig29
|
4b06155873
|
don't use Xlocale crap, let's use locale.h instead
|
18 years ago |
arg@mig29
|
857d825eeb
|
using the portable Xmb+UTF-8 way of life, will see if this works well...
|
18 years ago |
arg@mig29
|
71b82fb1f6
|
also setting LC_CTYPE only
|
18 years ago |
arg@mig29
|
9bd9ea423e
|
enforcing using fontsets even if they are incomplete for some encodings
|
18 years ago |
arg@mig29
|
7739e6b466
|
made squares equally sized, and 1px bigger
|
18 years ago |
arg@mig29
|
4881857458
|
if client is focused, the emptysquare don't needs to be drawed
|
18 years ago |
arg@mig29
|
c73d5cb7b6
|
and the winner is
|
18 years ago |
arg@mig29
|
6458803d21
|
sander1 proposal
|
18 years ago |
arg@mig29
|
6e72d781f7
|
dood
|
18 years ago |
arg@mig29
|
4ba3cfaee9
|
less obtrusive indicator (only a top line)
|
18 years ago |
arg@mig29
|
e655e8a7d5
|
final2 indicator
|
18 years ago |
arg@mig29
|
c34e4e4b39
|
removing the -1 on final indicators, looks cleaner
|
18 years ago |
arg@mig29
|
a678ee6365
|
final indicators
|
18 years ago |
arg@mig29
|
49f0ee329d
|
changed things like I described in last mail
|
18 years ago |
arg@mig29
|
0c9d9a3d94
|
improved tag indicator
|
18 years ago |
arg@mig29
|
61a1910f91
|
applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line printage proposal for stdin reading.
|
18 years ago |
arg@mig29
|
78f4b51757
|
added a similiar patch to Daves solution to indicate if there are clients with a specific tag
|
18 years ago |
arg@mig29
|
7d168a2621
|
returning to old bar colorization behavior, like sander proposed for consistency reasons
|
18 years ago |
arg@mig29
|
931e712eac
|
applied Gottox patches
|
18 years ago |
Anselm R. Garbe
|
6651dd7fd9
|
code polishing, removed unnecessary newlines
|
18 years ago |