pavlov%netscape.com
f260f44b59
fix for silly sun compiler from tor r=me
2000-02-01 03:14:18 +00:00
syd%netscape.com
a311b7eda2
Minor changes for PostScript printing. r=dcone.
2000-01-31 21:24:19 +00:00
mscott%netscape.com
22cc6f5b98
API sync with nsIURIContentListener r=travis
2000-01-29 06:09:45 +00:00
pavlov%netscape.com
333acd3bb2
fix the caret blinking bug on linux and remove an extra call to things that don't need to be called r=mcafee
2000-01-28 23:52:28 +00:00
sfraser%netscape.com
cfef057383
Fix for 25366 -- check for color grafport before getting the GrafVars. r=pinkerton
2000-01-28 23:39:24 +00:00
dcone%netscape.com
baf98ae0ce
Took out ifdef for the Mac. Loading Icon will now display. r=rods
2000-01-28 14:56:07 +00:00
pavlov%netscape.com
ca389d3e84
make hpux happier.
2000-01-28 08:08:30 +00:00
tor%cs.brown.edu
610667c8a0
Shuffle #includes to get proper definition of NULL for picky C++ compilers.
...
r=pepper
2000-01-28 03:08:02 +00:00
pavlov%netscape.com
d042a09689
this wasn't supposed to go in yet
2000-01-28 01:28:54 +00:00
pavlov%netscape.com
9771d23c13
add a GC cache so that we talk to the X server less r=blizzard
2000-01-28 01:05:49 +00:00
pavlov%netscape.com
695cd53ae6
remove round trips to the X server when we create rendering contexts. only set font and color info on the GC when a draw is going to happen.
2000-01-26 11:37:58 +00:00
pavlov%netscape.com
4a7d74e28d
make things better(tm) r=blizzard
2000-01-26 02:42:34 +00:00
dcone%netscape.com
55240d6d23
Added flags so selection button does not come up and print to file is hidden. Put in support for quiet
...
printing (no dialog) r=rods
2000-01-25 15:45:09 +00:00
Jerry.Kirk%Nexwarecorp.com
71009b66e8
Fix up the font picking stuff for Photon 1
2000-01-25 13:49:49 +00:00
Jerry.Kirk%Nexwarecorp.com
06478f0693
Adding in new code by Derek that better matches Photon Fonts for the font
...
that Mozilla requested.
r=kedl
2000-01-25 03:38:02 +00:00
Jerry.Kirk%Nexwarecorp.com
1b6100f808
Fixing compiler warning/errors caused by -pedantic
...
Changing method used to extent fonts and adding our version of wctombs
r=kedl
2000-01-25 03:26:00 +00:00
sfraser%netscape.com
d19fe2f629
First Checked In.
2000-01-25 03:18:22 +00:00
Jerry.Kirk%Nexwarecorp.com
f922fd3cdc
Fix the destructor, it leaks less this way.
...
r=kedl
2000-01-25 03:00:41 +00:00
dcone%netscape.com
b244931153
Added the canonical pixels scale calculation. r = rods. b = 24405
2000-01-24 14:58:49 +00:00
dcone%netscape.com
ec07a3805b
implemented a method to return the canonical pixel scale. r = rods b = 24405
2000-01-24 14:58:00 +00:00
dcone%netscape.com
b11158d941
Added a member for the Canonical pixel scale - cross platform. r=rods b=24405
2000-01-24 14:52:12 +00:00
tor%cs.brown.edu
b22d70637a
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
de2f1cc41f
fix for memory leak bug# 21301. MLK: ImageNetContextSyncImpl leaks. r=pnunn
2000-01-18 13:10:47 +00:00
rbs%maths.uq.edu.au
54944bc747
[#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
b2c319eae7
Replace instances of nsTextFormater with nsTextFormatter, r=jst@citec.fi
2000-01-17 22:32:13 +00:00
mscott%netscape.com
a770fdf7e5
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
1a3063b751
fix xlib bit rottage
2000-01-17 08:29:52 +00:00
rbs%maths.uq.edu.au
b159fe6b2b
[#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
e3ae6932b7
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
2ea6fa1d79
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
1c6e902daf
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
287652f4c1
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
496213931b
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
ebccc58538
bug 8801; add font name prefs code for Unix; r=ftang
2000-01-15 16:37:53 +00:00
Jerry.Kirk%Nexwarecorp.com
ac672b5a43
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
edbd9d3f4f
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
aecdd16b1d
[#ifdef MOZ_MATHML] Change of the character cordinate system of GetBoundingMetrics()
2000-01-14 08:02:12 +00:00
rbs%maths.uq.edu.au
e1fd5b686c
[#ifdef MOZ_MATHML] Change of the character cordinate system of GetBoundingMetrics()
2000-01-14 06:15:37 +00:00
neeti%netscape.com
0aaf184ecb
fix for memory leak of ImageSystemServicesImpl, bug 21298, r=pnunn
2000-01-13 23:34:19 +00:00
pnunn%netscape.com
3fdce350ca
bug#12722: timer interacting with image groups. pnunn. rev: neeti@netscape.com
2000-01-13 23:01:11 +00:00
pinkerton%netscape.com
13f4b1427e
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
71d28f9b6d
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
8d42619583
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
698852a4f4
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
c00c54e40e
First Checked In.
2000-01-11 05:18:43 +00:00
cls%seawood.org
4f34e05855
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
4331ad7aba
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
31d90becfe
Fixed some transform errors. r=rickg. bugs = 14385,19601
2000-01-10 14:52:49 +00:00
rbs%maths.uq.edu.au
90dd2e41c8
[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
0f95730da9
[#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