about summary refs log tree commit diff stats
path: root/screen.c
Commit message (Expand)AuthorAgeFilesLines
* prepared 4.4.1 bugfix and minor feature enhancement release 4.4.1Anselm R. Garbe2007-08-261-1/+1
* setlayout should perform strcmp's if arg != NULL, because Layout is local to ...Anselm R. Garbe2007-08-221-1/+2
* removed the _DWM_PROPERTIES handling, reverted ban/unban to XMoveWindow(), an...Anselm R. Garbe2007-08-221-41/+7
* renamed char prop[] into buf[]Anselm R. Garbe2007-08-191-15/+15
* fixed misappearance of iconified windows on SIGKILLAnselm R. Garbe2007-08-191-3/+3
* moved updatebarpos to screenAnselm R. Garbe2007-08-191-0/+26
* added screen.c, removed layout.c and tag.cAnselm R. Garbe2007-08-191-0/+383
* split screen.c into layout.c and tag.c (because the view is an implicit mixtu...Anselm R. Garbe2007-02-201-328/+0
* replaced togglelayout with setlayoutAnselm R. Garbe2007-02-191-15/+22
* renamed Client->versatile and Rule->versatile into Client->isversatile resp. ...Anselm R. Garbe2007-02-191-6/+6
* renames swim[ming] into versatileAnselm R. Garbe2007-02-191-37/+37
* renamed floating into swimming (this does not clash with C naming conventions...Anselm R. Garbe2007-02-191-66/+67
* introduced Layout structAnselm R. Garbe2007-02-191-30/+52
* forgot an extern declarationAnselm R. Garbe2007-02-191-0/+1
* renamed view.c into screen.cAnselm R. Garbe2007-02-191-0/+297
* rearranged several stuffAnselm R. Garbe2006-07-151-100/+0
* sanitized namesAnselm R. Garbe2006-07-141-12/+12
* rearrangedAnselm R. Garbe2006-07-141-0/+100
Agaram <vc@akkartik.com> 2022-07-12 18:29:00 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2022-07-12 20:54:50 -0700 left/right margin -> left/right coordinates' href='/akkartik/view.love/commit/help.lua?id=3b36093553920fb2548332e983a32aa6fe218fd2'>3b36093 ^
674d571 ^


3b36093 ^
674d571 ^


3b36093 ^
674d571 ^


3b36093 ^
674d571 ^


3b36093 ^
674d571 ^


3b36093 ^
674d571 ^


3b36093 ^
674d571 ^

3b36093 ^
674d571 ^
3b36093 ^
674d571 ^
3850fba ^
b7a67ab ^
de495ae ^

b7a67ab ^


3850fba ^
b7a67ab ^
3b36093 ^
674d571 ^
3b36093 ^
674d571 ^

3b36093 ^
674d571 ^

3b36093 ^
674d571 ^

de495ae ^
3b36093 ^
674d571 ^
3b36093 ^
de495ae ^
3b36093 ^
de495ae ^
674d571 ^

3b36093 ^
674d571 ^
3b36093 ^
674d571 ^

8d4d00d ^
3b36093 ^
674d571 ^
8d4d00d ^
3b36093 ^
674d571 ^
3b36093 ^
674d571 ^
8d4d00d ^
674d571 ^
8d4d00d ^
3b36093 ^
674d571 ^
8d4d00d ^
3b36093 ^
674d571 ^
3b36093 ^
674d571 ^
8d4d00d ^
9bbfc2b ^
3b36093 ^
674d571 ^


3b36093 ^
674d571 ^
de495ae ^
674d571 ^
3b36093 ^
674d571 ^
de495ae ^
674d571 ^
3b36093 ^
674d571 ^
de495ae ^
674d571 ^
3b36093 ^
674d571 ^
de495ae ^
674d571 ^
3b36093 ^
674d571 ^
e27165c ^
674d571 ^
3b36093 ^
674d571 ^
e27165c ^
3850fba ^
b7a67ab ^
de495ae ^

674d571 ^

de495ae ^
674d571 ^
de495ae ^
674d571 ^
de495ae ^
674d571 ^
de495ae ^

674d571 ^
de495ae ^


de495ae ^
ce31b74 ^
de495ae ^
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151