~vanvugt/compiz-plugins-main/fix-1084386

« back to all changes in this revision

Viewing changes to colorfilter/ChangeLog

  • Committer: Sam Spilsbury
  • Date: 2011-08-12 06:36:10 UTC
  • Revision ID: sam.spilsbury@canonical.com-20110812063610-8mcxo2xohctyp2ak
Sync - Remove Plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Sam Spilsbury <sam.spilsbury@canonical.com>     2011-07-07
2
 
 
3
 
    Add VERSION file (0.9.5.0)
4
 
 
5
 
Sam Spilsbury <sam.spilsbury@canonical.com>     2010-11-14
6
 
 
7
 
    CompizPlugin automatically sets DATADIR to whereever you installed the plugin, no need to set it ourselves
8
 
    
9
 
    Revert "Add the DATADIR definition to CMakeLists"
10
 
    
11
 
    This reverts commit dd26a937f3cb7a132aacfd07628497b30c832a5b.
12
 
 
13
 
Merge: 46bc7db dd26a93
14
 
Sam Spilsbury <sam.spilsbury@canonical.com>     2010-11-14
15
 
 
16
 
    Merge branch 'master' of git+ssh://git.opencompositing.org/git/compiz/plugins/colorfilter
17
 
 
18
 
Kristian Lyngstol <kristian@bohemians.org>      2010-11-13
19
 
 
20
 
    Add the DATADIR definition to CMakeLists
21
 
    
22
 
    Hopefully, this, is reasonably correct.
23
 
 
24
 
Sam Spilsbury <smspillaz@gmail.com>     2010-11-04
25
 
 
26
 
    Fix buffer overrun
27
 
 
28
 
Sam Spilsbury <smspillaz@gmail.com>     2010-11-04
29
 
 
30
 
    We can use basename () directly, so we don't need to reimplement it
31
 
 
32
 
Sam Spilsbury <smspillaz@gmail.com>     2010-11-04
33
 
 
34
 
    Also use direct character substitution where appropriate in stripping linefeeds etc
35
 
 
36
 
Sam Spilsbury <smspillaz@gmail.com>     2010-11-04
37
 
 
38
 
    Make FragmentOffset list a normal list not a pointer list (since we never needed a pointer list anyways). This fixes a nasty memleak in the process
39
 
 
40
 
Sam Spilsbury <smspillaz@gmail.com>     2010-11-04
41
 
 
42
 
    Cleanup offset_string
43
 
 
44
 
Sam Spilsbury <smspillaz@gmail.com>     2010-11-04
45
 
 
46
 
    FragmentString never made much sense anyways, so kill it and just use a const reference when getting the first argument from some line on FragmentParser
47
 
 
48
 
Sam Spilsbury <smspillaz@gmail.com>     2010-11-04
49
 
 
50
 
    Replace strange hack with direct character substitution
51
 
 
52
 
Sam Spilsbury <smspillaz@gmail.com>     2010-11-04
53
 
 
54
 
    We have an isspace utility function - use that
55
 
 
56
 
Sam Spilsbury <smspillaz@gmail.com>     2010-11-04
57
 
 
58
 
    More const correctness
59
 
 
60
 
Sam Spilsbury <smspillaz@gmail.com>     2010-11-04
61
 
 
62
 
    const reference correctness in more places. Also don't be returning values if we are just modifying some source
63
 
 
64
 
Sam Spilsbury <smspillaz@gmail.com>     2010-11-04
65
 
 
66
 
    const reference in ltrim
67
 
 
68
 
Sam Spilsbury <smspillaz@gmail.com>     2010-11-04
69
 
 
70
 
    const correctness and also load file names with absolute paths correctly
71
 
 
72
 
Sam Spilsbury <smspillaz@gmail.com>     2010-11-04
73
 
 
74
 
    base_name should be baseFileName
75
 
 
76
 
