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

298 Коммитов

Автор SHA1 Сообщение Дата
vladimir%pobox.com b96473cbbf b=367618, initial win32 8bpp bits, r=stuart 2008-01-29 19:00:58 +00:00
vladimir%pobox.com 9732b53680 b=513583, bandaid for X repeat bug, r=stuart 2008-01-29 18:45:10 +00:00
vladimir%pobox.com 57472d7605 re-landing; b=412396, speed up mac image rendering while images are being loaded, r=stuart 2008-01-28 19:05:45 +00:00
vladimir%pobox.com 4ca17a6979 backing out 412396 in an attempt to fix linux orange 2008-01-28 03:04:41 +00:00
vladimir%pobox.com 0cf7dbee58 b=413989, bad lines drawn over background images while zoomed (osx), r=roc 2008-01-28 00:49:23 +00:00
vladimir%pobox.com 59981d0e40 b=412396, jpeg decoding/painting slower on trunk vs. branch while loading; r=stuart 2008-01-27 23:53:28 +00:00
vladimir%pobox.com b69bafe1d2 b=414092, crash at _moz_pixman_image_fill_rectangles on x86-64, r=karlt 2008-01-27 22:52:18 +00:00
vladimir%pobox.com 910e0cd58a b=414095, serious win32 repaint/clipping issues, r=sleepy 2008-01-26 10:09:21 +00:00
vladimir%pobox.com 6264f518f7 b=413878, even more cairo upgrades 2008-01-26 00:25:22 +00:00
vladimir%pobox.com bb9cb9188d b=413878, upgrade cairo/pixman to latest git 2008-01-26 00:25:16 +00:00
mozilla%weilbacher.org 4f10d56fb7 [OS/2] Bug 404407: improve memory consumption on OS/2. Part 2, activate OS/2 API calls in cairo, r=wuno@lsvw.de 2008-01-22 23:00:03 +00:00
mats.palmgren%bredband.net f19a1226d8 Make _cairo_scaled_font_glyph_device_extents() take an cairo_rectangle_int_t out param instead of cairo_rectangle_int16_t fixing an UMR in the process. b=413169 r+sr=vladimir a=mtschrep 2008-01-21 01:06:39 +00:00
martijn.martijn%gmail.com b803ef5494 Bug 399453 � Mingw build error in cairo-win32-surface.c - error: conflicting types for '_cairo_win32_surface_get_extents', r=pavlov, a=mtschrep 2008-01-20 12:12:09 +00:00
sayrer%gmail.com 51f621e757 Bug 411369. Crash while trying to print. r=ted.mielczarek 2008-01-19 01:11:57 +00:00
vladimir%pobox.com 6e71951bde b=411224, r=vlad: 411224-cairo-upgrade-fixes.patch 2008-01-18 21:46:34 +00:00
vladimir%pobox.com 37c1190c3f b=411224, r=vlad: 411224-cairo-upgrade-1.5.5 2008-01-18 21:46:27 +00:00
vladimir%pobox.com 46fdff6d3e b=407099, crash loading SVG page in cairo-quartz code, patch from upstream cairo, r/a=me 2008-01-07 19:57:32 +00:00
reed%reedloden.com 987123f638 Bug 409976 - "Cairo in trunk gives SIGBUS on SPARC" [p=armin76@gentoo.org (Ra��l Porcel) r+a1.9=vlad] 2008-01-05 07:34:27 +00:00
mozilla%weilbacher.org 1d42cb1723 [OS/2] Bug 407524: Enable PDF surface on OS/2, r=ted.mielczarek 2007-12-11 21:49:28 +00:00
pavlov%pavlov.net 676de984c4 pdfs are too big. re-landing 375750 which was accidentily backed out by 407427. r=vlad 2007-12-08 07:09:15 +00:00
vladimir%pobox.com 277801ff2b b=404092, solaris compilation fix followup, r=me 2007-11-30 19:58:15 +00:00
vladimir%pobox.com 776c79633d b=404092, upgrade cairo to 1.5.2-55 2007-11-29 20:07:00 +00:00
philringnalda%gmail.com 72c4c3b953 Bug 400188 - remove XP_MAC deadcode in cairo-platform.h, r=vlad, a=stuart 2007-11-13 03:23:59 +00:00
pavlov%pavlov.net f2161113b2 bug 375750. don't recreate CGFontRefs every time we draw -- cache them. fixes multiple embeddings of fonts when drawing to a quartz print surface. r=vlad a=schrep 2007-11-02 02:08:31 +00:00
pavlov%pavlov.net 88c520eacd bug 390898. fix crash on 64bit machines when dragging and dropping. patch from Martin Stransky <stransky@redhat.com>. r=vlad a=beltzner 2007-10-31 00:58:44 +00:00
mats.palmgren%bredband.net 2518fb8e05 * make cairo_quartz_surface_to_quartz() return NULL if it's not
a valid quartz surface and add null-check at call sites.
* fix a couple of leaks under OOM
* fix a warning about missing initializers for cairo_quartz_surface_backend

