Граф коммитов

154 Коммитов

Автор SHA1 Сообщение Дата
roc+%cs.cmu.edu 09b1f43ea9 Bug 322345. Cap maximum ft2 font size at 1000 pixels to avoid killing freetype2 and/or the X server. r=vlad 2006-11-29 20:19:35 +00:00
tor%cs.brown.edu 41b6e58876 Bug 361589 - patterns on strokes not working in nquartz backend. r=vlad 2006-11-28 23:36:21 +00:00
pavlov%pavlov.net 6fb8e9b2d8 cocoa-cairo printing. bug 359124. r=vlad 2006-11-28 21:10:05 +00:00
vladimir%pobox.com c116c85a5c b=359054, crash in moz_cairo_pixman_composite_src (image data was freed shortly before being used in compositing op), r=pavlov 2006-11-27 22:32:11 +00:00
tor%cs.brown.edu 376b8ec58f Bug 361569 - allow SVG to use cairo fallbacks with nquartz backend. r=vlad 2006-11-23 01:15:04 +00:00
vladimir%pobox.com ed2eed1452 b=349837, cairo crash in _cairo_clip_init_deep_copy; upstream patch, r=vlad 2006-11-20 19:30:27 +00:00
vladimir%pobox.com 6ab87e05a3 b=359054, crash in pixman MMX code (disable MMX on win32 for now), r=stuart 2006-11-10 23:36:12 +00:00
vladimir%pobox.com 28aba6bf10 b=328380, bad scrolling performance using large fixed-positioned repeating background images; cairo patch to/from upstrea; r=me 2006-11-08 01:31:17 +00:00
vladimir%pobox.com 7dfa3096d3 b=359266, cairo win32 surface cleanup and fixes; from upstream, r=me 2006-11-07 23:40:23 +00:00
neil%parkwaycc.co.uk ec39d984ff Fix inconsistent usage of __int64 b=356354 p=hyc@symas.com (Howard Chu) r=vlad 2006-10-31 15:41:01 +00:00
vladimir%pobox.com 11df8883b5 b=356354, msvc cairo fbmmx patches, r=stuart 2006-10-27 00:08:50 +00:00
vladimir%pobox.com 5ba3d27535 b=358115, expose cairo transform_bounding_box, r=stuart 2006-10-26 02:02:36 +00:00
vladimir%pobox.com 7fa01dc798 b=351561, fix thebes/cairo linking issues 2006-10-14 04:46:04 +00:00
vladimir%pobox.com a75faa4224 nquartz surface merge, r=me 2006-10-12 20:43:46 +00:00
vladimir%pobox.com 864baaeb5b remove bogus double #include in cairo-platform.h, r=me 2006-10-12 00:24:17 +00:00
mozilla%weilbacher.org 2b42ee5908 [OS/2] Bug 354963: extra changes to cairo files for OS/2, r=vlad 2006-10-02 08:21:55 +00:00
vladimir%pobox.com aac64d9b9d unbreak cairo-cocoa broken by half-complete patch, r=me 2006-09-28 21:57:11 +00:00
vladimir%pobox.com 213a0a451c b=354388, put back _moz_ prefix in pixman_remap that I clobbered 2006-09-27 23:34:05 +00:00
timeless%mozdev.org b542a830cd b=354388, Update cairo to cairo 2006-09-26 trunk broke Solaris compiler
because the cairo people didn't actually read the documentation.
__hidden is something that comes before the declaration, not after.
almost all of cairo gets this right. but not libpixman.
2006-09-27 22:45:31 +00:00
timeless%mozdev.org edb2667d38 b=354388, Update cairo to cairo 2006-09-26 trunk broke Solaris compiler
because the cairo people didn't actually read the documentation.
__hidden is something that comes before the declaration, not after.
almost all of cairo gets this right. but not libpixman.
2006-09-27 21:40:46 +00:00
vladimir%pobox.com 942a0403de cairo workarounds for unsupported mac platform 2006-09-26 22:48:40 +00:00
vladimir%pobox.com 763aa9734d b=354388, Update cairo to cairo 2006-09-26 trunk, r=me 2006-09-26 22:21:56 +00:00
vladimir%pobox.com 7a96c677b4 glitz win32 crash fixes, npotb 2006-09-03 04:57:31 +00:00
vladimir%pobox.com 15fe884e3c b=350765, rename cairo quartz2 to nquartz (with a whole bunch of bugfixes), r=me 2006-08-30 22:01:27 +00:00
alfred.peng%sun.com fcb20ec515 Bug 341874. Crash invoking the system cairo library.
r=benjamin,r=vladimir.
2006-08-30 09:51:39 +00:00
vladimir%pobox.com 33e28721fe make AGL support optional, for now, in quartz2 surface; r=me 2006-08-23 00:41:53 +00:00
vladimir%pobox.com 436f4d1d0d add 10.3 API workarounds to cairo-quartz2-surface, r=me 2006-08-22 21:46:01 +00:00
vladimir%pobox.com 16d54dafe6 b=343655, optimize win32 image rendering, r=stuart 2006-08-09 22:43:06 +00:00
pavlov%pavlov.net 3866d8b63e speed up windows text rendering by avoiding using cairo when possible. also avoid save/restore dc when doing native themes. bug 342366. r=vlad 2006-08-09 20:25:07 +00:00
tor%cs.brown.edu 06855d243d Bug 345874 - rename tree libpixman functions to prevent collisions
with system cairo.  r=vlad
2006-07-25 19:37:04 +00:00
vladimir%pobox.com 2743d73111 cairo-on-mac compilation fixes, r=stuart 2006-07-20 23:28:23 +00:00
vladimir%pobox.com 4a4db51a4e Remove bogus cairo_xlib_surface_flush impl that was doing an XSync; r=me 2006-07-18 19:14:37 +00:00
vladimir%pobox.com 5a0673f29b missing file 2006-07-13 20:25:31 +00:00
vladimir%pobox.com d5026056ca b=344571, upgrade cairo to 1.2.0+cvs, r+sr=stuart 2006-07-13 20:19:38 +00:00
pavlov%pavlov.net 6670ca3084 fix passing in bogus values to AlphaBlend. bug 339708. r=vlad 2006-07-05 21:55:58 +00:00
vladimir%pobox.com 0869866b35 Update glitz to something from glitz CVS; not part of the build. 2006-06-26 20:55:31 +00:00
vladimir%pobox.com dc63e23ed3 b=341694, bring Mac Cocoa+Cairo text layout/font selection/rendering to a useful baseline for further work, r=me 2006-06-16 00:42:39 +00:00
pavlov%pavlov.net 553ea343b1 fixing windows fonts (bug 340590). r=vlad. 2006-06-10 00:21:05 +00:00
vladimir%pobox.com 773a7b7bc6 and yet more quartz cairo fixes 2006-06-06 03:33:00 +00:00
vladimir%pobox.com a7c71efb51 revert quartz surface back to older version; new version has SDK 10.4 depenencies 2006-06-06 02:47:09 +00:00
vladimir%pobox.com b0c907a2bd bustage fix 2006-06-06 01:38:35 +00:00
vladimir%pobox.com 7a6404a89a b=340452, update cairo on trunk to 2006-06-03, r=stuart 2006-06-05 23:16:25 +00:00
pavlov%pavlov.net 8c49d58f66 fixing _cairo_win32_surface_show_glyphs to use the correct y coordinates and to transform using the scaled fonts device_to_logical matrix. bug 330095. r=vlad 2006-05-03 21:29:20 +00:00
benjamin%smedbergs.us ddc19fa107 Bug 332115 - hide a bunch of symbols when building libxul, fix the thebes symbols so that they are exported/imported sanely, and some other graphics-related linking/visibility fixups, r=darin+vlad 2006-04-27 14:41:11 +00:00
pavlov%pavlov.net cef66a810e DEC/OSF1 build failure. bug 331428. patch from Laxmi Harikumar <laxmi.harikumar@digital.com>. r=vlad 2006-04-20 04:42:06 +00:00
vladimir%pobox.com 22297645a8 b=328082, rename external cairo symbols to avoid clashes with system libraries; patch from biesi, r=vladimir 2006-04-01 00:36:17 +00:00
pavlov%pavlov.net c14d9a8f8d fixing mingw issues. bugs 331287, 331329, 331333. patches from cls and hans-andreas engel. r=me 2006-03-28 21:15:01 +00:00
mark%moxienet.com 0f9d7359a9 331827 Provisional build patch to make gtk2/darwin builds functional out of the box. There may be additional changes needed for static builds. r=bsmedberg 2006-03-28 20:06:17 +00:00
vladimir%pobox.com e55f945da1 Revert incorrect addition of cairo_xlib_surface_flush (XSync() is wrong thing here) 2006-03-28 02:29:07 +00:00
vladimir%pobox.com 2c174c848b [cairo] Only call xlib glyph_device_extents if needed, r=me 2006-03-27 21:54:28 +00:00