Sam Spilsbury <smspillaz@gmail.com>     2010-11-04
77
 
 
78
 
    Fix a (rather obvious) memleak
79
 
 
80
 
Sam Spilsbury <smspillaz@gmail.com>     2010-11-04
81
 
 
82
 
    Update copyright
83
 
 
84
 
Sam Spilsbury <smspillaz@gmail.com>     2010-11-04
85
 
 
86
 
    Convert all remaining C String usage to CompString, which also happens to
87
 
    fix several memleaks in the process.
88
 
    
89
 
    Also fix comment handling
90
 
 
91
 
Sam Spilsbury <smspillaz@gmail.com>     2010-10-30
92
 
 
93
 
    Use CompString in ::programAddOffsetFromOp
94
 
 
95
 
Sam Spilsbury <smspillaz@gmail.com>     2010-10-30
96
 
 
97
 
    Use CompString in programFindOffset
98
 
 
99
 
Sam Spilsbury <smspillaz@gmail.com>     2010-10-30
100
 
 
101
 
    Make ::loadFragmentProgram take CompStrings instead of chars
102
 
 
103
 
Sam Spilsbury <smspillaz@gmail.com>     2010-10-30
104
 
 
105
 
    Change ::programCleanName to use std strings and also change
106
 
    ::programReadSource to use ifstream
107
 
 
108
 
Sam Spilsbury <smspillaz@gmail.com>     2010-10-30
109
 
 
110
 
    Change ::ltring to use std::string
111
 
 
112
 
Sam Spilsbury <smspillaz@gmail.com>     2010-10-30
113
 
 
114
 
    Use std::string logic in ::base_name
115
 
 
116
 
Sam Spilsbury <smspillaz@gmail.com>     2010-10-26
117
 
 
118
 
    Fix typo in filter name
119
 
 
120
 
Scott Moreau <oreaus@gmail.com> 2010-09-30
121
 
 
122
 
    Silence warning.
123
 
 
124
 
Scott Moreau <oreaus@gmail.com> 2010-09-28
125
 
 
126
 
    Don't require composite since opengl already does.
127
 
 
128
 
Sam Spilsbury <smspillaz@gmail.com>     2010-07-04
129
 
 
130
 
    Remove build dependency on compiztoolbox
131
 
 
132
 
Sam Spilsbury <smspillaz@gmail.com>     2010-07-01
133
 
 
134
 
    Simplify serialization interface
135
 
 
136
 
Sam Spilsbury <smspillaz@gmail.com>     2010-06-18
137
 
 
138
 
    Kill backup file
139
 
 
140
 
Sam Spilsbury <SmSpillaz@gmail.com>     2010-06-18
141
 
 
142
 
    Add serialization interface and necessary changes
143
 
 
144
 
Sam Spilsbury <SmSpillaz@gmail.com>     2010-06-12
145
 
 
146
 
    Added serialization interface and necessary changes
147
 
 
148
 
Sam Spilsbury <SmSpillaz@gmail.com>     2010-05-25
149
 
 
150
 
    Load after decor plugin to prevent windows moving after plugin load
151
 
 
152
 
Sam Spilsbury <SmSpillaz@gmail.com>     2010-05-09
153
 
 
154
 
    Free original memory in string
155
 
 
156
 
Sam Spilsbury <SmSpillaz@gmail.com>     2010-05-09
157
 
 
158
 
    Fix crash
159
 
 
160
 
Sam Spilsbury <smspillaz@XPS-FEDORA.(none)>     2010-05-07
161
 
 
162
 
    Fix most of the leaks in the previously leaky parser classes
163
 
 
164
 
Sam Spilsbury <smspillaz@XPS-FEDORA.(none)>     2010-05-05
165
 
 
166
 
    Set data directory appropriately
167
 
 
168
 
Sam Spilsbury <smspillaz@XPS-FEDORA.(none)>     2010-04-29
169
 
 
170
 
    Use C++ bool
