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

3698 Коммитов

Автор SHA1 Сообщение Дата
amardare%qnx.com 2803899d88 Changes for the qnx photon platform - they should not affect building/runtime on other platforms.
The offscreen context gets allocated its own gc instead of using the photon's default one.
This fixes the problems seen on our platform lately with sites like: http://www.math.uni-augsburg.de/opt/goblin.html
or http://www.reasoning.com
Also changes to speed up the rendering.
2003-07-14 17:22:24 +00:00
jaggernaut%netscape.com 817298ce0b Bug 212272: Switch some Substring users over to String(Begins|Ends)With. r=dwitte, sr=bzbarsky 2003-07-14 07:37:39 +00:00
jaggernaut%netscape.com 2d7ed90a69 Bug 73353: clean up MODULE/REQUIRES story. r=cls, sr=bryner 2003-07-13 22:29:00 +00:00
jshin%mailaps.org 123cee10aa bug 212400 fix MathML rendering with FT2 enabled (Gfx:Gtk) (r=bstell, sr=rbs) 2003-07-11 21:35:30 +00:00
jshin%mailaps.org 59d134d2f9 bug 212125 : factor out loading |nsIPersistentProperties|' from a URI/URIspec and add helper
functions to nsNetUtil.h  (r=rbs, sr=darin)
2003-07-11 21:31:54 +00:00
bryner%netscape.com 9b94d558f8 Follow-up to bug 211476 - detabbing GetRects() to make indentation consistent. 2003-07-05 00:10:05 +00:00
jshin%mailaps.org 72c4db718c a part of bug 176290 : make fontEncoding.properties file installed in GRE directory and in rpm build (r=blizzard, sr=seawood) 2003-07-03 23:09:51 +00:00
amardare%qnx.com 5620432500 Change for the photon platform - this change should not affect building/runtime of the other platforms.
Fixed the EnumerateAllFonts method.
2003-07-03 15:09:07 +00:00
bryner%netscape.com c2a7bbd47b A few cleanups and fixes for gtk2's native theme code: handle ownership of the GtkTooltips object correctly, fix up the textfield drawing code to paint the background first and to paint the focus border correctly, and update to the new widget style property names for scrollbars. Bug 211488, r=blizzard. Not part of the default build (gtk2 only). 2003-07-03 00:24:53 +00:00
smontagu%netscape.com 7e9d3920ed Change EnumFontFamilies() to EnumFontFamiliesEx() Bug 192342, Author=jdunn, r=smontagu, sr=kin. 2003-07-02 21:42:15 +00:00
bryner%netscape.com 9086988ba8 Don't depend on the internal format of native regions (bug 211476). r=pinkerton, sr=sfraser. 2003-07-02 21:34:15 +00:00
bzbarsky%mit.edu b899c29851 Remove some unused code. Bug 211020, patch by kjh-4275@attbi.com (Kenneth
Herron), r=bzbarsky, sr=alecf
2003-07-02 21:14:24 +00:00
dwitte%stanford.edu bfc281cacf bug 210727: [xft] leak in nsFontMetricsXft::PrepareToDraw.
r+sr=blizzard.
2003-07-02 19:26:32 +00:00
cbiesinger%web.de a96fdc499f fix debug build bustage caused by my earlier checkin 2003-06-30 20:23:27 +00:00
rbs%maths.uq.edu.au 4a05aa5b52 Strengthen the detection of the appropriate error status to avoid building on a false assumption that a font is bitmap when there is a real error, b=113779, r+sr=roc 2003-06-30 18:05:00 +00:00
cbiesinger%web.de 6f83e351d0 194761 patch by kjh-4275@attbi.com r=bzbarsky sr=dbaron [ps] Huge static buffer in gfx/src/ps/nsPostScriptObj.cpp 2003-06-30 17:48:39 +00:00
jshin%mailaps.org 3b4b4c21f5 bug 176290 (a part of). fix build bustage with MathML disabled. Not a part of the default build. 2003-06-27 10:33:23 +00:00
jshin%mailaps.org 78f1c6b87d bug 176290 : custom font encoding support in Xft build (not a part of the default build). style clean-up is thanks to blizzard. r,sr (effectively) =blizzard, sr=rbs 2003-06-25 06:00:14 +00:00
jshin%mailaps.org 17c36a3091 bug 127755 : add two Thai charsets ISO-8859-11 and TIS-620 to libuconv and make corresponding changes in GFX:Gtk and GFX:Xlib. What used to be referred to as TIS-620 is renamed as Windows-874. r=smontague, sr=rbs (ut/uf files are thanks to ftang). 2003-06-25 05:11:44 +00:00
bzbarsky%mit.edu 5e10020c11 Fix leaks of some arrays on shutdown. Bug 209568, r=bstell, sr=bryner 2003-06-24 01:15:45 +00:00
timeless%mozdev.org 4942b03239 Bug 187031 [nsLocalFileWin] nsLocalFile::Remove returns os remove values (-1) as nsresults
r=dougt sr=darin
2003-06-18 23:19:11 +00:00
alecf%flett.org b7fa256d74 fix for bug 209220 - now that i18n APIs take ASCII charset names, update consumers to avoid excess conversions.. which usually means storing charset names as ASCII and updating a few other APIs
r=jkeiser, sr=jst and some great comments from jshin@mailaps.org
2003-06-17 16:40:34 +00:00
caillon%returnzero.com 2df173e9c8 Bug 209087
Content interface out-parameters should use ptr-to-ptrs instead of ref-to-ptrs and some small deCOMtamination.
r+sr=jst@netscape.com
2003-06-13 20:10:01 +00:00
peterv%netscape.com 462495e622 Another attempt at fixing BeOS bustage. 2003-06-12 14:58:21 +00:00
smontagu%netscape.com 81825209da Check that all the members of the XCharStruct are zero before rejecting a glyph. Bug 207438, r=Roland.Mainz@informatik.med.uni-giessen.de, sr=rbs 2003-06-11 22:32:54 +00:00
alecf%flett.org 97e45216b5 oops, a misapplied patch put aEntry++ in the wrong place - this is part of my patch for bug 206379 - this fixes a hang on startup in debug builds 2003-06-11 19:04:23 +00:00
alecf%flett.org 2751c6b097 fix for bug 206379:
- combine nsICharsetConverterManager2 and nsICharsetConverterManager
- get rid of nsIAtom in most of the methods
- provide versions of getUnicodeDecoder/Encoder which don't do alias resolution
- change all charset types to ASCII strings
- clean up some other i18n APIs which could be simplified
- fix all consumers of all changed i18n interfaces
r=jshin, smontagu
rs=sfraser
2003-06-11 18:16:03 +00:00
lpham%netscape.com d9dc638b3d add .deps_vpath bugzilla #105994 2003-06-10 22:13:26 +00:00
seawood%netscape.com 97649bab86 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 21:18:27 +00:00
seawood%netscape.com b28ce0a530 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 20:12:33 +00:00
amardare%qnx.com cb0fd1a8b4 Fixed a compile error introduced by the previous commiter. 2003-06-03 19:43:42 +00:00
mkaply%us.ibm.com fa9fa62a8d #208007
r=mkaply, sr=blizzard (OS/2 specific), a=mkaply
OS/2 only - bad handling of presentation spaces
2003-06-02 20:37:00 +00:00
mkaply%us.ibm.com 49b5b5dd59 #192629
r=mkaply, sr=blizzard (OS/2 specific)
OS/2 only - fix for printing transparent bitmaps
2003-06-02 20:11:52 +00:00
smontagu%netscape.com befc9b2672 Retain reference to offscreen drawing surface so we can release it when the context goes away. Bug 206561, author=Roland.Mainz@informatik.med.uni-giessen.de, r+sr=roc+moz 2003-05-30 20:29:11 +00:00
smontagu%netscape.com 62b4d0e97f Fix rounding issue in DrawTile() and remove a bogus assertion. Bug 194791, Author=paper@animecity.nu, r=smontagu, sr=roc+moz 2003-05-29 23:29:37 +00:00
bryner%netscape.com 5090c7bf22 Bug 197136, <button> elements should be Aqua bevel buttons for Cocoa. Add a new -moz-appearance value, button-bevel. Also, fixed a problem that caused the button in a file input control to change size when it was focused. r=pinkerton, sr=sfraser. 2003-05-29 22:39:05 +00:00
roc+%cs.cmu.edu 03ea47dff1 Bug 206561. Retain reference to offscreen drawing surface so we can release it when the context goes away. r+sr=blizzard,a=asa 2003-05-29 14:20:51 +00:00
jaggernaut%netscape.com 7b4dba9fce Hopefully fix static build bustage. Patch by gisburn 2003-05-29 08:30:08 +00:00
rbs%maths.uq.edu.au 23d9ba9fc2 Revert unintended change that crept in my earlier checkin 2003-05-29 08:28:03 +00:00
timeless%mozdev.org 2ece8314cb patch from gisburn 2003-05-29 04:26:25 +00:00
rbs%maths.uq.edu.au a6920a5b6e Only show the system default font on platforms where applicable, b=206782, r=jshin, sr=blizzard 2003-05-29 03:57:30 +00:00
jst%netscape.com ece41ec28e Fixing build bustage. Patch from gisburn. 2003-05-29 02:12:11 +00:00
smontagu%netscape.com 24b099e7b1 Move xprintutil source files into a separate static library. Bug 201633, Author=Roland.Mainz@informatik.med.uni-giessen.de, r=leaf 2003-05-28 23:02:34 +00:00
timeless%mozdev.org 2a065070c4 Bug 205622 [ps] warning: CreateFontPS declared `static' but never defined
r=smontagu sr=peterv
2003-05-23 22:18:09 +00:00
timeless%mozdev.org 897e657b2f Bug 205692 gint nsFreeTypeXImageSBC::GetWidth, nsFreeTypeXImageSBC::DrawString return nsresults for a failure state
r=rbs sr=rbs
2003-05-23 22:18:07 +00:00
timeless%mozdev.org 10128e0d6e Bug 203396 unused variables in nsRegion::SubRect
r=mkaply sr=roc+moz
2003-05-23 21:50:05 +00:00
timeless%mozdev.org 4a9cdfd6ec Bug 180169 ASSERTION: RgnRectMemoryAllocator not thread-safe triggers because static class exists past nspr shutdown
r=roc+moz sr=roc+moz
2003-05-23 21:42:36 +00:00
dwitte%stanford.edu 270d3909ca bug 100649: Length() being used where IsEmpty() is meant
treewide changes to convert incorrect usages of string.Length() to string.IsEmpty().

thanks to afatecha@idea.com.py (Ariel Fatecha) for the patch. r=dwitte, sr=jst.

got the ok from Asa to land into a closed tree.
2003-05-23 21:34:47 +00:00
jshin%mailaps.org b7b494a1a0 bug 204039 : converter for TSCII fonts (r=prabhat, sr=rbs, a=asa) 2003-05-23 06:31:25 +00:00
jshin%mailaps.org 2f9ea6e59b bug 206123 : add more scripts to font-pref. UI for Windows build
(r=smontagu, sr=rbs, a=mkaply)
2003-05-23 05:36:50 +00:00