summary refs log tree commit diff stats
path: root/compiler/astalgo.nim
Commit message (Expand)AuthorAgeFilesLines
* Fix unsound transform pass (#8633)LemonBoy2018-08-141-0/+2
* Gdb pretty printers (#8263)Arne Döring2018-07-161-3/+3
* Merge pull request #8120 from krux02/basic-debuggingAndreas Rumpf2018-06-261-6/+6
|\
| * make basic debugging possibleArne Döring2018-06-261-6/+6
* | allow referencing other parameters in default parameter valuesZahary Karadjov2018-06-161-19/+23
* | fix #6928; fix #7208Zahary Karadjov2018-06-161-0/+9
|/
* toy program works with incremental compilationAndreas Rumpf2018-06-071-2/+1
* refactoring: make projectMainIdx typesafeAndreas Rumpf2018-05-271-8/+8
* Merge branch 'devel' into araq-big-refactoringAndreas Rumpf2018-05-271-8/+8
|\
| * fix #7883; fix #7829Zahary Karadjov2018-05-261-8/+8
* | remove more global variables in the Nim compilerAndreas Rumpf2018-05-271-58/+40
* | make tests green againAndreas Rumpf2018-05-181-19/+21
* | preparations of making compiler/msgs.nim free of global variablesAndreas Rumpf2018-05-171-46/+46
|/
* fixes testament compilationAraq2018-05-141-8/+8
|\
| * fix a compiler crash related to the new strings in C++ modeZahary Karadjov2018-05-071-8/+8
* | big refactoring: parser compiles againAndreas Rumpf2018-05-101-4/+4
|/
* minor code cleanupAndreas Rumpf2017-07-081-7/+1
* Fix #4020; Better handling of templates within conceptsZahary Karadjov2017-06-201-0/+2
* Merge pull request #5823 from markus-oberhumer/ascii127-is-not-printableVarriount2017-05-261-1/+1
|\
| * Ascii character code 127 (DEL) is not printable.Markus F.X.J. Oberhumer2017-05-161-1/+1
* | fix compilation regression in aleaZahary Karadjov2017-04-161-0/+2
* | wip fix #5640Zahary Karadjov2017-04-071-0/+2
|/
* Fix generic forward declarations; fixes #4104; fixes #4908 (#5566)zah2017-03-231-1/+1
* new debugging helper to replace and friendsZahary Karadjov2017-03-101-0/+17
* compiler debug proc: also output node flagsAraq2017-02-151-0/+1
* debug output: show line info earlierAraq2016-12-181-1/+1
* remove unused stuffJacek Sieka2016-08-091-77/+0
* debug() uses 'echo' because stderr is an abominationAndreas Rumpf2016-03-011-5/+5
* added experimental .this pragmaAndreas Rumpf2016-02-281-2/+3
* nimrod -> nimErik Johansson Andersson2016-02-051-2/+2
* renamed writeln to writeLine in compilerpatrick dw2015-06-191-1/+1
* Dropped 'T' from typespdw2015-06-041-24/+24
* Get rid of deprecation warningsdef2015-04-071-119/+119
* compiler_ropes: ropeToStr -> $Jacek Sieka2015-04-011-6/+5
* bugfixes for C++ codegenAraq2015-04-011-247/+247
* Replaced deprecated repeatChar() with repeat() or spaces().Hans Raaf2015-03-041-14/+14
* minor cleanupsAraq2015-03-011-3/+2
* fixes #2169Araq2015-02-281-0/+3
* don't use stdout for nimsuggest server modeAraq2015-02-271-5/+5
* unsigned array indexes work better; minor cleanupsAraq2015-02-101-7/+7
* fixes #1690Araq2014-12-181-3/+4
* fixes #1562, fixes #1543Araq2014-11-201-3/+11
* nimfix handles helloworldAraq2014-09-061-1/+7
* updated the compiler to use the new symbol namesAraq2014-08-281-9/+9
* Nimrod renamed to NimAraq2014-08-281-1/+1
* renamefestAraq2014-08-231-31/+31
* fixes #1334Araq2014-08-191-12/+0
* fixes #1143Araq2014-08-191-12/+15
* fixes 'gcsafe'Araq2014-08-121-0/+11
* New concurrency model: next stepsAraq2014-04-191-2/+2
title='author Anselm R. Garbe <arg@10kloc.org> 2006-09-05 13:25:42 +0200 committer Anselm R. Garbe <arg@10kloc.org> 2006-09-05 13:25:42 +0200 s/growcol/resizetile/g' href='/acidbong/suckless/dwm/commit/view.c?id=40bd21ce631073e7badd3d9617c273f44711c059'>40bd21c ^
6499fc4 ^
3a1343a ^
6499fc4 ^
ec85fdd ^

2506003 ^
0915da8 ^

ec85fdd ^

6499fc4 ^
ec85fdd ^
6499fc4 ^
a82e7b7 ^
6499fc4 ^



a82e7b7 ^
6499fc4 ^





aa13727 ^


aa13727 ^

69b738c ^
c60de1a ^

aa13727 ^
c60de1a ^
69b738c ^


aa13727 ^
69b738c ^



aa13727 ^
aa13727 ^







b5159df ^
aa13727 ^














9d73909 ^
aa13727 ^










9d73909 ^
aa13727 ^



daae3bb ^





924a088 ^
daae3bb ^



aa13727 ^

ec85fdd ^

aa13727 ^
0915da8 ^

ec85fdd ^

aa13727 ^

0915da8 ^
f18ed61 ^
0d0e8bd ^
d22abee ^




8a6679b ^
aa13727 ^

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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308




                                                              
                  
 

            




                        

                                                                





                                              
           
         
 
                                      
 

                                  
                          



                                       

                    
                                              
         
                             

 


                    
                                                                   


                 



                                 












                                        

                 
                  

                          

                                          





                                                 

                                        






                       
                  

                          

                    

                                               







                                                 





































                                                             

                                        




































                                                            










                                           
    
                   
 

                       
 

                                               

                                                                             
                       
 
                                     
                                                               



                               
                                                               





                               


         

                  
        

                             
                       
         


                                                
         



                                                                        
                 







                                                          
                                                          














                                                                    
                  










                                  
                  



                      





                                  
                  



                      

              

                       
 

                                               

                                                                             

                       
                                           
                                             
                               




                                  
                 

                      
/*
 * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
 * See LICENSE file for license details.
 */
#include "dwm.h"
#include <stdio.h>

/* static */

static Client *
minclient()
{
	Client *c, *min;

	if((clients && clients->isfloat) || arrange == dofloat)
		return clients; /* don't touch floating order */
	for(min = c = clients; c; c = c->next)
		if(c->weight < min->weight)
			min = c;
	return min;
}

static void
reorder()
{
	Client *c, *newclients, *tail;

	newclients = tail = NULL;
	while((c = minclient())) {
		detach(c);
		if(tail) {
			c->prev = tail;
			tail->next = c;
			tail = c;
		}
		else
			tail = newclients = c;
	}
	clients = newclients;
}

static Client *
nexttiled(Client *c)
{
	for(c = getnext(c); c && c->isfloat; c = getnext(c->next));
	return c;
}

/* extern */

void (*arrange)(Arg *) = DEFMODE;

void
detach(Client *c)
{
	if(c->prev)
		c->prev->next = c->next;
	if(c->next)
		c->next->prev = c->prev;
	if(c == clients)
		clients = c->next;
	c->next = c->prev = NULL;
}

void
dofloat(Arg *arg)
{
	Client *c;

	maximized = False;

	for(c = clients; c; c = c->next) {
		if(isvisible(c)) {
			resize(c, True, TopLeft);
		}
		else
			ban(c);
	}
	if(!sel || !isvisible(sel))
		focus(getnext(clients));
	restack();
}

void
dotile(Arg *arg)
{
	int h, i, n, w;
	Client *c;

	maximized = False;

	w = sw - mw;
	for(n = 0, c = clients; c; c = c->next)
		if(isvisible(c) && !c->isfloat)
			n++;

	if(n > 1)
		h = (sh - bh) / (n - 1);
	else
		h = sh - bh;

	for(i = 0, c = clients; c; c = c->next) {
		if(isvisible(c)) {
			if(c->isfloat) {
				resize(c, True, TopLeft);
				continue;
			}
			if(n == 1) {
				c->x = sx;
				c->y = sy + bh;
				c->w = sw - 2;
				c->h = sh - 2 - bh;
			}
			else if(i == 0) {
				c->x = sx;
				c->y = sy + bh;
				c->w = mw - 2;
				c->h = sh - 2 - bh;
			}
			else if(h > bh) {
				c->x = sx + mw;
				c->y = sy + (i - 1) * h + bh;
				c->w = w - 2;
				if(i + 1 == n)
					c->h = sh - c->y - 2;
				else
					c->h = h - 2;
			}
			else { /* fallback if h < bh */
				c->x = sx + mw;
				c->y = sy + bh;
				c->w = w - 2;
				c->h = sh - 2 - bh;
			}
			resize(c, False, TopLeft);
			i++;
		}
		else
			ban(c);
	}
	if(!sel || !isvisible(sel))
		focus(getnext(clients));
	restack();
}

void
focusnext(Arg *arg)
{
	Client *c;
   
	if(!sel)
		return;

	if(!(c = getnext(sel->next)))
		c = getnext(clients);
	if(c) {
		focus(c);
		restack();
	}
}

void
focusprev(Arg *arg)
{
	Client *c;

	if(!sel)
		return;

	if(!(c = getprev(sel->prev))) {
		for(c = clients; c && c->next; c = c->next);
		c = getprev(c);
	}
	if(c) {
		focus(c);
		restack();
	}
}

Bool
isvisible(Client *c)
{
	unsigned int i;

	for(i = 0; i < ntags; i++)
		if(c->tags[i] && seltag[i])
			return True;
	return False;
}

void
resizecol(Arg *arg)
{
	unsigned int n;
	Client *c;

	for(n = 0, c = clients; c; c = c->next)
		if(isvisible(c) && !c->isfloat)
			n++;
	if(!sel || sel->isfloat || n < 2 || (arrange != dotile) || maximized)
		return;

	if(sel == getnext(clients)) {
		if(mw + arg->i > sw - 100 || mw + arg->i < 100)
			return;
		mw += arg->i;
	}
	else {
		if(mw - arg->i > sw - 100 || mw - arg->i < 100)
			return;
		mw -= arg->i;
	}
	arrange(NULL);
}

void
restack()
{
	Client *c;
	XEvent ev;
	
	if(!sel) {
		drawstatus();
		return;
	}
	if(sel->isfloat || arrange == dofloat) {
		XRaiseWindow(dpy, sel->win);
		XRaiseWindow(dpy, sel->twin);
	}
	if(arrange != dofloat) 
		for(c = nexttiled(clients); c; c = nexttiled(c->next)) {
			XLowerWindow(dpy, c->twin);
			XLowerWindow(dpy, c->win);
		}
	drawall();
	XSync(dpy, False);
	while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
}

void
togglemode(Arg *arg)
{
	arrange = (arrange == dofloat) ? dotile : dofloat;
	if(sel)
		arrange(NULL);
	else
		drawstatus();
}

void
toggleview(Arg *arg)
{
	unsigned int i;

	seltag[arg->i] = !seltag[arg->i];
	for(i = 0; i < ntags && !seltag[i]; i++);
	if(i == ntags)
		seltag[arg->i] = True; /* cannot toggle last view */
	reorder();
	arrange(NULL);
}

void
view(Arg *arg)
{
	unsigned int i;

	for(i = 0; i < ntags; i++)
		seltag[i] = False;
	seltag[arg->i] = True;
	reorder();
	arrange(NULL);
}

void
viewall(Arg *arg)
{
	unsigned int i;

	for(i = 0; i < ntags; i++)
		seltag[i] = True;
	reorder();
	arrange(NULL);
}

void
zoom(Arg *arg)
{
	unsigned int n;
	Client *c;

	for(n = 0, c = clients; c; c = c->next)
		if(isvisible(c) && !c->isfloat)
			n++;
	if(!sel || sel->isfloat || n < 2 || (arrange != dotile) || maximized)
		return;

	if((c = sel) == nexttiled(clients))
		if(!(c = nexttiled(c->next)))
			return;
	detach(c);
	if(clients)
		clients->prev = c;
	c->next = clients;
	clients = c;
	focus(c);
	arrange(NULL);
}