171
 
 
172
 
Sam <smspillaz@gmail.com>       2010-04-05
173
 
 
174
 
    Avoid creating an std::string with a NULL construct, which could lead to a SIGABRT
175
 
 
176
 
Sam Spilsbury <smspillaz@gmail.com>     2010-02-05
177
 
 
178
 
    Fix warnings
179
 
 
180
 
Sam Spilsbury <smspillaz@gmail.com>     2009-09-07
181
 
 
182
 
    Remove dummy
183
 
 
184
 
Sam Spilsbury <smspillaz@gmail.com>     2009-09-07
185
 
 
186
 
    Dummy commit
187
 
 
188
 
Sam Spilsbury <smspillaz@gmail.com>     2009-09-07
189
 
 
190
 
    Initial C++ port
191
 
 
192
 
Erkin Bahceci <erkinbah@gmail.com>      2009-08-24
193
 
 
194
 
    Handle empty filter name.
195
 
    
196
 
    e.g: when it happens while adding a new one in ccsm.
197
 
 
198
 
Danny Baumann <dannybaumann@web.de>     2008-09-01
199
 
 
200
 
    Track core changes.
201
 
 
202
 
Adel Gadllah <adel.gadllah@gmail.com>   2008-07-15
203
 
 
204
 
    * Fix build on PPC64
205
 
 
206
 
Guillaume Seguin <guillaume@segu.in>    2008-06-06
207
 
 
208
 
    Add deuteranopia and protonopia to default filters
209
 
 
210
 
Dennis Kasprzyk <onestone@opencompositing.org>  2008-04-04
211
 
 
212
 
    CMake build file.
213
 
 
214
 
Dennis Kasprzyk <onestone@opencompositing.org>  2008-04-03
215
 
 
216
 
    Makefile update.
217
 
 
218
 
Dennis Kasprzyk <onestone@opencompositing.org>  2008-03-14
219
 
 
220
 
    Makefile update.
221
 
 
222
 
Dennis Kasprzyk <onestone@opencompositing.org>  2008-03-14
223
 
 
224
 
    Makefile update.
225
 
 
226
 
Danny Baumann <dannybaumann@web.de>     2008-03-12
227
 
 
228
 
    Makefile update
229
 
 
230
 
Dennis Kasprzyk <onestone@opencompositing.org>  2008-01-23
231
 
 
232
 
    Makefile update.
233
 
 
234
 
Guillaume Seguin <guillaume@segu.in>    2007-09-20
235
 
 
236
 
    * Avoid default keybinding conflict with shift for Switch filter binding
237
 
 
238
 
Danny Baumann <dannybaumann@web.de>     2007-09-07
239
 
 
240
 
    Track core changes.
241
 
 
242
 
Guillaume Seguin <guillaume@segu.in>    2007-08-31
243
 
 
244
 
    * Modify Switch Filter binding to avoid conflict with group
245
 
 
246
 
Guillaume Seguin <guillaume@segu.in>    2007-08-31
247
 
 
248
 
    * Fix include
249
 
 
250
 
Guillaume Seguin <guillaume@segu.in>    2007-08-30
251
 
 
252
 
    * Track core changes
253
 
 
254
 
Guillaume Seguin <guillaume@segu.in>    2007-08-28
255
 
 
256
 
    * Makefile update
257
 
 
258
 
Guillaume Seguin <guillaume@segu.in>    2007-08-28
259
 
 
260
 
    * Fix comment
261
 
 
262
 
Guillaume Seguin <guillaume@segu.in>    2007-08-25
263
 
 
264
 
    * Don't try to load filters with an empty name
265
 
 
266
 
Guillaume Seguin <guillaume@segu.in>    2007-08-24
267
 
 
268
 
    * Add comment & fix comment
269
 
 
270
 
Guillaume Seguin <guillaume@segu.in>    2007-08-21
271
 
 
272
 
    * Fix metadata for real
