Commit Graph

102 Commits

Author SHA1 Message Date
Anselm R. Garbe
84432e6b36 reusing drawsquare for client title, empty square before title means versatile window, filled square before title means versatile maximized window. 2007-02-22 10:57:19 +01:00
Anselm R. Garbe
1a25414ace dwm draws a small caret before the client title if it's a versatile client 2007-02-22 10:52:57 +01:00
Anselm R. Garbe
138b7fbd05 fixed order 2007-02-20 13:48:02 +01:00
Anselm R. Garbe
e7508783e8 added draw.c again (except getcolor and setfont which are helpers in main.c) 2007-02-20 13:46:21 +01:00
Anselm R. Garbe
f8415019d4 draw.c is useless (belongs to main.c now) 2007-02-19 15:17:31 +01:00
Anselm R. Garbe
19fd903d40 applied apm's patch proposal, getting rid of XDrawLines 2007-02-05 11:05:16 +01:00
Anselm R. Garbe
3c35b90dd3 removed unnecessary bx, by, bw variables 2007-01-16 11:33:42 +01:00
Anselm R. Garbe
f8181f64e2 removed drawclient and drawall (they performed useless operations/consumed useless cpu cycles) 2007-01-15 12:04:25 +01:00
Anselm R. Garbe
0045ad87df implemented new color scheme accordingly to Sanders proposal 2007-01-14 22:37:34 +01:00
Anselm R. Garbe
ceea528eff removed mode label stuff 2007-01-14 22:32:26 +01:00
Anselm R. Garbe
6c5dc7017c removed client title bar 2007-01-14 22:27:29 +01:00
Anselm R. Garbe
ae0b4fdd92 added missing space 2007-01-12 21:56:01 +01:00
Anselm R. Garbe
1d4a24dae0 implemented nmaster appearance in mode label (using %u) 2007-01-08 17:33:24 +01:00
Anselm R. Garbe
184471b4bb renamed drawtitle into drawclient 2007-01-04 14:17:25 +01:00
arg@mig29
cb4aa5bc35 next version will contain updated copyright notice 2007-01-02 15:37:58 +01:00
arg@mig29
ac6e34ea06 fixed diagnostic error message 2006-12-08 11:11:52 +01:00
arg@mig29
a308b7507a removed the hardcoded fixed fallback, it is useless in non-Latin1 environments 2006-12-08 10:40:09 +01:00
arg@mig29
d42c3ba2dc with this patch everything works fine for me 2006-12-07 10:02:46 +01:00
arg@mig29
4b06155873 don't use Xlocale crap, let's use locale.h instead 2006-12-07 09:49:45 +01:00
arg@mig29
857d825eeb using the portable Xmb+UTF-8 way of life, will see if this works well... 2006-12-07 09:47:55 +01:00
arg@mig29
71b82fb1f6 also setting LC_CTYPE only 2006-12-05 13:31:29 +01:00
arg@mig29
9bd9ea423e enforcing using fontsets even if they are incomplete for some encodings 2006-12-05 10:30:31 +01:00
arg@mig29
7739e6b466 made squares equally sized, and 1px bigger 2006-12-01 17:55:46 +01:00
arg@mig29
4881857458 if client is focused, the emptysquare don't needs to be drawed 2006-12-01 17:51:05 +01:00
arg@mig29
c73d5cb7b6 and the winner is 2006-12-01 17:45:27 +01:00
arg@mig29
6458803d21 sander1 proposal 2006-12-01 17:36:37 +01:00
arg@mig29
6e72d781f7 dood 2006-12-01 16:55:42 +01:00
arg@mig29
4ba3cfaee9 less obtrusive indicator (only a top line) 2006-12-01 15:03:42 +01:00
arg@mig29
e655e8a7d5 final2 indicator 2006-12-01 12:52:16 +01:00
arg@mig29
c34e4e4b39 removing the -1 on final indicators, looks cleaner 2006-12-01 12:39:13 +01:00
arg@mig29
a678ee6365 final indicators 2006-12-01 12:25:23 +01:00
arg@mig29
49f0ee329d changed things like I described in last mail 2006-12-01 10:16:10 +01:00
arg@mig29
0c9d9a3d94 improved tag indicator 2006-12-01 09:52:15 +01:00
arg@mig29
61a1910f91 applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line printage proposal for stdin reading. 2006-11-26 14:26:53 +01:00
arg@mig29
78f4b51757 added a similiar patch to Daves solution to indicate if there are clients with a specific tag 2006-11-22 14:57:09 +01:00
arg@mig29
7d168a2621 returning to old bar colorization behavior, like sander proposed for consistency reasons 2006-11-21 15:03:08 +01:00
arg@mig29
931e712eac applied Gottox patches 2006-11-21 14:49:13 +01:00
Anselm R. Garbe
6651dd7fd9 code polishing, removed unnecessary newlines 2006-10-06 11:50:15 +02:00
Anselm R. Garbe
10885d349a removed the stack position stuff 2006-10-05 19:27:28 +02:00
Anselm R. Garbe
c8e57332d1 applied dave's highlight patch for big fonts 2006-09-29 19:06:27 +02:00
Anselm R. Garbe
dddd58a8cd added symbols for different modes 2006-09-29 18:08:20 +02:00
arg@mmvi
e81eb46a78 added slight error check to getcolor 2006-09-26 13:49:16 +02:00
arg@mmvi
6b25d06d7d applied Jukkas patch 2006-09-25 08:21:51 +02:00
arg@mmvi
cff951c650 removed all dotile checks 2006-09-22 18:48:35 +02:00
Anselm R. Garbe
ca65478c89 removed a bunch of lines through making function signatures more consistent with my style ( { does not belong to a new line, if function args are single-lined) 2006-09-12 10:57:28 +02:00
Anselm R. Garbe
7b6d5ff298 removed crappy variables 2006-08-28 14:32:51 +02:00
Anselm R. Garbe
2dd5212a79 applied sanders somepatches.patch 2006-08-28 08:02:29 +02:00
Anselm R. Garbe
e995c1b532 trying a different configuration 2006-08-25 15:48:44 +02:00
Anselm R. Garbe
e36929292e removed small 1px gap, somehow without it things feel better 2006-08-25 15:37:00 +02:00
Anselm R. Garbe
03128f78df oops 2006-08-25 15:24:18 +02:00