This repository has been archived by the owner on Jun 13, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTODO.riot
527 lines (445 loc) · 16.3 KB
/
TODO.riot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
From background-static Thu Mar 23 17:30:06 EET 2006
Message-Id: <[email protected]>
Date: Thu Mar 23 17:30:06 EET 2006
Status: RO
X-Riot-Version: 1ds-yyyymmdd
From: Riot
X-Riot-Edited: Thu Mar 23 17:30:06 EET 2006
Content-Type: text/plain; charset=utf-8
Subject: Ion TODO list
Ion TODO list
From background-static Thu Mar 23 18:08:00 EET 2006
Message-Id: <[email protected]>
Date: Thu Mar 23 18:08:00 EET 2006
Status: RO
X-Riot-Version: 1ds-yyyymmdd
From: Riot
X-Riot-Edited: Thu Mar 23 18:08:12 EET 2006
Content-Type: text/plain; charset=utf-8
Subject: Core/general
In-Reply-To: <[email protected]>
Core/general
From background-static Thu Mar 23 17:31:43 EET 2006
Message-Id: <[email protected]>
Date: Thu Mar 23 17:31:43 EET 2006
Status: RO
X-Riot-Version: 1ds-yyyymmdd
From: Riot
X-Riot-Edited: Thu Mar 23 17:31:46 EET 2006
Content-Type: text/plain; charset=utf-8
Subject: Startup sequence support
In-Reply-To: <[email protected]>
Startup sequence support
Support for the FDO startup notification specification should be
added. Ion should arrange things in the right frame by LAUNCHED_BY.
The specification is at
<http://standards.freedesktop.org/startup-notification-spec/startup-notification-latest.txt>
From background-static Thu Mar 23 17:41:20 EET 2006
Message-Id: <[email protected]>
Date: Thu Mar 23 17:41:20 EET 2006
Status: RO
X-Riot-Version: 1ds-yyyymmdd
From: Riot
X-Riot-Edited: Thu Mar 23 17:41:20 EET 2006
Content-Type: text/plain; charset=utf-8
Subject: Better support for the few applicable EWMH hints
In-Reply-To: <[email protected]>
Better support for the few applicable EWMH hints
From background-static Thu Mar 23 18:00:25 EET 2006
Message-Id: <[email protected]>
Date: Thu Mar 23 18:00:25 EET 2006
Status: RO
X-Riot-Version: 1ds-yyyymmdd
From: Riot
X-Riot-Edited: Thu Mar 23 18:00:25 EET 2006
Content-Type: text/plain; charset=utf-8
Subject: Some way to load/initialise inherited drawing engines properly.
In-Reply-To: <[email protected]>
Some way to load/initialise inherited drawing engines properly.
From background-static Thu Mar 23 18:04:35 EET 2006
Message-Id: <[email protected]>
Date: Thu Mar 23 18:04:35 EET 2006
Status: RO
X-Riot-Version: 1ds-yyyymmdd
From: Riot
X-Riot-Edited: Thu Mar 23 18:04:35 EET 2006
Content-Type: text/plain; charset=utf-8
Subject: New hooks?
In-Reply-To: <[email protected]>
New hooks?
From background-static Thu Mar 23 18:10:34 EET 2006
Message-Id: <[email protected]>
Date: Thu Mar 23 18:10:34 EET 2006
Status: RO
X-Riot-Version: 1ds-yyyymmdd
From: Riot
X-Riot-Edited: Thu Mar 23 18:10:34 EET 2006
Content-Type: text/plain; charset=utf-8
Subject: Tiled workspaces
In-Reply-To: <[email protected]>
Tiled workspaces
From background-static Thu Mar 23 17:50:02 EET 2006
Message-Id: <[email protected]>
Date: Thu Mar 23 17:50:02 EET 2006
Status: RO
X-Riot-Version: 1ds-yyyymmdd
From: Riot
X-Riot-Edited: Thu Mar 23 17:50:22 EET 2006
Content-Type: text/plain; charset=utf-8
Subject: Pane handles should allow resizing with the rodent.
In-Reply-To: <[email protected]>
Pane handles should allow resizing with the rodent.
(You know, those things on the sides of floating splits.)
From background-static Wed Jan 10 03:06:06 EET 2007
Message-Id: <[email protected]>
Date: Wed Jan 10 03:06:06 EET 2007
Status: RO
X-Riot-Version: 1ds-20060502
From: Riot
X-Riot-Edited: Wed Jan 10 03:06:06 EET 2007
Content-Type: text/plain; charset=utf-8
Subject: Trays?
In-Reply-To: <[email protected]>
Trays?
From background-static Thu Mar 23 18:09:58 EET 2006
Message-Id: <[email protected]>
Date: Thu Mar 23 18:09:58 EET 2006
Status: RO
X-Riot-Version: 1ds-yyyymmdd
From: Riot
X-Riot-Edited: Thu Mar 23 18:10:27 EET 2006
Content-Type: text/plain; charset=utf-8
Subject: mod_statusbar and ion-statusd
In-Reply-To: <[email protected]>
mod_statusbar and ion-statusd
From background-static Thu Mar 23 17:36:11 EET 2006
Message-Id: <[email protected]>
Date: Thu Mar 23 17:36:11 EET 2006
Status: RO
X-Riot-Version: 1ds-yyyymmdd
From: Riot
X-Riot-Edited: Thu Mar 23 17:36:11 EET 2006
Content-Type: text/plain; charset=utf-8
Subject: Multi-line statusbar
In-Reply-To: <[email protected]>
Multi-line statusbar
From background-static Thu Mar 23 17:36:44 EET 2006
Message-Id: <[email protected]>
Date: Thu Mar 23 17:36:44 EET 2006
Status: RO
X-Riot-Version: 1ds-yyyymmdd
From: Riot
X-Riot-Edited: Thu Mar 23 17:39:08 EET 2006
Content-Type: text/plain; charset=utf-8
Subject: Better control of layout etc.
In-Reply-To: <[email protected]>
Better control of layout etc.
From background-static Thu Mar 23 17:39:20 EET 2006
Message-Id: <[email protected]>
Date: Thu Mar 23 17:39:20 EET 2006
Status: RO
X-Riot-Version: 1ds-yyyymmdd
From: Riot
X-Riot-Edited: Thu Mar 23 17:39:20 EET 2006
Content-Type: text/plain; charset=utf-8
Subject: mpress support for meters or other areas.
In-Reply-To: <[email protected]>
mpress support for meters or other areas.
From background-static Thu Mar 23 17:54:07 EET 2006
Message-Id: <[email protected]>
Date: Thu Mar 23 17:54:07 EET 2006
Status: RO
X-Riot-Version: 1ds-yyyymmdd
From: Riot
X-Riot-Edited: Thu Mar 23 17:54:07 EET 2006
Content-Type: text/plain; charset=utf-8
Subject: Communicating configuration to statusd shouldn't use temp file
In-Reply-To: <[email protected]>
Communicating configuration to statusd shouldn't use temp file
From background-static Thu Mar 23 18:11:44 EET 2006
Message-Id: <[email protected]>
Date: Thu Mar 23 18:11:44 EET 2006
Status: RO
X-Riot-Version: 1ds-yyyymmdd
From: Riot
X-Riot-Edited: Thu Mar 23 18:11:44 EET 2006
Content-Type: text/plain; charset=utf-8
Subject: mod_query
In-Reply-To: <[email protected]>
mod_query
From background-static Thu Mar 23 17:40:27 EET 2006
Message-Id: <[email protected]>
Date: Thu Mar 23 17:40:27 EET 2006
Status: RO
X-Riot-Version: 1ds-yyyymmdd
From: Riot
X-Riot-Edited: Thu Mar 23 17:40:35 EET 2006
Content-Type: text/plain; charset=utf-8
Subject: mod_query.message should handle tabs properly
In-Reply-To: <[email protected]>
mod_query.message should handle tabs properly
From background-static Thu Mar 23 18:11:52 EET 2006
Message-Id: <[email protected]>
Date: Thu Mar 23 18:11:52 EET 2006
Status: RO
X-Riot-Version: 1ds-yyyymmdd
From: Riot
X-Riot-Edited: Thu Mar 23 18:11:52 EET 2006
Content-Type: text/plain; charset=utf-8
Subject: mod_dock
In-Reply-To: <[email protected]>
mod_dock
From background-static Thu Mar 23 17:58:56 EET 2006
Message-Id: <[email protected]>
Date: Thu Mar 23 17:58:56 EET 2006
Status: RO
X-Riot-Version: 1ds-yyyymmdd
From: Riot
X-Riot-Edited: Thu Mar 23 17:58:56 EET 2006
Content-Type: text/plain; charset=utf-8
Subject: There are some problems with user geometries of docked apps.
In-Reply-To: <[email protected]>
There are some problems with user geometries of docked apps.
From background-static Thu Mar 23 18:12:02 EET 2006
Message-Id: <[email protected]>
Date: Thu Mar 23 18:12:02 EET 2006
Status: RO
X-Riot-Version: 1ds-yyyymmdd
From: Riot
X-Riot-Edited: Thu Mar 23 18:12:02 EET 2006
Content-Type: text/plain; charset=utf-8
Subject: mod_mgmtmode
In-Reply-To: <[email protected]>
mod_mgmtmode
From background-static Thu Mar 23 18:04:54 EET 2006
Message-Id: <[email protected]>
Date: Thu Mar 23 18:04:54 EET 2006
Status: RO
X-Riot-Version: 1ds-yyyymmdd
From: Riot
X-Riot-Edited: Thu Mar 23 18:04:54 EET 2006
Content-Type: text/plain; charset=utf-8
Subject: An actual management mode for mod_mgmtmode.
In-Reply-To: <[email protected]>
An actual management mode for mod_mgmtmode.
From background-static Thu Mar 23 18:11:20 EET 2006
Message-Id: <[email protected]>
Date: Thu Mar 23 18:11:20 EET 2006
Status: RO
X-Riot-Version: 1ds-yyyymmdd
From: Riot
X-Riot-Edited: Thu Mar 23 18:11:20 EET 2006
Content-Type: text/plain; charset=utf-8
Subject: Drawing engine(s)
In-Reply-To: <[email protected]>
Drawing engine(s)
From background-static Thu Mar 23 18:02:32 EET 2006
Message-Id: <[email protected]>
Date: Thu Mar 23 18:02:32 EET 2006
Status: RO
X-Riot-Version: 1ds-yyyymmdd
From: Riot
X-Riot-Edited: Thu Mar 23 18:02:32 EET 2006
Content-Type: text/plain; charset=utf-8
Subject: There should be a sticky attribute for the drawing engine
In-Reply-To: <[email protected]>
There should be a sticky attribute for the drawing engine
for sticky floatws frames.
From background-static Thu Mar 23 18:06:40 EET 2006
Message-Id: <[email protected]>
Date: Thu Mar 23 18:06:40 EET 2006
Status: RO
X-Riot-Version: 1ds-yyyymmdd
From: Riot
X-Riot-Edited: Thu Mar 23 18:06:40 EET 2006
Content-Type: text/plain; charset=utf-8
Subject: There are some problems with transparent backgrounds of tabs, IIRC.
In-Reply-To: <[email protected]>
There are some problems with transparent backgrounds of tabs, IIRC.
From background-static Thu Mar 23 18:07:53 EET 2006
Message-Id: <[email protected]>
Date: Thu Mar 23 18:07:53 EET 2006
Status: RO
X-Riot-Version: 1ds-yyyymmdd
From: Riot
X-Riot-Edited: Thu Mar 23 18:07:53 EET 2006
Content-Type: text/plain; charset=utf-8
Subject: Documentation
In-Reply-To: <[email protected]>
Documentation
From background-static Sat Sep 16 14:14:23 EEST 2006
Message-Id: <[email protected]>
Date: Sat Sep 16 14:14:23 EEST 2006
Status: RO
X-Riot-Version: 1ds-20060502
From: Riot
X-Riot-Edited: Sat Sep 16 14:14:23 EEST 2006
Content-Type: text/plain; charset=utf-8
Subject: More of it
In-Reply-To: <[email protected]>
More of it
From background-static Thu Mar 23 17:33:17 EET 2006
Message-Id: <[email protected]>
Date: Thu Mar 23 17:33:17 EET 2006
Status: RO
X-Riot-Version: 1ds-yyyymmdd
From: Riot
X-Riot-Edited: Thu Mar 23 17:49:42 EET 2006
Content-Type: text/plain; charset=utf-8
Subject: Random ideas to try (semi-TODO)
Random ideas to try (semi-TODO)
Just some stuff here for interested people to try. No guarantees
that even a good patch will ever be accepted though.
From background-static Thu Mar 23 18:06:20 EET 2006
Message-Id: <[email protected]>
Date: Thu Mar 23 18:06:20 EET 2006
Status: RO
X-Riot-Version: 1ds-yyyymmdd
From: Riot
X-Riot-Edited: Thu Mar 23 18:06:20 EET 2006
Content-Type: text/plain; charset=utf-8
Subject: Movement threshold would be better for floating splits, raise delay
In-Reply-To: <[email protected]>
Movement threshold would be better for floating splits, raise delay
is just an ugly hack. This is just not implementable in a nice way
without proper translucency support.
From background-static Thu Mar 23 18:07:15 EET 2006
Message-Id: <[email protected]>
Date: Thu Mar 23 18:07:15 EET 2006
Status: RO
X-Riot-Version: 1ds-yyyymmdd
From: Riot
X-Riot-Edited: Thu Mar 23 18:07:15 EET 2006
Content-Type: text/plain; charset=utf-8
Subject: Composition manager and all the nice stuff possible with it
In-Reply-To: <[email protected]>
Composition manager and all the nice stuff possible with it
From background-static Thu Mar 23 18:05:04 EET 2006
Message-Id: <[email protected]>
Date: Thu Mar 23 18:05:04 EET 2006
Status: RO
X-Riot-Version: 1ds-yyyymmdd
From: Riot
X-Riot-Edited: Thu Mar 23 18:05:04 EET 2006
Content-Type: text/plain; charset=utf-8
Subject: Key grabs from scripts?
In-Reply-To: <[email protected]>
Key grabs from scripts?
From background-static Thu Mar 23 18:01:56 EET 2006
Message-Id: <[email protected]>
Date: Thu Mar 23 18:01:56 EET 2006
Status: RO
X-Riot-Version: 1ds-yyyymmdd
From: Riot
X-Riot-Edited: Thu Mar 23 18:01:56 EET 2006
Content-Type: text/plain; charset=utf-8
Subject: Dock resizing improvements?
In-Reply-To: <[email protected]>
Dock resizing improvements?
From background-static Thu Mar 23 18:01:40 EET 2006
Message-Id: <[email protected]>
Date: Thu Mar 23 18:01:40 EET 2006
Status: RO
X-Riot-Version: 1ds-yyyymmdd
From: Riot
X-Riot-Edited: Thu Mar 23 18:01:40 EET 2006
Content-Type: text/plain; charset=utf-8
Subject: Perhaps dock/statusbar should be able to use a different style
In-Reply-To: <[email protected]>
Perhaps dock/statusbar should be able to use a different style
on floatws.
From background-static Thu Mar 23 18:01:23 EET 2006
Message-Id: <[email protected]>
Date: Thu Mar 23 18:01:23 EET 2006
Status: RO
X-Riot-Version: 1ds-yyyymmdd
From: Riot
X-Riot-Edited: Thu Mar 23 18:01:23 EET 2006
Content-Type: text/plain; charset=utf-8
Subject: Make lines with other frame splits "sticking" for resize.
In-Reply-To: <[email protected]>
Make lines with other frame splits "sticking" for resize.
From background-static Thu Mar 23 18:00:54 EET 2006
Message-Id: <[email protected]>
Date: Thu Mar 23 18:00:54 EET 2006
Status: RO
X-Riot-Version: 1ds-yyyymmdd
From: Riot
X-Riot-Edited: Thu Mar 23 18:00:54 EET 2006
Content-Type: text/plain; charset=utf-8
Subject: Better support for nesting workspaces etc.
In-Reply-To: <[email protected]>
Better support for nesting workspaces etc.
From background-static Thu Mar 23 17:59:40 EET 2006
Message-Id: <[email protected]>
Date: Thu Mar 23 17:59:40 EET 2006
Status: RO
X-Riot-Version: 1ds-yyyymmdd
From: Riot
X-Riot-Edited: Thu Mar 23 17:59:40 EET 2006
Content-Type: text/plain; charset=utf-8
Subject: Maybe parent window should shrink out of the way of transients
In-Reply-To: <[email protected]>
Maybe parent window should shrink out of the way of transients
at least to some threshold.
From background-static Thu Mar 23 17:57:42 EET 2006
Message-Id: <[email protected]>
Date: Thu Mar 23 17:57:42 EET 2006
Status: RO
X-Riot-Version: 1ds-yyyymmdd
From: Riot
X-Riot-Edited: Thu Mar 23 17:57:42 EET 2006
Content-Type: text/plain; charset=utf-8
Subject: Maybe placeholders should be exported to Lua side,
In-Reply-To: <[email protected]>
Maybe placeholders should be exported to Lua side,
for initial placement setup and so on.
From background-static Thu Mar 23 17:54:38 EET 2006
Message-Id: <[email protected]>
Date: Thu Mar 23 17:54:38 EET 2006
Status: RO
X-Riot-Version: 1ds-yyyymmdd
From: Riot
X-Riot-Edited: Thu Mar 23 17:54:38 EET 2006
Content-Type: text/plain; charset=utf-8
Subject: Some kind of error reporting system for bindings
In-Reply-To: <[email protected]>
Some kind of error reporting system for bindings
as well while Ion is running.
From background-static Thu Mar 23 17:51:09 EET 2006
Message-Id: <[email protected]>
Date: Thu Mar 23 17:51:09 EET 2006
Status: RO
X-Riot-Version: 1ds-yyyymmdd
From: Riot
X-Riot-Edited: Thu Mar 23 17:51:09 EET 2006
Content-Type: text/plain; charset=utf-8
Subject: Perhaps transients should restore their sizes
In-Reply-To: <[email protected]>
Perhaps transients should restore their sizes
when moving from a small to big frame, if the user has not resized it.
From background-static Thu Mar 23 17:48:55 EET 2006
Message-Id: <[email protected]>
Date: Thu Mar 23 17:48:55 EET 2006
Status: RO
X-Riot-Version: 1ds-yyyymmdd
From: Riot
X-Riot-Edited: Thu Mar 23 17:48:55 EET 2006
Content-Type: text/plain; charset=utf-8
Subject: Perhaps / should be stripped from completed directory names.
In-Reply-To: <[email protected]>
Perhaps / should be stripped from completed directory names.
It should however remain in the list of completions as a hint.
Then typing the slash would trigger a new completion run in
auto-show-completions mode.
From background-static Thu Mar 23 17:49:07 EET 2006
Message-Id: <[email protected]>
Date: Thu Mar 23 17:49:07 EET 2006
Status: RO
X-Riot-Version: 1ds-yyyymmdd
From: Riot
X-Riot-Edited: Thu Mar 23 17:49:07 EET 2006
Content-Type: text/plain; charset=utf-8
Subject: How about pane handles on all splits?
In-Reply-To: <[email protected]>
How about pane handles on all splits?