273
 
 
274
 
Guillaume Seguin <guillaume@segu.in>    2007-08-21
275
 
 
276
 
    * Fix metadata
277
 
 
278
 
Guillaume Seguin <guillaume@segu.in>    2007-08-21
279
 
 
280
 
    * New action system
281
 
 
282
 
Guillaume Seguin <guillaume@segu.in>    2007-08-20
283
 
 
284
 
    * Set default filters list
285
 
 
286
 
Guillaume Seguin <guillaume@segu.in>    2007-08-20
287
 
 
288
 
    * Minor coding style/function naming update
289
 
 
290
 
Guillaume Seguin <guillaume@segu.in>    2007-08-20
291
 
 
292
 
    * Damage screen when "Filter Decorations" option is toggled
293
 
 
294
 
Guillaume Seguin <guillaume@segu.in>    2007-08-20
295
 
 
296
 
    * Fix negative-green filter
297
 
 
298
 
Guillaume Seguin <guillaume@segu.in>    2007-08-20
299
 
 
300
 
    * Add blueish filter
301
 
 
302
 
Guillaume Seguin <guillaume@segu.in>    2007-08-19
303
 
 
304
 
    * Update negative filters
305
 
 
306
 
Guillaume Seguin <guillaume@segu.in>    2007-08-19
307
 
 
308
 
    * Fix color ops parsing
309
 
 
310
 
Guillaume Seguin <guillaume@segu.in>    2007-08-19
311
 
 
312
 
    * Add test filters for colorblindness simulation
313
 
 
314
 
Danny Baumann <dannybaumann@web.de>     2007-08-17
315
 
 
316
 
    Fixed exclude match handling.
317
 
 
318
 
Danny Baumann <dannybaumann@web.de>     2007-08-17
319
 
 
320
 
    Cleaned up initial filter state setting.
321
 
 
322
 
Danny Baumann <dannybaumann@web.de>     2007-08-17
323
 
 
324
 
    Fix default matches.
325
 
 
326
 
Guillaume Seguin <guillaume@segu.in>    2007-08-16
327
 
 
328
 
    * Update pretty fragment program print core patch
329
 
 
330
 
Guillaume Seguin <guillaume@segu.in>    2007-08-15
331
 
 
332
 
    * Increase precision of dot products vectors for grayscale and blackandwhite
333
 
 
334
 
Guillaume Seguin <guillaume@segu.in>    2007-08-15
335
 
 
336
 
    * Improve blackandwhite filter
337
 
 
338
 
Guillaume Seguin <guillaume@segu.in>    2007-08-15
339
 
 
340
 
    * Improve grayscale filter
341
 
 
342
 
Guillaume Seguin <guillaume@segu.in>    2007-08-15
343
 
 
344
 
    * Add simple color swapping filters
345
 
 
346
 
Guillaume Seguin <guillaume@segu.in>    2007-08-15
347
 
 
348
 
    * Use DATADIR directly instead of PREFIX to load global filters
349
 
 
350
 
Merge: 5c6d3ca 6eb3ead
351
 
Guillaume Seguin <guillaume@segu.in>    2007-08-15
352
 
 
353
 
    Merge branch 'master' of git+ssh://guillaume@git.opencompositing.org/git/users/guillaume/soc/colorfilter
354
 
 
355
 
Dennis Kasprzyk <onestone@opencompositing.org>  2007-08-15
356
 
 
357
 
    Makefile update
358
 
 
359
 
Guillaume Seguin <guillaume@segu.in>    2007-08-15
360
 
 
361
 
    * Add sepia filter
362
 
 
363
 
Guillaume Seguin <guillaume@segu.in>    2007-08-15
364
 
 
365
 
    * Add blackandwhite filter
366
 
 
367
 
Guillaume Seguin <guillaume@segu.in>    2007-08-15
368
 
 
369
 
    * Adjust local filters path (set it to ~/.compiz/data/filters/)
