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

4786 Коммитов

Автор SHA1 Сообщение Дата
vladimir%pobox.com 6086bade7f add real mac system fonts impl for thebes, first pass (based on original mac code), r=me 2006-08-22 21:47:39 +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
pavlov%pavlov.net bbee7a16b2 fixing bug 345576. r=vlad 2006-08-17 18:38:45 +00:00
masayuki%d-toybox.com 2746b597ca Bug 343454 CJK problem on font switching r=pavlov+masayuki 2006-08-17 13:40:59 +00:00
masayuki%d-toybox.com d5206174fc backing-out previous patch because tree was closed 2006-08-17 05:05:26 +00:00
masayuki%d-toybox.com 4155bdd59c Bug 343454 CJK problem on font switching r=pavlov+masayuki 2006-08-17 05:03:37 +00:00
pavlov%pavlov.net 70ad76125b height member of gfxFontMetrics is no longer used. 2006-08-14 21:48:24 +00:00
gavin%gavinsharp.com 1c22cdf9a5 Bug 336532: Animated gif with transparency shows black background, patch by Pawel Chmielowski <prefiks@aviary.pl>, r=stuart, sr=roc 2006-08-11 23:48:48 +00:00
vladimir%pobox.com 812f49a981 b=348317, black (or other solid color) parts/boxes on certain web pages, r=me/stuart 2006-08-11 21:17:37 +00:00
vladimir%pobox.com f6c096805d b=348191, transparency in some gifs shows as black, r=shaver 2006-08-10 20:31:43 +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 a572fdea96 backing out broken part of last checkin 2006-08-09 21:36:37 +00:00
pavlov%pavlov.net f276efece7 fixing build bustage 2006-08-09 21:13:40 +00:00
pavlov%pavlov.net d2d3bcaa22 fixing build bustage 2006-08-09 21:05:28 +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
gavin%gavinsharp.com 0cd228db5b Bug 237085: Text disappears with a large string of unbroken characters, e.g., in text input/field (Mac patch), patch by Wayne Woods <w.woods@optusnet.com.au>, r+sr=roc 2006-08-07 23:18:29 +00:00
roc+%cs.cmu.edu 7b0f68de0f Bug 345588. Fix string length calculation when partitioning strings. r+sr=dbaron 2006-08-07 21:57:12 +00:00
mkaply%us.ibm.com 934c388bb4 330504 - remove unused nsRegionImpl code 2006-08-01 20:32:29 +00:00
mkaply%us.ibm.com 48d63a13a3 330504 - r=timeless - stop building nsRegionImpl - it's not used 2006-08-01 19:10:05 +00:00
mark%moxienet.com 553b503658 46177 Show icons in native Mac menu items. r=josh sr=bryner 2006-08-01 00:13:24 +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
pavlov%pavlov.net 88f72fde87 fix for image overflows. bug 343192. r=vlad 2006-07-21 00:42:03 +00:00
sharparrow1%yahoo.com daf26752ad Bug 344696: Remove nsIDeviceContext::Get/SetZoom. r+sr=roc. 2006-07-21 00:16:07 +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
wr%rosenauer.org 21adaa5e4a Bug 338446 - fix gtk2 pango builds, p=wuno@lsvw.de, r=bsmedberg 2006-07-18 06:19:17 +00:00
pavlov%pavlov.net cc77a652b2 cleanup of some of the thebes code. bug 344979. r=vlad
speed up measuring of spaces. bug 342366. r=vlad
2006-07-17 23:45:21 +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
roc+%cs.cmu.edu e53577c4d3 Bug 344484. Add virtual destructor to gfxTextRun to plug huge leak. r=stuart 2006-07-13 09:10:13 +00:00
roc+%cs.cmu.edu 1d2505ffa1 Bug 344206. Fix unit coversion Ceil/Floor functions to use floor() and ceil() because the current scheme is nonsense. r=vlad 2006-07-13 08:03:04 +00:00
pavlov%pavlov.net 607772909f speeding up gfxWindowsFont::ComputeMetrics. bug 342366. r=vlad 2006-07-12 22:02:46 +00:00
pavlov%pavlov.net 65a9f99929 we no longer need to link against ole32 since we don't use mlang anymore 2006-07-12 21:41:38 +00:00
pavlov%pavlov.net 8b7cf7e929 add a stack string buffer for doing conversion from ascii to utf16 so that we don't end up converting and holding a reference to an object that doesn't so much exist anymore. bug 344428. r=vlad 2006-07-12 21:39:42 +00:00
sergei_d%fi.tartu.ee 9f75986262 [BeOS], Bug 343987, changing clipregion in CopyOffScreenBits to safe version, p=sergei_d@fi.tartu.ee, r=thesuckiestemail. BeOS-only 2006-07-11 13:17:16 +00:00
pavlov%pavlov.net 7e82427069 We don't have to copy the metrics so lets not!. bug 342366. r=vlad 2006-07-10 22:23:13 +00:00
sergei_d%fi.tartu.ee 0963e6dc56 [BeOS]Bug 343987, adding line styles support to nsRenderingContextBeOS. p=sergei_d, r=thesuckiestemail. BeOS-only 2006-07-09 15:43:34 +00:00
sergei_d%fi.tartu.ee a7116f032d BeOS] Export widget view state to gfx-backbuffer view, Bug 329777, p=sergei_d, r=thesuckiestemail. BeOS-only bug and patch 2006-07-08 17:47:48 +00:00
pavlov%pavlov.net b3b3f4e899 avoid doing SaveDC/RestoreDC when possible. bug 342366. r=vlad 2006-07-07 23:59:14 +00:00
pavlov%pavlov.net 8ee6209611 adding != operator. r=mrbkap/sicking 2006-07-07 23:13:39 +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
mark%moxienet.com f877f62462 341317 Line style not reset during rendering context pop. r=josh 2006-07-05 18:48:25 +00:00
sergei_d%fi.tartu.ee 23ea16cc09 [BeOS]re-enable EMULATE_BOLD, Bug 342966, p=sergei_d, r=thesuckiestemail, BeOS-only 2006-06-28 16:17:37 +00:00
roc+%cs.cmu.edu 7e37e5b891 Bug 342922. Fix silly crasher checking aFontID. r+sr=darin 2006-06-28 03:33:46 +00:00
roc+%cs.cmu.edu f68787673f Fixing bustage. Mac doesn't implement the fast GetTextDimensions ... sucks to be them 2006-06-26 22:52:37 +00:00
roc+%cs.cmu.edu 3d9b85c04c Bug 237085. Move string subdivision code to gfx so we can efficiently make it metrics-dependent. r=smontagu,sr=rbs 2006-06-26 22:18:23 +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
pavlov%pavlov.net aa753000e1 inlining addref/release for thebes. bug 342593. r=mrbkap 2006-06-24 02:45:24 +00:00
pavlov%pavlov.net 0da7d7b5c1 cleaning up addref/release mess in thebes. bug 342593. r=mrbkap 2006-06-24 02:38:12 +00:00
pavlov%pavlov.net 85117f374c cleaning up addref/release mess in thebes. bug 342593. r=mrbkap 2006-06-24 01:45:26 +00:00