about summary refs log tree commit diff stats
path: root/util.h
Commit message (Collapse)AuthorAgeFilesLines
* import new drw from libsl and minor fixes.Markus Teich2016-06-261-2/+2
| | | | | - better scaling for occupied tag squares. - draw statusline first to omitt some complicated calculations.
* sync updated drw code from dmenuHiltjo Posthuma2015-10-201-0/+1
| | | | | | important: - drw_rect: didn't use w and h, change the dwm code accordingly. - drw_text: text is NULL is not allowed, use drw_rect().
* Add Xft and follback-fonts support to graphics libEric Pruitt2015-03-131-0/+1
|
* continued with draw.c abstraction, also started util.{h,c} implementation, ↵Anselm R Garbe2012-12-081-0/+6
| | | | that will be used by draw.c as well
* removed unnecessary crapAnselm R. Garbe2006-07-131-22/+0
|
* removed unnecessary sel stuffAnselm R. Garbe2006-07-111-2/+0
|
* added bar event timerAnselm R. Garbe2006-07-111-4/+8
|
* added gridsel to gridwmAnselm R. Garbe2006-07-111-0/+1
|
* implemented pipe_spawnAnselm R. Garbe2006-07-111-1/+2
|
* added several other stuffAnselm R. Garbe2006-07-101-2/+4
|
* several new changes, made gridmenu workingAnselm R. Garbe2006-07-101-36/+11
|
* added new stuffAnselm R. Garbe2006-07-101-0/+41
1a448 ^
1f56ac64 ^
b141a448 ^

1f56ac64 ^
b141a448 ^






1f56ac64 ^
b141a448 ^




1f56ac64 ^
b141a448 ^








1f56ac64 ^








0c57224c ^
1f56ac64 ^
0c57224c ^
1f56ac64 ^









ff46e6a5 ^


1f56ac64 ^




b141a448 ^
262f6ea8 ^
b141a448 ^

1f56ac64 ^






b20d9ad3 ^
b20d9ad3 ^

1f56ac64 ^





7b686a02 ^
b141a448 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134