370
 
 
371
 
Guillaume Seguin <guillaume@segu.in>    2007-08-15
372
 
 
373
 
    * Coding style cleanup
374
 
 
375
 
Guillaume Seguin <guillaume@segu.in>    2007-08-15
376
 
 
377
 
    * Cleanup (no need to check for Fragment Program availability there)
378
 
 
379
 
Guillaume Seguin <guillaume@segu.in>    2007-08-15
380
 
 
381
 
    * Cleanup (checking again if w is null is useless, we did it 7 lines before)
382
 
 
383
 
Guillaume Seguin <guillaume@segu.in>    2007-08-15
384
 
 
385
 
    * Fix crash when Fragment Programs aren't supported by GPU
386
 
 
387
 
Guillaume Seguin <guillaume@segu.in>    2007-08-15
388
 
 
389
 
    * Add grayscale filter
390
 
 
391
 
Guillaume Seguin <guillaume@segu.in>    2007-08-15
392
 
 
393
 
    * Correctly parse parameters such as PARAM a = {1, 2, 3, 4};
394
 
 
395
 
Dennis Kasprzyk <onestone@opencompositing.org>  2007-08-14
396
 
 
397
 
    Load after blur.
398
 
 
399
 
Merge: 28676b3 42ff8cc
400
 
Dennis Kasprzyk <onestone@opencompositing.org>  2007-08-14
401
 
 
402
 
    Merge branch 'master' of git+ssh://git.opencompositing.org/git/fusion/plugins/colorfilter
403
 
 
404
 
Roland Baer <roland@Vista.(none)>       2007-08-10
405
 
 
406
 
    * Filehandle leak fix
407
 
 
408
 
Guillaume Seguin <guillaume@segu.in>    2007-08-07
409
 
 
410
 
    * Makefile update.
411
 
 
412
 
Dennis Kasprzyk <onestone@opencompositing.org>  2007-08-07
413
 
 
414
 
    Makefile update
415
 
 
416
 
Guillaume Seguin <guillaume@segu.in>    2007-08-07
417
 
 
418
 
    * Move filters to data/filters/
419
 
 
420
 
Guillaume Seguin <guillaume@segu.in>    2007-08-05
421
 
 
422
 
    * Add AUTHORS file
423
 
 
424
 
Guillaume Seguin <guillaume@segu.in>    2007-08-05
425
 
 
426
 
    * Add alpha channel to negative filters
427
 
      (from Compiz Fusion neg.c, by Dennis Kasprzyk)
428
 
 
429
 
Guillaume Seguin <guillaume@segu.in>    2007-07-31
430
 
 
431
 
    * Check for fragment program availability when initiating screen
432
 
 
433
 
Guillaume Seguin <guillaume@segu.in>    2007-07-29
434
 
 
435
 
    * Fix indent
436
 
 
437
 
Guillaume Seguin <guillaume@segu.in>    2007-07-28
438
 
 
439
 
    * Do not include useless X headers
440
 
 
441
 
Guillaume Seguin <guillaume@segu.in>    2007-07-27
442
 
 
443
 
    * Fix indent
444
 
 
445
 
Guillaume Seguin <guillaume@segu.in>    2007-07-27
446
 
 
447
 
    * Remove debug leftover
448
 
 
449
 
Roland Baer <roland@Vista.(none)>       2007-07-27
450
 
 
451
 
    * Minor mem leak fix
452
 
 
453
 
Guillaume Seguin <guillaume@segu.in>    2007-07-26
454
 
 
455
 
    * Cleanup
456
 
 
457
 
Guillaume Seguin <guillaume@segu.in>    2007-07-26
458
 
 
459
 
    * Add FIXME
460
 
 
461
 
Guillaume Seguin <guillaume@segu.in>    2007-07-26
462
 
 
463
 
    * Add parsing of offsets for tex coords
