about summary refs log tree commit diff stats
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
...
* we close stdin as wellAnselm R.Garbe2006-08-161-3/+4
* extended cleanupAnselm R.Garbe2006-08-151-0/+7
* applied jk_to_tab patchAnselm R.Garbe2006-08-151-2/+1
* changed main event loopAnselm R.Garbe2006-08-151-10/+7
* removed NUMLOCKMASK, added dynamically calculated numlockmask insteadAnselm R.Garbe2006-08-141-7/+19
* changed order of selecting input at root windowAnselm R.Garbe2006-08-141-4/+4
* removed unneecessary crapAnselm R.Garbe2006-08-141-1/+0
* some other small fixesAnselm R.Garbe2006-08-141-8/+8
* removed ungrabkeys again (because of sander's mail)Anselm R.Garbe2006-08-141-1/+0
* implemented ungrabkeys() which is called in cleanup()Anselm R.Garbe2006-08-141-0/+1
* supplying NULL args in selectAnselm R.Garbe2006-08-141-1/+1
* reducing ConnectionNumber calls to a bare minimumAnselm R.Garbe2006-08-141-4/+5
* implemented viewextend and added M-S-C-n shortcuts for extending the current ...Anselm R.Garbe2006-08-111-3/+3
* implement multi-tag selection through button3 click on the specific tagAnselm R.Garbe2006-08-111-1/+3
* prepared 0.8 0.8Anselm R.Garbe2006-08-101-0/+1
* readded border color, this sucks leastAnselm R.Garbe2006-08-101-0/+1
* removed unnecessary border colorAnselm R.Garbe2006-08-101-1/+0
* removed NET_ACTIVE_WINDOW handlingAnselm R.Garbe2006-08-081-1/+0
* implemented NET_ACTIVE_WINDOW supportAnselm R.Garbe2006-08-081-0/+1
* applied Sanders tiny patchesAnselm R.Garbe2006-08-081-1/+2
* small fix of a commentarg@10ksloc.org2006-08-071-1/+1
* changed getproto, maybe that might fix the killclient issue reported on the listarg@10ksloc.org2006-08-071-2/+3
* slight fixarg@10ksloc.org2006-08-051-3/+2
* switched to regexp matching for Rulesarg@10ksloc.org2006-08-041-0/+1
* removed TLast tag enum, now tags is simple defined as char *[] array, the res...arg@10ksloc.org2006-08-031-0/+3
* made fullscreen apps working fine in floating mode (there is no sane way to m...arg@10ksloc.org2006-08-021-7/+8
* dwm is now exit, if stdin is closed due broken pipearg@10ksloc.org2006-08-021-8/+5
* renamed WM_PROTOCOL_DELWIN into PROTODELWINarg@10ksloc.org2006-08-011-1/+1
* centralized/externalized configuration to config.harg@10ksloc.org2006-08-011-3/+1
* some cleanups/fixes inspired by Jukka Salmi's feedbackarg@10ksloc.org2006-07-211-1/+2
* simplified main.c, switching back to single urxvt usagearg@10ksloc.org2006-07-211-27/+13
* added yet another CUTOMIZE tagarg@10ksloc.org2006-07-201-0/+2
* cleaned up codearg@10ksloc.org2006-07-201-27/+16
* applied Sanders resize patch, fixed lower bugarg@10ksloc.org2006-07-191-1/+1
* implemened distinguishing float/managed geometries of clients (works quite well)Anselm R. Garbe2006-07-181-0/+1
* using EXIT_stuff in exit() nowAnselm R. Garbe2006-07-181-5/+4
* ordered variables in structs and source files alphabeticallyAnselm R. Garbe2006-07-171-20/+18
* fixed XSync handling and finished man pageAnselm R. Garbe2006-07-151-1/+1
* changing XFlush into XSyncAnselm R. Garbe2006-07-151-2/+2
* sanitized other stuffAnselm R. Garbe2006-07-151-13/+12
* proceeded with cleaning up, sorting functions, etcAnselm R. Garbe2006-07-151-42/+29
* rearranged several stuffAnselm R. Garbe2006-07-151-56/+56
* sanitized namesAnselm R. Garbe2006-07-141-14/+14
* rearrangedAnselm R. Garbe2006-07-141-1/+1
* if stdin writer stops working, dwm consumed much IO load because it still tri...Anselm R. Garbe2006-07-141-3/+7
* removed a bottleneckAnselm R. Garbe2006-07-141-6/+8
* small fixAnselm R. Garbe2006-07-141-1/+1
* made stdin reader more robustAnselm R. Garbe2006-07-141-5/+13
* implemented dwm reading status text from stdin Anselm R. Garbe2006-07-141-6/+28
* made barclick to select the specific tagAnselm R. Garbe2006-07-141-1/+1
t'>
d3c262a9 ^
cf8b174e ^
e02d47ed ^
39bf5e5a ^
2e631f44 ^
f3bc52e5 ^
3a917b8a ^
ff86460b ^
2f3326a4 ^
e952d6cb ^
4be8b401 ^



d955e3f0 ^
75013dc7 ^
67bb838c ^
a808a661 ^
bba8d293 ^
2a64495f ^
5e449699 ^
8895b130 ^

7b04e507 ^
87db0130 ^
dd4a4145 ^
8f2f1767 ^
db1721dd ^
b624bd94 ^
83868c7a ^
6099d9a3 ^
9207e83c ^
f7db061b ^
6099d9a3 ^
f3bc52e5 ^
f01ef1a0 ^
13370392 ^
ff86460b ^
e1d0613a ^
b4f7187f ^
6f43de0a ^




fca1fc4f ^
f70ee6b2 ^
0db4c9b2 ^
338bbba4 ^

6908d0cc ^
338bbba4 ^


338bbba4 ^
c776804d ^
dab4db44 ^
cc4210ff ^
34c131ef ^
32f93303 ^
c1a9373c ^
ff86460b ^
66c5bb93 ^
338bbba4 ^



39bf5e5a ^
338bbba4 ^
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