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

4768 Коммитов

Автор SHA1 Сообщение Дата
roc+%cs.cmu.edu be8ed56d17 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 1621ac24bd 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 8cb1a7ed02 Update glitz to something from glitz CVS; not part of the build. 2006-06-26 20:55:31 +00:00
pavlov%pavlov.net 4324b7ee9a inlining addref/release for thebes. bug 342593. r=mrbkap 2006-06-24 02:45:24 +00:00
pavlov%pavlov.net aeb11f00cd cleaning up addref/release mess in thebes. bug 342593. r=mrbkap 2006-06-24 02:38:12 +00:00
pavlov%pavlov.net cb31692afe cleaning up addref/release mess in thebes. bug 342593. r=mrbkap 2006-06-24 01:45:26 +00:00
martijn.martijn%gmail.com 6f2962a62f Bug 335676 - Text not rendered properly/at all when scrolling, patch by Pawel Chmielowski, r=vladimir 2006-06-23 22:21:23 +00:00
pavlov%pavlov.net 50af2ea4a1 fixing bug 342257. r=mrbkap 2006-06-22 23:13:30 +00:00
Olli.Pettay%helsinki.fi 617d188461 Bug 341917, Garbage painted when page is long enough patch=prefiks@aviary.pl, r=vlad 2006-06-22 22:04:18 +00:00
pavlov%pavlov.net 3b53d312f4 avoid selecting non-unicode fonts as fallback fonts. fixing bug 330715. r=mrbkap 2006-06-22 21:48:03 +00:00
dveditz%cruzio.com 506140bd0c Bug 284219: add EnsureStringLength() helper function to nsReadableUtils.h to
simplify OOM checks when growing an nsAString. r/sr=darin
2006-06-22 19:07:30 +00:00
cbiesinger%web.de 21e8cfc612 bug 341954 remove a few AssignWithConversion callers, and clean up
nsDeviceContextGTK::CreateRenderingContext a bit
r+sr=roc
2006-06-21 16:35:03 +00:00
masayuki%d-toybox.com 71d340d809 Bug 327184 CSS property letter-spacing rendered incorrectly r=pavlov 2006-06-21 14:13:53 +00:00
pavlov%pavlov.net 82333c8b3b fixing bug 341865. r=vlad 2006-06-19 23:41:15 +00:00
hwaara%gmail.com 8546177ba1 Fix bug 335683, Use kThemeMenuItemFont for -moz-pull-down-menu. r=mento, sr=roc, a181=mento. Patch by Stefan (stefanh@bluebottle.com) 2006-06-18 12:17:32 +00:00
vladimir%pobox.com 4ab24bc9d1 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 8abe98d9d7 turning weight table code back on with fix for crash. bug 341439. r=vlad 2006-06-15 21:35:06 +00:00
pavlov%pavlov.net 8673ea204f disable weight table code for now... 2006-06-15 07:20:19 +00:00
pavlov%pavlov.net fc94bde3fd making windows font code _even_ better/faster/stronger/etc. fixing leaks, adding font weight table, better caching, tweaing font fallback lookups, adding logging, code to rebuild font list after WM_FONTCHANGE. bug 341439. r=vlad 2006-06-15 04:47:23 +00:00
pavlov%pavlov.net 94ad17838d removing bogus comment 2006-06-10 19:20:48 +00:00
pavlov%pavlov.net 202a766bf5 didn't mean to check this in. 2006-06-10 00:43:34 +00:00
pavlov%pavlov.net 2bb5e3834c fixing windows fonts (bug 340590). r=vlad. 2006-06-10 00:21:05 +00:00
roc+%cs.cmu.edu dffcabfea0 Bug 338251. Create safe wrappers for gfx text functions and use them. r=smontagu,sr=rbs 2006-06-09 03:29:32 +00:00
vladimir%pobox.com f4c9bc64cc b=340880, fix massive thebes x11 performance stupidity, r=stuart 2006-06-08 22:03:34 +00:00
vladimir%pobox.com cecf1f2cd6 b=340750, don't rewrap surface needlessly in gfxContext::CurrentSurface(), r=stuart 2006-06-08 01:07:08 +00:00
vladimir%pobox.com b3bbc9a3bc b=335107, dashed/dotted borders on very tall elements produce vertical stripes, r=vlad 2006-06-06 22:30:06 +00:00
gavin%gavinsharp.com 50e01a8983 Bug 335972: nscoord -> short overflow in xft code leading to crash, patch by Phil Ringnalda <philringnalda@gmail.com> and Hein Roehrig <hroehrig@gmail.com>, r=bryner, sr=roc 2006-06-06 16:54:18 +00:00
vladimir%pobox.com e9856fc45d and yet more quartz cairo fixes 2006-06-06 03:33:00 +00:00
vladimir%pobox.com d55c74e8c7 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 451063acbd bustage fix 2006-06-06 01:38:35 +00:00
vladimir%pobox.com 7ce23bfb67 bustage fix 2006-06-05 23:31:24 +00:00
vladimir%pobox.com 589aae1008 b=340452, update cairo on trunk to 2006-06-03, r=stuart 2006-06-05 23:16:25 +00:00
timeless%mozdev.org c6b7d48a4d Bug 337917 Make consumers stop using cids from other modules
r=dveditz sr=darin
2006-06-03 23:38:55 +00:00
timeless%mozdev.org a768026fc9 Bug 337917 Make consumers stop using cids from other modules
r=smontagu sr=darin
2006-06-03 23:35:59 +00:00
vladimir%pobox.com 58ff07979a b=337424, unloaded part of image drawn black when top is above visible region; patch from prefiks@aviary.pl, r=vlad 2006-05-31 16:03:12 +00:00
enndeakin%sympatico.ca 31f554baac Bug 290255, add xul scale widget, r=mconnor,roc sr=neil,roc 2006-05-30 13:50:48 +00:00
joshmoz%gmail.com 832165a760 I meant to invert the fore color, not the back color. cleanup for my previous patch. b=338374 2006-05-26 03:38:48 +00:00
joshmoz%gmail.com f4a8995bcc be more efficient about drawing dashed/dotted lines. b=338374 r=mento 2006-05-26 02:14:29 +00:00
joshmoz%gmail.com 12c979a2cc add support for drawing dotted and dashed lines on Mac OS X. b=338374 r=mento sr=pinkerton 2006-05-24 22:18:51 +00:00
mark%moxienet.com bf513167d0 338724 Get rid of nsQDFlushManager/nsIQDFlushManager, it's been rendered obsolete. Ha. Cocoa-only. r=josh 2006-05-22 20:25:08 +00:00
leon.sha%sun.com 6d09a81537 Bug 338519 Build error on Solaris 11 in gfx/src/thebes directory
Patch by alfred.peng@sun.com.
benjamin: review+
2006-05-19 10:01:41 +00:00
sergei_d%fi.tartu.ee 63a50089be [BEOS] Bug 164498, new Quit/Destroy code, p=sergei_d, r=thesuckiestmail, BeOS-only 2006-05-17 19:35:21 +00:00
mark%moxienet.com a46bfe2646 338153 Frontport bug 332579 to trunk, consolidating the native event improvements made on the 1.8 branch (332579) and trunk (326273). r=josh sr=darin 2006-05-17 19:07:05 +00:00
bzbarsky%mit.edu 90316ec898 Fix bug 334712. Patch by Srini Panguluri <srini@youos.com>, r+sr=roc 2006-05-12 20:20:08 +00:00
cbiesinger%web.de 51a89a8b1e bug 335180 Remove win32.order, mozilla-bin.order, --enable-reorder, and
associated code. These options do not really work anymore.

r=bsmedberg
2006-05-06 17:53:51 +00:00
kjh-5727%comcast.net 9b87de92dc Bug 335568 - Explicitly link with libfreetype when using XFT. r=benjamin 2006-05-05 21:28:23 +00:00
masayuki%d-toybox.com 7d351b5964 Bug 336754 fix up the space width r=pavlov 2006-05-05 19:23:42 +00:00
masayuki%d-toybox.com d27bdc9654 Bug 334217 armenian unicode caracters are not accessible anymore. patch by Masatoshi Kimura (:emk) <VYV03354@nifty.ne.jp> r+sr=rbs 2006-05-05 07:12:24 +00:00
masayuki%d-toybox.com 55f189fdb2 Bug 334928 overlapping text when using Hebrew text with style: letter-spacing: 1px r=pavlov 2006-05-04 17:34:49 +00:00
pavlov%pavlov.net aae9b23d5a 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