464
 
    * Make fetch ops parsing bits use offsets
465
 
    * Fix memleak in color ops parsing
466
 
    * Clearly separate functions sections
467
 
    * Add a few comments
468
 
 
469
 
Guillaume Seguin <guillaume@segu.in>    2007-07-21
470
 
 
471
 
    * Clean DataOp parsing
472
 
 
473
 
Guillaume Seguin <guillaume@segu.in>    2007-07-20
474
 
 
475
 
    * Clean fragment program name before using it in Compiz FAI
476
 
 
477
 
Guillaume Seguin <guillaume@segu.in>    2007-07-20
478
 
 
479
 
    * Compiz style for macro indents
480
 
 
481
 
Guillaume Seguin <guillaume@segu.in>    2007-07-20
482
 
 
483
 
    * Remove debug leftover ><
484
 
 
485
 
Guillaume Seguin <guillaume@segu.in>    2007-07-20
486
 
 
487
 
    * Add FetchOp example
488
 
 
489
 
Guillaume Seguin <guillaume@segu.in>    2007-07-20
490
 
 
491
 
    * Clean FetchOp parsing
492
 
 
493
 
Guillaume Seguin <guillaume@segu.in>    2007-07-20
494
 
 
495
 
    * Fix mem leak
496
 
 
497
 
Guillaume Seguin <guillaume@segu.in>    2007-07-20
498
 
 
499
 
    * Clean MUL ColorOp parsing
500
 
 
501
 
Guillaume Seguin <guillaume@segu.in>    2007-07-20
502
 
 
503
 
    * Better comment
504
 
 
505
 
Guillaume Seguin <guillaume@segu.in>    2007-07-20
506
 
 
507
 
    * Indentation, again -_-
508
 
 
509
 
Guillaume Seguin <guillaume@segu.in>    2007-07-20
510
 
 
511
 
    * Fix remaining indentation problems
512
 
 
513
 
Guillaume Seguin <guillaume@segu.in>    2007-07-20
514
 
 
515
 
    * Coding style (80 columns, comments style cleanup)
516
 
 
517
 
Guillaume Seguin <guillaume@segu.in>    2007-07-20
518
 
 
519
 
    * Use C comments
520
 
 
521
 
Guillaume Seguin <guillaume@segu.in>    2007-07-20
522
 
 
523
 
    * Compiz coding style
524
 
 
525
 
Guillaume Seguin <guillaume@segu.in>    2007-07-20
526
 
 
527
 
    * Compiz coding style
528
 
 
529
 
Guillaume Seguin <guillaume@segu.in>    2007-07-20
530
 
 
531
 
    * man strstr
532
 
 
533
 
Guillaume Seguin <guillaume@segu.in>    2007-07-20
534
 
 
535
 
    * Clean MOV ColorOp parsing
536
 
 
537
 
Guillaume Seguin <guillaume@segu.in>    2007-07-20
538
 
 
539
 
    * Add compiz core patch that prints fragment programs once they are computed
540
 
 
541
 
Guillaume Seguin <guillaume@segu.in>    2007-07-20
542
 
 
543
 
    * Start to improve argument parsing
544
 
    * Add left trimming `ltrim` function
545
 
    * Add function to get the first argument in a string
546
 
    * Use it for TEMP/PARAM/ATTRIB operators parsing
547
 
 
548
 
Guillaume Seguin <guillaume@segu.in>    2007-07-19
549
 
 
550
 
    * Use strtok_r instead of strtok for thread safety
551
 
 
552
 
Guillaume Seguin <guillaume@segu.in>    2007-07-18
553
 
 
554
 
    * Remove obsolete deps/features from vtable
555
 
 
556
 
Guillaume Seguin <guillaume@segu.in>    2007-07-11
557
 
 
558
 
    * Add files hint to filter list
559
 
 
560
 
Guillaume Seguin <guillaume@segu.in>    2007-07-09
561
 
 
562
 
    * Damage filtered windows when filters are reloaded
