tor%cs.brown.edu
9169272326
Merge gtk font changes, fix font handling in PopState().
...
Not in standard build. r=blizzard, a=choffman
2000-01-20 22:43:29 +00:00
neeti%netscape.com
dacf90aa91
fix for memory leak bug# 21301. MLK: ImageNetContextSyncImpl leaks. r=pnunn
2000-01-18 13:10:47 +00:00
rbs%maths.uq.edu.au
52f8219120
[#ifdef MOZ_MATHML] Left-over when changing the character coordinate system of the bounding metrics.
2000-01-18 03:54:28 +00:00
sford3%swbell.net
948579bb84
Replace instances of nsTextFormater with nsTextFormatter, r=jst@citec.fi
2000-01-17 22:32:13 +00:00
mscott%netscape.com
466ba23665
loading a uri takes the channel instead of the uri. The caller
...
must create the channel before call openuri.
r=rpotts.
2000-01-17 19:56:31 +00:00
alecf%netscape.com
08098b461e
fix xlib bit rottage
2000-01-17 08:29:52 +00:00
rbs%maths.uq.edu.au
6a2c190162
[#ifdef MOZ_MATHML] Get the real x-height for precise MathML positioning. Bug 18814 can feed on this.
2000-01-17 00:54:01 +00:00
Jerry.Kirk%Nexwarecorp.com
8d7ee7dfc1
bug 8001; add font name prefs code for Photon. This is initial
...
and only meant to get things compiling again until I can review and
understand this bug. PHOTON ONLY
2000-01-16 18:25:37 +00:00
Jerry.Kirk%Nexwarecorp.com
0a5b30da64
Work around a Photon bug when trying to Invert Text in the InvertRect
...
function by forcing a flush after the draw.
r=kedl
2000-01-16 01:55:27 +00:00
Jerry.Kirk%Nexwarecorp.com
4c76e324de
Multiplying the Screen Width and Height by three to take into account
...
the default 3x3 virtual console. This may not be the "right" way
but I am going with it for the moment.
r=kedl
2000-01-16 01:53:47 +00:00
erik%netscape.com
e864077f1f
bug 24005; was rounding font size down to be compatible with Nav4; this
...
turns out to have disastrous effects on pages with font-size 9px; removed
the rounding code after testing effects on various "Top Sites"; r=none
(but discussed with Troy)
2000-01-15 18:50:18 +00:00
erik%netscape.com
38033ef1a1
bug 17861; set minimum default logical resolution to 96, using OS's
...
reported value if higher than 96; coded by David Baron; r=erik
2000-01-15 18:20:54 +00:00
erik%netscape.com
bf54fe3aa1
bug 8801; add font name prefs code for Unix; r=ftang
2000-01-15 16:37:53 +00:00
Jerry.Kirk%Nexwarecorp.com
0c1d8adc70
Photon UI Only
...
Changing some debug output to silence the RenderingContext a bit so I can
work on other problems...
r=kedl
2000-01-14 13:17:25 +00:00
Jerry.Kirk%Nexwarecorp.com
e0565e7481
Add code to work around Photon bug. If any part of "text" is rendered
...
slightly off the drawing surface then the entire chunk of text is clipped.
This is an awful hack that just increases the draw surface by 100.
(A magic number) I am filing a bug with Photon to get a fix.
r=kedl
2000-01-14 13:15:33 +00:00
rbs%maths.uq.edu.au
ea5736732c
[#ifdef MOZ_MATHML] Change of the character cordinate system of GetBoundingMetrics()
2000-01-14 08:02:12 +00:00
rbs%maths.uq.edu.au
745ea114fe
[#ifdef MOZ_MATHML] Change of the character cordinate system of GetBoundingMetrics()
2000-01-14 06:15:37 +00:00
neeti%netscape.com
009b8bf510
fix for memory leak of ImageSystemServicesImpl, bug 21298, r=pnunn
2000-01-13 23:34:19 +00:00
pnunn%netscape.com
9f3fc6e4a8
bug#12722: timer interacting with image groups. pnunn. rev: neeti@netscape.com
2000-01-13 23:01:11 +00:00
pinkerton%netscape.com
ec1eca1c52
Replacing TARGET_CARBON ifdefs with inline functions in nsCarbonHelpers.h to make code more readable.
2000-01-12 07:14:09 +00:00
pinkerton%netscape.com
53b6b1e940
Replacing TARGET_CARBON ifdefs with inline functions in nsCarbonHelpers.h to make code more readable.
2000-01-12 07:02:17 +00:00
dbaron%fas.harvard.edu
20fdd8013d
Fix bug 11168. Underline position metrics are returned as positive
...
numbers by X, but Mozilla wants them to be negative. This caused
problems only for certain font servers (those that returned underline
position metrics).
r=pavlov
2000-01-12 02:24:46 +00:00
pp%ludusdesign.com
13efd9e8c6
Converting usage of ::GetIID() to NS_GET_IID().
...
Bug #20232 , r=scc@netscape.com
2000-01-11 20:49:15 +00:00
pinkerton%netscape.com
1b1155e2f6
First Checked In.
2000-01-11 05:18:43 +00:00
cls%seawood.org
9f3b874745
Removed redundant XPDIST from the build. Changed existing references to DIST.
...
Replaced all uses of $(DIST)/include with $(PUBLIC) except those looking for NSPR headers.
Removed extra instances of $(DIST)/include or $(PUBLIC) from INCLUDES as it's already there.
Override OS_LIBS when setting host variables for cross-compiling.
2000-01-11 05:13:01 +00:00
cls%seawood.org
b786c18884
Add MKSHLIB_FORCE_ALL & MKSHLIB_UNFORCE_ALL pairs around the timer libs and other static libraries to be linked into the shared library.
2000-01-11 05:06:24 +00:00
dcone%netscape.com
9b52af6877
Fixed some transform errors. r=rickg. bugs = 14385,19601
2000-01-10 14:52:49 +00:00
rbs%maths.uq.edu.au
f8a30ef096
[MATHML] Coded GetItalicSlope() and updated GetBoundingMetrics(). Added code to catch up with recent changes in gfx/src/windows that broke the MathML build on Win32
2000-01-07 14:22:07 +00:00
rbs%maths.uq.edu.au
5bf1ba7301
[#ifdef MOZ_MATHML] Added GetItalicSlope() in nsIFontMetrics.h to get the tagent of the italic angle needed for the italic correction. Added leftItalicCorrection in nsBoundingMetrics and updated documentation
2000-01-07 14:16:02 +00:00
rbs%maths.uq.edu.au
16817f2401
[#ifdef MOZ_MATHML] Patch of Shyjan Mahamud to set mActualSize to the designed size of the font, when the font requested is not a scalable font
2000-01-07 14:07:56 +00:00
briano%netscape.com
02ceca697e
Backed out the Solaris fix, because Linux doesn't like it. It may be that -z allextract and -Wl,--whole-archive behave differently.
2000-01-06 03:06:22 +00:00
briano%netscape.com
478dea0c38
Fix for _optimized_ nightly Solaris 2.6 builds.
2000-01-06 02:06:56 +00:00
Jerry.Kirk%Nexwarecorp.com
0b3b6bdcd9
Photon UI Only
...
This checkin adds some methods to deal with native Regions needed by Widget
code. It also cleans up the CopyOffScrenBits and clears out the GC in the
Init method of nsDrawingSurfacePh.
2000-01-04 15:23:28 +00:00
dougt%netscape.com
b7e589efe5
Including nsCRT.h directly. It is included indirectly by nsFileSpec. This
...
prep work for the nsIFile landing.
2000-01-03 23:01:37 +00:00
ftang%netscape.com
fc9aaa700c
partial fix for 19589. use ATSUI fallback to draw glyph available in MacRoman font and Symbol font. It will cover Latin extened A. r=nhotta a=chofmann
1999-12-22 20:56:49 +00:00
ftang%netscape.com
0b2fd49f36
fix bug 7521. make the default font face listen to pref. r=erik. a=chofmann
1999-12-22 20:54:54 +00:00
tor%cs.brown.edu
228489052e
Fix for bug 19024 (strechy symbols in MATHML) in xlib code.
...
r=rbs@maths.uq.edu.au
1999-12-22 04:47:32 +00:00
briano%netscape.com
9084c00563
Fix for the mysterious breakage when using the Workshop compiler on Solaris builds.
1999-12-22 01:42:19 +00:00
sspitzer%netscape.com
b8073feab0
fix FMM and UMR from purify, add some null sanity checks to fix various
...
crashers that I've seen.
1999-12-21 23:11:17 +00:00
dcone%netscape.com
4a61603e7f
CopyDeepMask Will not be called when printing, this will crash the printer. Checkin ok'd by Hoffman. r=karnaze.
Bug=21759 (dogfood)
1999-12-21 18:19:52 +00:00
dcone%netscape.com
202d6d8287
Added an IsPrinter() call. Checkin ok'd by Hoffman. r=karnaze.
Bug=21759 (dogfood)
1999-12-21 18:19:05 +00:00
dcone%netscape.com
8095672837
Fixed a problem with the calculation of the resolution constants for the creation of a printer DeviceContext.. and return the correct page size in the GetGetDeviceSurfaceDimension call. r=kmclusk
1999-12-16 15:18:36 +00:00
erik%netscape.com
49e7488434
bug 21352; was crashing on Japanese Win95 since we didn't keep our
...
subclass for that platform in sync with the base class; r=ftang a=chofmann
1999-12-15 01:15:36 +00:00
syd%netscape.com
a1fd50730e
Partial fix for 18083. Grab page size preference from user and use it to
...
compute page size for layout. Previously, it was assumed that page was
8x10, ignoring user choice made in the printer dialog. r=dcone, a=chofmann.
1999-12-14 02:16:17 +00:00
sspitzer%netscape.com
916dfad12c
fix #21178 , crashing when printing on linux.
...
r=syd,erik a=chofmann
1999-12-14 01:54:48 +00:00
rbs%maths.uq.edu.au
297fea5cc3
[NOT PART OF THE DEFAULT BUILD]. Applied a patch of Shyjan Mahamud to return the bounding metrics in a uniform XP manner (bug 19024).
1999-12-10 13:17:03 +00:00
kmcclusk%netscape.com
d349b6c6bd
Reduced image cache size from 2Mb to 1Mb. bug 19114. r=buster@netscape.com. approved by chofmann@netscape.com
1999-12-09 22:59:57 +00:00
ftang%netscape.com
bfb3fff3c2
implement Mac GFX w/ langGroup. From now we will use the correct CJK font depend on the document charset. Howerver, it have not listen to the pref yet. r=erik. a=chofmann
1999-12-09 22:44:34 +00:00
erik%netscape.com
3bc71cd5c5
bug 7586; need to convert font name from prefs file from UTF-8 to Unicode
...
so that non-ASCII font names will work on Windows; r=ftang; a=chofmann
1999-12-09 19:20:06 +00:00
sspitzer%netscape.com
8404d060b6
check in a comment that let's us non-mac guru's know which project builds this project. pretty annoying that a file under mozilla:gfx:src:mac gets built by mozilla:netwerk:util:macbuild:netwerkUtil.mcp, if you ask me.
1999-12-09 03:40:22 +00:00