1 | Commit: 4342 |
---|
2 | Author: pterjan |
---|
3 | Date: Mon Feb 8 15:29:27 2010 +0000 |
---|
4 | |
---|
5 | * Add forgotten files into tarball |
---|
6 | |
---|
7 | src/Makefile.am | 2 +- |
---|
8 | 1 files changed, 1 insertions(+), 1 deletions(-) |
---|
9 | |
---|
10 | Commit: 4337 |
---|
11 | Author: pterjan |
---|
12 | Date: Mon Feb 8 11:12:55 2010 +0000 |
---|
13 | |
---|
14 | * Depend on libcaca beta17 now that it is released |
---|
15 | |
---|
16 | configure.ac | 8 +------- |
---|
17 | src/client.c | 5 ----- |
---|
18 | src/screensaver.c | 3 --- |
---|
19 | src/server.c | 12 ------------ |
---|
20 | src/wm.c | 4 ---- |
---|
21 | 5 files changed, 1 insertions(+), 31 deletions(-) |
---|
22 | |
---|
23 | Commit: 4336 |
---|
24 | Author: pterjan |
---|
25 | Date: Mon Feb 8 08:41:59 2010 +0000 |
---|
26 | |
---|
27 | Support python 2.6, and ask for 2.4 as it is accepted |
---|
28 | |
---|
29 | configure.ac | 12 +++++++++--- |
---|
30 | src/python/interpreter.c | 6 +++--- |
---|
31 | 2 files changed, 12 insertions(+), 6 deletions(-) |
---|
32 | |
---|
33 | Commit: 4335 |
---|
34 | Author: pterjan |
---|
35 | Date: Mon Feb 8 08:35:40 2010 +0000 |
---|
36 | |
---|
37 | Whitespace fixes |
---|
38 | |
---|
39 | src/neercs.h | 4 ++-- |
---|
40 | 1 files changed, 2 insertions(+), 2 deletions(-) |
---|
41 | |
---|
42 | Commit: 4223 |
---|
43 | Author: sam |
---|
44 | Date: Sun Jan 3 03:11:56 2010 +0000 |
---|
45 | |
---|
46 | Add a config.h file for Win32. |
---|
47 | |
---|
48 | win32/config.h | 41 +++++++++++++++++++++++++++++++++++++++++ |
---|
49 | 1 files changed, 41 insertions(+), 0 deletions(-) |
---|
50 | |
---|
51 | Commit: 4222 |
---|
52 | Author: sam |
---|
53 | Date: Sun Jan 3 03:11:50 2010 +0000 |
---|
54 | |
---|
55 | Add the preliminary infrastructure for a test suite. |
---|
56 | |
---|
57 | Makefile.am | 2 +- |
---|
58 | configure.ac | 1 + |
---|
59 | src/Makefile.am | 3 ++ |
---|
60 | test/Makefile.am | 5 ++++ |
---|
61 | test/check-build | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
---|
62 | 5 files changed, 76 insertions(+), 1 deletions(-) |
---|
63 | |
---|
64 | Commit: 4221 |
---|
65 | Author: sam |
---|
66 | Date: Sun Jan 3 03:11:43 2010 +0000 |
---|
67 | |
---|
68 | Improve doc generation. |
---|
69 | |
---|
70 | .gitignore | 1 + |
---|
71 | doc/Makefile.am | 7 +++---- |
---|
72 | 2 files changed, 4 insertions(+), 4 deletions(-) |
---|
73 | |
---|
74 | Commit: 4218 |
---|
75 | Author: sam |
---|
76 | Date: Sun Jan 3 02:32:57 2010 +0000 |
---|
77 | |
---|
78 | Add Doxygen build rules. |
---|
79 | |
---|
80 | .gitignore | 7 + |
---|
81 | Makefile.am | 18 +- |
---|
82 | configure.ac | 39 ++- |
---|
83 | doc/Makefile.am | 53 ++- |
---|
84 | doc/doxygen.cfg.in | 1520 ++++++++++++++++++++++++++++++++++++++++++++++++++++ |
---|
85 | doc/doxygen.css | 80 +++ |
---|
86 | doc/footer.html | 3 + |
---|
87 | doc/header.html | 9 + |
---|
88 | doc/neercs.dox | 19 + |
---|
89 | src/client.c | 5 +- |
---|
90 | src/neercs.h | 4 + |
---|
91 | 11 files changed, 1750 insertions(+), 7 deletions(-) |
---|
92 | |
---|
93 | Commit: 4214 |
---|
94 | Author: sam |
---|
95 | Date: Fri Jan 1 22:30:10 2010 +0000 |
---|
96 | |
---|
97 | Fix compilation with older versions of libcaca. |
---|
98 | |
---|
99 | src/screensaver.c | 3 +++ |
---|
100 | 1 files changed, 3 insertions(+), 0 deletions(-) |
---|
101 | |
---|
102 | Commit: 4213 |
---|
103 | Author: sam |
---|
104 | Date: Fri Jan 1 22:30:03 2010 +0000 |
---|
105 | |
---|
106 | Document the client main loop. |
---|
107 | |
---|
108 | src/client.c | 13 ++++++++++++- |
---|
109 | 1 files changed, 12 insertions(+), 1 deletions(-) |
---|
110 | |
---|
111 | Commit: 4205 |
---|
112 | Author: jylam |
---|
113 | Date: Thu Dec 31 13:24:52 2009 +0000 |
---|
114 | |
---|
115 | * Update screen while reaching the end of a recurrent call |
---|
116 | |
---|
117 | src/recurrent.c | 1 + |
---|
118 | 1 files changed, 1 insertions(+), 0 deletions(-) |
---|
119 | |
---|
120 | Commit: 4165 |
---|
121 | Author: sam |
---|
122 | Date: Tue Dec 22 08:29:51 2009 +0000 |
---|
123 | |
---|
124 | Start porting the Python interpreter to Python 2.4/2.5. |
---|
125 | |
---|
126 | configure.ac | 29 ++++++++++++++++--- |
---|
127 | src/Makefile.am | 4 +- |
---|
128 | src/python/interpreter.c | 36 ++++++++++++++---------- |
---|
129 | src/python/py_module.c | 67 +++++++++++++++++++++++++++++---------------- |
---|
130 | 4 files changed, 90 insertions(+), 46 deletions(-) |
---|
131 | |
---|
132 | Commit: 4164 |
---|
133 | Author: sam |
---|
134 | Date: Tue Dec 22 08:29:43 2009 +0000 |
---|
135 | |
---|
136 | Fix compilation with older libcaca versions. |
---|
137 | |
---|
138 | src/client.c | 4 ++-- |
---|
139 | 1 files changed, 2 insertions(+), 2 deletions(-) |
---|
140 | |
---|
141 | Commit: 4110 |
---|
142 | Author: jylam |
---|
143 | Date: Tue Dec 8 14:57:08 2009 +0000 |
---|
144 | |
---|
145 | * Improved X10 mouse emulation, mc now accepts its click. Added MOUSER command to client/server as 'Mouse Release' command. |
---|
146 | |
---|
147 | src/ansi.c | 28 +++++++++++++----- |
---|
148 | src/client.c | 27 +++++++++++++++-- |
---|
149 | src/neercs.h | 11 +++++++ |
---|
150 | src/screens.c | 4 +- |
---|
151 | src/server.c | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++------- |
---|
152 | 5 files changed, 134 insertions(+), 25 deletions(-) |
---|
153 | |
---|
154 | Commit: 4102 |
---|
155 | Author: jylam |
---|
156 | Date: Mon Dec 7 16:21:39 2009 +0000 |
---|
157 | |
---|
158 | * Cube's borders are now green (Copenhague syndrome) |
---|
159 | |
---|
160 | src/wm.c | 4 ++-- |
---|
161 | 1 files changed, 2 insertions(+), 2 deletions(-) |
---|
162 | |
---|
163 | Commit: 4101 |
---|
164 | Author: pterjan |
---|
165 | Date: Mon Dec 7 15:49:46 2009 +0000 |
---|
166 | |
---|
167 | * Fix typo in README |
---|
168 | |
---|
169 | README | 2 +- |
---|
170 | 1 files changed, 1 insertions(+), 1 deletions(-) |
---|
171 | |
---|
172 | Commit: 4099 |
---|
173 | Author: jylam |
---|
174 | Date: Mon Dec 7 12:34:59 2009 +0000 |
---|
175 | |
---|
176 | * Mouse support now handles window position |
---|
177 | |
---|
178 | src/server.c | 8 ++++---- |
---|
179 | 1 files changed, 4 insertions(+), 4 deletions(-) |
---|
180 | |
---|
181 | Commit: 4098 |
---|
182 | Author: jylam |
---|
183 | Date: Mon Dec 7 12:18:51 2009 +0000 |
---|
184 | |
---|
185 | * Improved mouse support (now reports mouse motion events, and handles (badly) X10 compatibility mode) |
---|
186 | |
---|
187 | src/ansi.c | 25 +++++++++++++++-------- |
---|
188 | src/client.c | 59 +++++++++++++++++++++++++++++++++++++++++---------------- |
---|
189 | src/neercs.h | 2 +- |
---|
190 | src/server.c | 10 +++++++++ |
---|
191 | 4 files changed, 69 insertions(+), 27 deletions(-) |
---|
192 | |
---|
193 | Commit: 4080 |
---|
194 | Author: jylam |
---|
195 | Date: Mon Nov 30 16:07:52 2009 +0000 |
---|
196 | |
---|
197 | * do not use tabs in caca output (it breaks boxes) (courtesy of Romain Bignon) |
---|
198 | |
---|
199 | src/effects.c | 6 +++--- |
---|
200 | src/help.c | 24 ++++++++++++------------ |
---|
201 | 2 files changed, 15 insertions(+), 15 deletions(-) |
---|
202 | |
---|
203 | Commit: 4079 |
---|
204 | Author: jylam |
---|
205 | Date: Mon Nov 30 11:24:18 2009 +0000 |
---|
206 | |
---|
207 | * Changed libcaca required version to beta17 (thanks to funman) |
---|
208 | |
---|
209 | configure.ac | 4 ++-- |
---|
210 | 1 files changed, 2 insertions(+), 2 deletions(-) |
---|
211 | |
---|
212 | Commit: 4078 |
---|
213 | Author: jylam |
---|
214 | Date: Mon Nov 30 11:19:38 2009 +0000 |
---|
215 | |
---|
216 | * Updated default window manager to 'full' |
---|
217 | |
---|
218 | src/ansi.c | 6 +++--- |
---|
219 | src/neercsrc | 2 +- |
---|
220 | 2 files changed, 4 insertions(+), 4 deletions(-) |
---|
221 | |
---|
222 | Commit: 4077 |
---|
223 | Author: jylam |
---|
224 | Date: Mon Nov 30 11:14:21 2009 +0000 |
---|
225 | |
---|
226 | * Fixed indentation |
---|
227 | |
---|
228 | src/ansi.c | 875 ++++++++++++++++++++++++++++++------------------------------ |
---|
229 | 1 files changed, 437 insertions(+), 438 deletions(-) |
---|
230 | |
---|
231 | Commit: 4076 |
---|
232 | Author: jylam |
---|
233 | Date: Mon Nov 30 11:06:45 2009 +0000 |
---|
234 | |
---|
235 | * Moved ANSI duplets (\x0bN) to handle_duplet() |
---|
236 | |
---|
237 | src/ansi.c | 160 ++++++++++++++++++++++++++++++++++------------------------- |
---|
238 | 1 files changed, 92 insertions(+), 68 deletions(-) |
---|
239 | |
---|
240 | Commit: 4075 |
---|
241 | Author: jylam |
---|
242 | Date: Mon Nov 30 10:34:19 2009 +0000 |
---|
243 | |
---|
244 | * Removed double includes of caca.h on most of the files |
---|
245 | |
---|
246 | src/ansi.c | 2 +- |
---|
247 | src/client.c | 1 - |
---|
248 | src/effects.c | 3 +-- |
---|
249 | src/help.c | 3 +-- |
---|
250 | src/lock.c | 1 - |
---|
251 | src/main.c | 1 - |
---|
252 | src/recurrent.c | 3 --- |
---|
253 | src/screens.c | 1 - |
---|
254 | src/screensaver.c | 1 - |
---|
255 | src/wm.c | 3 +-- |
---|
256 | 10 files changed, 4 insertions(+), 15 deletions(-) |
---|
257 | |
---|
258 | Commit: 4074 |
---|
259 | Author: jylam |
---|
260 | Date: Mon Nov 30 10:26:50 2009 +0000 |
---|
261 | |
---|
262 | * Moved ANSI emulation to ansi.c (term.c now just handles terminals stuff) |
---|
263 | |
---|
264 | XCode/XCode.xcodeproj/project.pbxproj | 2 + |
---|
265 | src/Makefile.am | 2 +- |
---|
266 | src/ansi.c | 1109 +++++++++++++++++++++++++++++++++ |
---|
267 | src/term.c | 1090 -------------------------------- |
---|
268 | 4 files changed, 1112 insertions(+), 1091 deletions(-) |
---|
269 | |
---|
270 | Commit: 4073 |
---|
271 | Author: jylam |
---|
272 | Date: Mon Nov 30 10:15:02 2009 +0000 |
---|
273 | |
---|
274 | * Reindented a bit more |
---|
275 | |
---|
276 | src/neercs.h | 38 +++++++++++++------------------------- |
---|
277 | 1 files changed, 13 insertions(+), 25 deletions(-) |
---|
278 | |
---|
279 | Commit: 4072 |
---|
280 | Author: pterjan |
---|
281 | Date: Mon Nov 30 10:10:21 2009 +0000 |
---|
282 | |
---|
283 | * Fix indentation |
---|
284 | |
---|
285 | src/neercs.h | 8 ++++---- |
---|
286 | 1 files changed, 4 insertions(+), 4 deletions(-) |
---|
287 | |
---|
288 | Commit: 4071 |
---|
289 | Author: jylam |
---|
290 | Date: Mon Nov 30 10:03:47 2009 +0000 |
---|
291 | |
---|
292 | * Moved system stuff (user_path, shell, grab stuff, etc) to struct sys |
---|
293 | |
---|
294 | src/attach.c | 4 +- |
---|
295 | src/input.c | 2 +- |
---|
296 | src/main.c | 52 +++++++++++++++++++++++----------------------- |
---|
297 | src/neercs.h | 20 +++++++++++------ |
---|
298 | src/python/interpreter.c | 1 - |
---|
299 | src/screen_list.c | 18 ++++++++-------- |
---|
300 | src/server.c | 26 +++++++++++----------- |
---|
301 | src/widgets.c | 1 + |
---|
302 | 8 files changed, 65 insertions(+), 59 deletions(-) |
---|
303 | |
---|
304 | Commit: 4070 |
---|
305 | Author: jylam |
---|
306 | Date: Mon Nov 30 09:40:43 2009 +0000 |
---|
307 | |
---|
308 | * Added --enable-profiling to configure (gprof) |
---|
309 | |
---|
310 | configure.ac | 16 +++++++++++++--- |
---|
311 | 1 files changed, 13 insertions(+), 3 deletions(-) |
---|
312 | |
---|
313 | Commit: 4064 |
---|
314 | Author: jylam |
---|
315 | Date: Sun Nov 29 12:58:03 2009 +0000 |
---|
316 | |
---|
317 | * Don't forget to refresh on python_command key |
---|
318 | |
---|
319 | src/input.c | 1 + |
---|
320 | src/python/interpreter.c | 2 +- |
---|
321 | src/screens.c | 3 ++- |
---|
322 | 3 files changed, 4 insertions(+), 2 deletions(-) |
---|
323 | |
---|
324 | Commit: 4063 |
---|
325 | Author: jylam |
---|
326 | Date: Sun Nov 29 12:48:53 2009 +0000 |
---|
327 | |
---|
328 | * Moved modal windows flags to struct modal |
---|
329 | |
---|
330 | src/client.c | 7 ++++++- |
---|
331 | src/configuration.c | 12 ++++++------ |
---|
332 | src/effects.c | 18 +++++++++--------- |
---|
333 | src/help.c | 2 +- |
---|
334 | src/input.c | 11 ++++++----- |
---|
335 | src/neercs.h | 36 +++++++++++++++++++++++------------- |
---|
336 | src/python/interpreter.c | 11 +++++++---- |
---|
337 | src/screen_list.c | 10 +++++----- |
---|
338 | src/screens.c | 17 ++++++++--------- |
---|
339 | src/server.c | 10 +++++----- |
---|
340 | src/term.c | 2 +- |
---|
341 | 11 files changed, 77 insertions(+), 59 deletions(-) |
---|
342 | |
---|
343 | Commit: 4062 |
---|
344 | Author: pterjan |
---|
345 | Date: Sun Nov 29 12:42:55 2009 +0000 |
---|
346 | |
---|
347 | * Oops |
---|
348 | |
---|
349 | configure.ac | 15 --------------- |
---|
350 | 1 files changed, 0 insertions(+), 15 deletions(-) |
---|
351 | |
---|
352 | Commit: 4061 |
---|
353 | Author: pterjan |
---|
354 | Date: Sun Nov 29 12:41:20 2009 +0000 |
---|
355 | |
---|
356 | * Fix build |
---|
357 | |
---|
358 | configure.ac | 19 +++++++++++++++++++ |
---|
359 | src/attach.c | 2 +- |
---|
360 | src/lock.c | 12 ++++++------ |
---|
361 | src/screen_list.c | 3 +-- |
---|
362 | 4 files changed, 27 insertions(+), 9 deletions(-) |
---|
363 | |
---|
364 | Commit: 4060 |
---|
365 | Author: jylam |
---|
366 | Date: Sun Nov 29 11:49:42 2009 +0000 |
---|
367 | |
---|
368 | * Moved lock-related stuff to struct lock |
---|
369 | |
---|
370 | src/configuration.c | 18 +++++++++--------- |
---|
371 | src/input.c | 6 +++--- |
---|
372 | src/lock.c | 32 ++++++++++++++++---------------- |
---|
373 | src/main.c | 6 +++--- |
---|
374 | src/neercs.h | 22 +++++++++++++++------- |
---|
375 | src/screen_list.c | 12 ++++++------ |
---|
376 | src/server.c | 12 ++++++------ |
---|
377 | 7 files changed, 58 insertions(+), 50 deletions(-) |
---|
378 | |
---|
379 | Commit: 4059 |
---|
380 | Author: jylam |
---|
381 | Date: Sun Nov 29 11:29:51 2009 +0000 |
---|
382 | |
---|
383 | * Moved socket-related stuff to struct comm |
---|
384 | |
---|
385 | src/attach.c | 42 +++++++++++++++++++++--------------------- |
---|
386 | src/client.c | 20 ++++++++++---------- |
---|
387 | src/configuration.c | 4 ++-- |
---|
388 | src/main.c | 32 ++++++++++++++++---------------- |
---|
389 | src/neercs.h | 20 ++++++++++++-------- |
---|
390 | src/screen_list.c | 38 +++++++++++++++++++------------------- |
---|
391 | src/server.c | 40 ++++++++++++++++++++-------------------- |
---|
392 | 7 files changed, 100 insertions(+), 96 deletions(-) |
---|
393 | |
---|
394 | Commit: 4058 |
---|
395 | Author: jylam |
---|
396 | Date: Sun Nov 29 11:17:45 2009 +0000 |
---|
397 | |
---|
398 | * Moved screensaver property to clean struct screensaver |
---|
399 | |
---|
400 | src/configuration.c | 8 ++++---- |
---|
401 | src/neercs.h | 13 +++++++++---- |
---|
402 | src/screen_list.c | 6 +++--- |
---|
403 | src/screensaver.c | 8 ++++---- |
---|
404 | src/server.c | 12 +++++------- |
---|
405 | src/term.c | 10 ---------- |
---|
406 | 6 files changed, 25 insertions(+), 32 deletions(-) |
---|
407 | |
---|
408 | Commit: 4057 |
---|
409 | Author: jylam |
---|
410 | Date: Sat Nov 28 11:29:23 2009 +0000 |
---|
411 | |
---|
412 | * Preliminary mouse support (works in mc, at least) |
---|
413 | |
---|
414 | src/client.c | 15 +++++++++++ |
---|
415 | src/neercs.h | 3 ++ |
---|
416 | src/screens.c | 1 + |
---|
417 | src/server.c | 36 ++++++++++++++++++--------- |
---|
418 | src/term.c | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++--- |
---|
419 | 5 files changed, 112 insertions(+), 16 deletions(-) |
---|
420 | |
---|
421 | Commit: 4056 |
---|
422 | Author: jylam |
---|
423 | Date: Sat Nov 28 09:53:54 2009 +0000 |
---|
424 | |
---|
425 | * Don't enter lock routine if USE_LOCK is undefined |
---|
426 | |
---|
427 | src/client.c | 1 + |
---|
428 | src/server.c | 2 ++ |
---|
429 | src/term.c | 1 - |
---|
430 | 3 files changed, 3 insertions(+), 1 deletions(-) |
---|
431 | |
---|
432 | Commit: 4055 |
---|
433 | Author: pterjan |
---|
434 | Date: Sat Nov 28 01:02:57 2009 +0000 |
---|
435 | |
---|
436 | * Don't forget to refresh after we skipped |
---|
437 | |
---|
438 | src/neercs.h | 1 + |
---|
439 | src/screen_list.c | 3 ++- |
---|
440 | src/server.c | 17 ++++++++++------- |
---|
441 | 3 files changed, 13 insertions(+), 8 deletions(-) |
---|
442 | |
---|
443 | Commit: 4054 |
---|
444 | Author: pterjan |
---|
445 | Date: Fri Nov 27 22:53:58 2009 +0000 |
---|
446 | |
---|
447 | * Don't leave dead sockets |
---|
448 | |
---|
449 | src/screen_list.c | 10 +++++++++- |
---|
450 | 1 files changed, 9 insertions(+), 1 deletions(-) |
---|
451 | |
---|
452 | Commit: 4053 |
---|
453 | Author: jylam |
---|
454 | Date: Fri Nov 27 12:47:52 2009 +0000 |
---|
455 | |
---|
456 | * Forgot a return in server_iteration() |
---|
457 | |
---|
458 | src/server.c | 1 + |
---|
459 | 1 files changed, 1 insertions(+), 0 deletions(-) |
---|
460 | |
---|
461 | Commit: 4052 |
---|
462 | Author: jylam |
---|
463 | Date: Fri Nov 27 12:46:25 2009 +0000 |
---|
464 | |
---|
465 | * Server's mainloop now repeatedly calls server_iteration() |
---|
466 | |
---|
467 | src/screensaver.c | 2 - |
---|
468 | src/server.c | 172 ++++++++++++++++++++++++++++------------------------- |
---|
469 | src/term.c | 74 +++++++++++------------ |
---|
470 | 3 files changed, 126 insertions(+), 122 deletions(-) |
---|
471 | |
---|
472 | Commit: 4051 |
---|
473 | Author: jylam |
---|
474 | Date: Fri Nov 27 11:46:27 2009 +0000 |
---|
475 | |
---|
476 | * Replaced direct write()'s on socket by send_to_client(). Should not break anything. |
---|
477 | |
---|
478 | src/server.c | 23 +++++++++-------------- |
---|
479 | 1 files changed, 9 insertions(+), 14 deletions(-) |
---|
480 | |
---|
481 | Commit: 4050 |
---|
482 | Author: jylam |
---|
483 | Date: Fri Nov 27 11:02:05 2009 +0000 |
---|
484 | |
---|
485 | * Don't draw cube's borders if borders_size==0 |
---|
486 | |
---|
487 | src/wm.c | 20 ++++++++++++-------- |
---|
488 | 1 files changed, 12 insertions(+), 8 deletions(-) |
---|
489 | |
---|
490 | Commit: 4049 |
---|
491 | Author: jylam |
---|
492 | Date: Fri Nov 27 10:55:14 2009 +0000 |
---|
493 | |
---|
494 | * Restored bell behaviour |
---|
495 | |
---|
496 | TODO | 1 + |
---|
497 | XCode/XCode.xcodeproj/project.pbxproj | 4 ++-- |
---|
498 | src/server.c | 5 ++--- |
---|
499 | src/term.c | 2 +- |
---|
500 | src/wm.c | 20 ++++++++++++++++---- |
---|
501 | 5 files changed, 22 insertions(+), 10 deletions(-) |
---|
502 | |
---|
503 | Commit: 4048 |
---|
504 | Author: jylam |
---|
505 | Date: Thu Nov 26 17:20:33 2009 +0000 |
---|
506 | |
---|
507 | * Created widgets.[c,h] and an unfinished (but working) input box |
---|
508 | * Python interpreter now uses generic input box code |
---|
509 | |
---|
510 | XCode/XCode.xcodeproj/project.pbxproj | 4 + |
---|
511 | src/Makefile.am | 3 +- |
---|
512 | src/input.c | 3 - |
---|
513 | src/neercs.h | 8 +- |
---|
514 | src/python/interpreter.c | 203 +++++++-------------------------- |
---|
515 | src/screen_list.c | 5 +- |
---|
516 | src/widgets.c | 177 ++++++++++++++++++++++++++++ |
---|
517 | src/widgets.h | 49 ++++++++ |
---|
518 | 8 files changed, 278 insertions(+), 174 deletions(-) |
---|
519 | |
---|
520 | Commit: 4047 |
---|
521 | Author: jylam |
---|
522 | Date: Thu Nov 26 16:08:29 2009 +0000 |
---|
523 | |
---|
524 | * Added XCode project (no even compiling, just file hierarchy) |
---|
525 | |
---|
526 | XCode/XCode.xcodeproj/project.pbxproj | 207 +++++++++++++++++++++++++++++++++ |
---|
527 | src/python/py_module.c | 1 - |
---|
528 | 2 files changed, 207 insertions(+), 1 deletions(-) |
---|
529 | |
---|
530 | Commit: 4046 |
---|
531 | Author: jylam |
---|
532 | Date: Thu Nov 26 13:32:27 2009 +0000 |
---|
533 | |
---|
534 | * mini-command now recognizes commands like window_manager="full" or borders=0 or eyecandy=False |
---|
535 | |
---|
536 | src/configuration.c | 40 +++++++++++--------- |
---|
537 | src/neercs.h | 1 + |
---|
538 | src/python/interpreter.c | 18 ++++++---- |
---|
539 | src/python/py_module.c | 91 ++++++++++++++++++++++++++++++++++++++++++---- |
---|
540 | src/python/py_module.h | 3 +- |
---|
541 | 5 files changed, 120 insertions(+), 33 deletions(-) |
---|
542 | |
---|
543 | Commit: 4040 |
---|
544 | Author: jylam |
---|
545 | Date: Wed Nov 25 15:57:30 2009 +0000 |
---|
546 | |
---|
547 | * Moved python stuff to src/python |
---|
548 | |
---|
549 | src/Makefile.am | 2 +- |
---|
550 | src/interpreter.c | 306 ---------------------------------------------- |
---|
551 | src/py_module.c | 100 --------------- |
---|
552 | src/py_module.h | 26 ---- |
---|
553 | src/python/interpreter.c | 306 ++++++++++++++++++++++++++++++++++++++++++++++ |
---|
554 | src/python/py_module.c | 100 +++++++++++++++ |
---|
555 | src/python/py_module.h | 26 ++++ |
---|
556 | 7 files changed, 433 insertions(+), 433 deletions(-) |
---|
557 | |
---|
558 | Commit: 4039 |
---|
559 | Author: jylam |
---|
560 | Date: Wed Nov 25 15:42:49 2009 +0000 |
---|
561 | |
---|
562 | * Replaced PyInit_neercs() by more convenient initNeercsModule() |
---|
563 | * get() now works as expected |
---|
564 | |
---|
565 | src/configuration.c | 2 +- |
---|
566 | src/interpreter.c | 2 +- |
---|
567 | src/py_module.c | 52 +++++++++++++++++++++++++++----------------------- |
---|
568 | src/py_module.h | 2 +- |
---|
569 | 4 files changed, 31 insertions(+), 27 deletions(-) |
---|
570 | |
---|
571 | Commit: 4038 |
---|
572 | Author: jylam |
---|
573 | Date: Wed Nov 25 15:07:46 2009 +0000 |
---|
574 | |
---|
575 | * Better python command handling |
---|
576 | * Added get(str) to neercs python module, doesn't work as I would like to |
---|
577 | * Avoid redefining everything while including neercs.h several times |
---|
578 | |
---|
579 | src/configuration.c | 9 +++++++-- |
---|
580 | src/interpreter.c | 36 +++++++++++------------------------- |
---|
581 | src/neercs.h | 8 +++++--- |
---|
582 | src/py_module.c | 32 +++++++++++++++++++++++++++++--- |
---|
583 | src/py_module.h | 3 ++- |
---|
584 | src/server.c | 2 ++ |
---|
585 | 6 files changed, 56 insertions(+), 34 deletions(-) |
---|
586 | |
---|
587 | Commit: 4037 |
---|
588 | Author: jylam |
---|
589 | Date: Wed Nov 25 12:36:22 2009 +0000 |
---|
590 | |
---|
591 | * Added error checking on PyObject->char* |
---|
592 | * Different handling for errors/results |
---|
593 | |
---|
594 | src/interpreter.c | 55 ++++++++++++++++++++++++++++++++++------------------ |
---|
595 | src/neercs.h | 3 +- |
---|
596 | 2 files changed, 38 insertions(+), 20 deletions(-) |
---|
597 | |
---|
598 | Commit: 4036 |
---|
599 | Author: jylam |
---|
600 | Date: Wed Nov 25 12:23:32 2009 +0000 |
---|
601 | |
---|
602 | * Added 'ctrl-a ctrl-e' as a possible way to enter mini-command |
---|
603 | |
---|
604 | src/input.c | 2 ++ |
---|
605 | 1 files changed, 2 insertions(+), 0 deletions(-) |
---|
606 | |
---|
607 | Commit: 4035 |
---|
608 | Author: jylam |
---|
609 | Date: Wed Nov 25 12:17:13 2009 +0000 |
---|
610 | |
---|
611 | * Added 'neercs' python module, with dummy 'version' method |
---|
612 | |
---|
613 | src/Makefile.am | 2 +- |
---|
614 | src/interpreter.c | 36 ++++++++++++++++++++++----- |
---|
615 | src/py_module.c | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++ |
---|
616 | src/py_module.h | 25 +++++++++++++++++++ |
---|
617 | 4 files changed, 125 insertions(+), 8 deletions(-) |
---|
618 | |
---|
619 | Commit: 4034 |
---|
620 | Author: jylam |
---|
621 | Date: Wed Nov 25 11:49:38 2009 +0000 |
---|
622 | |
---|
623 | * Removed 'warn_unused_result' warning |
---|
624 | |
---|
625 | src/interpreter.c | 4 ++-- |
---|
626 | 1 files changed, 2 insertions(+), 2 deletions(-) |
---|
627 | |
---|
628 | Commit: 4033 |
---|
629 | Author: jylam |
---|
630 | Date: Wed Nov 25 11:47:40 2009 +0000 |
---|
631 | |
---|
632 | * Added basic and non-working python interpreter |
---|
633 | |
---|
634 | src/Makefile.am | 2 +- |
---|
635 | src/input.c | 4 +- |
---|
636 | src/interpreter.c | 281 +++++++++++++++++++++++++++++++++++++++++++++++++++++ |
---|
637 | src/neercs.h | 21 +++- |
---|
638 | src/python.c | 157 ----------------------------- |
---|
639 | src/screen_list.c | 8 +- |
---|
640 | src/server.c | 82 +++++++++------ |
---|
641 | 7 files changed, 352 insertions(+), 203 deletions(-) |
---|
642 | |
---|
643 | Commit: 4027 |
---|
644 | Author: jylam |
---|
645 | Date: Mon Nov 23 16:39:33 2009 +0000 |
---|
646 | |
---|
647 | * Python mini-command input box (no evaluation yet) |
---|
648 | |
---|
649 | src/input.c | 2 + |
---|
650 | src/neercs.h | 10 ++++- |
---|
651 | src/python.c | 106 +++++++++++++++++++++++++++++++++++++++++++++++++++++ |
---|
652 | src/screen_list.c | 6 ++- |
---|
653 | 4 files changed, 122 insertions(+), 2 deletions(-) |
---|
654 | |
---|
655 | Commit: 4026 |
---|
656 | Author: jylam |
---|
657 | Date: Mon Nov 23 13:57:43 2009 +0000 |
---|
658 | |
---|
659 | * Added src/python.c and ctrl-a-e to open (non-existing yet) single-command executer. Do not document this yet (hint hint) |
---|
660 | |
---|
661 | src/Makefile.am | 6 +++--- |
---|
662 | src/input.c | 5 +++++ |
---|
663 | src/neercs.h | 5 +++++ |
---|
664 | src/python.c | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ |
---|
665 | src/screen_list.c | 1 + |
---|
666 | src/screens.c | 6 ++++++ |
---|
667 | src/server.c | 8 +++++++- |
---|
668 | 7 files changed, 78 insertions(+), 4 deletions(-) |
---|
669 | |
---|
670 | Commit: 4025 |
---|
671 | Author: jylam |
---|
672 | Date: Mon Nov 23 13:16:05 2009 +0000 |
---|
673 | |
---|
674 | * Added Python 3.1 support in configure.ac |
---|
675 | |
---|
676 | configure.ac | 14 ++++++++++++++ |
---|
677 | 1 files changed, 14 insertions(+), 0 deletions(-) |
---|
678 | |
---|
679 | Commit: 4024 |
---|
680 | Author: pterjan |
---|
681 | Date: Mon Nov 23 13:13:02 2009 +0000 |
---|
682 | |
---|
683 | * Add borders= to the manpage |
---|
684 | |
---|
685 | doc/neercs.1 | 5 ++++- |
---|
686 | 1 files changed, 4 insertions(+), 1 deletions(-) |
---|
687 | |
---|
688 | Commit: 4023 |
---|
689 | Author: jylam |
---|
690 | Date: Mon Nov 23 13:11:19 2009 +0000 |
---|
691 | |
---|
692 | * Borders enabled by default. Oops. |
---|
693 | |
---|
694 | src/screen_list.c | 2 +- |
---|
695 | 1 files changed, 1 insertions(+), 1 deletions(-) |
---|
696 | |
---|
697 | Commit: 4022 |
---|
698 | Author: pterjan |
---|
699 | Date: Mon Nov 23 13:09:54 2009 +0000 |
---|
700 | |
---|
701 | * Factorize that a boolean option is true when it is "true" or "1" |
---|
702 | |
---|
703 | src/configuration.c | 12 +++++++----- |
---|
704 | 1 files changed, 7 insertions(+), 5 deletions(-) |
---|
705 | |
---|
706 | Commit: 4021 |
---|
707 | Author: pterjan |
---|
708 | Date: Mon Nov 23 12:52:07 2009 +0000 |
---|
709 | |
---|
710 | * Use title from the right pty in wm_box |
---|
711 | |
---|
712 | src/wm.c | 4 ++-- |
---|
713 | 1 files changed, 2 insertions(+), 2 deletions(-) |
---|
714 | |
---|
715 | Commit: 4020 |
---|
716 | Author: jylam |
---|
717 | Date: Mon Nov 23 12:36:54 2009 +0000 |
---|
718 | |
---|
719 | * Removed silly implementation of TBC, to be continued |
---|
720 | |
---|
721 | src/term.c | 6 ------ |
---|
722 | 1 files changed, 0 insertions(+), 6 deletions(-) |
---|
723 | |
---|
724 | Commit: 4019 |
---|
725 | Author: jylam |
---|
726 | Date: Mon Nov 23 12:31:20 2009 +0000 |
---|
727 | |
---|
728 | * Dummy TBC Tab Clear handling, very unlikely to work as expected. |
---|
729 | |
---|
730 | src/term.c | 8 ++++++++ |
---|
731 | 1 files changed, 8 insertions(+), 0 deletions(-) |
---|
732 | |
---|
733 | Commit: 4018 |
---|
734 | Author: pterjan |
---|
735 | Date: Mon Nov 23 12:14:36 2009 +0000 |
---|
736 | |
---|
737 | * Do not redraw borders and title when nothing changed |
---|
738 | |
---|
739 | src/wm.c | 7 ++++--- |
---|
740 | 1 files changed, 4 insertions(+), 3 deletions(-) |
---|
741 | |
---|
742 | Commit: 4017 |
---|
743 | Author: jylam |
---|
744 | Date: Mon Nov 23 12:03:15 2009 +0000 |
---|
745 | |
---|
746 | * Implemented "Report Cursor Position" ansi sequence |
---|
747 | |
---|
748 | src/term.c | 21 +++++++++++++++++++++ |
---|
749 | 1 files changed, 21 insertions(+), 0 deletions(-) |
---|
750 | |
---|
751 | Commit: 4016 |
---|
752 | Author: jylam |
---|
753 | Date: Mon Nov 23 11:45:17 2009 +0000 |
---|
754 | |
---|
755 | * Implemented "DA -- Device Attributes" ansi sequence (vttest 6/4) |
---|
756 | |
---|
757 | src/neercs.h | 1 + |
---|
758 | src/server.c | 9 ++++++- |
---|
759 | src/term.c | 67 +++++++++++++++++++++++++++++++++++++++++++++++++-------- |
---|
760 | 3 files changed, 65 insertions(+), 12 deletions(-) |
---|
761 | |
---|
762 | Commit: 4014 |
---|
763 | Author: jylam |
---|
764 | Date: Mon Nov 23 10:46:29 2009 +0000 |
---|
765 | |
---|
766 | * Moved caca_set_color(RED... to the right place |
---|
767 | * Added configuration option "border", which toggles, erm, borders. |
---|
768 | |
---|
769 | src/configuration.c | 147 ++++++++++++++++++++++++++++++--------------------- |
---|
770 | src/neercs.h | 5 +- |
---|
771 | src/screen_list.c | 1 + |
---|
772 | src/screens.c | 1 - |
---|
773 | src/wm.c | 46 ++++++++++------ |
---|
774 | 5 files changed, 118 insertions(+), 82 deletions(-) |
---|
775 | |
---|
776 | Commit: 4008 |
---|
777 | Author: pterjan |
---|
778 | Date: Mon Nov 23 00:10:57 2009 +0000 |
---|
779 | |
---|
780 | * Add a FIXME explaining why we always get refresh now even when nothing changes |
---|
781 | |
---|
782 | src/wm.c | 4 ++++ |
---|
783 | 1 files changed, 4 insertions(+), 0 deletions(-) |
---|
784 | |
---|
785 | Commit: 4001 |
---|
786 | Author: jylam |
---|
787 | Date: Sun Nov 22 15:01:24 2009 +0000 |
---|
788 | |
---|
789 | * Fixed most of Clang Static Checker warnings. And rand() is ok to me, thank you. |
---|
790 | |
---|
791 | src/client.c | 2 +- |
---|
792 | src/configuration.c | 8 +------- |
---|
793 | src/grab.c | 3 +++ |
---|
794 | src/server.c | 1 - |
---|
795 | 4 files changed, 5 insertions(+), 9 deletions(-) |
---|
796 | |
---|
797 | Commit: 4000 |
---|
798 | Author: jylam |
---|
799 | Date: Sun Nov 22 14:50:45 2009 +0000 |
---|
800 | |
---|
801 | * Removed WM_CUBE, now handled though WM_FULL |
---|
802 | * Added eyecandy configuration option, enabling cube, window collapsing |
---|
803 | * Fixed window collapsing bug which didn't set correct pty index |
---|
804 | |
---|
805 | src/configuration.c | 25 ++++++++++++++++++------- |
---|
806 | src/effects.c | 7 ++----- |
---|
807 | src/neercs.h | 2 +- |
---|
808 | src/screen_list.c | 1 + |
---|
809 | src/wm.c | 14 ++++---------- |
---|
810 | 5 files changed, 26 insertions(+), 23 deletions(-) |
---|
811 | |
---|
812 | Commit: 3999 |
---|
813 | Author: jylam |
---|
814 | Date: Sun Nov 22 14:26:33 2009 +0000 |
---|
815 | |
---|
816 | * Added configuration getters |
---|
817 | |
---|
818 | src/configuration.c | 114 +++++++++++++++++++++++++++++++++++++++++++-------- |
---|
819 | src/help.c | 2 +- |
---|
820 | src/neercs.h | 24 +++++++---- |
---|
821 | 3 files changed, 113 insertions(+), 27 deletions(-) |
---|
822 | |
---|
823 | Commit: 3998 |
---|
824 | Author: jylam |
---|
825 | Date: Sun Nov 22 14:06:26 2009 +0000 |
---|
826 | |
---|
827 | * Moved help code to help.c |
---|
828 | * Fixed bad string handling in configuration |
---|
829 | |
---|
830 | src/Makefile.am | 2 +- |
---|
831 | src/configuration.c | 3 +- |
---|
832 | src/effects.c | 36 ----------------------- |
---|
833 | src/help.c | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++ |
---|
834 | src/neercs.h | 1 + |
---|
835 | src/server.c | 13 +-------- |
---|
836 | 6 files changed, 82 insertions(+), 51 deletions(-) |
---|
837 | |
---|
838 | Commit: 3997 |
---|
839 | Author: jylam |
---|
840 | Date: Sun Nov 22 13:33:48 2009 +0000 |
---|
841 | |
---|
842 | * Cleaned et reorganized configuration parsing stuff, paves the way to about:config thingy |
---|
843 | |
---|
844 | src/configuration.c | 227 ++++++++++++++++++++++++++++++++++----------------- |
---|
845 | 1 files changed, 151 insertions(+), 76 deletions(-) |
---|
846 | |
---|
847 | Commit: 3996 |
---|
848 | Author: jylam |
---|
849 | Date: Sun Nov 22 12:41:45 2009 +0000 |
---|
850 | |
---|
851 | * Added preliminary OSX support (by support I mean it barely compiles) |
---|
852 | * Moved client's send commands to client.c |
---|
853 | |
---|
854 | configure.ac | 28 ++++++++++++++++++++++++++++ |
---|
855 | src/attach.c | 44 +------------------------------------------- |
---|
856 | src/client.c | 49 ++++++++++++++++++++++++++++++++++++++++++++++++- |
---|
857 | src/effects.c | 18 ++++++------------ |
---|
858 | 4 files changed, 83 insertions(+), 56 deletions(-) |
---|
859 | |
---|
860 | Commit: 3992 |
---|
861 | Author: jylam |
---|
862 | Date: Sat Nov 21 16:48:13 2009 +0000 |
---|
863 | |
---|
864 | * Fixed refresh in card mode, which caused selected window to be transparent if not updated regulary |
---|
865 | |
---|
866 | src/term.c | 6 +++--- |
---|
867 | src/wm.c | 4 +++- |
---|
868 | 2 files changed, 6 insertions(+), 4 deletions(-) |
---|
869 | |
---|
870 | Commit: 3991 |
---|
871 | Author: jylam |
---|
872 | Date: Sat Nov 21 15:34:04 2009 +0000 |
---|
873 | |
---|
874 | * Indentation / comments |
---|
875 | |
---|
876 | src/term.c | 947 ++++++++++++++++++++++++++++++------------------------------ |
---|
877 | 1 files changed, 480 insertions(+), 467 deletions(-) |
---|
878 | |
---|
879 | Commit: 3990 |
---|
880 | Author: jylam |
---|
881 | Date: Sat Nov 21 15:18:47 2009 +0000 |
---|
882 | |
---|
883 | * VT Vertical Tab support (\x0b). vttest A B C D E F G H now completes gently. |
---|
884 | |
---|
885 | src/term.c | 7 +++++-- |
---|
886 | 1 files changed, 5 insertions(+), 2 deletions(-) |
---|
887 | |
---|
888 | Commit: 3989 |
---|
889 | Author: jylam |
---|
890 | Date: Sat Nov 21 14:58:11 2009 +0000 |
---|
891 | |
---|
892 | * Handle 'interleaved' control characters INSIDE a CSI command. vttest uses that, can't find anything nor in ECMA-48 or XTerm sources, but it seems we have to handle it anyway. |
---|
893 | |
---|
894 | src/term.c | 986 ++++++++++++++++++++++++++++++++---------------------------- |
---|
895 | 1 files changed, 522 insertions(+), 464 deletions(-) |
---|
896 | |
---|
897 | Commit: 3988 |
---|
898 | Author: jylam |
---|
899 | Date: Sat Nov 21 12:06:46 2009 +0000 |
---|
900 | |
---|
901 | * Added ESC#8 private command, fixed EL and ED behaviours |
---|
902 | |
---|
903 | src/term.c | 43 +++++++++++++++++++++++++++++++++++-------- |
---|
904 | 1 files changed, 35 insertions(+), 8 deletions(-) |
---|
905 | |
---|
906 | Commit: 3986 |
---|
907 | Author: jylam |
---|
908 | Date: Sat Nov 21 10:27:12 2009 +0000 |
---|
909 | |
---|
910 | * Default screensaver timeout is now 5mn, removed annoying debug |
---|
911 | |
---|
912 | src/client.c | 5 ++--- |
---|
913 | src/screen_list.c | 2 +- |
---|
914 | 2 files changed, 3 insertions(+), 4 deletions(-) |
---|
915 | |
---|
916 | Commit: 3978 |
---|
917 | Author: pterjan |
---|
918 | Date: Fri Nov 20 15:04:19 2009 +0000 |
---|
919 | |
---|
920 | * Handle top/bottom in RI, and add some -1/+1 when needed |
---|
921 | |
---|
922 | src/term.c | 4 ++-- |
---|
923 | 1 files changed, 2 insertions(+), 2 deletions(-) |
---|
924 | |
---|
925 | Commit: 3977 |
---|
926 | Author: pterjan |
---|
927 | Date: Fri Nov 20 13:21:15 2009 +0000 |
---|
928 | |
---|
929 | * Fix Erase In Line (2) and add missing -1 for the beauty of the code |
---|
930 | |
---|
931 | src/term.c | 8 +++----- |
---|
932 | 1 files changed, 3 insertions(+), 5 deletions(-) |
---|
933 | |
---|
934 | Commit: 3975 |
---|
935 | Author: jylam |
---|
936 | Date: Fri Nov 20 12:38:30 2009 +0000 |
---|
937 | |
---|
938 | * Reindented screensaver's sprites |
---|
939 | |
---|
940 | src/screensaver.c | 67 +++++++++++++++++++++++++++++++--------------------- |
---|
941 | 1 files changed, 40 insertions(+), 27 deletions(-) |
---|
942 | |
---|
943 | Commit: 3974 |
---|
944 | Author: jylam |
---|
945 | Date: Fri Nov 20 12:27:05 2009 +0000 |
---|
946 | |
---|
947 | * Moved client initialisation to client.c |
---|
948 | |
---|
949 | src/client.c | 26 ++++++++++++++++++++++++++ |
---|
950 | src/main.c | 2 ++ |
---|
951 | src/neercs.h | 1 + |
---|
952 | src/server.c | 19 ------------------- |
---|
953 | 4 files changed, 29 insertions(+), 19 deletions(-) |
---|
954 | |
---|
955 | Commit: 3973 |
---|
956 | Author: jylam |
---|
957 | Date: Fri Nov 20 12:20:58 2009 +0000 |
---|
958 | |
---|
959 | * Moved screen list creation / destruction to screen_list.c |
---|
960 | |
---|
961 | src/Makefile.am | 2 +- |
---|
962 | src/main.c | 181 +---------------------------------------------- |
---|
963 | src/screen_list.c | 206 +++++++++++++++++++++++++++++++++++++++++++++++++++++ |
---|
964 | 3 files changed, 208 insertions(+), 181 deletions(-) |
---|
965 | |
---|
966 | Commit: 3972 |
---|
967 | Author: jylam |
---|
968 | Date: Fri Nov 20 12:11:07 2009 +0000 |
---|
969 | |
---|
970 | * Added basic flow svg file |
---|
971 | |
---|
972 | doc/flow.svg | 6293 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
---|
973 | src/server.c | 5 + |
---|
974 | 2 files changed, 6298 insertions(+), 0 deletions(-) |
---|
975 | |
---|
976 | Commit: 3970 |
---|
977 | Author: jylam |
---|
978 | Date: Thu Nov 19 17:01:00 2009 +0000 |
---|
979 | |
---|
980 | * Revert +1 as it is worse without it. Still a bug somewhere, thought. |
---|
981 | |
---|
982 | src/screens.c | 4 ++-- |
---|
983 | 1 files changed, 2 insertions(+), 2 deletions(-) |
---|
984 | |
---|
985 | Commit: 3969 |
---|
986 | Author: jylam |
---|
987 | Date: Thu Nov 19 16:26:53 2009 +0000 |
---|
988 | |
---|
989 | * Massive indentation pass, could insert odd things, blame pterjan, he doesn't care. |
---|
990 | |
---|
991 | src/attach.c | 206 ++++++++------- |
---|
992 | src/configuration.c | 206 +++++++++------ |
---|
993 | src/effects.c | 149 +++++------ |
---|
994 | src/lock.c | 73 +++--- |
---|
995 | src/main.c | 247 ++++++++++-------- |
---|
996 | src/mygetopt.c | 67 +++--- |
---|
997 | src/mytrace.c | 158 ++++++------ |
---|
998 | src/recurrent.c | 69 +++--- |
---|
999 | src/screens.c | 197 ++++++++------- |
---|
1000 | src/screensaver.c | 123 ++++----- |
---|
1001 | src/server.c | 3 +- |
---|
1002 | src/term.c | 725 ++++++++++++++++++++++++++++----------------------- |
---|
1003 | src/wm.c | 7 +- |
---|
1004 | 13 files changed, 1188 insertions(+), 1042 deletions(-) |
---|
1005 | |
---|
1006 | Commit: 3968 |
---|
1007 | Author: jylam |
---|
1008 | Date: Thu Nov 19 16:18:32 2009 +0000 |
---|
1009 | |
---|
1010 | * Identation |
---|
1011 | |
---|
1012 | src/attach.c | 6 ++- |
---|
1013 | src/input.c | 128 +++++++++++++++++++++++++++++++--------------------------- |
---|
1014 | src/term.c | 2 +- |
---|
1015 | 3 files changed, 73 insertions(+), 63 deletions(-) |
---|
1016 | |
---|
1017 | Commit: 3967 |
---|
1018 | Author: pterjan |
---|
1019 | Date: Thu Nov 19 15:56:34 2009 +0000 |
---|
1020 | |
---|
1021 | * Remove some +1 that may cause some bug sometimes maybe |
---|
1022 | |
---|
1023 | src/screens.c | 8 ++++---- |
---|
1024 | 1 files changed, 4 insertions(+), 4 deletions(-) |
---|
1025 | |
---|
1026 | Commit: 3966 |
---|
1027 | Author: jylam |
---|
1028 | Date: Thu Nov 19 14:51:46 2009 +0000 |
---|
1029 | |
---|
1030 | * Clear full last line while scrolling because of beeing on the last line |
---|
1031 | |
---|
1032 | src/term.c | 2 +- |
---|
1033 | 1 files changed, 1 insertions(+), 1 deletions(-) |
---|
1034 | |
---|
1035 | Commit: 3965 |
---|
1036 | Author: jylam |
---|
1037 | Date: Thu Nov 19 14:47:05 2009 +0000 |
---|
1038 | |
---|
1039 | * Fixed 'Erase In Page' command to clear last line (unix 'clear' command is now correct) |
---|
1040 | |
---|
1041 | src/term.c | 2 +- |
---|
1042 | 1 files changed, 1 insertions(+), 1 deletions(-) |
---|
1043 | |
---|
1044 | Commit: 3964 |
---|
1045 | Author: jylam |
---|
1046 | Date: Thu Nov 19 14:25:07 2009 +0000 |
---|
1047 | |
---|
1048 | * Don't send escape-key when quitting help window, added 'h' as a possible way to quit it, too. |
---|
1049 | |
---|
1050 | src/server.c | 4 +++- |
---|
1051 | 1 files changed, 3 insertions(+), 1 deletions(-) |
---|
1052 | |
---|
1053 | Commit: 3963 |
---|
1054 | Author: jylam |
---|
1055 | Date: Thu Nov 19 14:20:12 2009 +0000 |
---|
1056 | |
---|
1057 | * Added documentation to lock_timeout command line switch |
---|
1058 | |
---|
1059 | doc/neercs.1 | 3 +++ |
---|
1060 | 1 files changed, 3 insertions(+), 0 deletions(-) |
---|
1061 | |
---|
1062 | Commit: 3962 |
---|
1063 | Author: jylam |
---|
1064 | Date: Thu Nov 19 14:19:33 2009 +0000 |
---|
1065 | |
---|
1066 | * Don't send input to window while displaying the help screen |
---|
1067 | |
---|
1068 | src/server.c | 24 ++++++++++++++++-------- |
---|
1069 | 1 files changed, 16 insertions(+), 8 deletions(-) |
---|
1070 | |
---|
1071 | Commit: 3961 |
---|
1072 | Author: jylam |
---|
1073 | Date: Thu Nov 19 14:05:32 2009 +0000 |
---|
1074 | |
---|
1075 | * Better testing cases for autolock_timeout |
---|
1076 | |
---|
1077 | src/configuration.c | 3 ++- |
---|
1078 | src/main.c | 4 ++-- |
---|
1079 | 2 files changed, 4 insertions(+), 3 deletions(-) |
---|
1080 | |
---|
1081 | Commit: 3960 |
---|
1082 | Author: jylam |
---|
1083 | Date: Thu Nov 19 13:59:30 2009 +0000 |
---|
1084 | |
---|
1085 | * Removed useless signed/unsigned test |
---|
1086 | |
---|
1087 | src/configuration.c | 3 +-- |
---|
1088 | src/main.c | 3 ++- |
---|
1089 | 2 files changed, 3 insertions(+), 3 deletions(-) |
---|
1090 | |
---|
1091 | Commit: 3959 |
---|
1092 | Author: jylam |
---|
1093 | Date: Thu Nov 19 13:53:09 2009 +0000 |
---|
1094 | |
---|
1095 | * Added --lock-after (-l) command line option (locks after N seconds), fixed indentation glitch |
---|
1096 | |
---|
1097 | src/configuration.c | 11 ++++++++--- |
---|
1098 | src/main.c | 10 ++++++++-- |
---|
1099 | src/term.c | 3 ++- |
---|
1100 | 3 files changed, 18 insertions(+), 6 deletions(-) |
---|
1101 | |
---|
1102 | Commit: 3958 |
---|
1103 | Author: jylam |
---|
1104 | Date: Thu Nov 19 13:33:50 2009 +0000 |
---|
1105 | |
---|
1106 | * Removed known bugs from TODO ('up' in history, and 'up' scrolling in less (which were two separate bugs)) |
---|
1107 | |
---|
1108 | TODO | 3 --- |
---|
1109 | 1 files changed, 0 insertions(+), 3 deletions(-) |
---|
1110 | |
---|
1111 | Commit: 3957 |
---|
1112 | Author: jylam |
---|
1113 | Date: Thu Nov 19 13:31:37 2009 +0000 |
---|
1114 | |
---|
1115 | * Implemented \33M ANSI command (scroll up), less now works flawlessly while hitting up arrow |
---|
1116 | |
---|
1117 | src/term.c | 42 ++++++++++++++++++++++++++++++++---------- |
---|
1118 | 1 files changed, 32 insertions(+), 10 deletions(-) |
---|
1119 | |
---|
1120 | Commit: 3956 |
---|
1121 | Author: jylam |
---|
1122 | Date: Thu Nov 19 12:24:21 2009 +0000 |
---|
1123 | |
---|
1124 | * Finally fixed 'up' (history) bug(s) |
---|
1125 | |
---|
1126 | src/term.c | 9 ++++++--- |
---|
1127 | 1 files changed, 6 insertions(+), 3 deletions(-) |
---|
1128 | |
---|
1129 | Commit: 3954 |
---|
1130 | Author: jylam |
---|
1131 | Date: Thu Nov 19 10:46:15 2009 +0000 |
---|
1132 | |
---|
1133 | * Fixed numerous warnings (warn_unused_result and deprecated libcaca functions, mostly) |
---|
1134 | |
---|
1135 | src/client.c | 106 +++++++++++++++++++--------------- |
---|
1136 | src/grab.c | 162 +++++++++++++++++++++++++++------------------------- |
---|
1137 | src/screensaver.c | 4 +- |
---|
1138 | src/server.c | 10 +++- |
---|
1139 | 4 files changed, 153 insertions(+), 129 deletions(-) |
---|
1140 | |
---|
1141 | Commit: 3950 |
---|
1142 | Author: pterjan |
---|
1143 | Date: Wed Nov 18 22:54:28 2009 +0000 |
---|
1144 | |
---|
1145 | * Update URL in help |
---|
1146 | |
---|
1147 | src/effects.c | 2 +- |
---|
1148 | 1 files changed, 1 insertions(+), 1 deletions(-) |
---|
1149 | |
---|
1150 | Commit: 3948 |
---|
1151 | Author: jylam |
---|
1152 | Date: Wed Nov 18 17:13:14 2009 +0000 |
---|
1153 | |
---|
1154 | * Remove double call of request_refresh() |
---|
1155 | |
---|
1156 | src/server.c | 1 - |
---|
1157 | 1 files changed, 0 insertions(+), 1 deletions(-) |
---|
1158 | |
---|
1159 | Commit: 3947 |
---|
1160 | Author: jylam |
---|
1161 | Date: Wed Nov 18 17:11:13 2009 +0000 |
---|
1162 | |
---|
1163 | * Fix indentation |
---|
1164 | |
---|
1165 | src/server.c | 20 +++++++++++--------- |
---|
1166 | 1 files changed, 11 insertions(+), 9 deletions(-) |
---|
1167 | |
---|
1168 | Commit: 3946 |
---|
1169 | Author: jylam |
---|
1170 | Date: Wed Nov 18 17:09:26 2009 +0000 |
---|
1171 | |
---|
1172 | * Explode server.c a bit more. KABOOOOM. (Maybe) fix a bug of missing refresh after cube transition |
---|
1173 | |
---|
1174 | src/neercs.h | 3 + |
---|
1175 | src/server.c | 156 +++++++++++++++++++++++++++++++--------------------------- |
---|
1176 | 2 files changed, 87 insertions(+), 72 deletions(-) |
---|
1177 | |
---|
1178 | Commit: 3945 |
---|
1179 | Author: jylam |
---|
1180 | Date: Wed Nov 18 16:38:54 2009 +0000 |
---|
1181 | |
---|
1182 | * Fix crash if caca can't create a display (courtesy of Romain Bignon) |
---|
1183 | |
---|
1184 | src/server.c | 5 +++-- |
---|
1185 | 1 files changed, 3 insertions(+), 2 deletions(-) |
---|
1186 | |
---|
1187 | Commit: 3944 |
---|
1188 | Author: jylam |
---|
1189 | Date: Wed Nov 18 16:34:45 2009 +0000 |
---|
1190 | |
---|
1191 | * Explode server_main() |
---|
1192 | |
---|
1193 | src/neercs.h | 2 + |
---|
1194 | src/server.c | 460 ++++++++++++++++++++++++++++++++-------------------------- |
---|
1195 | src/wm.c | 1 - |
---|
1196 | 3 files changed, 253 insertions(+), 210 deletions(-) |
---|
1197 | |
---|
1198 | Commit: 3943 |
---|
1199 | Author: pterjan |
---|
1200 | Date: Wed Nov 18 15:51:17 2009 +0000 |
---|
1201 | |
---|
1202 | * Update copyright in help |
---|
1203 | |
---|
1204 | src/effects.c | 2 +- |
---|
1205 | 1 files changed, 1 insertions(+), 1 deletions(-) |
---|
1206 | |
---|
1207 | Commit: 3942 |
---|
1208 | Author: pterjan |
---|
1209 | Date: Wed Nov 18 15:31:49 2009 +0000 |
---|
1210 | |
---|
1211 | * Drop withespaces |
---|
1212 | |
---|
1213 | src/client.c | 16 ++++++++-------- |
---|
1214 | src/configuration.c | 2 +- |
---|
1215 | src/grab.c | 16 ++++++++-------- |
---|
1216 | src/input.c | 4 ++-- |
---|
1217 | src/main.c | 24 ++++++++++++------------ |
---|
1218 | src/mytrace.c | 20 ++++++++++---------- |
---|
1219 | src/screens.c | 8 ++++---- |
---|
1220 | src/screensaver.c | 4 ++-- |
---|
1221 | src/server.c | 16 ++++++++-------- |
---|
1222 | src/wm.c | 4 ++-- |
---|
1223 | 10 files changed, 57 insertions(+), 57 deletions(-) |
---|
1224 | |
---|
1225 | Commit: 3941 |
---|
1226 | Author: jylam |
---|
1227 | Date: Wed Nov 18 15:10:42 2009 +0000 |
---|
1228 | |
---|
1229 | * Add documentation for 'cube_duration' |
---|
1230 | |
---|
1231 | doc/neercs.1 | 3 +++ |
---|
1232 | 1 files changed, 3 insertions(+), 0 deletions(-) |
---|
1233 | |
---|
1234 | Commit: 3940 |
---|
1235 | Author: jylam |
---|
1236 | Date: Wed Nov 18 14:55:57 2009 +0000 |
---|
1237 | |
---|
1238 | * Move client's mainloop to client.c |
---|
1239 | |
---|
1240 | src/Makefile.am | 3 +- |
---|
1241 | src/client.c | 164 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
---|
1242 | src/main.c | 123 +---------------------------------------- |
---|
1243 | src/neercs.h | 2 + |
---|
1244 | 4 files changed, 172 insertions(+), 120 deletions(-) |
---|
1245 | |
---|
1246 | Commit: 3939 |
---|
1247 | Author: jylam |
---|
1248 | Date: Wed Nov 18 14:40:39 2009 +0000 |
---|
1249 | |
---|
1250 | * Remove unused variables in screen_list, add configuration line to control cube switch duration |
---|
1251 | |
---|
1252 | src/configuration.c | 5 ++++- |
---|
1253 | src/main.c | 3 +-- |
---|
1254 | src/neercs.h | 2 +- |
---|
1255 | src/neercsrc | 5 +++-- |
---|
1256 | src/wm.c | 7 +++---- |
---|
1257 | 5 files changed, 12 insertions(+), 10 deletions(-) |
---|
1258 | |
---|
1259 | Commit: 3938 |
---|
1260 | Author: jylam |
---|
1261 | Date: Wed Nov 18 14:23:54 2009 +0000 |
---|
1262 | |
---|
1263 | * J'ai un chien qui s'apelle Moooooose (fixed an indentation problem) |
---|
1264 | |
---|
1265 | src/wm.c | 3 ++- |
---|
1266 | 1 files changed, 2 insertions(+), 1 deletions(-) |
---|
1267 | |
---|
1268 | Commit: 3937 |
---|
1269 | Author: jylam |
---|
1270 | Date: Wed Nov 18 14:21:02 2009 +0000 |
---|
1271 | |
---|
1272 | * Reindent properly |
---|
1273 | |
---|
1274 | src/wm.c | 34 ++++++++++++++++------------------ |
---|
1275 | 1 files changed, 16 insertions(+), 18 deletions(-) |
---|
1276 | |
---|
1277 | Commit: 3936 |
---|
1278 | Author: jylam |
---|
1279 | Date: Wed Nov 18 14:11:29 2009 +0000 |
---|
1280 | |
---|
1281 | * Massive factorisation of window manager refreshes |
---|
1282 | |
---|
1283 | src/wm.c | 206 +++++++++++++++----------------------------------------------- |
---|
1284 | 1 files changed, 49 insertions(+), 157 deletions(-) |
---|
1285 | |
---|
1286 | Commit: 3935 |
---|
1287 | Author: jylam |
---|
1288 | Date: Wed Nov 18 13:45:01 2009 +0000 |
---|
1289 | |
---|
1290 | * Compile normal computation again without D_HAVE_TEXTURED_TRIANGLE |
---|
1291 | |
---|
1292 | src/wm.c | 4 ++-- |
---|
1293 | 1 files changed, 2 insertions(+), 2 deletions(-) |
---|
1294 | |
---|
1295 | Commit: 3934 |
---|
1296 | Author: jylam |
---|
1297 | Date: Wed Nov 18 13:43:02 2009 +0000 |
---|
1298 | |
---|
1299 | * Factorise cube stuff, minor optimizations |
---|
1300 | |
---|
1301 | src/wm.c | 249 +++++++++++++++++++------------------------------------------- |
---|
1302 | 1 files changed, 75 insertions(+), 174 deletions(-) |
---|
1303 | |
---|
1304 | Commit: 3932 |
---|
1305 | Author: jylam |
---|
1306 | Date: Wed Nov 18 13:11:08 2009 +0000 |
---|
1307 | |
---|
1308 | * Replace ',' with ';' to avoid bad indentation |
---|
1309 | |
---|
1310 | src/wm.c | 45 ++++++++++++++++++++++++--------------------- |
---|
1311 | 1 files changed, 24 insertions(+), 21 deletions(-) |
---|
1312 | |
---|
1313 | Commit: 3931 |
---|
1314 | Author: jylam |
---|
1315 | Date: Wed Nov 18 13:02:40 2009 +0000 |
---|
1316 | |
---|
1317 | * indentation test |
---|
1318 | |
---|
1319 | src/wm.c | 666 +++++++++++++++++++++++++++++++++----------------------------- |
---|
1320 | 1 files changed, 354 insertions(+), 312 deletions(-) |
---|
1321 | |
---|
1322 | Commit: 3930 |
---|
1323 | Author: pterjan |
---|
1324 | Date: Wed Nov 18 12:55:45 2009 +0000 |
---|
1325 | |
---|
1326 | * Add emacs indentation setting |
---|
1327 | |
---|
1328 | .dir-locals.el | 4 ++++ |
---|
1329 | 1 files changed, 4 insertions(+), 0 deletions(-) |
---|
1330 | |
---|
1331 | Commit: 3929 |
---|
1332 | Author: jylam |
---|
1333 | Date: Wed Nov 18 12:28:38 2009 +0000 |
---|
1334 | |
---|
1335 | * Use new caca_fill_triangle_textured API, fix backface culling bug, add warning if D_HAVE_TEXTURED_TRIANGLE is missing |
---|
1336 | |
---|
1337 | src/wm.c | 239 ++++++++++++++++++++++++++++++++++---------------------------- |
---|
1338 | 1 files changed, 131 insertions(+), 108 deletions(-) |
---|
1339 | |
---|
1340 | Commit: 3927 |
---|
1341 | Author: sam |
---|
1342 | Date: Wed Nov 18 11:35:49 2009 +0000 |
---|
1343 | |
---|
1344 | Things work better when "config.h" is included. |
---|
1345 | |
---|
1346 | src/wm.c | 2 ++ |
---|
1347 | 1 files changed, 2 insertions(+), 0 deletions(-) |
---|
1348 | |
---|
1349 | Commit: 3923 |
---|
1350 | Author: pterjan |
---|
1351 | Date: Tue Nov 17 23:06:24 2009 +0000 |
---|
1352 | |
---|
1353 | * Remove unused variable |
---|
1354 | |
---|
1355 | src/main.c | 2 +- |
---|
1356 | 1 files changed, 1 insertions(+), 1 deletions(-) |
---|
1357 | |
---|
1358 | Commit: 3922 |
---|
1359 | Author: pterjan |
---|
1360 | Date: Tue Nov 17 20:58:32 2009 +0000 |
---|
1361 | |
---|
1362 | * Drop duplicate code, when not in_switch, cube is same as full |
---|
1363 | |
---|
1364 | src/wm.c | 22 +--------------------- |
---|
1365 | 1 files changed, 1 insertions(+), 21 deletions(-) |
---|
1366 | |
---|
1367 | Commit: 3921 |
---|
1368 | Author: pterjan |
---|
1369 | Date: Tue Nov 17 20:54:00 2009 +0000 |
---|
1370 | |
---|
1371 | * Remove unused variable |
---|
1372 | |
---|
1373 | src/wm.c | 2 -- |
---|
1374 | 1 files changed, 0 insertions(+), 2 deletions(-) |
---|
1375 | |
---|
1376 | Commit: 3920 |
---|
1377 | Author: pterjan |
---|
1378 | Date: Tue Nov 17 20:52:53 2009 +0000 |
---|
1379 | |
---|
1380 | * Drop duplicate code, when not in_switch, cube is same as full |
---|
1381 | |
---|
1382 | src/wm.c | 35 +---------------------------------- |
---|
1383 | 1 files changed, 1 insertions(+), 34 deletions(-) |
---|
1384 | |
---|
1385 | Commit: 3919 |
---|
1386 | Author: pterjan |
---|
1387 | Date: Tue Nov 17 20:50:36 2009 +0000 |
---|
1388 | |
---|
1389 | * Drop dead code from wm_refresh_full, only current screen is visible |
---|
1390 | |
---|
1391 | src/wm.c | 25 ------------------------- |
---|
1392 | 1 files changed, 0 insertions(+), 25 deletions(-) |
---|
1393 | |
---|
1394 | Commit: 3918 |
---|
1395 | Author: pterjan |
---|
1396 | Date: Tue Nov 17 19:38:41 2009 +0000 |
---|
1397 | |
---|
1398 | * Update TODO |
---|
1399 | |
---|
1400 | TODO | 4 +++- |
---|
1401 | 1 files changed, 3 insertions(+), 1 deletions(-) |
---|
1402 | |
---|
1403 | Commit: 3916 |
---|
1404 | Author: sam |
---|
1405 | Date: Tue Nov 17 16:09:21 2009 +0000 |
---|
1406 | |
---|
1407 | Temporary check for triangle texturing (SVN libcaca). If not available, |
---|
1408 | cube transitions will not work. |
---|
1409 | |
---|
1410 | configure.ac | 3 +++ |
---|
1411 | src/wm.c | 9 +++++++-- |
---|
1412 | 2 files changed, 10 insertions(+), 2 deletions(-) |
---|
1413 | |
---|
1414 | Commit: 3915 |
---|
1415 | Author: sam |
---|
1416 | Date: Tue Nov 17 16:00:07 2009 +0000 |
---|
1417 | |
---|
1418 | Update bootstrap script. |
---|
1419 | |
---|
1420 | bootstrap | 45 ++++++++++++++++++++++++++++++--------------- |
---|
1421 | 1 files changed, 30 insertions(+), 15 deletions(-) |
---|
1422 | |
---|
1423 | Commit: 3914 |
---|
1424 | Author: jylam |
---|
1425 | Date: Tue Nov 17 15:36:37 2009 +0000 |
---|
1426 | |
---|
1427 | * Added 'cube' window manager (needs latest svn libcaca for caca_fill_triangle_textured), at last. |
---|
1428 | |
---|
1429 | src/configuration.c | 2 +- |
---|
1430 | src/effects.c | 3 + |
---|
1431 | src/input.c | 10 + |
---|
1432 | src/main.c | 8 +- |
---|
1433 | src/neercs.h | 21 ++ |
---|
1434 | src/neercsrc | 2 +- |
---|
1435 | src/screens.c | 76 +------ |
---|
1436 | src/server.c | 14 +- |
---|
1437 | src/wm.c | 547 +++++++++++++++++++++++++++++++++++++++++++++++++++ |
---|
1438 | 9 files changed, 612 insertions(+), 71 deletions(-) |
---|
1439 | |
---|
1440 | Commit: 3900 |
---|
1441 | Author: pterjan |
---|
1442 | Date: Fri Nov 13 21:11:05 2009 +0000 |
---|
1443 | |
---|
1444 | * Fix vertical scrolling with arrows |
---|
1445 | |
---|
1446 | src/term.c | 50 +++++++++++++++++++++++++++++++------------------- |
---|
1447 | 1 files changed, 31 insertions(+), 19 deletions(-) |
---|
1448 | |
---|
1449 | Commit: 3899 |
---|
1450 | Author: pterjan |
---|
1451 | Date: Fri Nov 13 16:45:48 2009 +0000 |
---|
1452 | |
---|
1453 | * Apparently \033 is more common than \x1b for ESC. Use the former in our |
---|
1454 | code for clarity. (following libcaca commit 3412) |
---|
1455 | |
---|
1456 | src/grab.c | 2 +- |
---|
1457 | src/input.c | 44 ++++++++++++++++++++++---------------------- |
---|
1458 | src/term.c | 47 ++++++++++++++++++++++++----------------------- |
---|
1459 | 3 files changed, 47 insertions(+), 46 deletions(-) |
---|
1460 | |
---|
1461 | Commit: 3898 |
---|
1462 | Author: pterjan |
---|
1463 | Date: Fri Nov 13 16:32:10 2009 +0000 |
---|
1464 | |
---|
1465 | * Update TODO |
---|
1466 | |
---|
1467 | TODO | 1 - |
---|
1468 | 1 files changed, 0 insertions(+), 1 deletions(-) |
---|
1469 | |
---|
1470 | Commit: 3897 |
---|
1471 | Author: pterjan |
---|
1472 | Date: Fri Nov 13 16:31:44 2009 +0000 |
---|
1473 | |
---|
1474 | * Fix arrow keys |
---|
1475 | |
---|
1476 | src/input.c | 8 ++++---- |
---|
1477 | 1 files changed, 4 insertions(+), 4 deletions(-) |
---|
1478 | |
---|
1479 | Commit: 3896 |
---|
1480 | Author: pterjan |
---|
1481 | Date: Tue Nov 10 16:10:22 2009 +0000 |
---|
1482 | |
---|
1483 | * Add lock_on_detach option |
---|
1484 | |
---|
1485 | TODO | 3 --- |
---|
1486 | doc/neercs.1 | 5 ++++- |
---|
1487 | src/configuration.c | 4 ++++ |
---|
1488 | src/main.c | 1 + |
---|
1489 | src/neercs.h | 1 + |
---|
1490 | src/server.c | 2 ++ |
---|
1491 | 6 files changed, 12 insertions(+), 4 deletions(-) |
---|
1492 | |
---|
1493 | Commit: 3895 |
---|
1494 | Author: pterjan |
---|
1495 | Date: Tue Nov 10 15:52:01 2009 +0000 |
---|
1496 | |
---|
1497 | * Fix refreshing during window closing animation |
---|
1498 | |
---|
1499 | src/effects.c | 1 + |
---|
1500 | 1 files changed, 1 insertions(+), 0 deletions(-) |
---|
1501 | |
---|
1502 | Commit: 3894 |
---|
1503 | Author: pterjan |
---|
1504 | Date: Mon Nov 9 17:36:05 2009 +0000 |
---|
1505 | |
---|
1506 | * Fix debug message regarding already send bytes for current dirty rectangle |
---|
1507 | |
---|
1508 | src/server.c | 3 ++- |
---|
1509 | 1 files changed, 2 insertions(+), 1 deletions(-) |
---|
1510 | |
---|
1511 | Commit: 3893 |
---|
1512 | Author: pterjan |
---|
1513 | Date: Fri Nov 6 18:15:32 2009 +0000 |
---|
1514 | |
---|
1515 | * Add FIXME in front of some useless code I don't understand |
---|
1516 | |
---|
1517 | src/screens.c | 2 ++ |
---|
1518 | 1 files changed, 2 insertions(+), 0 deletions(-) |
---|
1519 | |
---|
1520 | Commit: 3892 |
---|
1521 | Author: pterjan |
---|
1522 | Date: Fri Nov 6 18:12:21 2009 +0000 |
---|
1523 | |
---|
1524 | * Close slave pty fd, so that we can exit when the process closes it too |
---|
1525 | |
---|
1526 | src/grab.c | 1 + |
---|
1527 | 1 files changed, 1 insertions(+), 0 deletions(-) |
---|
1528 | |
---|
1529 | Commit: 3891 |
---|
1530 | Author: pterjan |
---|
1531 | Date: Fri Nov 6 17:46:05 2009 +0000 |
---|
1532 | |
---|
1533 | * Store real pid in screen struct (even if not used) and properly set control terminal (even if not needed) |
---|
1534 | |
---|
1535 | src/grab.c | 26 +++++++++++++++----------- |
---|
1536 | src/mytrace.c | 11 +++++++++++ |
---|
1537 | src/mytrace.h | 1 + |
---|
1538 | src/neercs.h | 4 ++-- |
---|
1539 | src/screens.c | 3 +-- |
---|
1540 | src/term.c | 4 ++-- |
---|
1541 | 6 files changed, 32 insertions(+), 17 deletions(-) |
---|
1542 | |
---|
1543 | Commit: 3876 |
---|
1544 | Author: pterjan |
---|
1545 | Date: Mon Nov 2 18:05:03 2009 +0000 |
---|
1546 | |
---|
1547 | * Factorize screen_list liberation |
---|
1548 | |
---|
1549 | src/main.c | 117 ++++++++++++++++++++++++++++++--------------------------- |
---|
1550 | src/neercs.h | 1 + |
---|
1551 | src/server.c | 47 +----------------------- |
---|
1552 | 3 files changed, 64 insertions(+), 101 deletions(-) |
---|
1553 | |
---|
1554 | Commit: 3875 |
---|
1555 | Author: pterjan |
---|
1556 | Date: Mon Nov 2 17:53:07 2009 +0000 |
---|
1557 | |
---|
1558 | * Fix valgrind reported errors from previous commit |
---|
1559 | |
---|
1560 | src/grab.c | 13 ++++++++++++- |
---|
1561 | 1 files changed, 12 insertions(+), 1 deletions(-) |
---|
1562 | |
---|
1563 | Commit: 3874 |
---|
1564 | Author: pterjan |
---|
1565 | Date: Mon Nov 2 17:25:45 2009 +0000 |
---|
1566 | |
---|
1567 | * Add first version of process selector |
---|
1568 | |
---|
1569 | src/grab.c | 172 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
---|
1570 | src/main.c | 26 ++++++--- |
---|
1571 | src/neercs.h | 1 + |
---|
1572 | 3 files changed, 191 insertions(+), 8 deletions(-) |
---|
1573 | |
---|
1574 | Commit: 3873 |
---|
1575 | Author: pterjan |
---|
1576 | Date: Mon Nov 2 15:07:54 2009 +0000 |
---|
1577 | |
---|
1578 | * Improve consoles state after grabbing |
---|
1579 | |
---|
1580 | src/grab.c | 91 +++++++++++++++++++++++++++++++++++++++++++-------------- |
---|
1581 | src/mytrace.c | 76 +++++++++++++++++++++++++++++++++++++++++++++-- |
---|
1582 | src/mytrace.h | 4 ++ |
---|
1583 | 3 files changed, 146 insertions(+), 25 deletions(-) |
---|
1584 | |
---|
1585 | Commit: 3872 |
---|
1586 | Author: pterjan |
---|
1587 | Date: Mon Nov 2 14:51:44 2009 +0000 |
---|
1588 | |
---|
1589 | * Add very little but significant debug information |
---|
1590 | |
---|
1591 | src/main.c | 1 + |
---|
1592 | 1 files changed, 1 insertions(+), 0 deletions(-) |
---|
1593 | |
---|
1594 | Commit: 3871 |
---|
1595 | Author: pterjan |
---|
1596 | Date: Mon Nov 2 14:36:19 2009 +0000 |
---|
1597 | |
---|
1598 | * Testing errno is only valid for PEEK, return value must be tested for POKE |
---|
1599 | |
---|
1600 | src/mytrace.c | 3 +-- |
---|
1601 | 1 files changed, 1 insertions(+), 2 deletions(-) |
---|
1602 | |
---|
1603 | Commit: 3870 |
---|
1604 | Author: pterjan |
---|
1605 | Date: Mon Nov 2 14:30:15 2009 +0000 |
---|
1606 | |
---|
1607 | * Preserve errno when needed, and return -1 when it is set |
---|
1608 | |
---|
1609 | src/mytrace.c | 14 +++++++++----- |
---|
1610 | 1 files changed, 9 insertions(+), 5 deletions(-) |
---|
1611 | |
---|
1612 | Commit: 3869 |
---|
1613 | Author: pterjan |
---|
1614 | Date: Mon Nov 2 14:13:36 2009 +0000 |
---|
1615 | |
---|
1616 | * Do not set errno in mytrace_* functions, it is already (and correctly) set by remote_syscall |
---|
1617 | |
---|
1618 | src/mytrace.c | 18 ------------------ |
---|
1619 | 1 files changed, 0 insertions(+), 18 deletions(-) |
---|
1620 | |
---|
1621 | Commit: 3576 |
---|
1622 | Author: pterjan |
---|
1623 | Date: Fri Jul 24 15:18:29 2009 +0000 |
---|
1624 | |
---|
1625 | * Add even more info! |
---|
1626 | |
---|
1627 | README | 5 ++++- |
---|
1628 | 1 files changed, 4 insertions(+), 1 deletions(-) |
---|
1629 | |
---|
1630 | Commit: 3575 |
---|
1631 | Author: pterjan |
---|
1632 | Date: Fri Jul 24 15:00:55 2009 +0000 |
---|
1633 | |
---|
1634 | * Add a bit moreinformation in README |
---|
1635 | |
---|
1636 | README | 4 +++- |
---|
1637 | 1 files changed, 3 insertions(+), 1 deletions(-) |
---|
1638 | |
---|
1639 | Commit: 3555 |
---|
1640 | Author: pterjan |
---|
1641 | Date: Wed Jul 15 23:42:47 2009 +0000 |
---|
1642 | |
---|
1643 | * Exit cleanly from the server instead of segfaulting |
---|
1644 | |
---|
1645 | src/server.c | 8 ++++---- |
---|
1646 | 1 files changed, 4 insertions(+), 4 deletions(-) |
---|
1647 | |
---|
1648 | Commit: 3551 |
---|
1649 | Author: pterjan |
---|
1650 | Date: Fri Jul 10 14:46:54 2009 +0000 |
---|
1651 | |
---|
1652 | * Add missing svn:keywords on some source files |
---|
1653 | |
---|
1654 | src/configuration.c | 2 +- |
---|
1655 | src/effects.c | 2 +- |
---|
1656 | src/input.c | 2 +- |
---|
1657 | src/lock.c | 2 +- |
---|
1658 | src/mygetopt.c | 2 +- |
---|
1659 | src/mygetopt.h | 2 +- |
---|
1660 | src/recurrent.c | 2 +- |
---|
1661 | src/screens.c | 2 +- |
---|
1662 | src/screensaver.c | 2 +- |
---|
1663 | src/wm.c | 2 +- |
---|
1664 | 10 files changed, 10 insertions(+), 10 deletions(-) |
---|
1665 | |
---|
1666 | Commit: 3550 |
---|
1667 | Author: pterjan |
---|
1668 | Date: Fri Jul 10 10:47:31 2009 +0000 |
---|
1669 | |
---|
1670 | * Use utf8 format instead of ansi. |
---|
1671 | With ansi the width of the sprite canvas is 80 so they have to go very far to the left before getting re-positionned. |
---|
1672 | |
---|
1673 | src/screensaver.c | 21 ++++++++++++--------- |
---|
1674 | 1 files changed, 12 insertions(+), 9 deletions(-) |
---|
1675 | |
---|
1676 | Commit: 3549 |
---|
1677 | Author: pterjan |
---|
1678 | Date: Fri Jul 10 10:44:42 2009 +0000 |
---|
1679 | |
---|
1680 | * Use masks in screensaver to avoid truncated toasters |
---|
1681 | |
---|
1682 | src/screensaver.c | 68 ++++++++++++++++++++++++++++++++-------------------- |
---|
1683 | 1 files changed, 42 insertions(+), 26 deletions(-) |
---|
1684 | |
---|
1685 | Commit: 3541 |
---|
1686 | Author: pterjan |
---|
1687 | Date: Tue Jun 9 12:03:47 2009 +0000 |
---|
1688 | |
---|
1689 | * Export full canvas when we don't have dirty rectangles support |
---|
1690 | |
---|
1691 | src/main.c | 4 ++++ |
---|
1692 | src/server.c | 16 +++++++++------- |
---|
1693 | 2 files changed, 13 insertions(+), 7 deletions(-) |
---|
1694 | |
---|
1695 | Commit: 3509 |
---|
1696 | Author: pterjan |
---|
1697 | Date: Fri May 22 11:43:32 2009 +0000 |
---|
1698 | |
---|
1699 | Don't uselessly change content of status bar |
---|
1700 | |
---|
1701 | src/effects.c | 21 ++++++++++++++++----- |
---|
1702 | 1 files changed, 16 insertions(+), 5 deletions(-) |
---|
1703 | |
---|
1704 | Commit: 3508 |
---|
1705 | Author: pterjan |
---|
1706 | Date: Fri May 22 11:23:59 2009 +0000 |
---|
1707 | |
---|
1708 | Don't do twice width/height/window props/canvas initialization |
---|
1709 | |
---|
1710 | src/server.c | 9 +-------- |
---|
1711 | 1 files changed, 1 insertions(+), 8 deletions(-) |
---|
1712 | |
---|
1713 | Commit: 3507 |
---|
1714 | Author: pterjan |
---|
1715 | Date: Fri May 22 11:13:17 2009 +0000 |
---|
1716 | |
---|
1717 | fix screen_list->height |
---|
1718 | |
---|
1719 | src/screens.c | 2 +- |
---|
1720 | src/wm.c | 10 +++++----- |
---|
1721 | 2 files changed, 6 insertions(+), 6 deletions(-) |
---|
1722 | |
---|
1723 | Commit: 3506 |
---|
1724 | Author: pterjan |
---|
1725 | Date: Fri May 22 10:47:11 2009 +0000 |
---|
1726 | |
---|
1727 | Don't overlap screens/thumbnails/status bar |
---|
1728 | |
---|
1729 | src/effects.c | 11 ++++------- |
---|
1730 | src/wm.c | 10 +++++----- |
---|
1731 | 2 files changed, 9 insertions(+), 12 deletions(-) |
---|
1732 | |
---|
1733 | Commit: 3504 |
---|
1734 | Author: pterjan |
---|
1735 | Date: Fri May 22 10:07:56 2009 +0000 |
---|
1736 | |
---|
1737 | Log dirty rectangles used when refreshing |
---|
1738 | |
---|
1739 | src/server.c | 1 + |
---|
1740 | 1 files changed, 1 insertions(+), 0 deletions(-) |
---|
1741 | |
---|
1742 | Commit: 3503 |
---|
1743 | Author: pterjan |
---|
1744 | Date: Fri May 22 09:47:48 2009 +0000 |
---|
1745 | |
---|
1746 | Avoid screens out of the canvas in card mode, and use maximum possible space |
---|
1747 | |
---|
1748 | src/wm.c | 8 ++++---- |
---|
1749 | 1 files changed, 4 insertions(+), 4 deletions(-) |
---|
1750 | |
---|
1751 | Commit: 3502 |
---|
1752 | Author: pterjan |
---|
1753 | Date: Fri May 22 09:31:20 2009 +0000 |
---|
1754 | |
---|
1755 | Fix width of last window in hsplit |
---|
1756 | |
---|
1757 | src/wm.c | 2 +- |
---|
1758 | 1 files changed, 1 insertions(+), 1 deletions(-) |
---|
1759 | |
---|
1760 | Commit: 3501 |
---|
1761 | Author: pterjan |
---|
1762 | Date: Fri May 22 09:19:27 2009 +0000 |
---|
1763 | |
---|
1764 | Add svn:keywords to various .c files |
---|
1765 | |
---|
1766 | Commit: 3500 |
---|
1767 | Author: pterjan |
---|
1768 | Date: Fri May 22 09:03:40 2009 +0000 |
---|
1769 | |
---|
1770 | Send cursor position, now that we no longer export full canvas |
---|
1771 | |
---|
1772 | src/main.c | 8 ++++++-- |
---|
1773 | src/server.c | 9 +++++---- |
---|
1774 | 2 files changed, 11 insertions(+), 6 deletions(-) |
---|
1775 | |
---|
1776 | Commit: 3499 |
---|
1777 | Author: pterjan |
---|
1778 | Date: Fri May 22 08:14:23 2009 +0000 |
---|
1779 | |
---|
1780 | Don't get limited by current refresh rate when collapsing window |
---|
1781 | |
---|
1782 | src/effects.c | 1 + |
---|
1783 | 1 files changed, 1 insertions(+), 0 deletions(-) |
---|
1784 | |
---|
1785 | Commit: 3498 |
---|
1786 | Author: pterjan |
---|
1787 | Date: Fri May 22 07:56:16 2009 +0000 |
---|
1788 | |
---|
1789 | Only send the dirty rectangles to the client |
---|
1790 | |
---|
1791 | src/main.c | 13 +++++++-- |
---|
1792 | src/server.c | 86 +++++++++++++++++++++++++++++++++++++-------------------- |
---|
1793 | 2 files changed, 66 insertions(+), 33 deletions(-) |
---|
1794 | |
---|
1795 | Commit: 3496 |
---|
1796 | Author: sam |
---|
1797 | Date: Thu May 21 21:05:26 2009 +0000 |
---|
1798 | |
---|
1799 | Minor updates for recent libcaca unreleased API changes. |
---|
1800 | |
---|
1801 | configure.ac | 2 +- |
---|
1802 | src/server.c | 2 +- |
---|
1803 | 2 files changed, 2 insertions(+), 2 deletions(-) |
---|
1804 | |
---|
1805 | Commit: 3488 |
---|
1806 | Author: sam |
---|
1807 | Date: Tue May 19 22:14:11 2009 +0000 |
---|
1808 | |
---|
1809 | Add a configure test for dirty rectangle support in libcaca until we make |
---|
1810 | a release that we can build-depend on. |
---|
1811 | |
---|
1812 | configure.ac | 3 +++ |
---|
1813 | src/server.c | 2 ++ |
---|
1814 | 2 files changed, 5 insertions(+), 0 deletions(-) |
---|
1815 | |
---|
1816 | Commit: 3487 |
---|
1817 | Author: sam |
---|
1818 | Date: Tue May 19 22:14:05 2009 +0000 |
---|
1819 | |
---|
1820 | Add ideas to TODO. |
---|
1821 | |
---|
1822 | TODO | 1 + |
---|
1823 | 1 files changed, 1 insertions(+), 0 deletions(-) |
---|
1824 | |
---|
1825 | Commit: 3477 |
---|
1826 | Author: pterjan |
---|
1827 | Date: Tue May 19 12:42:36 2009 +0000 |
---|
1828 | |
---|
1829 | * Use new dirty rectangles API |
---|
1830 | |
---|
1831 | src/server.c | 2 +- |
---|
1832 | 1 files changed, 1 insertions(+), 1 deletions(-) |
---|
1833 | |
---|
1834 | Commit: 3476 |
---|
1835 | Author: pterjan |
---|
1836 | Date: Tue May 19 11:40:05 2009 +0000 |
---|
1837 | |
---|
1838 | * Reset dirty rectangle after asking client to refresh (sorry non libcaca svn users) |
---|
1839 | |
---|
1840 | src/server.c | 1 + |
---|
1841 | 1 files changed, 1 insertions(+), 0 deletions(-) |
---|
1842 | |
---|
1843 | Commit: 3464 |
---|
1844 | Author: pterjan |
---|
1845 | Date: Fri May 15 11:59:00 2009 +0000 |
---|
1846 | |
---|
1847 | * Preserve cursor position when resizing screen |
---|
1848 | |
---|
1849 | src/wm.c | 1 + |
---|
1850 | 1 files changed, 1 insertions(+), 0 deletions(-) |
---|
1851 | |
---|
1852 | Commit: 3463 |
---|
1853 | Author: pterjan |
---|
1854 | Date: Fri May 15 11:28:41 2009 +0000 |
---|
1855 | |
---|
1856 | * Skip useless some blits |
---|
1857 | |
---|
1858 | src/screens.c | 19 ++++++++++++------- |
---|
1859 | 1 files changed, 12 insertions(+), 7 deletions(-) |
---|
1860 | |
---|
1861 | Commit: 3462 |
---|
1862 | Author: pterjan |
---|
1863 | Date: Fri May 15 11:27:36 2009 +0000 |
---|
1864 | |
---|
1865 | * Only refresh canvas when we'll send refresh, and don't forget that we want to refresh when we skip |
---|
1866 | |
---|
1867 | src/server.c | 71 +++++++++++++++++++++++++-------------------------------- |
---|
1868 | 1 files changed, 31 insertions(+), 40 deletions(-) |
---|
1869 | |
---|
1870 | Commit: 3461 |
---|
1871 | Author: pterjan |
---|
1872 | Date: Fri May 15 10:07:40 2009 +0000 |
---|
1873 | |
---|
1874 | * Fix a in_bell unbalanced increment when activating visual bell before previous one was finished |
---|
1875 | |
---|
1876 | src/term.c | 3 ++- |
---|
1877 | 1 files changed, 2 insertions(+), 1 deletions(-) |
---|
1878 | |
---|
1879 | Commit: 3460 |
---|
1880 | Author: pterjan |
---|
1881 | Date: Fri May 15 09:49:54 2009 +0000 |
---|
1882 | |
---|
1883 | * Mark screen as changed when it gets resized even if resize/add/remove will trigger a full redraw |
---|
1884 | |
---|
1885 | src/wm.c | 2 ++ |
---|
1886 | 1 files changed, 2 insertions(+), 0 deletions(-) |
---|
1887 | |
---|
1888 | Commit: 3459 |
---|
1889 | Author: pterjan |
---|
1890 | Date: Fri May 15 09:48:31 2009 +0000 |
---|
1891 | |
---|
1892 | * Do not lower refresh rate under 5 times per second |
---|
1893 | |
---|
1894 | src/main.c | 9 ++++----- |
---|
1895 | 1 files changed, 4 insertions(+), 5 deletions(-) |
---|
1896 | |
---|
1897 | Commit: 3458 |
---|
1898 | Author: pterjan |
---|
1899 | Date: Thu May 14 16:27:17 2009 +0000 |
---|
1900 | |
---|
1901 | * First try at limiting refresh rate on server side, should rather be done earlier to not uselessly blit and dither |
---|
1902 | |
---|
1903 | src/server.c | 12 ++++++++++++ |
---|
1904 | 1 files changed, 12 insertions(+), 0 deletions(-) |
---|
1905 | |
---|
1906 | Commit: 3457 |
---|
1907 | Author: pterjan |
---|
1908 | Date: Thu May 14 16:16:41 2009 +0000 |
---|
1909 | |
---|
1910 | * Adapt refresh rate dynamically and inform the server about it |
---|
1911 | |
---|
1912 | src/attach.c | 16 ++++++++++++---- |
---|
1913 | src/main.c | 16 +++++++++++++++- |
---|
1914 | src/neercs.h | 1 + |
---|
1915 | src/server.c | 7 ++++++- |
---|
1916 | 4 files changed, 34 insertions(+), 6 deletions(-) |
---|
1917 | |
---|
1918 | Commit: 3456 |
---|
1919 | Author: pterjan |
---|
1920 | Date: Thu May 14 15:42:41 2009 +0000 |
---|
1921 | |
---|
1922 | * Allow configuring max refresh rate |
---|
1923 | |
---|
1924 | doc/neercs.1 | 3 +++ |
---|
1925 | src/attach.c | 2 +- |
---|
1926 | src/configuration.c | 4 ++++ |
---|
1927 | src/main.c | 3 ++- |
---|
1928 | src/neercs.h | 1 + |
---|
1929 | src/server.c | 2 +- |
---|
1930 | 6 files changed, 12 insertions(+), 3 deletions(-) |
---|
1931 | |
---|
1932 | Commit: 3455 |
---|
1933 | Author: pterjan |
---|
1934 | Date: Thu May 14 15:27:48 2009 +0000 |
---|
1935 | |
---|
1936 | * Don't refresh more than 60 times per second |
---|
1937 | |
---|
1938 | src/attach.c | 1 + |
---|
1939 | src/main.c | 3 +++ |
---|
1940 | src/neercs.h | 1 + |
---|
1941 | src/server.c | 2 ++ |
---|
1942 | 4 files changed, 7 insertions(+), 0 deletions(-) |
---|
1943 | |
---|
1944 | Commit: 3454 |
---|
1945 | Author: pterjan |
---|
1946 | Date: Thu May 14 15:21:34 2009 +0000 |
---|
1947 | |
---|
1948 | * Add 2 things to fix |
---|
1949 | |
---|
1950 | TODO | 2 ++ |
---|
1951 | 1 files changed, 2 insertions(+), 0 deletions(-) |
---|
1952 | |
---|
1953 | Commit: 3453 |
---|
1954 | Author: pterjan |
---|
1955 | Date: Thu May 14 15:20:36 2009 +0000 |
---|
1956 | |
---|
1957 | * First incomplete reduction of useless blits |
---|
1958 | |
---|
1959 | src/effects.c | 2 ++ |
---|
1960 | src/input.c | 1 + |
---|
1961 | src/neercs.h | 2 ++ |
---|
1962 | src/screens.c | 6 ++++++ |
---|
1963 | src/server.c | 5 +++++ |
---|
1964 | src/term.c | 2 ++ |
---|
1965 | 6 files changed, 18 insertions(+), 0 deletions(-) |
---|
1966 | |
---|
1967 | Commit: 3446 |
---|
1968 | Author: pterjan |
---|
1969 | Date: Wed May 13 13:23:15 2009 +0000 |
---|
1970 | |
---|
1971 | * Move failure to connect to socket into debug, it can be normal |
---|
1972 | |
---|
1973 | src/attach.c | 2 +- |
---|
1974 | 1 files changed, 1 insertions(+), 1 deletions(-) |
---|
1975 | |
---|
1976 | Commit: 3445 |
---|
1977 | Author: pterjan |
---|
1978 | Date: Wed May 13 12:42:39 2009 +0000 |
---|
1979 | |
---|
1980 | * Do not crash on unknown long option |
---|
1981 | |
---|
1982 | src/main.c | 1 + |
---|
1983 | 1 files changed, 1 insertions(+), 0 deletions(-) |
---|
1984 | |
---|
1985 | Commit: 3444 |
---|
1986 | Author: pterjan |
---|
1987 | Date: Wed May 13 08:56:59 2009 +0000 |
---|
1988 | |
---|
1989 | * Remove a memcpy |
---|
1990 | |
---|
1991 | src/main.c | 11 +++++------ |
---|
1992 | src/server.c | 32 +++++++++++++------------------- |
---|
1993 | 2 files changed, 18 insertions(+), 25 deletions(-) |
---|
1994 | |
---|
1995 | Commit: 3442 |
---|
1996 | Author: pterjan |
---|
1997 | Date: Tue May 12 19:53:08 2009 +0000 |
---|
1998 | |
---|
1999 | * Don't refresh when only hidden term changed and we have no thumbnails |
---|
2000 | |
---|
2001 | src/term.c | 3 ++- |
---|
2002 | 1 files changed, 2 insertions(+), 1 deletions(-) |
---|
2003 | |
---|
2004 | Commit: 3441 |
---|
2005 | Author: pterjan |
---|
2006 | Date: Tue May 12 12:31:20 2009 +0000 |
---|
2007 | |
---|
2008 | * Empty debug file when starting, and give it a better name |
---|
2009 | |
---|
2010 | src/server.c | 2 +- |
---|
2011 | 1 files changed, 1 insertions(+), 1 deletions(-) |
---|
2012 | |
---|
2013 | Commit: 3440 |
---|
2014 | Author: pterjan |
---|
2015 | Date: Tue May 12 11:09:34 2009 +0000 |
---|
2016 | |
---|
2017 | * Fix a huge leak I had just introduced |
---|
2018 | |
---|
2019 | src/main.c | 3 ++- |
---|
2020 | 1 files changed, 2 insertions(+), 1 deletions(-) |
---|
2021 | |
---|
2022 | Commit: 3439 |
---|
2023 | Author: pterjan |
---|
2024 | Date: Tue May 12 11:04:04 2009 +0000 |
---|
2025 | |
---|
2026 | * Add mygetopt.h to sources list |
---|
2027 | |
---|
2028 | src/Makefile.am | 6 +++--- |
---|
2029 | 1 files changed, 3 insertions(+), 3 deletions(-) |
---|
2030 | |
---|
2031 | Commit: 3438 |
---|
2032 | Author: pterjan |
---|
2033 | Date: Tue May 12 10:55:01 2009 +0000 |
---|
2034 | |
---|
2035 | * Avoid a memcpy and allocating 128K on the stack |
---|
2036 | |
---|
2037 | src/main.c | 38 +++++++++++++++++++++++--------------- |
---|
2038 | src/server.c | 4 +++- |
---|
2039 | 2 files changed, 26 insertions(+), 16 deletions(-) |
---|
2040 | |
---|
2041 | Commit: 3437 |
---|
2042 | Author: pterjan |
---|
2043 | Date: Tue May 12 09:38:58 2009 +0000 |
---|
2044 | |
---|
2045 | * Add keybindings to the manpage |
---|
2046 | |
---|
2047 | doc/neercs.1 | 25 +++++++++++++++++++++++++ |
---|
2048 | 1 files changed, 25 insertions(+), 0 deletions(-) |
---|
2049 | |
---|
2050 | Commit: 3436 |
---|
2051 | Author: pterjan |
---|
2052 | Date: Tue May 12 09:17:13 2009 +0000 |
---|
2053 | |
---|
2054 | * Add command line options and config file syntax to the manpage |
---|
2055 | |
---|
2056 | doc/neercs.1 | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++---- |
---|
2057 | 1 files changed, 55 insertions(+), 5 deletions(-) |
---|
2058 | |
---|
2059 | Commit: 3435 |
---|
2060 | Author: pterjan |
---|
2061 | Date: Fri May 8 16:01:37 2009 +0000 |
---|
2062 | |
---|
2063 | * Enforce somme default colors (else negative can't be achieved when the app does not define some) |
---|
2064 | |
---|
2065 | src/term.c | 4 ++-- |
---|
2066 | 1 files changed, 2 insertions(+), 2 deletions(-) |
---|
2067 | |
---|
2068 | Commit: 3434 |
---|
2069 | Author: pterjan |
---|
2070 | Date: Fri May 8 00:15:48 2009 +0000 |
---|
2071 | |
---|
2072 | * Redraw once when getting in visual bell and once after, only |
---|
2073 | |
---|
2074 | src/server.c | 7 ++++--- |
---|
2075 | src/term.c | 4 ++-- |
---|
2076 | 2 files changed, 6 insertions(+), 5 deletions(-) |
---|
2077 | |
---|
2078 | Commit: 3433 |
---|
2079 | Author: pterjan |
---|
2080 | Date: Thu May 7 23:45:58 2009 +0000 |
---|
2081 | |
---|
2082 | * Fix ansi values for F5-F12 keys |
---|
2083 | |
---|
2084 | src/input.c | 16 ++++++++-------- |
---|
2085 | 1 files changed, 8 insertions(+), 8 deletions(-) |
---|
2086 | |
---|
2087 | Commit: 3432 |
---|
2088 | Author: pterjan |
---|
2089 | Date: Thu May 7 23:13:19 2009 +0000 |
---|
2090 | |
---|
2091 | * Reduce useless refresh |
---|
2092 | |
---|
2093 | src/server.c | 3 ++- |
---|
2094 | 1 files changed, 2 insertions(+), 1 deletions(-) |
---|
2095 | |
---|
2096 | Commit: 3431 |
---|
2097 | Author: pterjan |
---|
2098 | Date: Tue May 5 16:42:08 2009 +0000 |
---|
2099 | |
---|
2100 | * Handle large screens |
---|
2101 | |
---|
2102 | TODO | 2 -- |
---|
2103 | src/main.c | 32 ++++++++++++++++++++++++++++++-- |
---|
2104 | src/server.c | 38 +++++++++++++++++++++++++++++++++++--- |
---|
2105 | 3 files changed, 65 insertions(+), 7 deletions(-) |
---|
2106 | |
---|
2107 | Commit: 3430 |
---|
2108 | Author: pterjan |
---|
2109 | Date: Mon May 4 22:26:23 2009 +0000 |
---|
2110 | |
---|
2111 | * Simplify a call to snprintf |
---|
2112 | |
---|
2113 | src/attach.c | 3 +-- |
---|
2114 | 1 files changed, 1 insertions(+), 2 deletions(-) |
---|
2115 | |
---|
2116 | Commit: 3396 |
---|
2117 | Author: pterjan |
---|
2118 | Date: Sun Feb 1 21:22:06 2009 +0000 |
---|
2119 | |
---|
2120 | * Improve handling of client death/disconnection |
---|
2121 | |
---|
2122 | src/server.c | 6 +++++- |
---|
2123 | 1 files changed, 5 insertions(+), 1 deletions(-) |
---|
2124 | |
---|
2125 | Commit: 3338 |
---|
2126 | Author: pterjan |
---|
2127 | Date: Thu Dec 25 14:59:42 2008 +0000 |
---|
2128 | |
---|
2129 | * Add copyright header |
---|
2130 | |
---|
2131 | src/attach.c | 16 ++++++++++++++++ |
---|
2132 | 1 files changed, 16 insertions(+), 0 deletions(-) |
---|
2133 | |
---|
2134 | Commit: 3337 |
---|
2135 | Author: pterjan |
---|
2136 | Date: Thu Dec 25 14:04:54 2008 +0000 |
---|
2137 | |
---|
2138 | * Update TODO |
---|
2139 | |
---|
2140 | TODO | 1 - |
---|
2141 | 1 files changed, 0 insertions(+), 1 deletions(-) |
---|
2142 | |
---|
2143 | Commit: 3336 |
---|
2144 | Author: pterjan |
---|
2145 | Date: Thu Dec 25 13:58:01 2008 +0000 |
---|
2146 | |
---|
2147 | * Have a more classical look on session selection menu |
---|
2148 | |
---|
2149 | src/attach.c | 18 ++++++++++++------ |
---|
2150 | 1 files changed, 12 insertions(+), 6 deletions(-) |
---|
2151 | |
---|
2152 | Commit: 3335 |
---|
2153 | Author: pterjan |
---|
2154 | Date: Thu Dec 25 13:57:00 2008 +0000 |
---|
2155 | |
---|
2156 | * Fix a crash when only one session is detached |
---|
2157 | |
---|
2158 | src/attach.c | 3 ++- |
---|
2159 | 1 files changed, 2 insertions(+), 1 deletions(-) |
---|
2160 | |
---|
2161 | Commit: 3331 |
---|
2162 | Author: pterjan |
---|
2163 | Date: Sun Nov 16 22:56:27 2008 +0000 |
---|
2164 | |
---|
2165 | * Add title and red hearts frame around the menu (do better if you can) |
---|
2166 | |
---|
2167 | src/attach.c | 15 +++++++++++---- |
---|
2168 | 1 files changed, 11 insertions(+), 4 deletions(-) |
---|
2169 | |
---|
2170 | Commit: 3330 |
---|
2171 | Author: pterjan |
---|
2172 | Date: Sun Nov 16 22:41:47 2008 +0000 |
---|
2173 | |
---|
2174 | * Revert unwanted part of last patch |
---|
2175 | |
---|
2176 | src/attach.c | 15 ++++----------- |
---|
2177 | 1 files changed, 4 insertions(+), 11 deletions(-) |
---|
2178 | |
---|
2179 | Commit: 3329 |
---|
2180 | Author: pterjan |
---|
2181 | Date: Sun Nov 16 22:40:34 2008 +0000 |
---|
2182 | |
---|
2183 | * Revert unwanted part of last patch |
---|
2184 | |
---|
2185 | src/Makefile.am | 2 +- |
---|
2186 | src/attach.c | 15 +++++++++++---- |
---|
2187 | 2 files changed, 12 insertions(+), 5 deletions(-) |
---|
2188 | |
---|
2189 | Commit: 3328 |
---|
2190 | Author: pterjan |
---|
2191 | Date: Sun Nov 16 22:05:35 2008 +0000 |
---|
2192 | |
---|
2193 | * Allow Esc to exit the session selection menu |
---|
2194 | |
---|
2195 | src/Makefile.am | 2 +- |
---|
2196 | src/attach.c | 3 +++ |
---|
2197 | 2 files changed, 4 insertions(+), 1 deletions(-) |
---|
2198 | |
---|
2199 | Commit: 3327 |
---|
2200 | Author: pterjan |
---|
2201 | Date: Sun Nov 16 21:55:46 2008 +0000 |
---|
2202 | |
---|
2203 | * Have an interactive menu to select the session to attach |
---|
2204 | |
---|
2205 | src/attach.c | 216 ++++++++++++++++++++++++++++++++++++++++++++++++++-------- |
---|
2206 | 1 files changed, 188 insertions(+), 28 deletions(-) |
---|
2207 | |
---|
2208 | Commit: 3326 |
---|
2209 | Author: sam |
---|
2210 | Date: Sat Nov 15 10:14:11 2008 +0000 |
---|
2211 | |
---|
2212 | mytrace.c: disambiguate error messages and use perror() instead of fprintf(). |
---|
2213 | |
---|
2214 | src/mytrace.c | 28 ++++++++++++++-------------- |
---|
2215 | 1 files changed, 14 insertions(+), 14 deletions(-) |
---|
2216 | |
---|
2217 | Commit: 3325 |
---|
2218 | Author: sam |
---|
2219 | Date: Sat Nov 15 10:14:04 2008 +0000 |
---|
2220 | |
---|
2221 | mytrace.c: minor code simplification. |
---|
2222 | |
---|
2223 | src/mytrace.c | 5 +---- |
---|
2224 | 1 files changed, 1 insertions(+), 4 deletions(-) |
---|
2225 | |
---|
2226 | Commit: 3324 |
---|
2227 | Author: pterjan |
---|
2228 | Date: Fri Nov 14 23:50:48 2008 +0000 |
---|
2229 | |
---|
2230 | * Move attaching logic to a separate function |
---|
2231 | |
---|
2232 | src/attach.c | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
---|
2233 | src/main.c | 52 ++-------------------------------------------------- |
---|
2234 | src/neercs.h | 1 + |
---|
2235 | 3 files changed, 59 insertions(+), 50 deletions(-) |
---|
2236 | |
---|
2237 | Commit: 3322 |
---|
2238 | Author: pterjan |
---|
2239 | Date: Mon Nov 10 22:51:29 2008 +0000 |
---|
2240 | |
---|
2241 | * Add comments to mytrace_exec |
---|
2242 | |
---|
2243 | src/mytrace.c | 22 +++++++++++++++++----- |
---|
2244 | 1 files changed, 17 insertions(+), 5 deletions(-) |
---|
2245 | |
---|
2246 | Commit: 3321 |
---|
2247 | Author: pterjan |
---|
2248 | Date: Mon Nov 10 22:17:18 2008 +0000 |
---|
2249 | |
---|
2250 | * Don't create /dev/null when it is not there, some people may run neercs as root |
---|
2251 | * Display error when fork or opening /dev/null fails |
---|
2252 | |
---|
2253 | src/server.c | 13 +++++++++---- |
---|
2254 | 1 files changed, 9 insertions(+), 4 deletions(-) |
---|
2255 | |
---|
2256 | Commit: 3320 |
---|
2257 | Author: pterjan |
---|
2258 | Date: Sat Nov 8 00:35:26 2008 +0000 |
---|
2259 | |
---|
2260 | * Fix passing of env to execve syscall |
---|
2261 | |
---|
2262 | src/mytrace.c | 46 ++++++++++++++++++++++++++++++++++++---------- |
---|
2263 | 1 files changed, 36 insertions(+), 10 deletions(-) |
---|
2264 | |
---|
2265 | Commit: 3319 |
---|
2266 | Author: pterjan |
---|
2267 | Date: Sat Nov 8 00:30:20 2008 +0000 |
---|
2268 | |
---|
2269 | * Wait for reset to exit before displaying nice message |
---|
2270 | |
---|
2271 | src/grab.c | 4 +++- |
---|
2272 | 1 files changed, 3 insertions(+), 1 deletions(-) |
---|
2273 | |
---|
2274 | Commit: 3116 |
---|
2275 | Author: pterjan |
---|
2276 | Date: Mon Oct 27 09:14:56 2008 +0000 |
---|
2277 | |
---|
2278 | * Don't exit the process if exec suceeded |
---|
2279 | |
---|
2280 | src/grab.c | 5 +++-- |
---|
2281 | 1 files changed, 3 insertions(+), 2 deletions(-) |
---|
2282 | |
---|
2283 | Commit: 3044 |
---|
2284 | Author: pterjan |
---|
2285 | Date: Sun Oct 19 13:37:04 2008 +0000 |
---|
2286 | |
---|
2287 | * __APPLE__ should be handled like other cases where USE_GRAB is not defined (please test) |
---|
2288 | |
---|
2289 | src/mytrace.c | 87 +------------------------------------------------------- |
---|
2290 | 1 files changed, 2 insertions(+), 85 deletions(-) |
---|
2291 | |
---|
2292 | Commit: 3000 |
---|
2293 | Author: pterjan |
---|
2294 | Date: Sat Oct 18 22:01:25 2008 +0000 |
---|
2295 | |
---|
2296 | * Fail early when /proc/<PID>/environ can not be read |
---|
2297 | |
---|
2298 | src/mytrace.c | 2 ++ |
---|
2299 | 1 files changed, 2 insertions(+), 0 deletions(-) |
---|
2300 | |
---|
2301 | Commit: 2999 |
---|
2302 | Author: pterjan |
---|
2303 | Date: Sat Oct 18 21:54:52 2008 +0000 |
---|
2304 | |
---|
2305 | - Run /usr/bin/reset in target process after a grab |
---|
2306 | |
---|
2307 | src/grab.c | 12 ++----- |
---|
2308 | src/mytrace.c | 88 +++++++++++++++++++++++++------------------------------- |
---|
2309 | src/mytrace.h | 5 +-- |
---|
2310 | 3 files changed, 44 insertions(+), 61 deletions(-) |
---|
2311 | |
---|
2312 | Commit: 2995 |
---|
2313 | Author: sam |
---|
2314 | Date: Sat Oct 18 21:47:35 2008 +0000 |
---|
2315 | |
---|
2316 | Port neercs to the unified libcaca 0.99.beta15 API. |
---|
2317 | |
---|
2318 | configure.ac | 4 +- |
---|
2319 | src/attach.c | 4 +- |
---|
2320 | src/effects.c | 166 ++++++++++++++++++++++++++-------------------------- |
---|
2321 | src/lock.c | 34 ++++++------ |
---|
2322 | src/main.c | 8 +- |
---|
2323 | src/mygetopt.c | 2 +- |
---|
2324 | src/neercs.h | 4 +- |
---|
2325 | src/recurrent.c | 2 +- |
---|
2326 | src/screens.c | 52 ++++++++-------- |
---|
2327 | src/screensaver.c | 40 ++++++------ |
---|
2328 | src/server.c | 28 +++++----- |
---|
2329 | src/term.c | 124 ++++++++++++++++++++-------------------- |
---|
2330 | src/wm.c | 12 ++-- |
---|
2331 | 13 files changed, 240 insertions(+), 240 deletions(-) |
---|
2332 | |
---|
2333 | Commit: 2906 |
---|
2334 | Author: pterjan |
---|
2335 | Date: Thu Oct 9 22:24:51 2008 +0000 |
---|
2336 | |
---|
2337 | * Cleanup my term after a grab |
---|
2338 | |
---|
2339 | src/grab.c | 21 ++++++++------- |
---|
2340 | src/mytrace.c | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-- |
---|
2341 | src/mytrace.h | 5 +++- |
---|
2342 | 3 files changed, 93 insertions(+), 14 deletions(-) |
---|
2343 | |
---|
2344 | Commit: 2786 |
---|
2345 | Author: sam |
---|
2346 | Date: Thu Aug 28 06:43:29 2008 +0000 |
---|
2347 | |
---|
2348 | * mytrace.c: amd64 build fix. |
---|
2349 | |
---|
2350 | src/mytrace.c | 4 +++- |
---|
2351 | 1 files changed, 3 insertions(+), 1 deletions(-) |
---|
2352 | |
---|
2353 | Commit: 2785 |
---|
2354 | Author: pterjan |
---|
2355 | Date: Wed Aug 27 21:19:02 2008 +0000 |
---|
2356 | |
---|
2357 | * Fix grab to work again on systems using sysenter instead of int 80 |
---|
2358 | |
---|
2359 | src/grab.c | 22 ++++++++++------------ |
---|
2360 | src/mytrace.c | 25 +++++++++++++++++++------ |
---|
2361 | 2 files changed, 29 insertions(+), 18 deletions(-) |
---|
2362 | |
---|
2363 | Commit: 2784 |
---|
2364 | Author: pterjan |
---|
2365 | Date: Wed Aug 27 15:03:06 2008 +0000 |
---|
2366 | |
---|
2367 | * Only send title when it has changed |
---|
2368 | |
---|
2369 | src/main.c | 4 ++++ |
---|
2370 | src/neercs.h | 1 + |
---|
2371 | src/server.c | 33 ++++++++++++++++++++++++--------- |
---|
2372 | 3 files changed, 29 insertions(+), 9 deletions(-) |
---|
2373 | |
---|
2374 | Commit: 2714 |
---|
2375 | Author: pterjan |
---|
2376 | Date: Wed Aug 13 23:16:32 2008 +0000 |
---|
2377 | |
---|
2378 | * Allow last option to not have a parameter if it is optionnal |
---|
2379 | |
---|
2380 | src/mygetopt.c | 7 +++++-- |
---|
2381 | 1 files changed, 5 insertions(+), 2 deletions(-) |
---|
2382 | |
---|
2383 | Commit: 2675 |
---|
2384 | Author: pterjan |
---|
2385 | Date: Wed Aug 6 20:58:31 2008 +0000 |
---|
2386 | |
---|
2387 | * Don't crash when an option with mandatory argument is passed last |
---|
2388 | |
---|
2389 | src/main.c | 2 ++ |
---|
2390 | src/mygetopt.c | 8 +++++++- |
---|
2391 | 2 files changed, 9 insertions(+), 1 deletions(-) |
---|
2392 | |
---|
2393 | Commit: 2674 |
---|
2394 | Author: pterjan |
---|
2395 | Date: Wed Aug 6 20:45:49 2008 +0000 |
---|
2396 | |
---|
2397 | * Fix a fd leak when connection to the socket fails |
---|
2398 | |
---|
2399 | src/attach.c | 1 + |
---|
2400 | 1 files changed, 1 insertions(+), 0 deletions(-) |
---|
2401 | |
---|
2402 | Commit: 2673 |
---|
2403 | Author: pterjan |
---|
2404 | Date: Tue Aug 5 12:19:39 2008 +0000 |
---|
2405 | |
---|
2406 | * As to_grab and to_start are now part of screen_list, no need to have them as parameters |
---|
2407 | |
---|
2408 | src/main.c | 2 +- |
---|
2409 | src/neercs.h | 2 +- |
---|
2410 | src/server.c | 27 +++++++++++++++------------ |
---|
2411 | 3 files changed, 17 insertions(+), 14 deletions(-) |
---|
2412 | |
---|
2413 | Commit: 2649 |
---|
2414 | Author: pterjan |
---|
2415 | Date: Sat Aug 2 21:24:36 2008 +0000 |
---|
2416 | |
---|
2417 | * Check a few more realloc, and return when they fail |
---|
2418 | |
---|
2419 | src/configuration.c | 15 ++++++++++++++- |
---|
2420 | 1 files changed, 14 insertions(+), 1 deletions(-) |
---|
2421 | |
---|
2422 | Commit: 2648 |
---|
2423 | Author: pterjan |
---|
2424 | Date: Sat Aug 2 21:22:11 2008 +0000 |
---|
2425 | |
---|
2426 | * Check a few more malloc, and output errors on stderr |
---|
2427 | |
---|
2428 | src/configuration.c | 20 ++++++++++++++++---- |
---|
2429 | 1 files changed, 16 insertions(+), 4 deletions(-) |
---|
2430 | |
---|
2431 | Commit: 2646 |
---|
2432 | Author: jylam |
---|
2433 | Date: Sat Aug 2 12:47:25 2008 +0000 |
---|
2434 | |
---|
2435 | * Set default (temporary) size of initial term to 80x80 to avoid having a too short PS at first time |
---|
2436 | |
---|
2437 | src/server.c | 2 +- |
---|
2438 | 1 files changed, 1 insertions(+), 1 deletions(-) |
---|
2439 | |
---|
2440 | Commit: 2645 |
---|
2441 | Author: pterjan |
---|
2442 | Date: Sat Aug 2 12:29:15 2008 +0000 |
---|
2443 | |
---|
2444 | * Move the end of options parsing into handle_command_line |
---|
2445 | |
---|
2446 | src/main.c | 43 +++++++++++++++++++------------------------ |
---|
2447 | 1 files changed, 19 insertions(+), 24 deletions(-) |
---|
2448 | |
---|
2449 | Commit: 2642 |
---|
2450 | Author: jylam |
---|
2451 | Date: Sat Aug 2 11:32:35 2008 +0000 |
---|
2452 | |
---|
2453 | * Moved most of the command line parsing to its own function |
---|
2454 | |
---|
2455 | src/main.c | 293 +++++++++++++++++++++++++++++++--------------------------- |
---|
2456 | src/neercs.h | 7 ++ |
---|
2457 | src/server.c | 8 +- |
---|
2458 | 3 files changed, 168 insertions(+), 140 deletions(-) |
---|
2459 | |
---|
2460 | Commit: 2641 |
---|
2461 | Author: jylam |
---|
2462 | Date: Sat Aug 2 10:53:55 2008 +0000 |
---|
2463 | |
---|
2464 | * Added window list and window selection by name using ctrl-a-" |
---|
2465 | |
---|
2466 | src/effects.c | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
---|
2467 | src/input.c | 8 ++++++++ |
---|
2468 | src/main.c | 1 + |
---|
2469 | src/neercs.h | 6 +++++- |
---|
2470 | src/screens.c | 4 ++++ |
---|
2471 | src/server.c | 5 +++++ |
---|
2472 | 6 files changed, 80 insertions(+), 1 deletions(-) |
---|
2473 | |
---|
2474 | Commit: 2640 |
---|
2475 | Author: pterjan |
---|
2476 | Date: Sat Aug 2 10:52:30 2008 +0000 |
---|
2477 | |
---|
2478 | * Fill TODO with nice wishes |
---|
2479 | |
---|
2480 | TODO | 4 ++++ |
---|
2481 | 1 files changed, 4 insertions(+), 0 deletions(-) |
---|
2482 | |
---|
2483 | Commit: 2639 |
---|
2484 | Author: jylam |
---|
2485 | Date: Sat Aug 2 10:23:49 2008 +0000 |
---|
2486 | |
---|
2487 | * We can now choose current window with ctrl-a-N where N is 0-9 |
---|
2488 | |
---|
2489 | src/input.c | 13 +++++++++++++ |
---|
2490 | src/main.c | 1 - |
---|
2491 | src/screens.c | 3 +++ |
---|
2492 | src/server.c | 1 + |
---|
2493 | 4 files changed, 17 insertions(+), 1 deletions(-) |
---|
2494 | |
---|
2495 | Commit: 2638 |
---|
2496 | Author: jylam |
---|
2497 | Date: Sat Aug 2 09:51:05 2008 +0000 |
---|
2498 | |
---|
2499 | * Don't quit if a refresh doesn't work. Problem must be tougher as this, thought. |
---|
2500 | |
---|
2501 | src/server.c | 4 +++- |
---|
2502 | 1 files changed, 3 insertions(+), 1 deletions(-) |
---|
2503 | |
---|
2504 | Commit: 2627 |
---|
2505 | Author: pterjan |
---|
2506 | Date: Fri Aug 1 16:02:17 2008 +0000 |
---|
2507 | |
---|
2508 | * Use "config.h" everywhere |
---|
2509 | |
---|
2510 | src/effects.c | 3 ++- |
---|
2511 | src/lock.c | 3 ++- |
---|
2512 | 2 files changed, 4 insertions(+), 2 deletions(-) |
---|
2513 | |
---|
2514 | Commit: 2626 |
---|
2515 | Author: pterjan |
---|
2516 | Date: Fri Aug 1 14:24:38 2008 +0000 |
---|
2517 | |
---|
2518 | * Handle Ctrl-a k (and not only Ctrl-a Ctrl-k) |
---|
2519 | |
---|
2520 | src/input.c | 1 + |
---|
2521 | 1 files changed, 1 insertions(+), 0 deletions(-) |
---|
2522 | |
---|
2523 | Commit: 2625 |
---|
2524 | Author: pterjan |
---|
2525 | Date: Fri Aug 1 13:55:37 2008 +0000 |
---|
2526 | |
---|
2527 | * Filter out events that we don't use |
---|
2528 | * Reduce caca_get_event timeout |
---|
2529 | |
---|
2530 | src/main.c | 6 +++++- |
---|
2531 | src/server.c | 1 - |
---|
2532 | 2 files changed, 5 insertions(+), 2 deletions(-) |
---|
2533 | |
---|
2534 | Commit: 2624 |
---|
2535 | Author: pterjan |
---|
2536 | Date: Fri Aug 1 13:44:49 2008 +0000 |
---|
2537 | |
---|
2538 | * Move all server creatio ninto server.c |
---|
2539 | |
---|
2540 | src/main.c | 47 +---------------------------------------------- |
---|
2541 | src/neercs.h | 2 +- |
---|
2542 | src/server.c | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- |
---|
2543 | 3 files changed, 56 insertions(+), 48 deletions(-) |
---|
2544 | |
---|
2545 | Commit: 2623 |
---|
2546 | Author: pterjan |
---|
2547 | Date: Fri Aug 1 13:37:12 2008 +0000 |
---|
2548 | |
---|
2549 | * No need to reize windows until we now the size of the client |
---|
2550 | |
---|
2551 | src/server.c | 3 --- |
---|
2552 | 1 files changed, 0 insertions(+), 3 deletions(-) |
---|
2553 | |
---|
2554 | Commit: 2622 |
---|
2555 | Author: pterjan |
---|
2556 | Date: Fri Aug 1 13:10:07 2008 +0000 |
---|
2557 | |
---|
2558 | * Don't use free'd title during the final animation |
---|
2559 | |
---|
2560 | src/server.c | 3 ++- |
---|
2561 | 1 files changed, 2 insertions(+), 1 deletions(-) |
---|
2562 | |
---|
2563 | Commit: 2615 |
---|
2564 | Author: sam |
---|
2565 | Date: Thu Jul 31 14:16:36 2008 +0000 |
---|
2566 | |
---|
2567 | * term.c: use size_t instead of unsigned int to avoid warnings. |
---|
2568 | |
---|
2569 | src/term.c | 2 +- |
---|
2570 | 1 files changed, 1 insertions(+), 1 deletions(-) |
---|
2571 | |
---|
2572 | Commit: 2614 |
---|
2573 | Author: pterjan |
---|
2574 | Date: Wed Jul 30 23:34:55 2008 +0000 |
---|
2575 | |
---|
2576 | * Factorize some code in attach.c |
---|
2577 | |
---|
2578 | src/attach.c | 124 +++++++++++++++------------------------------------------- |
---|
2579 | src/main.c | 63 +++++++++++++++-------------- |
---|
2580 | src/neercs.h | 20 +++++---- |
---|
2581 | src/server.c | 50 ++++++++++++----------- |
---|
2582 | 4 files changed, 101 insertions(+), 156 deletions(-) |
---|
2583 | |
---|
2584 | Commit: 2613 |
---|
2585 | Author: pterjan |
---|
2586 | Date: Wed Jul 30 22:42:34 2008 +0000 |
---|
2587 | |
---|
2588 | * Handle events even if we get flooded on the socket |
---|
2589 | |
---|
2590 | src/main.c | 2 +- |
---|
2591 | 1 files changed, 1 insertions(+), 1 deletions(-) |
---|
2592 | |
---|
2593 | Commit: 2612 |
---|
2594 | Author: pterjan |
---|
2595 | Date: Wed Jul 30 21:38:52 2008 +0000 |
---|
2596 | |
---|
2597 | * Revert change about ptrace.h, should not be commited |
---|
2598 | |
---|
2599 | src/mytrace.c | 2 +- |
---|
2600 | 1 files changed, 1 insertions(+), 1 deletions(-) |
---|
2601 | |
---|
2602 | Commit: 2611 |
---|
2603 | Author: pterjan |
---|
2604 | Date: Wed Jul 30 21:35:44 2008 +0000 |
---|
2605 | |
---|
2606 | * Fix copy/paste errors |
---|
2607 | |
---|
2608 | src/attach.c | 4 ++-- |
---|
2609 | src/mytrace.c | 2 +- |
---|
2610 | 2 files changed, 3 insertions(+), 3 deletions(-) |
---|
2611 | |
---|
2612 | Commit: 2610 |
---|
2613 | Author: pterjan |
---|
2614 | Date: Wed Jul 30 21:19:10 2008 +0000 |
---|
2615 | |
---|
2616 | * Fix build without PAM |
---|
2617 | |
---|
2618 | configure.ac | 4 +--- |
---|
2619 | 1 files changed, 1 insertions(+), 3 deletions(-) |
---|
2620 | |
---|
2621 | Commit: 2598 |
---|
2622 | Author: pterjan |
---|
2623 | Date: Sun Jul 27 20:57:53 2008 +0000 |
---|
2624 | |
---|
2625 | * Fix attach which got broken by .srv addition |
---|
2626 | |
---|
2627 | src/attach.c | 2 ++ |
---|
2628 | 1 files changed, 2 insertions(+), 0 deletions(-) |
---|
2629 | |
---|
2630 | Commit: 2597 |
---|
2631 | Author: pterjan |
---|
2632 | Date: Sun Jul 27 20:19:02 2008 +0000 |
---|
2633 | |
---|
2634 | * Don't detach on temporary write failure |
---|
2635 | |
---|
2636 | src/server.c | 4 ++-- |
---|
2637 | 1 files changed, 2 insertions(+), 2 deletions(-) |
---|
2638 | |
---|
2639 | Commit: 2596 |
---|
2640 | Author: pterjan |
---|
2641 | Date: Sun Jul 27 19:08:41 2008 +0000 |
---|
2642 | |
---|
2643 | * Suffix the server socket, it's on them that we glob |
---|
2644 | * If the last socket does not work, try the previous ones |
---|
2645 | |
---|
2646 | src/attach.c | 6 +++--- |
---|
2647 | src/main.c | 7 +++++++ |
---|
2648 | 2 files changed, 10 insertions(+), 3 deletions(-) |
---|
2649 | |
---|
2650 | Commit: 2595 |
---|
2651 | Author: pterjan |
---|
2652 | Date: Sun Jul 27 18:58:12 2008 +0000 |
---|
2653 | |
---|
2654 | * But don't leak |
---|
2655 | |
---|
2656 | src/main.c | 4 +++- |
---|
2657 | 1 files changed, 3 insertions(+), 1 deletions(-) |
---|
2658 | |
---|
2659 | Commit: 2594 |
---|
2660 | Author: pterjan |
---|
2661 | Date: Sun Jul 27 18:56:33 2008 +0000 |
---|
2662 | |
---|
2663 | * Wait until the server is started |
---|
2664 | |
---|
2665 | src/main.c | 3 ++- |
---|
2666 | 1 files changed, 2 insertions(+), 1 deletions(-) |
---|
2667 | |
---|
2668 | Commit: 2593 |
---|
2669 | Author: pterjan |
---|
2670 | Date: Sun Jul 27 09:08:57 2008 +0000 |
---|
2671 | |
---|
2672 | * Disconnect when failing to write to the client |
---|
2673 | |
---|
2674 | src/server.c | 15 ++++++++++++--- |
---|
2675 | 1 files changed, 12 insertions(+), 3 deletions(-) |
---|
2676 | |
---|
2677 | Commit: 2592 |
---|
2678 | Author: pterjan |
---|
2679 | Date: Sun Jul 27 08:48:33 2008 +0000 |
---|
2680 | |
---|
2681 | * Include config.h in attach.c to have DEBUG |
---|
2682 | |
---|
2683 | src/attach.c | 1 + |
---|
2684 | src/main.c | 1 + |
---|
2685 | 2 files changed, 2 insertions(+), 0 deletions(-) |
---|
2686 | |
---|
2687 | Commit: 2591 |
---|
2688 | Author: pterjan |
---|
2689 | Date: Sun Jul 27 08:25:32 2008 +0000 |
---|
2690 | |
---|
2691 | * Fix a double free and free everything in case of error |
---|
2692 | |
---|
2693 | src/main.c | 119 ++++++++++++++++++++++++++++++++---------------------------- |
---|
2694 | 1 files changed, 64 insertions(+), 55 deletions(-) |
---|
2695 | |
---|
2696 | Commit: 2590 |
---|
2697 | Author: pterjan |
---|
2698 | Date: Sun Jul 27 08:08:33 2008 +0000 |
---|
2699 | |
---|
2700 | * Fix warnings |
---|
2701 | |
---|
2702 | src/server.c | 6 +++--- |
---|
2703 | 1 files changed, 3 insertions(+), 3 deletions(-) |
---|
2704 | |
---|
2705 | Commit: 2589 |
---|
2706 | Author: pterjan |
---|
2707 | Date: Sun Jul 27 02:33:30 2008 +0000 |
---|
2708 | |
---|
2709 | * Add missing part in detach code (a lot of cleanup and fixes needed) |
---|
2710 | |
---|
2711 | src/attach.c | 137 +++++++++++++++++++++++++++++++++++++++++++++++---------- |
---|
2712 | src/main.c | 82 ++++++++++++++++++++++++----------- |
---|
2713 | src/neercs.h | 16 ++++--- |
---|
2714 | src/server.c | 90 +++++++++++++++++++++++++++----------- |
---|
2715 | 4 files changed, 245 insertions(+), 80 deletions(-) |
---|
2716 | |
---|
2717 | Commit: 2588 |
---|
2718 | Author: pterjan |
---|
2719 | Date: Sat Jul 26 23:17:04 2008 +0000 |
---|
2720 | |
---|
2721 | * Rewrote detach handling, enjoy silent neercs |
---|
2722 | |
---|
2723 | src/Makefile.am | 2 +- |
---|
2724 | src/attach.c | 158 ++++++------------------- |
---|
2725 | src/input.c | 2 +- |
---|
2726 | src/main.c | 296 +++++++++++++++++----------------------------- |
---|
2727 | src/neercs.h | 9 +- |
---|
2728 | src/server.c | 348 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
---|
2729 | 6 files changed, 503 insertions(+), 312 deletions(-) |
---|
2730 | |
---|
2731 | Commit: 2587 |
---|
2732 | Author: pterjan |
---|
2733 | Date: Sat Jul 26 23:06:09 2008 +0000 |
---|
2734 | |
---|
2735 | * Ensure screen_list->config is NULL when there is no config file |
---|
2736 | |
---|
2737 | src/configuration.c | 3 ++- |
---|
2738 | 1 files changed, 2 insertions(+), 1 deletions(-) |
---|
2739 | |
---|
2740 | Commit: 2582 |
---|
2741 | Author: bsittler |
---|
2742 | Date: Wed Jul 23 21:55:38 2008 +0000 |
---|
2743 | |
---|
2744 | improved terminal emulation (partial ISO-2022 support) |
---|
2745 | |
---|
2746 | src/neercs.h | 75 +++++++++++++++++- |
---|
2747 | src/term.c | 252 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++- |
---|
2748 | 2 files changed, 323 insertions(+), 4 deletions(-) |
---|
2749 | |
---|
2750 | Commit: 2581 |
---|
2751 | Author: bsittler |
---|
2752 | Date: Wed Jul 23 21:54:24 2008 +0000 |
---|
2753 | |
---|
2754 | Ctrl-A a & Ctrl-A ? behaviour |
---|
2755 | |
---|
2756 | src/input.c | 1 + |
---|
2757 | src/main.c | 10 ++++++++-- |
---|
2758 | 2 files changed, 9 insertions(+), 2 deletions(-) |
---|
2759 | |
---|
2760 | Commit: 2580 |
---|
2761 | Author: bsittler |
---|
2762 | Date: Wed Jul 23 21:52:54 2008 +0000 |
---|
2763 | |
---|
2764 | OS X compilation fixes |
---|
2765 | |
---|
2766 | src/lock.c | 5 +++ |
---|
2767 | src/mytrace.c | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
---|
2768 | 2 files changed, 82 insertions(+), 0 deletions(-) |
---|
2769 | |
---|
2770 | Commit: 2547 |
---|
2771 | Author: sam |
---|
2772 | Date: Wed Jul 16 17:24:14 2008 +0000 |
---|
2773 | |
---|
2774 | * mygetopt.c: fix a parsing issue with short options. |
---|
2775 | |
---|
2776 | src/mygetopt.c | 2 +- |
---|
2777 | 1 files changed, 1 insertions(+), 1 deletions(-) |
---|
2778 | |
---|
2779 | Commit: 2538 |
---|
2780 | Author: sam |
---|
2781 | Date: Wed Jul 16 13:36:51 2008 +0000 |
---|
2782 | |
---|
2783 | * lock.c: do not build PTY locking mechanism if PAM isn't present. |
---|
2784 | |
---|
2785 | configure.ac | 13 +++++++------ |
---|
2786 | src/lock.c | 23 +++++++++++++++++++---- |
---|
2787 | 2 files changed, 26 insertions(+), 10 deletions(-) |
---|
2788 | |
---|
2789 | Commit: 2516 |
---|
2790 | Author: sam |
---|
2791 | Date: Wed Jul 2 14:35:26 2008 +0000 |
---|
2792 | |
---|
2793 | * Fork the grabbed process and exit the parent. Unfortunately for some |
---|
2794 | reason it still survives as a zombie, there must be something wrong with |
---|
2795 | the setsid/setpgid mechanism we use (maybe setpgrp is needed?). |
---|
2796 | |
---|
2797 | src/grab.c | 39 ++++++++---- |
---|
2798 | src/mytrace.c | 183 +++++++++++++++++++++++++++++++++++++++++++------------- |
---|
2799 | src/mytrace.h | 3 + |
---|
2800 | 3 files changed, 169 insertions(+), 56 deletions(-) |
---|
2801 | |
---|
2802 | Commit: 2514 |
---|
2803 | Author: sam |
---|
2804 | Date: Tue Jul 1 20:35:22 2008 +0000 |
---|
2805 | |
---|
2806 | * Add kill() to the list of supported remote syscalls. We might need to |
---|
2807 | send SIGCHLD to the grabbed process's parent. |
---|
2808 | |
---|
2809 | src/mytrace.c | 16 ++++++++++++++-- |
---|
2810 | src/mytrace.h | 1 + |
---|
2811 | 2 files changed, 15 insertions(+), 2 deletions(-) |
---|
2812 | |
---|
2813 | Commit: 2513 |
---|
2814 | Author: sam |
---|
2815 | Date: Tue Jul 1 19:43:36 2008 +0000 |
---|
2816 | |
---|
2817 | * Add write() to the list of supported remote syscalls. |
---|
2818 | |
---|
2819 | src/mytrace.c | 63 +++++++++++++++++++++++++++++++++++++++++++++++--------- |
---|
2820 | src/mytrace.h | 3 +- |
---|
2821 | 2 files changed, 55 insertions(+), 11 deletions(-) |
---|
2822 | |
---|
2823 | Commit: 2512 |
---|
2824 | Author: sam |
---|
2825 | Date: Tue Jul 1 14:30:18 2008 +0000 |
---|
2826 | |
---|
2827 | * Add missing headers and _XOPEN_SOURCE definition to grab.c. |
---|
2828 | |
---|
2829 | src/grab.c | 8 ++++++-- |
---|
2830 | 1 files changed, 6 insertions(+), 2 deletions(-) |
---|
2831 | |
---|
2832 | Commit: 2511 |
---|
2833 | Author: sam |
---|
2834 | Date: Tue Jul 1 14:14:54 2008 +0000 |
---|
2835 | |
---|
2836 | * Allow to grab 32-bit applications from a 64-bit neercs process. |
---|
2837 | |
---|
2838 | src/mytrace.c | 99 ++++++++++++++++++++++++++++++++++++++++++-------------- |
---|
2839 | src/neercs.h | 2 - |
---|
2840 | 2 files changed, 74 insertions(+), 27 deletions(-) |
---|
2841 | |
---|
2842 | Commit: 2510 |
---|
2843 | Author: sam |
---|
2844 | Date: Mon Jun 30 23:26:57 2008 +0000 |
---|
2845 | |
---|
2846 | * Add a --debug flag to the configure step. |
---|
2847 | |
---|
2848 | configure.ac | 7 +++++++ |
---|
2849 | src/neercs.h | 18 +++++++++++++++--- |
---|
2850 | 2 files changed, 22 insertions(+), 3 deletions(-) |
---|
2851 | |
---|
2852 | Commit: 2509 |
---|
2853 | Author: sam |
---|
2854 | Date: Mon Jun 30 23:26:52 2008 +0000 |
---|
2855 | |
---|
2856 | * Split grab.c into the grabbing heuristic and the pure ptrace interface, |
---|
2857 | because we might use it for other things in the future. |
---|
2858 | |
---|
2859 | src/Makefile.am | 2 +- |
---|
2860 | src/grab.c | 372 ++++++-------------------------------------------- |
---|
2861 | src/mytrace.c | 403 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
---|
2862 | src/mytrace.h | 25 ++++ |
---|
2863 | 4 files changed, 474 insertions(+), 328 deletions(-) |
---|
2864 | |
---|
2865 | Commit: 2508 |
---|
2866 | Author: sam |
---|
2867 | Date: Mon Jun 30 23:26:46 2008 +0000 |
---|
2868 | |
---|
2869 | * Fix memcpy_from_target() and memcpy_to_target() alignment issues. |
---|
2870 | |
---|
2871 | src/grab.c | 72 ++++++++++++++++++++++++++++++++++++++++------------------- |
---|
2872 | 1 files changed, 49 insertions(+), 23 deletions(-) |
---|
2873 | |
---|
2874 | Commit: 2507 |
---|
2875 | Author: sam |
---|
2876 | Date: Mon Jun 30 23:26:41 2008 +0000 |
---|
2877 | |
---|
2878 | * Cosmetic: nicer debug output. |
---|
2879 | |
---|
2880 | src/grab.c | 2 +- |
---|
2881 | src/term.c | 2 +- |
---|
2882 | 2 files changed, 2 insertions(+), 2 deletions(-) |
---|
2883 | |
---|
2884 | Commit: 2506 |
---|
2885 | Author: sam |
---|
2886 | Date: Mon Jun 30 23:26:35 2008 +0000 |
---|
2887 | |
---|
2888 | * Activate USE_GRAB on amd64/x86_64 systems, too. |
---|
2889 | |
---|
2890 | configure.ac | 2 +- |
---|
2891 | 1 files changed, 1 insertions(+), 1 deletions(-) |
---|
2892 | |
---|
2893 | Commit: 2505 |
---|
2894 | Author: sam |
---|
2895 | Date: Mon Jun 30 23:26:30 2008 +0000 |
---|
2896 | |
---|
2897 | * Start refactoring grab.c: instead of writing code to the stack, we wait |
---|
2898 | for a system call to be made and simply rewind eip/rip. Should now work |
---|
2899 | on amd64, too. |
---|
2900 | |
---|
2901 | src/grab.c | 307 ++++++++++++++++++++++++++++++++-------------------------- |
---|
2902 | src/neercs.h | 7 +- |
---|
2903 | src/term.c | 2 +- |
---|
2904 | 3 files changed, 175 insertions(+), 141 deletions(-) |
---|
2905 | |
---|
2906 | Commit: 2504 |
---|
2907 | Author: sam |
---|
2908 | Date: Mon Jun 30 23:26:25 2008 +0000 |
---|
2909 | |
---|
2910 | * Coding style. |
---|
2911 | |
---|
2912 | src/grab.c | 60 ++++++++++++++++++++++++++++++------------------------------ |
---|
2913 | 1 files changed, 30 insertions(+), 30 deletions(-) |
---|
2914 | |
---|
2915 | Commit: 2503 |
---|
2916 | Author: sam |
---|
2917 | Date: Mon Jun 30 23:26:21 2008 +0000 |
---|
2918 | |
---|
2919 | * Ported grab code to amd64. Doesn't work yet, maybe because we are |
---|
2920 | putting a stack address into RIP and the stack isn't executable. |
---|
2921 | |
---|
2922 | src/grab.c | 30 ++++++++++++++++++++++++------ |
---|
2923 | 1 files changed, 24 insertions(+), 6 deletions(-) |
---|
2924 | |
---|
2925 | Commit: 2502 |
---|
2926 | Author: sam |
---|
2927 | Date: Mon Jun 30 23:26:17 2008 +0000 |
---|
2928 | |
---|
2929 | * Coding style. |
---|
2930 | |
---|
2931 | src/grab.c | 52 ++++++++++++++++++++++++++++++---------------------- |
---|
2932 | 1 files changed, 30 insertions(+), 22 deletions(-) |
---|
2933 | |
---|
2934 | Commit: 2501 |
---|
2935 | Author: sam |
---|
2936 | Date: Mon Jun 30 23:26:12 2008 +0000 |
---|
2937 | |
---|
2938 | * Preparing the amd64 port of grab.c by first making the current |
---|
2939 | i386-specific code compile. |
---|
2940 | |
---|
2941 | src/grab.c | 62 +++++++++++++++++++++++++++++++++++++---------------------- |
---|
2942 | 1 files changed, 39 insertions(+), 23 deletions(-) |
---|
2943 | |
---|
2944 | Commit: 2500 |
---|
2945 | Author: jylam |
---|
2946 | Date: Sat Jun 28 14:50:59 2008 +0000 |
---|
2947 | |
---|
2948 | * Added an autolock timeout (autolock_timeout = N in configuration file) |
---|
2949 | |
---|
2950 | src/configuration.c | 5 +++++ |
---|
2951 | src/main.c | 13 +++++++++++-- |
---|
2952 | src/neercs.h | 1 + |
---|
2953 | src/neercsrc | 1 + |
---|
2954 | 4 files changed, 18 insertions(+), 2 deletions(-) |
---|
2955 | |
---|
2956 | Commit: 2499 |
---|
2957 | Author: pterjan |
---|
2958 | Date: Sat Jun 28 14:29:42 2008 +0000 |
---|
2959 | |
---|
2960 | * Write a few ideas |
---|
2961 | |
---|
2962 | TODO | 3 +++ |
---|
2963 | 1 files changed, 3 insertions(+), 0 deletions(-) |
---|
2964 | |
---|
2965 | Commit: 2498 |
---|
2966 | Author: pterjan |
---|
2967 | Date: Sat Jun 28 14:18:18 2008 +0000 |
---|
2968 | |
---|
2969 | * Include config.h in grab.c, else USE_GRAB will never be defined |
---|
2970 | |
---|
2971 | src/grab.c | 2 ++ |
---|
2972 | 1 files changed, 2 insertions(+), 0 deletions(-) |
---|
2973 | |
---|
2974 | Commit: 2497 |
---|
2975 | Author: jylam |
---|
2976 | Date: Sat Jun 28 11:39:10 2008 +0000 |
---|
2977 | |
---|
2978 | * Use $HOME before trying to get user directory via getpwuid |
---|
2979 | |
---|
2980 | src/main.c | 27 +++++++++++++++++---------- |
---|
2981 | 1 files changed, 17 insertions(+), 10 deletions(-) |
---|
2982 | |
---|
2983 | Commit: 2496 |
---|
2984 | Author: jylam |
---|
2985 | Date: Sat Jun 28 11:26:41 2008 +0000 |
---|
2986 | |
---|
2987 | * Removed a double-free and a leak. Mozilla, you have been trolled. |
---|
2988 | |
---|
2989 | src/main.c | 8 ++++++-- |
---|
2990 | 1 files changed, 6 insertions(+), 2 deletions(-) |
---|
2991 | |
---|
2992 | Commit: 2495 |
---|
2993 | Author: jylam |
---|
2994 | Date: Sat Jun 28 11:22:26 2008 +0000 |
---|
2995 | |
---|
2996 | * Removed general local variables from main() and put it in struct screen_list |
---|
2997 | * Moved most of the input handling to input.c |
---|
2998 | * Moved lock feature to lock.c |
---|
2999 | |
---|
3000 | src/Makefile.am | 3 +- |
---|
3001 | src/effects.c | 331 +++++++++++++++---------------------------------- |
---|
3002 | src/input.c | 142 +++++++++++++++++++++ |
---|
3003 | src/lock.c | 204 ++++++++++++++++++++++++++++++ |
---|
3004 | src/main.c | 360 +++++++++++++++++------------------------------------ |
---|
3005 | src/neercs.h | 56 ++++---- |
---|
3006 | src/recurrent.c | 28 ++++ |
---|
3007 | src/screens.c | 39 +++--- |
---|
3008 | src/screensaver.c | 44 +++---- |
---|
3009 | src/wm.c | 18 ++-- |
---|
3010 | 10 files changed, 662 insertions(+), 563 deletions(-) |
---|
3011 | |
---|
3012 | Commit: 2494 |
---|
3013 | Author: jylam |
---|
3014 | Date: Fri Jun 27 18:50:21 2008 +0000 |
---|
3015 | |
---|
3016 | * Define _GNU_SOURCE to enable getsid() as a GNU extention to *libc |
---|
3017 | |
---|
3018 | configure.ac | 3 +++ |
---|
3019 | 1 files changed, 3 insertions(+), 0 deletions(-) |
---|
3020 | |
---|
3021 | Commit: 2493 |
---|
3022 | Author: sam |
---|
3023 | Date: Fri Jun 27 17:55:06 2008 +0000 |
---|
3024 | |
---|
3025 | * Fix grabbing of one process: upper loop bound was wrong. |
---|
3026 | |
---|
3027 | src/main.c | 2 +- |
---|
3028 | 1 files changed, 1 insertions(+), 1 deletions(-) |
---|
3029 | |
---|
3030 | Commit: 2492 |
---|
3031 | Author: sam |
---|
3032 | Date: Fri Jun 27 17:55:01 2008 +0000 |
---|
3033 | |
---|
3034 | * Prettier grab support detection in configure.ac. |
---|
3035 | |
---|
3036 | configure.ac | 15 +++++++-------- |
---|
3037 | 1 files changed, 7 insertions(+), 8 deletions(-) |
---|
3038 | |
---|
3039 | Commit: 2491 |
---|
3040 | Author: sam |
---|
3041 | Date: Fri Jun 27 17:54:56 2008 +0000 |
---|
3042 | |
---|
3043 | * Compilation works better when files #include "config.h". |
---|
3044 | |
---|
3045 | src/grab.c | 16 ++++++++++++++++ |
---|
3046 | 1 files changed, 16 insertions(+), 0 deletions(-) |
---|
3047 | |
---|
3048 | Commit: 2490 |
---|
3049 | Author: sam |
---|
3050 | Date: Fri Jun 27 10:09:20 2008 +0000 |
---|
3051 | |
---|
3052 | * Rename man/ to doc/. |
---|
3053 | * Add svn:ignore properties here and there. |
---|
3054 | |
---|
3055 | Makefile.am | 4 ++-- |
---|
3056 | configure.ac | 4 +--- |
---|
3057 | doc/Makefile.am | 9 +++++++++ |
---|
3058 | doc/neercs.1 | 22 ++++++++++++++++++++++ |
---|
3059 | man/Makefile.am | 13 ------------- |
---|
3060 | man/neercs.1 | 22 ---------------------- |
---|
3061 | 6 files changed, 34 insertions(+), 40 deletions(-) |
---|
3062 | |
---|
3063 | Commit: 2489 |
---|
3064 | Author: jylam |
---|
3065 | Date: Wed Jun 25 09:20:48 2008 +0000 |
---|
3066 | |
---|
3067 | * Removed a double-free, check if ptr==NULL before freeing in several places |
---|
3068 | |
---|
3069 | src/main.c | 23 +++++++++++------------ |
---|
3070 | 1 files changed, 11 insertions(+), 12 deletions(-) |
---|
3071 | |
---|
3072 | Commit: 2488 |
---|
3073 | Author: pterjan |
---|
3074 | Date: Tue Jun 24 22:33:40 2008 +0000 |
---|
3075 | |
---|
3076 | * Have -r/-R/-S like screen |
---|
3077 | |
---|
3078 | src/attach.c | 13 ++++++++----- |
---|
3079 | src/main.c | 58 +++++++++++++++++++++++++++++++++++++++++++++++++--------- |
---|
3080 | src/neercs.h | 3 ++- |
---|
3081 | 3 files changed, 59 insertions(+), 15 deletions(-) |
---|
3082 | |
---|
3083 | Commit: 2487 |
---|
3084 | Author: pterjan |
---|
3085 | Date: Tue Jun 24 21:14:32 2008 +0000 |
---|
3086 | |
---|
3087 | * Add -c/--config to override local config file |
---|
3088 | |
---|
3089 | src/main.c | 45 ++++++++++++++++++++++++++++----------------- |
---|
3090 | 1 files changed, 28 insertions(+), 17 deletions(-) |
---|
3091 | |
---|
3092 | Commit: 2486 |
---|
3093 | Author: jylam |
---|
3094 | Date: Tue Jun 24 14:21:14 2008 +0000 |
---|
3095 | |
---|
3096 | * Changed /etc/neercs.conf to /etc/neercsrc (and changed example to the right name) |
---|
3097 | |
---|
3098 | src/main.c | 2 +- |
---|
3099 | src/neercs.conf | 17 ----------------- |
---|
3100 | src/neercsrc | 17 +++++++++++++++++ |
---|
3101 | 3 files changed, 18 insertions(+), 18 deletions(-) |
---|
3102 | |
---|
3103 | Commit: 2485 |
---|
3104 | Author: jylam |
---|
3105 | Date: Tue Jun 24 14:15:23 2008 +0000 |
---|
3106 | |
---|
3107 | * Renamed neercs.ini to neercs.conf |
---|
3108 | |
---|
3109 | src/neercs.conf | 17 +++++++++++++++++ |
---|
3110 | src/neercs.ini | 17 ----------------- |
---|
3111 | 2 files changed, 17 insertions(+), 17 deletions(-) |
---|
3112 | |
---|
3113 | Commit: 2484 |
---|
3114 | Author: jylam |
---|
3115 | Date: Tue Jun 24 14:13:18 2008 +0000 |
---|
3116 | |
---|
3117 | * Factorized multiple calls of caca_refresh_display() |
---|
3118 | * Configuration file is now /etc/neercs.conf and ~/.neercsrc |
---|
3119 | |
---|
3120 | man/neercs.1 | 4 ++-- |
---|
3121 | src/main.c | 46 ++++++++++++++++++++++++++++++---------------- |
---|
3122 | src/neercs.ini | 6 +++--- |
---|
3123 | 3 files changed, 35 insertions(+), 21 deletions(-) |
---|
3124 | |
---|
3125 | Commit: 2483 |
---|
3126 | Author: sam |
---|
3127 | Date: Tue Jun 24 13:21:35 2008 +0000 |
---|
3128 | |
---|
3129 | * Fix a buffer overflow in the reattach code. |
---|
3130 | |
---|
3131 | src/attach.c | 7 ++----- |
---|
3132 | 1 files changed, 2 insertions(+), 5 deletions(-) |
---|
3133 | |
---|
3134 | Commit: 2482 |
---|
3135 | Author: pterjan |
---|
3136 | Date: Tue Jun 24 12:55:58 2008 +0000 |
---|
3137 | |
---|
3138 | * Fix a memory leak |
---|
3139 | |
---|
3140 | src/attach.c | 2 ++ |
---|
3141 | 1 files changed, 2 insertions(+), 0 deletions(-) |
---|
3142 | |
---|
3143 | Commit: 2481 |
---|
3144 | Author: pterjan |
---|
3145 | Date: Mon Jun 23 21:59:43 2008 +0000 |
---|
3146 | |
---|
3147 | * Improve the speed of current attach (even if it will die) |
---|
3148 | * Fix some messages |
---|
3149 | |
---|
3150 | src/attach.c | 16 ++++++++-------- |
---|
3151 | src/configuration.c | 2 +- |
---|
3152 | src/main.c | 2 +- |
---|
3153 | 3 files changed, 10 insertions(+), 10 deletions(-) |
---|
3154 | |
---|
3155 | Commit: 2480 |
---|
3156 | Author: pterjan |
---|
3157 | Date: Mon Jun 23 21:39:11 2008 +0000 |
---|
3158 | |
---|
3159 | * Move most actions outside of option parsing |
---|
3160 | |
---|
3161 | src/main.c | 119 ++++++++++++++++++++++++++++++++++++------------------------ |
---|
3162 | 1 files changed, 72 insertions(+), 47 deletions(-) |
---|
3163 | |
---|
3164 | Commit: 2479 |
---|
3165 | Author: pterjan |
---|
3166 | Date: Mon Jun 23 21:02:26 2008 +0000 |
---|
3167 | |
---|
3168 | * Move conditionnal include of pty.h from main.c to term.c |
---|
3169 | |
---|
3170 | src/main.c | 5 ----- |
---|
3171 | src/term.c | 6 +++++- |
---|
3172 | 2 files changed, 5 insertions(+), 6 deletions(-) |
---|
3173 | |
---|
3174 | Commit: 2478 |
---|
3175 | Author: pterjan |
---|
3176 | Date: Mon Jun 23 14:37:19 2008 +0000 |
---|
3177 | |
---|
3178 | * Don't use the caca_display in refresh_screens, it would make clean detach very hard |
---|
3179 | |
---|
3180 | src/main.c | 6 +++++- |
---|
3181 | src/neercs.h | 4 +--- |
---|
3182 | src/screens.c | 6 ------ |
---|
3183 | 3 files changed, 6 insertions(+), 10 deletions(-) |
---|
3184 | |
---|
3185 | Commit: 2477 |
---|
3186 | Author: pterjan |
---|
3187 | Date: Sun Jun 22 12:40:22 2008 +0000 |
---|
3188 | |
---|
3189 | * Close caca_display earlier when attaching |
---|
3190 | - Give an error when no socket is found |
---|
3191 | |
---|
3192 | src/main.c | 10 +++++++++- |
---|
3193 | 1 files changed, 9 insertions(+), 1 deletions(-) |
---|
3194 | |
---|
3195 | Commit: 2476 |
---|
3196 | Author: pterjan |
---|
3197 | Date: Sun Jun 22 12:37:01 2008 +0000 |
---|
3198 | |
---|
3199 | * Fix a warning |
---|
3200 | |
---|
3201 | src/attach.c | 2 +- |
---|
3202 | 1 files changed, 1 insertions(+), 1 deletions(-) |
---|
3203 | |
---|
3204 | Commit: 2475 |
---|
3205 | Author: pterjan |
---|
3206 | Date: Sun Jun 22 09:59:04 2008 +0000 |
---|
3207 | |
---|
3208 | * TODO is almost empty, add your ideas ! |
---|
3209 | |
---|
3210 | TODO | 2 -- |
---|
3211 | 1 files changed, 0 insertions(+), 2 deletions(-) |
---|
3212 | |
---|
3213 | Commit: 2474 |
---|
3214 | Author: pterjan |
---|
3215 | Date: Sun Jun 22 09:57:21 2008 +0000 |
---|
3216 | |
---|
3217 | * First more or less working version of attach |
---|
3218 | |
---|
3219 | src/attach.c | 228 +++++++++++++++++++++++++++++++++++++++++++++++---- |
---|
3220 | src/configuration.c | 5 +- |
---|
3221 | src/effects.c | 3 +- |
---|
3222 | src/main.c | 50 ++++++++++-- |
---|
3223 | src/neercs.h | 10 ++- |
---|
3224 | 5 files changed, 269 insertions(+), 27 deletions(-) |
---|
3225 | |
---|
3226 | Commit: 2473 |
---|
3227 | Author: jylam |
---|
3228 | Date: Fri Jun 20 15:43:58 2008 +0000 |
---|
3229 | |
---|
3230 | * get_ms() returns ... microseconds. Renamed to get_us(). (fsck you) |
---|
3231 | * Also made caca refresh function-independant |
---|
3232 | |
---|
3233 | src/main.c | 19 +++++++------------ |
---|
3234 | src/neercs.h | 2 +- |
---|
3235 | src/recurrent.c | 2 +- |
---|
3236 | src/screens.c | 2 -- |
---|
3237 | 4 files changed, 9 insertions(+), 16 deletions(-) |
---|
3238 | |
---|
3239 | Commit: 2472 |
---|
3240 | Author: sam |
---|
3241 | Date: Fri Jun 20 14:09:01 2008 +0000 |
---|
3242 | |
---|
3243 | * Made the manual page suck slightly less. |
---|
3244 | |
---|
3245 | man/neercs.1 | 29 ++++++++++++----------------- |
---|
3246 | 1 files changed, 12 insertions(+), 17 deletions(-) |
---|
3247 | |
---|
3248 | Commit: 2471 |
---|
3249 | Author: jylam |
---|
3250 | Date: Fri Jun 20 14:08:20 2008 +0000 |
---|
3251 | |
---|
3252 | * Added handlers for special keys (page up/down, insert, delete, home, end, F1...F12) |
---|
3253 | |
---|
3254 | src/main.c | 37 +++++++++++++++++++++++++++++++++++++ |
---|
3255 | 1 files changed, 37 insertions(+), 0 deletions(-) |
---|
3256 | |
---|
3257 | Commit: 2470 |
---|
3258 | Author: jylam |
---|
3259 | Date: Fri Jun 20 13:49:42 2008 +0000 |
---|
3260 | |
---|
3261 | * Removed comments |
---|
3262 | |
---|
3263 | src/attach.c | 4 ++-- |
---|
3264 | 1 files changed, 2 insertions(+), 2 deletions(-) |
---|
3265 | |
---|
3266 | Commit: 2469 |
---|
3267 | Author: jylam |
---|
3268 | Date: Fri Jun 20 13:48:25 2008 +0000 |
---|
3269 | |
---|
3270 | * Added some comments |
---|
3271 | |
---|
3272 | src/attach.c | 3 ++- |
---|
3273 | 1 files changed, 2 insertions(+), 1 deletions(-) |
---|
3274 | |
---|
3275 | Commit: 2468 |
---|
3276 | Author: jylam |
---|
3277 | Date: Fri Jun 20 13:25:34 2008 +0000 |
---|
3278 | |
---|
3279 | * Cleaned a bit |
---|
3280 | * Added help (--help/-h) |
---|
3281 | |
---|
3282 | src/effects.c | 2 -- |
---|
3283 | src/main.c | 12 +++++++++++- |
---|
3284 | src/neercs.h | 1 + |
---|
3285 | 3 files changed, 12 insertions(+), 3 deletions(-) |
---|
3286 | |
---|
3287 | Commit: 2467 |
---|
3288 | Author: jylam |
---|
3289 | Date: Fri Jun 20 12:55:42 2008 +0000 |
---|
3290 | |
---|
3291 | * Re-indented properly (not touched to grab.c, although it'd be quite fun) |
---|
3292 | |
---|
3293 | src/effects.c | 3 ++- |
---|
3294 | src/screens.c | 4 ++-- |
---|
3295 | 2 files changed, 4 insertions(+), 3 deletions(-) |
---|
3296 | |
---|
3297 | Commit: 2466 |
---|
3298 | Author: jylam |
---|
3299 | Date: Fri Jun 20 12:51:32 2008 +0000 |
---|
3300 | |
---|
3301 | * Break pterjan changes ftw |
---|
3302 | |
---|
3303 | src/main.c | 20 ++++++++++---------- |
---|
3304 | 1 files changed, 10 insertions(+), 10 deletions(-) |
---|
3305 | |
---|
3306 | Commit: 2465 |
---|
3307 | Author: jylam |
---|
3308 | Date: Fri Jun 20 12:39:20 2008 +0000 |
---|
3309 | |
---|
3310 | * Added a man page |
---|
3311 | |
---|
3312 | Makefile.am | 2 +- |
---|
3313 | configure.ac | 3 +++ |
---|
3314 | man/Makefile.am | 13 +++++++++++++ |
---|
3315 | man/neercs.1 | 27 +++++++++++++++++++++++++++ |
---|
3316 | src/configuration.c | 4 +--- |
---|
3317 | src/neercs.ini | 8 ++++++++ |
---|
3318 | 6 files changed, 53 insertions(+), 4 deletions(-) |
---|
3319 | |
---|
3320 | Commit: 2464 |
---|
3321 | Author: jylam |
---|
3322 | Date: Fri Jun 20 12:09:15 2008 +0000 |
---|
3323 | |
---|
3324 | * Last configuration file line was not handled |
---|
3325 | * Added 'screensaver_timeout' to configuration file |
---|
3326 | |
---|
3327 | src/configuration.c | 29 ++++++++++++++++++++++------- |
---|
3328 | src/main.c | 1 - |
---|
3329 | src/neercs.ini | 10 +++++----- |
---|
3330 | 3 files changed, 27 insertions(+), 13 deletions(-) |
---|
3331 | |
---|
3332 | Commit: 2463 |
---|
3333 | Author: jylam |
---|
3334 | Date: Fri Jun 20 11:42:06 2008 +0000 |
---|
3335 | |
---|
3336 | * Added configuration file and routines |
---|
3337 | |
---|
3338 | src/Makefile.am | 3 +- |
---|
3339 | src/configuration.c | 280 +++++++++++++++++++++++++++++++++++++++++++++++++++ |
---|
3340 | src/main.c | 31 ++++++ |
---|
3341 | src/neercs.h | 20 ++++ |
---|
3342 | src/neercs.ini | 9 ++ |
---|
3343 | 5 files changed, 341 insertions(+), 2 deletions(-) |
---|
3344 | |
---|
3345 | Commit: 2460 |
---|
3346 | Author: pterjan |
---|
3347 | Date: Thu Jun 19 22:05:11 2008 +0000 |
---|
3348 | |
---|
3349 | * Update TODO |
---|
3350 | |
---|
3351 | TODO | 2 +- |
---|
3352 | 1 files changed, 1 insertions(+), 1 deletions(-) |
---|
3353 | |
---|
3354 | Commit: 2459 |
---|
3355 | Author: pterjan |
---|
3356 | Date: Thu Jun 19 21:57:29 2008 +0000 |
---|
3357 | |
---|
3358 | * Add forgotten file (Time to sleep) |
---|
3359 | |
---|
3360 | src/attach.c | 47 +++++++++++++++++++++++++++++++++++++++++++++++ |
---|
3361 | 1 files changed, 47 insertions(+), 0 deletions(-) |
---|
3362 | |
---|
3363 | Commit: 2458 |
---|
3364 | Author: pterjan |
---|
3365 | Date: Thu Jun 19 21:50:29 2008 +0000 |
---|
3366 | |
---|
3367 | * Support detaching (NOT ATTACHING) |
---|
3368 | |
---|
3369 | src/Makefile.am | 2 +- |
---|
3370 | src/main.c | 18 +++++++++++++++--- |
---|
3371 | src/neercs.h | 2 ++ |
---|
3372 | 3 files changed, 18 insertions(+), 4 deletions(-) |
---|
3373 | |
---|
3374 | Commit: 2457 |
---|
3375 | Author: jylam |
---|
3376 | Date: Thu Jun 19 12:23:46 2008 +0000 |
---|
3377 | |
---|
3378 | * Added lock-screen bug^Wfeature using PAM (likely to work only with passwords yet) |
---|
3379 | * Removed this UGLY space character SOMEONE left on the configure.ac. THAT WAS HORRIIIIIBLE. |
---|
3380 | |
---|
3381 | configure.ac | 12 +++-- |
---|
3382 | src/Makefile.am | 2 +- |
---|
3383 | src/effects.c | 134 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
---|
3384 | src/main.c | 124 +++++++++++++++++++++++++++++++++++++------------- |
---|
3385 | src/neercs.h | 9 ++++ |
---|
3386 | 5 files changed, 243 insertions(+), 38 deletions(-) |
---|
3387 | |
---|
3388 | Commit: 2456 |
---|
3389 | Author: jylam |
---|
3390 | Date: Thu Jun 19 07:53:39 2008 +0000 |
---|
3391 | |
---|
3392 | * Don't send key that closed help window to current terminal |
---|
3393 | |
---|
3394 | src/main.c | 8 +++++++- |
---|
3395 | 1 files changed, 7 insertions(+), 1 deletions(-) |
---|
3396 | |
---|
3397 | Commit: 2455 |
---|
3398 | Author: sam |
---|
3399 | Date: Wed Jun 18 23:36:52 2008 +0000 |
---|
3400 | |
---|
3401 | * Do not build grab.c conditionally; instead, make grab_process() and |
---|
3402 | create_pty_grab() return an error if the feature isn't available. |
---|
3403 | |
---|
3404 | configure.ac | 1 - |
---|
3405 | src/Makefile.am | 8 ++------ |
---|
3406 | src/grab.c | 27 ++++++++++++++++++--------- |
---|
3407 | src/main.c | 18 ++++++++++-------- |
---|
3408 | src/neercs.h | 4 ---- |
---|
3409 | src/screens.c | 2 -- |
---|
3410 | src/term.c | 2 -- |
---|
3411 | 7 files changed, 30 insertions(+), 32 deletions(-) |
---|
3412 | |
---|
3413 | Commit: 2454 |
---|
3414 | Author: sam |
---|
3415 | Date: Wed Jun 18 23:36:47 2008 +0000 |
---|
3416 | |
---|
3417 | * Check for various sys/* and linux/* headers. Even if we don't use the |
---|
3418 | result (yet) it's useful to know what different systems have. |
---|
3419 | |
---|
3420 | configure.ac | 2 +- |
---|
3421 | 1 files changed, 1 insertions(+), 1 deletions(-) |
---|
3422 | |
---|
3423 | Commit: 2453 |
---|
3424 | Author: pterjan |
---|
3425 | Date: Wed Jun 18 21:42:50 2008 +0000 |
---|
3426 | |
---|
3427 | * Oops revert parts of 2451 which should not have been commited |
---|
3428 | |
---|
3429 | src/main.c | 2 +- |
---|
3430 | src/neercs.h | 2 +- |
---|
3431 | src/term.c | 10 ++-------- |
---|
3432 | 3 files changed, 4 insertions(+), 10 deletions(-) |
---|
3433 | |
---|
3434 | Commit: 2452 |
---|
3435 | Author: pterjan |
---|
3436 | Date: Wed Jun 18 21:38:23 2008 +0000 |
---|
3437 | |
---|
3438 | * Drop declaration of grab_process, it is in the .h now |
---|
3439 | |
---|
3440 | src/grab.c | 1 - |
---|
3441 | 1 files changed, 0 insertions(+), 1 deletions(-) |
---|
3442 | |
---|
3443 | Commit: 2451 |
---|
3444 | Author: pterjan |
---|
3445 | Date: Wed Jun 18 21:08:44 2008 +0000 |
---|
3446 | |
---|
3447 | * Remove termios stuff, does not do anything currently |
---|
3448 | |
---|
3449 | src/grab.c | 47 ----------------------------------------------- |
---|
3450 | src/main.c | 2 +- |
---|
3451 | src/neercs.h | 2 +- |
---|
3452 | src/term.c | 10 ++++++++-- |
---|
3453 | 4 files changed, 10 insertions(+), 51 deletions(-) |
---|
3454 | |
---|
3455 | Commit: 2450 |
---|
3456 | Author: pterjan |
---|
3457 | Date: Wed Jun 18 20:29:34 2008 +0000 |
---|
3458 | |
---|
3459 | * Detach properly the process from the previous tty |
---|
3460 | * Use major to decide if a device is a pty slave |
---|
3461 | |
---|
3462 | src/grab.c | 86 +++++++++++++++++++++++++++++++++++++----------------------- |
---|
3463 | 1 files changed, 53 insertions(+), 33 deletions(-) |
---|
3464 | |
---|
3465 | Commit: 2448 |
---|
3466 | Author: jylam |
---|
3467 | Date: Wed Jun 18 14:50:41 2008 +0000 |
---|
3468 | |
---|
3469 | * Made Screensaver Engine (called a glazillon times) cleaner |
---|
3470 | * Set default screensaver timeout to 60 seconds |
---|
3471 | * Don't send key event that caused screensaver to quit to active terminal |
---|
3472 | |
---|
3473 | src/main.c | 24 +++++++++-- |
---|
3474 | src/neercs.h | 21 +++++++++- |
---|
3475 | src/screens.c | 1 + |
---|
3476 | src/screensaver.c | 118 +++++++++++++++++++++++++++++++++++++++------------- |
---|
3477 | 4 files changed, 129 insertions(+), 35 deletions(-) |
---|
3478 | |
---|
3479 | Commit: 2447 |
---|
3480 | Author: jylam |
---|
3481 | Date: Wed Jun 18 13:47:59 2008 +0000 |
---|
3482 | |
---|
3483 | * Added an ugly-not-finished-yet screensaver |
---|
3484 | |
---|
3485 | src/Makefile.am | 2 +- |
---|
3486 | src/main.c | 18 +++++++- |
---|
3487 | src/neercs.h | 11 +++++ |
---|
3488 | src/screensaver.c | 121 +++++++++++++++++++++++++++++++++++++++++++++++++++++ |
---|
3489 | 4 files changed, 150 insertions(+), 2 deletions(-) |
---|
3490 | |
---|
3491 | Commit: 2446 |
---|
3492 | Author: jylam |
---|
3493 | Date: Mon Jun 16 15:12:51 2008 +0000 |
---|
3494 | |
---|
3495 | * Removed unused variables and added comment to get cool scores on |
---|
3496 | ohloh |
---|
3497 | |
---|
3498 | src/effects.c | 5 +++-- |
---|
3499 | src/neercs.h | 48 +++++++++++++++++++++++------------------------- |
---|
3500 | src/recurrent.c | 3 ++- |
---|
3501 | 3 files changed, 28 insertions(+), 28 deletions(-) |
---|
3502 | |
---|
3503 | Commit: 2445 |
---|
3504 | Author: jylam |
---|
3505 | Date: Mon Jun 16 14:33:19 2008 +0000 |
---|
3506 | |
---|
3507 | * Added delayed (recurrent) functions, as well as a window-killing eyecandy |
---|
3508 | |
---|
3509 | src/Makefile.am | 2 +- |
---|
3510 | src/effects.c | 50 +++++++++++++++++++++++++++++++++++ |
---|
3511 | src/main.c | 61 ++++++++++++++++++++++++++++++++++++++++--- |
---|
3512 | src/neercs.h | 32 ++++++++++++++++++++++- |
---|
3513 | src/recurrent.c | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
---|
3514 | src/screens.c | 10 ++++++- |
---|
3515 | src/term.c | 2 +- |
---|
3516 | src/wm.c | 5 +++ |
---|
3517 | 8 files changed, 232 insertions(+), 8 deletions(-) |
---|
3518 | |
---|
3519 | Commit: 2444 |
---|
3520 | Author: jylam |
---|
3521 | Date: Mon Jun 16 11:04:49 2008 +0000 |
---|
3522 | |
---|
3523 | * Changed command line parsing to sam's mygetopt.c |
---|
3524 | |
---|
3525 | src/Makefile.am | 2 +- |
---|
3526 | src/grab.c | 9 ++-- |
---|
3527 | src/main.c | 103 ++++++++++++++++++++++++++++++++--------------- |
---|
3528 | src/mygetopt.c | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
---|
3529 | src/mygetopt.h | 32 +++++++++++++++ |
---|
3530 | src/neercs.h | 7 ++- |
---|
3531 | src/term.c | 4 +- |
---|
3532 | 7 files changed, 234 insertions(+), 43 deletions(-) |
---|
3533 | |
---|
3534 | Commit: 2440 |
---|
3535 | Author: sam |
---|
3536 | Date: Sun Jun 15 20:21:18 2008 +0000 |
---|
3537 | |
---|
3538 | * Add a .gitignore file for git-svn users. |
---|
3539 | |
---|
3540 | .gitignore | 20 ++++++++++++++++++++ |
---|
3541 | 1 files changed, 20 insertions(+), 0 deletions(-) |
---|
3542 | |
---|
3543 | Commit: 2439 |
---|
3544 | Author: sam |
---|
3545 | Date: Sun Jun 15 20:21:09 2008 +0000 |
---|
3546 | |
---|
3547 | * Put autotools files in .auto/ instead of autotools/. |
---|
3548 | |
---|
3549 | configure.ac | 2 +- |
---|
3550 | 1 files changed, 1 insertions(+), 1 deletions(-) |
---|
3551 | |
---|
3552 | Commit: 2438 |
---|
3553 | Author: sam |
---|
3554 | Date: Sun Jun 15 20:21:03 2008 +0000 |
---|
3555 | |
---|
3556 | * Don't call destroy_screen() before remove_screen(), since it'll be called |
---|
3557 | eventually anyway. |
---|
3558 | |
---|
3559 | src/screens.c | 1 - |
---|
3560 | 1 files changed, 0 insertions(+), 1 deletions(-) |
---|
3561 | |
---|
3562 | Commit: 2435 |
---|
3563 | Author: pterjan |
---|
3564 | Date: Sun Jun 15 18:40:22 2008 +0000 |
---|
3565 | |
---|
3566 | * No need to close the fd just before calling destroy_screen |
---|
3567 | * Don't skip one element when we are looping through the list and remove one |
---|
3568 | |
---|
3569 | src/screens.c | 4 ++-- |
---|
3570 | 1 files changed, 2 insertions(+), 2 deletions(-) |
---|
3571 | |
---|
3572 | Commit: 2434 |
---|
3573 | Author: pterjan |
---|
3574 | Date: Sun Jun 15 18:17:16 2008 +0000 |
---|
3575 | |
---|
3576 | * It's not very useful to check a pointer after dereferencing it |
---|
3577 | * It's not very useful to change the value of a parameter before leaving |
---|
3578 | * 0 is a valid fd |
---|
3579 | |
---|
3580 | src/screens.c | 6 ++---- |
---|
3581 | 1 files changed, 2 insertions(+), 4 deletions(-) |
---|
3582 | |
---|
3583 | Commit: 2433 |
---|
3584 | Author: pterjan |
---|
3585 | Date: Sun Jun 15 18:09:08 2008 +0000 |
---|
3586 | |
---|
3587 | * Fix behavior with no parameter |
---|
3588 | |
---|
3589 | src/main.c | 10 +++++++--- |
---|
3590 | 1 files changed, 7 insertions(+), 3 deletions(-) |
---|
3591 | |
---|
3592 | Commit: 2432 |
---|
3593 | Author: pterjan |
---|
3594 | Date: Sun Jun 15 18:02:37 2008 +0000 |
---|
3595 | |
---|
3596 | * This warning was not mine ! |
---|
3597 | |
---|
3598 | src/screens.c | 1 + |
---|
3599 | 1 files changed, 1 insertions(+), 0 deletions(-) |
---|
3600 | |
---|
3601 | Commit: 2431 |
---|
3602 | Author: pterjan |
---|
3603 | Date: Sun Jun 15 18:01:08 2008 +0000 |
---|
3604 | |
---|
3605 | * Don't break build on platforms where grab is not supported |
---|
3606 | |
---|
3607 | configure.ac | 14 ++++++++++++++ |
---|
3608 | src/Makefile.am | 7 ++++++- |
---|
3609 | src/main.c | 5 +++++ |
---|
3610 | src/neercs.h | 5 ++++- |
---|
3611 | src/screens.c | 2 ++ |
---|
3612 | src/term.c | 2 ++ |
---|
3613 | 6 files changed, 33 insertions(+), 2 deletions(-) |
---|
3614 | |
---|
3615 | Commit: 2430 |
---|
3616 | Author: pterjan |
---|
3617 | Date: Sun Jun 15 17:23:01 2008 +0000 |
---|
3618 | |
---|
3619 | * use sys/user.h instead of linux/user.h |
---|
3620 | |
---|
3621 | src/grab.c | 3 +-- |
---|
3622 | 1 files changed, 1 insertions(+), 2 deletions(-) |
---|
3623 | |
---|
3624 | Commit: 2429 |
---|
3625 | Author: pterjan |
---|
3626 | Date: Sun Jun 15 17:17:36 2008 +0000 |
---|
3627 | |
---|
3628 | * Remove one of the reads of /proc |
---|
3629 | |
---|
3630 | src/grab.c | 13 +++---------- |
---|
3631 | src/neercs.h | 2 +- |
---|
3632 | src/term.c | 3 ++- |
---|
3633 | 3 files changed, 6 insertions(+), 12 deletions(-) |
---|
3634 | |
---|
3635 | Commit: 2428 |
---|
3636 | Author: pterjan |
---|
3637 | Date: Sun Jun 15 17:10:19 2008 +0000 |
---|
3638 | |
---|
3639 | * Remove code that was for the standalone test |
---|
3640 | |
---|
3641 | src/grab.c | 8 -------- |
---|
3642 | 1 files changed, 0 insertions(+), 8 deletions(-) |
---|
3643 | |
---|
3644 | Commit: 2426 |
---|
3645 | Author: pterjan |
---|
3646 | Date: Sun Jun 15 17:01:48 2008 +0000 |
---|
3647 | |
---|
3648 | * First attempt to grab a process when started with -P <pid> |
---|
3649 | |
---|
3650 | src/Makefile.am | 2 +- |
---|
3651 | src/grab.c | 333 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
---|
3652 | src/main.c | 35 ++++--- |
---|
3653 | src/neercs.h | 7 +- |
---|
3654 | src/screens.c | 28 +++++ |
---|
3655 | src/term.c | 19 +++ |
---|
3656 | 6 files changed, 405 insertions(+), 19 deletions(-) |
---|
3657 | |
---|
3658 | Commit: 2422 |
---|
3659 | Author: jylam |
---|
3660 | Date: Sun Jun 15 15:34:48 2008 +0000 |
---|
3661 | |
---|
3662 | * Removed bad use of destroyed screens |
---|
3663 | |
---|
3664 | src/screens.c | 8 +++++++- |
---|
3665 | 1 files changed, 7 insertions(+), 1 deletions(-) |
---|
3666 | |
---|
3667 | Commit: 2421 |
---|
3668 | Author: jylam |
---|
3669 | Date: Sun Jun 15 15:13:41 2008 +0000 |
---|
3670 | |
---|
3671 | * Put pty and prevpty in screen_list structure |
---|
3672 | |
---|
3673 | src/effects.c | 11 ++++---- |
---|
3674 | src/main.c | 48 ++++++++++++++++++------------------ |
---|
3675 | src/neercs.h | 31 ++++++++++++++--------- |
---|
3676 | src/screens.c | 74 ++++++++++++++++++++++++++++++-------------------------- |
---|
3677 | src/term.c | 2 + |
---|
3678 | src/wm.c | 22 +++++++++------- |
---|
3679 | 6 files changed, 102 insertions(+), 86 deletions(-) |
---|
3680 | |
---|
3681 | Commit: 2404 |
---|
3682 | Author: jylam |
---|
3683 | Date: Sun Jun 15 13:46:45 2008 +0000 |
---|
3684 | |
---|
3685 | * Updated help |
---|
3686 | * Thumbnail numbers now fit windows count format |
---|
3687 | |
---|
3688 | src/effects.c | 8 ++++++-- |
---|
3689 | 1 files changed, 6 insertions(+), 2 deletions(-) |
---|
3690 | |
---|
3691 | Commit: 2403 |
---|
3692 | Author: jylam |
---|
3693 | Date: Sun Jun 15 13:28:32 2008 +0000 |
---|
3694 | |
---|
3695 | * Speed up rendering while in full-wm and thumbnails are not activated |
---|
3696 | |
---|
3697 | src/neercs.h | 1 + |
---|
3698 | src/screens.c | 4 ++-- |
---|
3699 | src/wm.c | 6 +++++- |
---|
3700 | 3 files changed, 8 insertions(+), 3 deletions(-) |
---|
3701 | |
---|
3702 | Commit: 2402 |
---|
3703 | Author: jylam |
---|
3704 | Date: Sun Jun 15 13:11:19 2008 +0000 |
---|
3705 | |
---|
3706 | * main.c now contains only main() |
---|
3707 | |
---|
3708 | src/Makefile.am | 2 +- |
---|
3709 | src/main.c | 375 ------------------------------------------------------- |
---|
3710 | src/neercs.h | 1 + |
---|
3711 | src/screens.c | 319 ++++++++++++++++++++++++++++++++++++++++++++++ |
---|
3712 | src/term.c | 81 ++++++++++++ |
---|
3713 | 5 files changed, 402 insertions(+), 376 deletions(-) |
---|
3714 | |
---|
3715 | Commit: 2401 |
---|
3716 | Author: jylam |
---|
3717 | Date: Sun Jun 15 12:50:12 2008 +0000 |
---|
3718 | |
---|
3719 | * Removed more stuff from main() |
---|
3720 | |
---|
3721 | src/main.c | 78 +++++++++++++++++++++++++++++---------------------------- |
---|
3722 | src/neercs.h | 1 - |
---|
3723 | 2 files changed, 40 insertions(+), 39 deletions(-) |
---|
3724 | |
---|
3725 | Commit: 2400 |
---|
3726 | Author: jylam |
---|
3727 | Date: Sun Jun 15 12:40:24 2008 +0000 |
---|
3728 | |
---|
3729 | * Exploded main() into smaller parts (and that's ugly for now, yes) |
---|
3730 | |
---|
3731 | src/main.c | 364 +++++++++++++++++++++++++++++++-------------------------- |
---|
3732 | src/neercs.h | 14 ++- |
---|
3733 | 2 files changed, 211 insertions(+), 167 deletions(-) |
---|
3734 | |
---|
3735 | Commit: 2396 |
---|
3736 | Author: jylam |
---|
3737 | Date: Sat Jun 14 13:59:57 2008 +0000 |
---|
3738 | |
---|
3739 | * Fixed Erase In Page (clear) width |
---|
3740 | |
---|
3741 | src/term.c | 4 +++- |
---|
3742 | 1 files changed, 3 insertions(+), 1 deletions(-) |
---|
3743 | |
---|
3744 | Commit: 2395 |
---|
3745 | Author: jylam |
---|
3746 | Date: Sat Jun 14 13:34:09 2008 +0000 |
---|
3747 | |
---|
3748 | * Totally unfinished scroll support (as vim uses it) |
---|
3749 | |
---|
3750 | src/main.c | 1 - |
---|
3751 | src/term.c | 21 +++++++++++++++++---- |
---|
3752 | 2 files changed, 17 insertions(+), 5 deletions(-) |
---|
3753 | |
---|
3754 | Commit: 2390 |
---|
3755 | Author: jylam |
---|
3756 | Date: Sat Jun 14 11:44:39 2008 +0000 |
---|
3757 | |
---|
3758 | * Des espaces a la fin d'une ligne : Deux baffes dans ta gueule |
---|
3759 | |
---|
3760 | src/main.c | 7 ++++++- |
---|
3761 | 1 files changed, 6 insertions(+), 1 deletions(-) |
---|
3762 | |
---|
3763 | Commit: 2389 |
---|
3764 | Author: pterjan |
---|
3765 | Date: Sat Jun 14 10:39:00 2008 +0000 |
---|
3766 | |
---|
3767 | * Have pty and prevpty always valid, fixes the random crash when exiting shell |
---|
3768 | |
---|
3769 | src/main.c | 6 ++++++ |
---|
3770 | 1 files changed, 6 insertions(+), 0 deletions(-) |
---|
3771 | |
---|
3772 | Commit: 2388 |
---|
3773 | Author: pterjan |
---|
3774 | Date: Sat Jun 14 10:20:43 2008 +0000 |
---|
3775 | |
---|
3776 | * Switch to previous term when one shell exits |
---|
3777 | |
---|
3778 | src/main.c | 2 ++ |
---|
3779 | 1 files changed, 2 insertions(+), 0 deletions(-) |
---|
3780 | |
---|
3781 | Commit: 2387 |
---|
3782 | Author: pterjan |
---|
3783 | Date: Sat Jun 14 10:06:54 2008 +0000 |
---|
3784 | |
---|
3785 | * Move back title writing after drawing the associated box |
---|
3786 | |
---|
3787 | src/main.c | 29 ++++++++++++++--------------- |
---|
3788 | 1 files changed, 14 insertions(+), 15 deletions(-) |
---|
3789 | |
---|
3790 | Commit: 2386 |
---|
3791 | Author: pterjan |
---|
3792 | Date: Sat Jun 14 10:05:15 2008 +0000 |
---|
3793 | |
---|
3794 | * Use remaining space for last term in [hv]split |
---|
3795 | * Don't share the horizontal borders in vsplit mode, else we can't write titles |
---|
3796 | |
---|
3797 | src/wm.c | 22 ++++++++++++++++++---- |
---|
3798 | 1 files changed, 18 insertions(+), 4 deletions(-) |
---|
3799 | |
---|
3800 | Commit: 2385 |
---|
3801 | Author: pterjan |
---|
3802 | Date: Fri Jun 13 22:46:32 2008 +0000 |
---|
3803 | |
---|
3804 | * Draw the titles after all the frames as they share the lines in vsplit mode |
---|
3805 | |
---|
3806 | src/main.c | 22 ++++++++++------------ |
---|
3807 | 1 files changed, 10 insertions(+), 12 deletions(-) |
---|
3808 | |
---|
3809 | Commit: 2384 |
---|
3810 | Author: pterjan |
---|
3811 | Date: Fri Jun 13 22:38:31 2008 +0000 |
---|
3812 | |
---|
3813 | * Truncate titles larger than the window |
---|
3814 | |
---|
3815 | src/main.c | 14 ++++++++++---- |
---|
3816 | 1 files changed, 10 insertions(+), 4 deletions(-) |
---|
3817 | |
---|
3818 | Commit: 2383 |
---|
3819 | Author: pterjan |
---|
3820 | Date: Fri Jun 13 21:58:24 2008 +0000 |
---|
3821 | |
---|
3822 | * Display the title of each screen on its frame |
---|
3823 | |
---|
3824 | src/main.c | 9 +++++++++ |
---|
3825 | 1 files changed, 9 insertions(+), 0 deletions(-) |
---|
3826 | |
---|
3827 | Commit: 2382 |
---|
3828 | Author: pterjan |
---|
3829 | Date: Fri Jun 13 21:40:40 2008 +0000 |
---|
3830 | |
---|
3831 | * Handle the title set in each screen |
---|
3832 | |
---|
3833 | src/main.c | 8 +++++++- |
---|
3834 | src/neercs.h | 1 + |
---|
3835 | src/term.c | 11 +++++++++-- |
---|
3836 | 3 files changed, 17 insertions(+), 3 deletions(-) |
---|
3837 | |
---|
3838 | Commit: 2381 |
---|
3839 | Author: jylam |
---|
3840 | Date: Fri Jun 13 21:38:34 2008 +0000 |
---|
3841 | |
---|
3842 | * Fixed debug() while activated |
---|
3843 | |
---|
3844 | src/neercs.h | 2 +- |
---|
3845 | 1 files changed, 1 insertions(+), 1 deletions(-) |
---|
3846 | |
---|
3847 | Commit: 2380 |
---|
3848 | Author: jylam |
---|
3849 | Date: Fri Jun 13 21:22:04 2008 +0000 |
---|
3850 | |
---|
3851 | * Get rid of the nice XTAB and YTAB macros, as they are unused, and noone ever knew why they were defined, anyway. This |
---|
3852 | was my longuest commit comment ever. (commit comment, lol) (Beer, nevermind). |
---|
3853 | |
---|
3854 | src/main.c | 6 ++---- |
---|
3855 | 1 files changed, 2 insertions(+), 4 deletions(-) |
---|
3856 | |
---|
3857 | Commit: 2379 |
---|
3858 | Author: jylam |
---|
3859 | Date: Fri Jun 13 21:00:50 2008 +0000 |
---|
3860 | |
---|
3861 | * Set a BETTER title for the display |
---|
3862 | |
---|
3863 | src/main.c | 2 +- |
---|
3864 | 1 files changed, 1 insertions(+), 1 deletions(-) |
---|
3865 | |
---|
3866 | Commit: 2378 |
---|
3867 | Author: pterjan |
---|
3868 | Date: Fri Jun 13 20:33:03 2008 +0000 |
---|
3869 | |
---|
3870 | * Set a title for the display |
---|
3871 | |
---|
3872 | src/main.c | 1 + |
---|
3873 | 1 files changed, 1 insertions(+), 0 deletions(-) |
---|
3874 | |
---|
3875 | Commit: 2377 |
---|
3876 | Author: pterjan |
---|
3877 | Date: Fri Jun 13 15:55:12 2008 +0000 |
---|
3878 | |
---|
3879 | * Give work to jylam |
---|
3880 | |
---|
3881 | TODO | 3 +++ |
---|
3882 | 1 files changed, 3 insertions(+), 0 deletions(-) |
---|
3883 | |
---|
3884 | Commit: 2376 |
---|
3885 | Author: pterjan |
---|
3886 | Date: Fri Jun 13 15:49:23 2008 +0000 |
---|
3887 | |
---|
3888 | * Don't crash when the window become too small |
---|
3889 | |
---|
3890 | src/wm.c | 3 +-- |
---|
3891 | 1 files changed, 1 insertions(+), 2 deletions(-) |
---|
3892 | |
---|
3893 | Commit: 2375 |
---|
3894 | Author: jylam |
---|
3895 | Date: Fri Jun 13 15:35:21 2008 +0000 |
---|
3896 | |
---|
3897 | * ESC closes help window as well |
---|
3898 | |
---|
3899 | src/main.c | 2 ++ |
---|
3900 | 1 files changed, 2 insertions(+), 0 deletions(-) |
---|
3901 | |
---|
3902 | Commit: 2374 |
---|
3903 | Author: jylam |
---|
3904 | Date: Fri Jun 13 15:33:41 2008 +0000 |
---|
3905 | |
---|
3906 | * Tiens pterjan dans ta gueule l'aide |
---|
3907 | |
---|
3908 | src/effects.c | 1 - |
---|
3909 | 1 files changed, 0 insertions(+), 1 deletions(-) |
---|
3910 | |
---|
3911 | Commit: 2373 |
---|
3912 | Author: jylam |
---|
3913 | Date: Fri Jun 13 15:13:12 2008 +0000 |
---|
3914 | |
---|
3915 | * Minor cosmetic changes, filled README with crap |
---|
3916 | |
---|
3917 | README | 11 +++++++++++ |
---|
3918 | src/effects.c | 5 ++++- |
---|
3919 | src/main.c | 41 ++++++++++++++++++++++++++++------------- |
---|
3920 | 3 files changed, 43 insertions(+), 14 deletions(-) |
---|
3921 | |
---|
3922 | Commit: 2372 |
---|
3923 | Author: jylam |
---|
3924 | Date: Fri Jun 13 15:01:41 2008 +0000 |
---|
3925 | |
---|
3926 | * Added a glazillon of checks for mallocs and frees and stuff (et raph_ael a de bien belles pipes) |
---|
3927 | |
---|
3928 | src/main.c | 36 ++++++++++++++++++++++++++++++++---- |
---|
3929 | 1 files changed, 32 insertions(+), 4 deletions(-) |
---|
3930 | |
---|
3931 | Commit: 2371 |
---|
3932 | Author: jylam |
---|
3933 | Date: Fri Jun 13 14:44:11 2008 +0000 |
---|
3934 | |
---|
3935 | * Added ctrl-a-k to close a window and associated process (temporary code) (et pterjan a un sale PS1) |
---|
3936 | |
---|
3937 | src/effects.c | 1 + |
---|
3938 | src/main.c | 44 +++++++++++++++++++++++++++++++++++++------- |
---|
3939 | src/neercs.h | 3 ++- |
---|
3940 | 3 files changed, 40 insertions(+), 8 deletions(-) |
---|
3941 | |
---|
3942 | Commit: 2370 |
---|
3943 | Author: jylam |
---|
3944 | Date: Fri Jun 13 13:18:02 2008 +0000 |
---|
3945 | |
---|
3946 | * Oops, added left arrow handling |
---|
3947 | |
---|
3948 | src/main.c | 2 ++ |
---|
3949 | 1 files changed, 2 insertions(+), 0 deletions(-) |
---|
3950 | |
---|
3951 | Commit: 2369 |
---|
3952 | Author: jylam |
---|
3953 | Date: Fri Jun 13 12:59:01 2008 +0000 |
---|
3954 | |
---|
3955 | * Changed default wm to VSPLIT and fixed wrong split size |
---|
3956 | |
---|
3957 | src/main.c | 2 +- |
---|
3958 | src/wm.c | 3 +-- |
---|
3959 | 2 files changed, 2 insertions(+), 3 deletions(-) |
---|
3960 | |
---|
3961 | Commit: 2368 |
---|
3962 | Author: jylam |
---|
3963 | Date: Fri Jun 13 12:52:48 2008 +0000 |
---|
3964 | |
---|
3965 | * Added bell handling |
---|
3966 | |
---|
3967 | src/main.c | 19 +++++++++++++++---- |
---|
3968 | src/neercs.h | 4 +++- |
---|
3969 | src/term.c | 7 ++++++- |
---|
3970 | 3 files changed, 24 insertions(+), 6 deletions(-) |
---|
3971 | |
---|
3972 | Commit: 2367 |
---|
3973 | Author: jylam |
---|
3974 | Date: Fri Jun 13 11:51:07 2008 +0000 |
---|
3975 | |
---|
3976 | * Added a status bar and an help screen |
---|
3977 | |
---|
3978 | src/effects.c | 129 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++- |
---|
3979 | src/main.c | 25 ++++++++++- |
---|
3980 | src/neercs.h | 9 +++- |
---|
3981 | src/wm.c | 10 ++-- |
---|
3982 | 4 files changed, 163 insertions(+), 10 deletions(-) |
---|
3983 | |
---|
3984 | Commit: 2363 |
---|
3985 | Author: jylam |
---|
3986 | Date: Thu Jun 12 13:50:39 2008 +0000 |
---|
3987 | |
---|
3988 | * Added Cards window manager |
---|
3989 | * Thumbnails are now black instead of white at neercs start |
---|
3990 | |
---|
3991 | src/main.c | 24 ++++++++++++++++-------- |
---|
3992 | src/wm.c | 39 ++++++++++++--------------------------- |
---|
3993 | 2 files changed, 28 insertions(+), 35 deletions(-) |
---|
3994 | |
---|
3995 | Commit: 2362 |
---|
3996 | Author: jylam |
---|
3997 | Date: Thu Jun 12 12:42:43 2008 +0000 |
---|
3998 | |
---|
3999 | * Added window management skeleton (ctrl-a-w) |
---|
4000 | |
---|
4001 | src/Makefile.am | 2 +- |
---|
4002 | src/effects.c | 2 +- |
---|
4003 | src/main.c | 81 ++++++++++++++++++------------ |
---|
4004 | src/neercs.h | 24 ++++++++- |
---|
4005 | src/wm.c | 149 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
---|
4006 | 5 files changed, 220 insertions(+), 38 deletions(-) |
---|
4007 | |
---|
4008 | Commit: 2361 |
---|
4009 | Author: jylam |
---|
4010 | Date: Wed Jun 11 16:49:57 2008 +0000 |
---|
4011 | |
---|
4012 | * Splitted main.c and created effects.c for optionnal features |
---|
4013 | |
---|
4014 | src/Makefile.am | 2 +- |
---|
4015 | src/effects.c | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++ |
---|
4016 | src/main.c | 79 +++++++++---------------------------------------------- |
---|
4017 | 3 files changed, 91 insertions(+), 67 deletions(-) |
---|
4018 | |
---|
4019 | Commit: 2360 |
---|
4020 | Author: jylam |
---|
4021 | Date: Wed Jun 11 16:23:46 2008 +0000 |
---|
4022 | |
---|
4023 | * Fixed window borders size |
---|
4024 | |
---|
4025 | src/main.c | 6 ++++-- |
---|
4026 | src/neercs.h | 2 ++ |
---|
4027 | 2 files changed, 6 insertions(+), 2 deletions(-) |
---|
4028 | |
---|
4029 | Commit: 2359 |
---|
4030 | Author: jylam |
---|
4031 | Date: Wed Jun 11 16:00:26 2008 +0000 |
---|
4032 | |
---|
4033 | * moved thumbnail code to its own function, and added a box around current one |
---|
4034 | * Cosmetic changes |
---|
4035 | |
---|
4036 | src/main.c | 112 ++++++++++++++++++++++++++++++++-------------------------- |
---|
4037 | src/neercs.h | 3 ++ |
---|
4038 | 2 files changed, 65 insertions(+), 50 deletions(-) |
---|
4039 | |
---|
4040 | Commit: 2358 |
---|
4041 | Author: jylam |
---|
4042 | Date: Wed Jun 11 15:45:02 2008 +0000 |
---|
4043 | |
---|
4044 | * Added a default shell roolback if no arguments are givent |
---|
4045 | * ctrl-a-c adds a new screen |
---|
4046 | |
---|
4047 | src/main.c | 26 ++++++++++++++++++-------- |
---|
4048 | 1 files changed, 18 insertions(+), 8 deletions(-) |
---|
4049 | |
---|
4050 | Commit: 2357 |
---|
4051 | Author: jylam |
---|
4052 | Date: Wed Jun 11 15:13:41 2008 +0000 |
---|
4053 | |
---|
4054 | * Reorganised screen management in a list |
---|
4055 | * Minor cosmetic changes |
---|
4056 | * Refresh screen when a window is destroyed |
---|
4057 | |
---|
4058 | src/main.c | 306 +++++++++++++++++++++++++++++++++++++--------------------- |
---|
4059 | src/neercs.h | 19 ++++ |
---|
4060 | 2 files changed, 216 insertions(+), 109 deletions(-) |
---|
4061 | |
---|
4062 | Commit: 2356 |
---|
4063 | Author: pterjan |
---|
4064 | Date: Wed Jun 11 13:11:15 2008 +0000 |
---|
4065 | |
---|
4066 | - Exit when requested by window manager |
---|
4067 | - Exit when all terms are exited |
---|
4068 | - Free the buffers during final cleanup |
---|
4069 | - Don't wait for a key before exiting |
---|
4070 | |
---|
4071 | src/main.c | 37 +++++++++++++++++++++++-------------- |
---|
4072 | 1 files changed, 23 insertions(+), 14 deletions(-) |
---|
4073 | |
---|
4074 | Commit: 2143 |
---|
4075 | Author: sam |
---|
4076 | Date: Sun Dec 16 12:08:27 2007 +0000 |
---|
4077 | |
---|
4078 | * Require libcaca >= 0.99beta13. |
---|
4079 | * Update event code to comply with the last API change. |
---|
4080 | |
---|
4081 | configure.ac | 4 ++-- |
---|
4082 | src/main.c | 11 ++++++----- |
---|
4083 | 2 files changed, 8 insertions(+), 7 deletions(-) |
---|
4084 | |
---|
4085 | Commit: 1838 |
---|
4086 | Author: sam |
---|
4087 | Date: Fri Oct 19 22:23:06 2007 +0000 |
---|
4088 | |
---|
4089 | * Cursor support in neercs. |
---|
4090 | |
---|
4091 | src/main.c | 7 +++++++ |
---|
4092 | 1 files changed, 7 insertions(+), 0 deletions(-) |
---|
4093 | |
---|
4094 | Commit: 1834 |
---|
4095 | Author: sam |
---|
4096 | Date: Sun Sep 30 17:12:21 2007 +0000 |
---|
4097 | |
---|
4098 | * Display miniatures from all other windows at the bottom of the screen. |
---|
4099 | |
---|
4100 | src/main.c | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- |
---|
4101 | src/term.c | 2 +- |
---|
4102 | 2 files changed, 59 insertions(+), 3 deletions(-) |
---|
4103 | |
---|
4104 | Commit: 1832 |
---|
4105 | Author: sam |
---|
4106 | Date: Sun Sep 30 16:00:41 2007 +0000 |
---|
4107 | |
---|
4108 | * New version of the bootstrap script. |
---|
4109 | |
---|
4110 | bootstrap | 25 ++++++++++++++----------- |
---|
4111 | 1 files changed, 14 insertions(+), 11 deletions(-) |
---|
4112 | |
---|
4113 | Commit: 1459 |
---|
4114 | Author: sam |
---|
4115 | Date: Tue Dec 12 01:49:37 2006 +0000 |
---|
4116 | |
---|
4117 | * Bwarf, typo in the no warranty clause. |
---|
4118 | |
---|
4119 | src/main.c | 2 +- |
---|
4120 | src/neercs.h | 2 +- |
---|
4121 | src/term.c | 2 +- |
---|
4122 | 3 files changed, 3 insertions(+), 3 deletions(-) |
---|
4123 | |
---|
4124 | Commit: 1455 |
---|
4125 | Author: sam |
---|
4126 | Date: Mon Dec 11 15:52:24 2006 +0000 |
---|
4127 | |
---|
4128 | * Add a no warranty clause to the code. |
---|
4129 | |
---|
4130 | src/main.c | 7 ++++--- |
---|
4131 | src/neercs.h | 7 ++++--- |
---|
4132 | src/term.c | 7 ++++--- |
---|
4133 | 3 files changed, 12 insertions(+), 9 deletions(-) |
---|
4134 | |
---|
4135 | Commit: 1445 |
---|
4136 | Author: sam |
---|
4137 | Date: Thu Nov 30 17:02:07 2006 +0000 |
---|
4138 | |
---|
4139 | * Call PKG_CHECK_MODULES the right way. |
---|
4140 | |
---|
4141 | configure.ac | 2 +- |
---|
4142 | src/Makefile.am | 5 ++--- |
---|
4143 | 2 files changed, 3 insertions(+), 4 deletions(-) |
---|
4144 | |
---|
4145 | Commit: 1437 |
---|
4146 | Author: sam |
---|
4147 | Date: Mon Nov 27 14:46:24 2006 +0000 |
---|
4148 | |
---|
4149 | * Imported libcaca's test/term.c into our tree. |
---|
4150 | |
---|
4151 | configure.ac | 5 + |
---|
4152 | src/Makefile.am | 3 +- |
---|
4153 | src/main.c | 310 ++++++++++++++++++++++++++++++++-- |
---|
4154 | src/neercs.h | 42 +++++ |
---|
4155 | src/term.c | 508 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
---|
4156 | 5 files changed, 853 insertions(+), 15 deletions(-) |
---|
4157 | |
---|
4158 | Commit: 1436 |
---|
4159 | Author: sam |
---|
4160 | Date: Mon Nov 27 06:37:38 2006 +0000 |
---|
4161 | |
---|
4162 | * Initial SVN skeleton. |
---|
4163 | |
---|
4164 | COPYING | 14 ++++++ |
---|
4165 | Makefile.am | 7 +++ |
---|
4166 | bootstrap | 123 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
---|
4167 | configure.ac | 44 +++++++++++++++++++ |
---|
4168 | data/Makefile.am | 1 + |
---|
4169 | src/Makefile.am | 7 +++ |
---|
4170 | src/main.c | 27 ++++++++++++ |
---|
4171 | 7 files changed, 223 insertions(+), 0 deletions(-) |
---|