-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog.pre-1.4
15273 lines (11591 loc) · 573 KB
/
ChangeLog.pre-1.4
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
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
commit 5dfa8c23f13f5cafac5cf56f34888a6e01dc79ba
Author: Carl Worth <cworth@cworth.org>
AuthorDate: Tue Mar 6 01:25:17 2007 -0800
Commit: Carl Worth <cworth@cworth.org>
CommitDate: Tue Mar 6 01:25:17 2007 -0800
NEWS: Note the x86 nature of the quoted performance results
And mention that embedded systems often did even better.
NEWS | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
commit d7df4d4d4c52c0934bec0c8edad96bb2ea82dc04
Author: Carl Worth <cworth@cworth.org>
AuthorDate: Tue Mar 6 01:20:45 2007 -0800
Commit: Carl Worth <cworth@cworth.org>
CommitDate: Tue Mar 6 01:20:45 2007 -0800
Increment cairo version to 1.4.0
configure.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit d0d2c4030741619accd1eb554531bb6a97dd7ae4
Author: Carl Worth <cworth@cworth.org>
AuthorDate: Tue Mar 6 01:20:03 2007 -0800
Commit: Carl Worth <cworth@cworth.org>
CommitDate: Tue Mar 6 01:20:03 2007 -0800
Clarify that extra elements in cairo_path_data is only available in cairo >= 1.4
src/cairo.h | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
commit 0578929fa4add0cf366e200a5bd6b9f2dfcd0b79
Author: Carl Worth <cworth@cworth.org>
AuthorDate: Tue Mar 6 01:09:02 2007 -0800
Commit: Carl Worth <cworth@cworth.org>
CommitDate: Tue Mar 6 01:18:47 2007 -0800
NEWS: Add release notes for 1.4.0 release
NEWS | 251 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 250 insertions(+), 1 deletion(-)
commit 66d1dc8b9c3d7c1e26321bdb621ef55779c2fd6d
Author: Carl Worth <cworth@cworth.org>
AuthorDate: Mon Mar 5 23:55:05 2007 -0800
Commit: Carl Worth <cworth@cworth.org>
CommitDate: Mon Mar 5 23:55:05 2007 -0800
Update AUTHORS with 47 (!) new authors since 1.0
AUTHORS | 52 +++++++++++++++++++++++++++++++++++++++++++++++-----
1 file changed, 47 insertions(+), 5 deletions(-)
commit 2f4ddc85a50641a7f6e1f467fa94610875f8ed02
Author: Carl Worth <cworth@cworth.org>
AuthorDate: Mon Mar 5 22:48:27 2007 -0800
Commit: Carl Worth <cworth@cworth.org>
CommitDate: Mon Mar 5 22:48:27 2007 -0800
Mark 5 tests that are currently failing as XFAIL (that is, not to be fixed before 1.4)
The 5 additional bugs that will be shipped with 1.4 are
ft-text-vertical-layout-type1
radial-gradient
surface-pattern
surface-pattern-scale-down
surface-pattern-scale-up
Most of these are non-issues, (unbundled font for
ft-text-vertical-layout-type1), or very minor issues (radial-gradient
and surface-pattern). The only things in here that look like a real
bug are the surface-pattern-scale-down and surface-pattern-scale-up
tests where the xlib backend results have some non-1.0 alpha that is
very unexpected.
test/Makefile.am | 5 +++++
test/radial-gradient.c | 3 ++-
test/surface-pattern-scale-down.c | 3 ++-
test/surface-pattern-scale-up.c | 3 ++-
test/surface-pattern.c | 3 ++-
5 files changed, 13 insertions(+), 4 deletions(-)
commit aa883123d2af905c846a8c0a67ff63fa6b16cd2b
Author: Carl Worth <cworth@cworth.org>
AuthorDate: Mon Mar 5 16:48:05 2007 -0800
Commit: Carl Worth <cworth@cworth.org>
CommitDate: Mon Mar 5 21:01:05 2007 -0800
Optimize filling of a path that is a single device-axis-aligned rectangle.
It turns out that this case is extremely common and worth avoiding
the overhead of the path iteration and tessellation code.
The optimization here works only for device-axis-aligned rectangles
It should be possible to generalize this to catch more cases, (such
as any convex quadrilateral with 4 or fewer points).
This fix results in a 1.4-1.8x speedup for the rectangles perf case:
image-rgb rectangles-512 7.80 1.22% -> 4.35 1.62%: 1.79x speedup
▊
image-rgba rectangles-512 7.71 4.77% -> 4.37 0.30%: 1.77x speedup
▊
xlib-rgba rectangles-512 8.78 5.02% -> 5.58 5.54%: 1.57x speedup
▋
xlib-rgb rectangles-512 11.87 2.71% -> 8.75 0.08%: 1.36x speedup
▍
Which conveniently overcomes the ~ 1.3x slowdown we had been seeing
for this case since 1.2. Now, compared to 1.2.6 we see only a speedup:
image-rgba rectangles-512 6.19 0.29% -> 4.37 0.30%: 1.42x speedup
▎
image-rgb rectangles-512 6.12 1.68% -> 4.35 1.62%: 1.41x speedup
▎
xlib-rgba rectangles-512 7.48 1.07% -> 5.58 5.54%: 1.34x speedup
▏
xlib-rgb rectangles-512 10.35 1.03% -> 8.75 0.08%: 1.18x speedup
▏
src/cairo-path-fill.c | 93 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 93 insertions(+)
commit e15bb8efe62a4d2ffd1df31b092ca1fdd2743e43
Author: Brian Ewins <Brian.Ewins@gmail.com>
AuthorDate: Tue Mar 6 00:40:56 2007 +0000
Commit: Brian Ewins <Brian.Ewins@gmail.com>
CommitDate: Tue Mar 6 00:40:56 2007 +0000
[quartz] remove unnecessary flushes
Removing calls to CGContextFlush; these were slowing down the
mac and on other platforms it is up to the client to flush
the surface.
src/cairo-quartz-surface.c | 4 ----
1 file changed, 4 deletions(-)
commit 393908c34dbf2484b811b84581984563a7115e38
Author: Behdad Esfahbod <behdad@behdad.org>
AuthorDate: Mon Mar 5 19:22:41 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Mon Mar 5 19:23:10 2007 -0500
[test] Modify extend-reflect to need a smaller reference image
test/extend-reflect-ref.png | Bin 589279 -> 153571 bytes
test/extend-reflect.c | 17 ++++++-----------
2 files changed, 6 insertions(+), 11 deletions(-)
commit 4716ed760c1cc8095587af130964fbc3432ed14d
Author: Behdad Esfahbod <behdad@behdad.org>
AuthorDate: Mon Mar 5 19:15:35 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Mon Mar 5 19:23:10 2007 -0500
[test] Remove some ref images from random-intersections
Each one is larger than 100kb, so paint background black to reuse
same ref image for rgb24 and argb32 cases. Also remove Quartz ref
images for now.
test/Makefile.am | 3 ---
test/random-intersections-ps-argb32-ref.png | Bin 107578 -> 89416 bytes
test/random-intersections-quartz-ref.png | Bin 203877 -> 0 bytes
test/random-intersections-quartz-rgb24-ref.png | Bin 179204 -> 0 bytes
test/random-intersections-ref.png | Bin 177153 -> 132210 bytes
test/random-intersections-rgb24-ref.png | Bin 132210 -> 0 bytes
test/random-intersections.c | 4 ++++
7 files changed, 4 insertions(+), 3 deletions(-)
commit feba319413bde73f8c1454fc0f3a1b3af03dfde4
Author: Behdad Esfahbod <behdad@behdad.org>
AuthorDate: Mon Mar 5 19:02:59 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Mon Mar 5 19:23:10 2007 -0500
[test] Remove unused variable
test/clip-operator.c | 2 --
test/operator-clear.c | 2 --
test/operator-source.c | 2 --
3 files changed, 6 deletions(-)
commit e1a598211b1944bad6b32148da052208d9b58093
Author: Emmanuel Pacaud <emmanuel.pacaud@lapp.in2p3.fr>
AuthorDate: Mon Mar 5 16:03:40 2007 -0800
Commit: Carl Worth <cworth@cworth.org>
CommitDate: Mon Mar 5 16:04:24 2007 -0800
Use the offset attribute to improve cairo-svg handling of EXTEND_REPEAT and EXTEND_REFLECT
With this change, the cairo-svg output is perfectly fine with
CAIRO_EXTEND_REPEAT, but is still very slightly wrong with
CAIRO_EXTEND_REFLECT, (though *much* better than it was before
this fix).
src/cairo-svg-surface.c | 30 +++++++++++++++++++++++-------
1 file changed, 23 insertions(+), 7 deletions(-)
commit 47f2bf4e28b80102f10505916be2bf4c01ce9354
Author: Emmanuel Pacaud <emmanuel.pacaud@lapp.in2p3.fr>
AuthorDate: Mon Mar 5 15:57:28 2007 -0800
Commit: Carl Worth <cworth@cworth.org>
CommitDate: Mon Mar 5 16:04:24 2007 -0800
Remove broken special-casing of radial gradient fx,fy under CAIRO_EXTEND_NONE
Carl can't explain why he added this special-case, and removing it
eliminates one failure case from the radial-gradient test matrix.
src/cairo-svg-surface.c | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
commit a724f816e17bfe3d9abefb1f6dcfe30480a0d143
Author: Brian Ewins <Brian.Ewins@gmail.com>
AuthorDate: Mon Mar 5 23:19:24 2007 +0000
Commit: Brian Ewins <Brian.Ewins@gmail.com>
CommitDate: Mon Mar 5 23:19:24 2007 +0000
[quartz,atsui] separate the quartz surface and atsui font backend
Make it possible to use the --enable-quartz and --enable-atsui
independently. Quartz on its own will use the ft font backend.
configure.in | 17 +++++++----------
src/cairo-atsui-font.c | 12 ++++++------
src/cairo-quartz-private.h | 8 +++++---
src/cairo-quartz-surface.c | 8 +++++++-
4 files changed, 25 insertions(+), 20 deletions(-)
commit 83fcce0e93071cffe20377ab3fe6281204b2f80d
Author: Behdad Esfahbod <behdad@behdad.org>
AuthorDate: Mon Mar 5 17:56:57 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Mon Mar 5 17:56:57 2007 -0500
[quartz] Make utility functions static
src/cairo-quartz-surface.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit d25548d679b8a7fce12c9a55e728539e408c75a1
Author: Behdad Esfahbod <behdad@behdad.org>
AuthorDate: Mon Mar 5 17:11:39 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Mon Mar 5 17:11:39 2007 -0500
In cairo_append_path(), allow excess path_data elements
src/cairo-path.c | 8 ++++----
src/cairo.h | 11 +++++++++--
2 files changed, 13 insertions(+), 6 deletions(-)
commit 3ab9ca54aa490438dbbfae7b5f1cde0bd98352cd
Author: Behdad Esfahbod <behdad@behdad.org>
AuthorDate: Mon Mar 5 16:33:46 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Mon Mar 5 16:33:46 2007 -0500
In cairo_text_path(), bail out if zero glyphs
src/cairo.c | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
commit 4f138e4af56da60a83fd187f87cde19544ba3ab1
Author: Behdad Esfahbod <behdad@behdad.org>
AuthorDate: Mon Mar 5 16:28:31 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Mon Mar 5 16:28:31 2007 -0500
Uniform object handling in _reference(), _destroy(), and _get_reference_count()
All three now regard NULL and nil inputs the same. This is new for
_get_reference_count(). It now returns 0 on NULL too, like it does on
nil objects.
src/cairo-font.c | 12 +++---------
src/cairo-pattern.c | 12 +++---------
src/cairo-scaled-font.c | 12 +++---------
src/cairo-surface.c | 12 +++---------
src/cairo.c | 12 +++---------
5 files changed, 15 insertions(+), 45 deletions(-)
commit cc12c5acc41f452edff3f4ad8fafe1aebf1810aa
Author: Behdad Esfahbod <behdad@behdad.org>
AuthorDate: Mon Mar 5 16:19:28 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Mon Mar 5 16:19:28 2007 -0500
Make cairo_text_path() set current point correctly
This fixes the bitmap-text test that I just made reveal a bug.
src/cairo.c | 38 +++++++++++++++++++++++++++++++++-----
1 file changed, 33 insertions(+), 5 deletions(-)
commit b63f5ae58f6617b9a2c9f3434bc1c9f3c72612ac
Author: Behdad Esfahbod <behdad@behdad.org>
AuthorDate: Mon Mar 5 16:15:09 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Mon Mar 5 16:15:09 2007 -0500
[test] In the bitmap-font test, break cairo_text_path() call into two
such that it checks current-point handling after that call. It fails now,
because cairo_text_path does not set current-point explicitly.
test/bitmap-font.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
commit a487d094212d6bc4a06d5bfc774ba6d575165aa5
Author: Behdad Esfahbod <behdad@behdad.org>
AuthorDate: Mon Mar 5 15:59:43 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Mon Mar 5 15:59:43 2007 -0500
Rename all mutex variables to start with an underscore
since they are not static in some of the implementations (win32, ...)
src/cairo-beos-surface.cpp | 12 ++++++------
src/cairo-font.c | 24 ++++++++++++------------
src/cairo-ft-font.c | 12 ++++++------
src/cairo-os2-surface.c | 30 +++++++++++++++---------------
src/cairo-scaled-font.c | 12 ++++++------
src/cairo-win32-surface.c | 18 +++++++++---------
src/cairoint.h | 2 +-
7 files changed, 55 insertions(+), 55 deletions(-)
commit c8b84a4735c46a33620260de0618296df1e12574
Author: Behdad Esfahbod <behdad@behdad.org>
AuthorDate: Mon Mar 5 15:46:19 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Mon Mar 5 15:46:19 2007 -0500
[beos] Update mutex initializers
This should be the last one. We are going to move to a central
mutex initialization scheme right after 1.4.0 is out.
src/cairo-beos-surface.cpp | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
commit b8e2888fbed2aefa368d9bab4010c1e807d6389f
Author: Behdad Esfahbod <behdad@behdad.org>
AuthorDate: Mon Mar 5 15:45:45 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Mon Mar 5 15:45:45 2007 -0500
[OS2] Add mutex initializer for cairo_font_face_mutex
src/cairo-os2-surface.c | 6 ++++++
1 file changed, 6 insertions(+)
commit 403b4b7c163e78446035ec5144ad9e3674577d5d
Author: Behdad Esfahbod <behdad@behdad.org>
AuthorDate: Mon Mar 5 15:39:09 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Mon Mar 5 15:39:09 2007 -0500
[OS2] Remove unused mutex cairo_toy_font_face_hash_table_mutex
src/cairo-os2-surface.c | 6 ------
1 file changed, 6 deletions(-)
commit 6358ec539df67ec7725b0687c16f2175386f1b0b
Author: Behdad Esfahbod <behdad@behdad.org>
AuthorDate: Mon Mar 5 15:38:52 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Mon Mar 5 15:38:52 2007 -0500
[WIN32] Make cairo_ft_unscaled_font_map_mutex initialization conditional of ft
src/cairo-win32-surface.c | 6 ++++++
1 file changed, 6 insertions(+)
commit 972f7d9fc8d40fb5c698e1a94fba4f28600b215d
Author: Behdad Esfahbod <behdad@behdad.org>
AuthorDate: Mon Mar 5 15:36:51 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Mon Mar 5 15:36:51 2007 -0500
[WIN32] Remove unused mutex cairo_toy_font_face_hash_table_mutex
src/cairo-win32-surface.c | 3 ---
1 file changed, 3 deletions(-)
commit 0cdb96544eda163de050c65f7e7cd413b21f61cc
Author: Behdad Esfahbod <behdad@behdad.org>
AuthorDate: Mon Mar 5 15:10:35 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Mon Mar 5 15:10:35 2007 -0500
[SVG] Cast -1 values to unsigned to indicate we really did mean to type them
src/cairo-svg-surface.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit bbc341614455b22210c818eca01cf4618989565c
Author: Behdad Esfahbod <behdad@behdad.org>
AuthorDate: Mon Mar 5 14:51:25 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Mon Mar 5 14:54:02 2007 -0500
[ROADMAP] Remove 1.3.14 items, add 1.4.2 ones
ROADMAP | 20 +++++++++++++-------
1 file changed, 13 insertions(+), 7 deletions(-)
commit d6ac9b47704d671c192da509571b3721756c1347
Author: Dave Yeo <daveryeo@telus.net>
AuthorDate: Mon Mar 5 13:36:32 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Mon Mar 5 13:36:32 2007 -0500
[test] Fix build on Win32
test/Makefile.am | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit ffa86b17abbaa2190a4d7eadcc555aac6770bd6c
Author: Mathias Hasselmann <mathias.hasselmann@gmx.de>
AuthorDate: Sun Mar 4 16:39:00 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Sun Mar 4 16:39:00 2007 -0500
[test/pdiff] Fix build problem with certain flavors of make
test/pdiff/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 325e75239098e640ed05ade39ec2b9f74ae30d3d
Author: Hans Breuer <hans@breuer.org>
AuthorDate: Sat Mar 3 22:50:16 2007 -0800
Commit: Carl Worth <cworth@cworth.org>
CommitDate: Sat Mar 3 22:50:16 2007 -0800
Fix mutex initialization for win32 (missing cairo_font_face_mutex)
We've currently got a problem where it's easy to add a mutex
for a POSIX system and easy to forget to add its intialization
for other systems. Behdad has cooked up a plan for fixing this
properly:
http://lists.freedesktop.org/archives/cairo/2007-February/009679.html
In the meantime, we'll just kkeping breaking things, and patches
like this will be needed to fix up our mistakes.
This fix closes the following bug report:
cairo_font_face_mutex missing from cairo-win32-surface.c
https://bugs.freedesktop.org/show_bug.cgi?id=10175
src/cairo-win32-surface.c | 3 +++
1 file changed, 3 insertions(+)
commit 5f2b5f1f92d74fbc2d8f97fb547e160e370d4c40
Author: Brian Ewins <Brian.Ewins@gmail.com>
AuthorDate: Sun Mar 4 03:01:22 2007 +0000
Commit: Brian Ewins <Brian.Ewins@gmail.com>
CommitDate: Sun Mar 4 03:01:22 2007 +0000
[configure.in] --enable-quartz should require atsui and no xlib
Recent changes have made quartz and atsui interdependent. It is also
no longer possible to build quartz with xlib enabled due to a redefinition
of the 'Picture' symbol. This change makes '--enable-atsui' unnecessary
and refuses to switch on quartz when it cannot be built because xlib
is enabled.
configure.in | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
commit 1720d0b9508b70ac0c5f2436c3b80a2ab801f138
Author: Behdad Esfahbod <behdad@behdad.org>
AuthorDate: Sat Mar 3 15:42:09 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Sat Mar 3 15:42:09 2007 -0500
[Makefile.am] --enable-test-surfaces in distcheck
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 79acd268d9ac91f0e9f03467b220241cda3457a5
Author: Behdad Esfahbod <behdad@behdad.org>
AuthorDate: Sat Mar 3 15:41:32 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Sat Mar 3 15:41:32 2007 -0500
[Makefile.am] Remove releasing instructions that are in RELEASING already
Makefile.am | 15 ++-------------
1 file changed, 2 insertions(+), 13 deletions(-)
commit f9f71457a5d1e002f7f6b08232892ba61fef8ead
Author: Behdad Esfahbod <behdad@behdad.org>
AuthorDate: Sat Mar 3 15:37:45 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Sat Mar 3 15:37:45 2007 -0500
[RELEASING] Update announcement mail instructions
RELEASING | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
commit 454c6a62a93d4d9e933a4e401997a16f1b0a569b
Author: Behdad Esfahbod <behdad@behdad.org>
AuthorDate: Sat Mar 3 15:35:25 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Sat Mar 3 15:35:25 2007 -0500
[RELEASING] Note that two versions should be added to bugzilla
RELEASING | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
commit 57e1b6fa98d688b72dd3617e8313ea35f8ce78e1
Author: Behdad Esfahbod <behdad@behdad.org>
AuthorDate: Sat Mar 3 15:34:19 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Sat Mar 3 15:34:19 2007 -0500
[RELEASING] Reorder pushing tag and commits
We should push the tag only after pushing the actually release commit.
RELEASING | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
commit 052acc95e9c354981eea0968c5727e4a0568a959
Author: Behdad Esfahbod <behdad@behdad.org>
AuthorDate: Sat Mar 3 15:32:42 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Sat Mar 3 15:32:42 2007 -0500
[RELEASING] Fix git-tag invocation
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 9f0a1648b7886714e5c742119083414fcc92dc82
Author: Behdad Esfahbod <behdad@behdad.org>
AuthorDate: Sat Mar 3 00:22:53 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Sat Mar 3 00:22:53 2007 -0500
[configure.in] Increase version to 1.3.17 post-release
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit b3e1fd8c1cbfc4db88bec4bb52821ed9380dbb4f
Author: Behdad Esfahbod <behdad@behdad.org>
AuthorDate: Sat Mar 3 00:07:34 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Sat Mar 3 00:07:34 2007 -0500
[configure.in] Increase version to 1.3.16 in preparation for release
configure.in | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
commit c6541b9ac23bcd88202049960ee5a7503a4f0449
Author: Behdad Esfahbod <behdad@behdad.org>
AuthorDate: Sat Mar 3 00:07:03 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Sat Mar 3 00:07:14 2007 -0500
[RELEASING] Add note about ChangeLog sanity
RELEASING | 2 ++
1 file changed, 2 insertions(+)
commit 9aecd7c815b81b61ff408d51bdf8e1c6663a3954
Author: Behdad Esfahbod <behdad@behdad.org>
AuthorDate: Sat Mar 3 00:05:40 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Sat Mar 3 00:05:40 2007 -0500
[test] Include romedalen.png in dist, oops
test/Makefile.am | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
commit 2f497c25f98cdb4be60b7391a672280ae09f1d67
Author: Behdad Esfahbod <behdad@behdad.org>
AuthorDate: Fri Mar 2 23:59:55 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Fri Mar 2 23:59:55 2007 -0500
[Makefile.am] Check for ChangeLog sanity in release-publish
Makefile.am | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
commit eb8214c9602319d716b8cd39a1c5dd1dd278b96e
Author: Behdad Esfahbod <behdad@behdad.org>
AuthorDate: Fri Mar 2 23:49:27 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Fri Mar 2 23:49:27 2007 -0500
[ChangeLog.mk] Adapt to latest git-describe output format
ChangeLog.mk | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
commit 8a69a327952173a714dfbe1e8967ebb7bdbbacbd
Author: Behdad Esfahbod <behdad@behdad.org>
AuthorDate: Fri Mar 2 23:21:39 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Fri Mar 2 23:29:54 2007 -0500
[test] Update list of refrerence images
test/Makefile.am | 392 ++++++++++++++++++++++++++++++-------------------------
1 file changed, 216 insertions(+), 176 deletions(-)
commit 55d480612754dca652b5324d815e0429c745fec3
Author: Behdad Esfahbod <behdad@behdad.org>
AuthorDate: Fri Mar 2 22:52:38 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Fri Mar 2 22:52:38 2007 -0500
[NEWS] Add note about documentation improvements
NEWS | 7 +++++++
1 file changed, 7 insertions(+)
commit 77b27fd06b9f0e7ff5dedd4b41327e456d33e3cf
Author: Behdad Esfahbod <behdad@behdad.org>
AuthorDate: Fri Mar 2 22:45:50 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Fri Mar 2 22:45:50 2007 -0500
[doc] Update templates
doc/public/tmpl/cairo-font.sgml | 33 +++++++++------
doc/public/tmpl/cairo-pattern.sgml | 37 +++++++++++++++--
doc/public/tmpl/cairo-scaled-font.sgml | 31 ++++++++++++++
doc/public/tmpl/cairo-surface.sgml | 74 +++++++++++++++++++---------------
doc/public/tmpl/cairo-text.sgml | 33 +++++++++------
doc/public/tmpl/cairo.sgml | 40 ++++++++++++++++++
6 files changed, 188 insertions(+), 60 deletions(-)
commit 1082fed6929a696455f27821819c6af4f575156d
Author: Behdad Esfahbod <behdad@behdad.org>
AuthorDate: Fri Mar 2 22:42:17 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Fri Mar 2 22:42:17 2007 -0500
[doc] Docuemnt all symbols but cairo_filter_t and cairo_operator_t
Lets see if this is enough to push Carl Worth document those two.
src/cairo-font.c | 5 +++-
src/cairo-pattern.c | 3 ++
src/cairo-scaled-font.c | 3 ++
src/cairo-surface.c | 3 ++
src/cairo.c | 3 ++
src/cairo.h | 74 +++++++++++++++++++++++++++++++++++++++++++++++--
6 files changed, 88 insertions(+), 3 deletions(-)
commit e37b6ca3e2c55256debf1fdfde83934fa9b28c1d
Author: Behdad Esfahbod <behdad@behdad.org>
AuthorDate: Fri Mar 2 22:03:27 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Fri Mar 2 22:03:27 2007 -0500
Beautify cairo.h
src/cairo.h | 42 +++++++++++++++++++++---------------------
1 file changed, 21 insertions(+), 21 deletions(-)
commit 9be961eb0c8c85b04287a5b85f7fd72dac160949
Author: Behdad Esfahbod <behdad@behdad.org>
AuthorDate: Fri Mar 2 22:01:15 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Fri Mar 2 22:01:15 2007 -0500
[doc] Some documentation love
src/cairo-font.c | 2 +-
src/cairo-pattern.c | 19 ++++++++++++
src/cairo-surface.c | 6 ++--
src/cairo-win32-font.c | 24 +++++++++++++--
src/cairo-win32-surface.c | 1 +
src/cairo.c | 76 ++++++++++++++++++++++++++++++++++++++++++-----
src/cairo.h | 40 ++++++++++++++++++++++++-
7 files changed, 154 insertions(+), 14 deletions(-)
commit 8a6308e1448f402bd4f32b18ba2c60a4bcdbbe6f
Author: Behdad Esfahbod <behdad@behdad.org>
AuthorDate: Fri Mar 2 22:00:25 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Fri Mar 2 22:00:25 2007 -0500
[doc] Update list of header files to ignore
doc/public/Headers.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit fed13e77e1de071ddaaf829aced10b02f6bc8c90
Author: Behdad Esfahbod <behdad@behdad.org>
AuthorDate: Fri Mar 2 16:49:47 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Fri Mar 2 16:49:58 2007 -0500
[NEWS] Fix typos
NEWS | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
commit ab1887f4b08784789f39396b3012dffede845466
Author: Vladimir Vukicevic <vladimir@pobox.com>
AuthorDate: Fri Mar 2 13:30:31 2007 -0800
Commit: Vladimir Vukicevic <vladimir@h-154.office.mozilla.org>
CommitDate: Fri Mar 2 13:46:31 2007 -0800
[quartz] Bug 3939 - Fix Quartz backend endianness problem
Add kCGBitmapByteOrder32Host to CGImageCreate call in release_dest_image
of Quartz surface.
src/cairo-quartz-surface.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 2640aa7e99453f17e9a2cb9084e0760d767cfeab
Author: Carl Worth <cworth@cworth.org>
AuthorDate: Fri Mar 2 13:18:11 2007 -0800
Commit: Carl Worth <cworth@cworth.org>
CommitDate: Fri Mar 2 13:23:06 2007 -0800
Add notes for 1.3.16
Now, maybe we won't actually make a 1.3.16 snapshot, but these are all
the things that will be new in 1.4.0 compared to 1.3.14.
NEWS | 139 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 139 insertions(+)
commit a0bc2ada784f24ca784617ac18b470745e8152c0
Author: Behdad Esfahbod <behdad@behdad.org>
AuthorDate: Fri Mar 2 15:45:02 2007 -0500
Commit: Behdad Esfahbod <behdad@behdad.org>
CommitDate: Fri Mar 2 15:45:02 2007 -0500
[test] Support passing extra valgrind flags
using EXTRA_VALGRIND_FLAGS make variable or CAIRO_EXTRA_VALGRIND_FLAGS
env variable.
test/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
commit cd43c03d162efc87a1845c7ffbadfab00ac23d1f
Author: Carl Worth <cworth@cworth.org>
AuthorDate: Fri Mar 2 12:30:53 2007 -0800
Commit: Carl Worth <cworth@cworth.org>
CommitDate: Fri Mar 2 12:30:53 2007 -0800
Fix leak of an output stream in cairo_type1_font_destroy
src/cairo-type1-fallback.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
commit 8c579ef8354720c06db702db1e6e2aaab0efed82
Author: Carl Worth <cworth@cworth.org>
AuthorDate: Fri Mar 2 12:30:14 2007 -0800
Commit: Carl Worth <cworth@cworth.org>
CommitDate: Fri Mar 2 12:30:14 2007 -0800
More tightening of test cleanup to avoid valgrind complaints.
test/cairo-test.c | 8 ++++----
test/fallback-resolution.c | 2 ++
test/font-face-get-type.c | 2 ++
test/pdf-features.c | 9 +--------
test/ps-features.c | 9 +--------
test/pthread-show-text.c | 8 +-------
6 files changed, 11 insertions(+), 27 deletions(-)
commit 9854d01a8d3a1f9f6148dfd6e22623c4586aaa96
Author: Carl Worth <cworth@cworth.org>
AuthorDate: Fri Mar 2 11:32:47 2007 -0800
Commit: Carl Worth <cworth@cworth.org>
CommitDate: Fri Mar 2 11:32:47 2007 -0800
Fix leak in pattern-getters test (missing cairo_pattern_destroy)
test/pattern-getters.c | 2 ++
1 file changed, 2 insertions(+)
commit b52dda62fea0745cc28d6149dc4688ade524b4df
Author: Carl Worth <cworth@cworth.org>
AuthorDate: Fri Mar 2 11:31:13 2007 -0800
Commit: Carl Worth <cworth@cworth.org>
CommitDate: Fri Mar 2 11:31:13 2007 -0800
Augment cairo_test_init with cairo_test_fini to avoid leak
Without this, any tests that were using cairo_test_init rather than
cairo_test would end up leaking a FILE* for the log file. So this
keeps valgrind much more happy with the test suite.
test/cairo-test.c | 8 +++++++-
test/cairo-test.h | 14 +++++++++-----
test/copy-path.c | 2 ++
test/create-for-stream.c | 2 ++
test/in-fill-empty-trapezoid.c | 2 ++
test/multi-page.c | 2 ++
test/pattern-get-type.c | 2 ++
test/svg-clip.c | 2 ++
test/svg-surface.c | 2 ++
test/truetype-tables.c | 2 ++
test/xlib-surface.c | 32 +++++++++++++-------------------
11 files changed, 45 insertions(+), 25 deletions(-)
commit 7d6e21c7e298e1795f36fdf021d61ef4ed0ca0fa
Author: Carl Worth <cworth@cworth.org>
AuthorDate: Fri Mar 2 11:29:40 2007 -0800
Commit: Carl Worth <cworth@cworth.org>
CommitDate: Fri Mar 2 11:29:40 2007 -0800
Add even more XrmGetFileDatabase leaks to the valgrind suppressions file
test/.valgrind-suppressions | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
commit e054314e5ec1f3fbdc97ed2175dd3d26d7581a5f
Author: Carl Worth <cworth@cworth.org>
AuthorDate: Fri Mar 2 09:34:46 2007 -0800
Commit: Carl Worth <cworth@cworth.org>
CommitDate: Fri Mar 2 09:34:46 2007 -0800
Add a couple of missing test cases to .gitignore
test/.gitignore | 2 ++
1 file changed, 2 insertions(+)
commit 02f2ece88dbceaf2466bd61410dd8e88a4c95e08
Author: Carl Worth <cworth@cworth.org>
AuthorDate: Fri Mar 2 09:32:14 2007 -0800
Commit: Carl Worth <cworth@cworth.org>
CommitDate: Fri Mar 2 09:32:14 2007 -0800
Fix leak in pdiff lpyramid
This was a leak in the test suite only, (and then only when tests failed).
test/pdiff/lpyramid.c | 2 ++
1 file changed, 2 insertions(+)
commit 6da7f140334835be9a972db75de78d99b8bd24b1
Author: Carl Worth <cworth@cworth.org>
AuthorDate: Fri Mar 2 03:49:11 2007 -0800
Commit: Carl Worth <cworth@cworth.org>
CommitDate: Fri Mar 2 03:49:45 2007 -0800
Fix INVALID_RESTORE case to avoid crashes
Previously, an INVALID_RESTORE error would leave cr->gstate as NULL,
(which is generally impossible/invalid). This seems safe enough as
most cairo functions check cr->status first and bail if anything
looks fishy.
However, the many cairo_get functions happily march along in spite
of any current error. We could instrument all of those functions to
check for the error status and return some dummy value in that case.
But it's much easier to get the same basic effect by simply creating
a non-NULL cr->gstate which will hold all those dummy values, and
we can eliminate the crashes without having to touch up every
cairo_get function.
This fixes the bug reported here:
evolution crash to _cairo_gstate_backend_to_user()
https://bugs.freedesktop.org/show_bug.cgi?id=9906
It also eliminates the crash that was added to the nil-surface test
with the previous commit.
src/cairo.c | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
commit 36590fd4702cc24acacd20e4394c902e44be46c6
Author: Carl Worth <cworth@cworth.org>
AuthorDate: Fri Mar 2 03:43:46 2007 -0800
Commit: Carl Worth <cworth@cworth.org>
CommitDate: Fri Mar 2 03:43:46 2007 -0800
Add test of cairo_get_* after INVALID_RESTORE to nil-surface
This new test demonstrates a crash condition as reported here:
evolution crash to _cairo_gstate_backend_to_user()
https://bugs.freedesktop.org/show_bug.cgi?id=9906
test/nil-surface.c | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
commit 712447856dc5cf559fcdbceaf902a39fd5eddef9
Author: Carl Worth <cworth@cworth.org>
AuthorDate: Fri Mar 2 03:15:35 2007 -0800
Commit: Carl Worth <cworth@cworth.org>
CommitDate: Fri Mar 2 03:15:35 2007 -0800
Fix yet another backend (quartz) for the gradient renaming
So it looks like it took us three commits before we finally got
all of the users of inner/outer switched to c1/c2. Hopefully
someday we'll have the compiler passing over all of cairo's
source code even if the backends aren't available to be run
on a particular system.
src/cairo-quartz-surface.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
commit 4e0f0d9425e2677e75681b2416e7ee4c4e87440c
Author: Carl Worth <cworth@cworth.org>
AuthorDate: Fri Mar 2 03:11:10 2007 -0800
Commit: Carl Worth <cworth@cworth.org>
CommitDate: Fri Mar 2 03:12:37 2007 -0800
Don't crash if backend->create_similar returns a nil surface
This fixes the bug reported here:
cairo crashes in cairo_create_simular if nil surface returned by other->backend->create_similar
https://bugs.freedesktop.org/show_bug.cgi?id=9844
src/cairo-surface.c | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
commit b0c086fce45a72ea3bf0052641de63bf08e5e5d5
Author: Carl Worth <cworth@cworth.org>
AuthorDate: Fri Mar 2 02:51:53 2007 -0800
Commit: Carl Worth <cworth@cworth.org>
CommitDate: Fri Mar 2 03:12:37 2007 -0800
Update documentation for cairo_get_scaled_font and cairo_get_font_face
There was some leftover cut-and-paste description of get_font_face
in the documentation for get_scaled_font. That turned out to be a
good thing as it alerted me to the fact that the get_font_face
documentation was stale as well.
Add description of the 'nil' object return values, rather than NULL.
src/cairo.c | 32 +++++++++++++++++++++++---------
1 file changed, 23 insertions(+), 9 deletions(-)
commit 5f386bb15a234983090beb4f85dfee200dac1b4b
Author: Jeff Muizelaar <jeff@infidigm.net>
AuthorDate: Wed Feb 28 13:37:21 2007 -0500
Commit: Carl Worth <cworth@cworth.org>
CommitDate: Fri Mar 2 03:12:36 2007 -0800
Use a closed interval when eliminating outliers from performance measurements
When choosing the samples that are not outliers we use a half-open interval
(outlier_min <= x < outlier_max). This causes all of the samples to be
discarded when the interquartile range is 0 because none of them are less
than outlier_max. Fix the problem and make the test more consistent by
using a closed interval (outliner_min <= x <= outlier_max).
perf/cairo-stats.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit d48f31370172cddb85ae17a12faed2abf651ee83
Author: Jinghua Luo <sunmoon1997@gmail.com>
AuthorDate: Fri Mar 2 18:37:06 2007 +0800
Commit: Jinghua Luo <sunmoon1997@gmail.com>
CommitDate: Fri Mar 2 18:37:06 2007 +0800
glitz: fix build error.
Rename radial gradient inner/outer to c1/c2.
src/cairo-glitz-surface.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
commit c12a4571affe9fdd2bb4620c448aded43584bb54
Author: Carl Worth <cworth@cworth.org>
AuthorDate: Fri Mar 2 00:37:21 2007 -0800
Commit: Carl Worth <cworth@cworth.org>
CommitDate: Fri Mar 2 00:37:21 2007 -0800
Cast -1 values to unsigned to quiet the compiler.
Marking the magic values to indicate we really did mean to type them.
src/cairo-pattern.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
commit 3685a66b5b9cb0af10b44985dc1e9ef1c82ad77b