b=397293 r+sr+a=vladimir
2007-10-25 15:49:25 +00:00
longsonr%gmail.com 6f17f77ed0 Bug 400025 - stroke on text is too big on Windows after landing of bug 384681. r+sr+a+aM9=vladimir 2007-10-25 11:55:19 +00:00
ginn.chen%sun.com 9cad43960b Bug 387399 Asian fonts are not rendered in web page on BIG ENDIAN machine
r+sr+a=vladimir
2007-10-25 06:49:11 +00:00
jdaggett%mozilla.com 6398ade6b6 Bug 328258. Prevent images larger than 32K pixels in height from loading to workaround Quartz bug. r=pavlov,vlad, a=beltzner 2007-10-24 06:01:17 +00:00
vladimir%pobox.com 3a3e0ec022 b=384681, switch cairo into 24.8 fixed-point mode. r+sr+a=roc 2007-10-09 23:03:24 +00:00
vladimir%pobox.com 42ac1bbd41 b=366548, increased GDI usage leading to repainting problems, r/a=stuart 2007-10-03 21:27:43 +00:00
joshmoz%gmail.com a3a573132c fix major font problem when using the Mac OS X 10.5 SDK. Patch by John Daggett. b=397454 r=roc/vlad sr=roc a=pav 2007-09-28 16:51:11 +00:00
roc+%cs.cmu.edu ab16ce7e1b Bug 96041. Adding win32 glyph extents patch to cairo so it doesn't get lost. 2007-09-25 01:00:24 +00:00
vladimir%pobox.com d1c7aa31fd b=377336, win32 printing page results in excessive data spooled to printer, for real this time, r=stuart 2007-09-24 22:50:45 +00:00
roc+%cs.cmu.edu dcd17482e7 Bug 96041. Compute precise glyph extents for high-quality text, and when requested. r=vlad,r+sr=dbaron 2007-09-24 02:19:16 +00:00
roc+%cs.cmu.edu 0015775984 Backing out due to test bustage 2007-09-22 13:28:17 +00:00
roc+%cs.cmu.edu d8b780c76c Bug 96041. Compute true glyph bounding metrics. r=vlad,dbaron,sr=dbaron 2007-09-22 12:43:55 +00:00
vladimir%pobox.com 415f08ccca b=391184, accidentally blew away this patch with cairo update 2007-09-20 22:34:31 +00:00
vladimir%pobox.com 9237056d87 b=838960, ugprade cairo to 1.5.x; and b=377336, printing page from win32 results in hung app, r=stuart 2007-09-20 19:24:52 +00:00
pavlov%pavlov.net 672cdf445b backing out 362682 due to linux tinderboxen not being upgraded... (396805, 389426) 2007-09-19 23:53:10 +00:00
pavlov%pavlov.net 8219812b75 bug 362682. fix missing glyphs on linux. patch by myself and Behdad Esfahbod <mozilla@behdad.org>. r=vlad 2007-09-19 22:18:43 +00:00
sayrer%gmail.com ed4eb63918 Bug 391890. leaks from pixman_rect_alloc within _cairo_gstate_clip drawing borders. Patch by Vladimir Vukicevic. r/sr=stuart, a=mconnor 2007-09-11 20:15:14 +00:00
sayrer%gmail.com a03a57a7ea Bug 393324. cairo leak in nsNativeThemeGTK::DrawWidgetBackground. r/sr=stuart, a=mconnor 2007-09-11 20:11:12 +00:00
timeless%mozdev.org 00afc42983 Bug 341958 add some more items to .cvsignore
r=bsmedberg sr=pavlov
2007-09-06 03:26:32 +00:00
mats.palmgren%bredband.net b253b9cd9d Free resources more sensibly when _cairo_scaled_font_init() fails. Use true NOOP mutex macros to avoid similar deadlocks in the future. b=378716 r+sr=vladimir a=vladimir 2007-08-31 07:53:53 +00:00
ginn.chen%sun.com 3e6dc55d45 Bug 391184 Firefox crashed [@ _get_bitmap_surface] div zero in _cairo_malloc_ab macro
r+a=vladimir
2007-08-16 03:53:19 +00:00
mats.palmgren%bredband.net 80b7a111ef Backing out last change since it caused crashes on Windows (bug 392214). b=390898 2007-08-14 19:03:57 +00:00
mats.palmgren%bredband.net 31dc6709ea Bandaid for a Cairo crash. b=390898 r+sr=vladimir 2007-08-14 09:48:49 +00:00
vladimir%pobox.com e3bb5d1251 b=390668, crash in gfxASurface::GetType (_moz_cairo_scaled_font_status and others), often using drawWindow 2007-08-09 18:54:19 +00:00
vladimir%pobox.com ef7d71801f b=390912, odd black bars with stroked rounded rects outside of view bounds, r=shaver, rs=k&r (checking back in, linux failure seemed transient yay) 2007-08-07 03:56:16 +00:00