~ubuntu-branches/ubuntu/trusty/compiz/trusty

« back to all changes in this revision

Viewing changes to plugins/colorfilter/ChangeLog

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2013-08-22 06:58:07 UTC
  • mto: This revision was merged to the branch mainline in revision 3352.
  • Revision ID: package-import@ubuntu.com-20130822065807-17nlzez0d30y09so
Tags: upstream-0.9.10+13.10.20130822
ImportĀ upstreamĀ versionĀ 0.9.10+13.10.20130822

Show diffs side-by-side

added added

removed removed

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