563
 
    * Fix typo
564
 
 
565
 
Guillaume Seguin <guillaume@segu.in>    2007-07-08
566
 
 
567
 
    * Rename bindings options, looks better *sigh*
568
 
 
569
 
Guillaume Seguin <guillaume@segu.in>    2007-07-08
570
 
 
571
 
    * Add buildFragmentProgram function to build a Fragment Function from a string
572
 
 
573
 
Guillaume Seguin <guillaume@segu.in>    2007-07-07
574
 
 
575
 
    * Code cleanup
576
 
 
577
 
Guillaume Seguin <guillaume@segu.in>    2007-07-07
578
 
 
579
 
    * Skip comments (starting by \#)
580
 
    * Add a few comments
581
 
 
582
 
Patrick Niklaus <marex@opencompositing.org>     2007-07-06
583
 
 
584
 
    Added contrast colorfilter
585
 
 
586
 
Guillaume Seguin <guillaume@segu.in>    2007-07-06
587
 
 
588
 
    * Use PREFIX instead of a hardcoded path
589
 
 
590
 
Guillaume Seguin <guillaume@segu.in>    2007-07-06
591
 
 
592
 
    * Alter log message to reflect that the filter item might not be a path
593
 
 
594
 
Guillaume Seguin <guillaume@segu.in>    2007-07-06
595
 
 
596
 
    * Try to load filter from different places before failing
597
 
      (namely ~/.compiz/filters and PREFIX/share/compiz/filters)
598
 
 
599
 
Guillaume Seguin <guillaume@segu.in>    2007-07-06
600
 
 
601
 
    * Free filter name
602
 
 
603
 
Guillaume Seguin <guillaume@segu.in>    2007-07-06
604
 
 
605
 
    * Rename basename to base_name to avoid conflict with libc's (I prefer mine :>)
606
 
 
607
 
Guillaume Seguin <guillaume@segu.in>    2007-07-06
608
 
 
609
 
    * Remove development leftover
610
 
 
611
 
Guillaume Seguin <guillaume@segu.in>    2007-07-06
612
 
 
613
 
    * Use strdup for string duplication
614
 
 
615
 
Guillaume Seguin <guillaume@segu.in>    2007-07-06
616
 
 
617
 
    * Add comments for basename
618
 
 
619
 
Guillaume Seguin <guillaume@segu.in>    2007-07-06
620
 
 
621
 
    * Replace ugly while (1) {if (...) break;...}
622
 
 
623
 
Guillaume Seguin <guillaume@segu.in>    2007-07-06
624
 
 
625
 
    * Better comments for loadFragmentProgram
626
 
 
627
 
Guillaume Seguin <guillaume@segu.in>    2007-07-06
628
 
 
629
 
    * Revamped basename
630
 
 
631
 
Guillaume Seguin <guillaume@segu.in>    2007-07-06
632
 
 
633
 
    * '\0' => 0
634
 
 
635
 
Guillaume Seguin <guillaume@segu.in>    2007-07-06
636
 
 
637
 
    * Check if file was successfully open before continuing...
638
 
 
639
 
Guillaume Seguin <guillaume@segu.in>    2007-07-06
640
 
 
641
 
    * Coding style cleanup
642
 
 
643
 
Guillaume Seguin <guillaume@segu.in>    2007-07-05
644
 
 
645
 
    * Fix damage problem when switching filters
646
 
 
647
 
Guillaume Seguin <guillaume@segu.in>    2007-07-05
648
 
 
649
 
    * Add sample filters
650
 
 
651
 
Guillaume Seguin <guillaume@segu.in>    2007-07-05
652
 
 
653
 
    * Update metadata (add plugin to Accessibility category)
654
 
 
655
 
Guillaume Seguin <guillaume@segu.in>    2007-07-05
656
 
 
657
 
    * Initial import