sfraser%netscape.com
8a76bf96a2
Since I removed the FetchFontInfo call, no longer have to weak link with InterfaceLib.
2000-05-26 22:04:01 +00:00
sfraser%netscape.com
672d17b3fb
Fixes for 39811, 36417 -- bad text layout on Mac, due to bad space width measurement. Also fixed justified text drawing. r=brade, a=beppe
2000-05-26 22:03:33 +00:00
erik%netscape.com
d8caf32f9e
bug 38387; add optimized GetWidth method to Japanese Windows 95-specific
...
subclass nsRenderingContextWinA to allow proper layout on Win95-J;
a,r=kmcclusk
2000-05-25 20:37:01 +00:00
blizzard%redhat.com
da27f7fefd
fix unitialized variable reference that was pointed out by jlnance ( thanks! ) r=pavlov, a=brendan
2000-05-25 20:02:47 +00:00
mkaply%us.ibm.com
1327c328d1
# 37239
...
r = mkaply@us.ibm.com , a = brendan
OS/2 bringup continues on M16 - These files are OS/2 only
2000-05-25 14:23:27 +00:00
pinkerton%netscape.com
bfc2ba4c32
Using WINAPI macro for callback routines. Thanks to juberti@aol.com and
...
jesusx@who.net for the help and moral support. r=mozbot a=mozbot
2000-05-24 23:56:47 +00:00
dcone%netscape.com
e6bffa0ab2
Implement LineStyle for Mac. This gets the pulldowns working again. r=buster b=34870
2000-05-23 19:47:48 +00:00
dcone%netscape.com
5ea5b10213
Need to implement LineStyle for Mac. r=buster b=34870
2000-05-23 19:46:45 +00:00
pnunn%netscape.com
159de93ed9
bug#39301: bump up img cache size back up to 2M. Now have way to limit other
...
resources. pnunn r:sfraser@netscape.com
2000-05-22 23:08:42 +00:00
pinkerton%netscape.com
0b2f63562a
Fix for 36479, crash on some systems counting # of monitors. There were a couple
...
of possible culprits, removed a printf that was crashing things and removing the use
of the big rectangle that I bet was confusing certain video cards. r=mjudge.
2000-05-22 22:40:02 +00:00
dcone%netscape.com
ca3a20f3a7
Divided the number of bytes by 3 for grayscale image printing. r=rods a=brendan@mozilla.org b=26814
2000-05-22 20:13:12 +00:00
mkaply%us.ibm.com
70c48c4864
# 37239
...
r = mkaply@us.ibm.com , a = brendan
OS/2 bringup continues on M16 - These files are OS/2 only!
2000-05-22 19:38:22 +00:00
tor%cs.brown.edu
bfa5796a55
Fix crasher bug 36834 by making sure that the image we're about
...
to read/composite overlaps the underlying drawing surface. a=brendan
2000-05-20 04:03:17 +00:00
pavlov%netscape.com
01f22cffbb
work to try and fix crasher bug 39752 by being sure to call Cancel() on the timers since the windows timer code holds a ref to itself.... more to come on that. r=jag@irc
2000-05-20 03:57:59 +00:00
erik%netscape.com
754b9b2ab3
fixing bustage in the #ifdef MOZ_MATHML part (not part of default build)
...
a=leaf
2000-05-19 00:33:33 +00:00
mcafee%netscape.com
597839245b
Renaming prefs to live in the browser.display namespace: background_color, foreground_color, use_document_fonts, use_document_colors, base_font_scaler, wfe.use_windows>colors, screen_resolution. r=alecf, a=chofmann (31136)
2000-05-18 03:19:00 +00:00
erik%netscape.com
4cb290990f
added debugging code
2000-05-17 06:58:32 +00:00
cls%seawood.org
1165ad3a33
Mass replace of -lmozjs with $(MOZ_JS_LIBS) needed for OS/2 and consistency.
2000-05-17 06:45:45 +00:00
sfraser%netscape.com
4068994453
Remove linkage with NetworkModular.shlb
2000-05-17 06:36:59 +00:00
tajima%eng.sun.com
ddd4fc9e62
no need to link libIDL.
2000-05-17 06:15:15 +00:00
tajima%eng.sun.com
2815bff532
nsAutoString i/f has changed, need to align code accordingly to avoid build
...
error.
2000-05-17 05:36:42 +00:00
erik%netscape.com
e4d37498f1
adding minimum font size pref so that e.g. East Asian documents adhere to
...
a min font size, thereby avoiding overlapping lines
2000-05-17 05:15:54 +00:00
ftang%netscape.com
912a6ecc69
partially fix 38318. Register callback to rebuild the mapping Util singleton
2000-05-17 05:00:30 +00:00
zuperdee%penguinpowered.com
133b8c3600
Temporary fix for bug 33801. r=shaver
2000-05-17 04:47:28 +00:00
zuperdee%penguinpowered.com
6e46f3da79
Temporary fix for bug 33801. r=shaver
2000-05-17 04:47:00 +00:00
cls%seawood.org
2096a0e589
Oops. Forgot a couple of files for the beos fix in bug #38372 .
2000-05-17 04:35:10 +00:00
pavlov%netscape.com
0c75802384
changes all usages of NS_NewTimer to CreateInstance
2000-05-17 02:49:35 +00:00
erik%netscape.com
f3dbda7f1f
bug 6588; adding support for the "User Defined" character encoding and font
2000-05-16 23:48:44 +00:00
dcone%netscape.com
5f61a1f494
Added code to check file name for obvious directory syntax..
2000-05-16 21:55:39 +00:00
dbaron%fas.harvard.edu
194b09aa1e
Fix MathML build. r=erik@netscape.com a=leaf@mozilla.org
2000-05-16 19:31:57 +00:00
erik%netscape.com
e5e0bae699
checking in the previous changes again, this time with 3 more bugs fixed
2000-05-16 03:31:05 +00:00
rbs%maths.uq.edu.au
c6beb3aed9
[#ifdef MOZ_MATHML: NOT PART OF THE DEFAULT BUILD] Finally enable the Mathematica fonts on Unix. Paul Gartside <gartside@maths.ox.ac.uk> tested and reported that all went well.
2000-05-16 01:45:27 +00:00
erik%netscape.com
6f5de9ce78
backing out the changes since there were problems
2000-05-16 00:12:42 +00:00
pavlov%netscape.com
698dee9e03
make gfx on unix be an xpcom component
2000-05-15 21:58:46 +00:00
erik%netscape.com
7f4b35fffc
bugs 20959, 27378, 30856, 31013; make font selection more specific by
...
including the foundry field (and charset fields); try names like "Times
New Roman" first, before aliasing it to "times"
2000-05-15 20:15:55 +00:00
erik%netscape.com
b8053aaff3
removing unused file
2000-05-15 20:06:02 +00:00
erik%netscape.com
ec69ade4e5
removing unneeded "Unicode" and "Bitstream Cyberbit" aliases (there is no
...
font called "Unicode" anyway)
2000-05-15 20:05:06 +00:00
dcone%netscape.com
c28c1ca34e
Fixed ScaleX and ScaleY to handle identity matrix, based on O'Callahan patch.
2000-05-15 14:06:18 +00:00
scc%netscape.com
cecf613a59
string fixes
2000-05-14 22:54:04 +00:00
bryner%uiuc.edu
91aa4a2232
Create the offscreen buffer the size of the complete image, not just the
...
size that has been loaded so far. r=pavlov.
2000-05-14 03:16:43 +00:00
bryner%uiuc.edu
ee83eb95b1
Fix some signed/unsigned warnings. r=tor@cs.brown.edu.
2000-05-14 01:32:34 +00:00
ftang%netscape.com
b2c89f8d68
check in xprint changes for tajima@eng.sun.com r=erik@netscape.com
...
all the changes is now #ifdef USE_XPRINT and won't be build by default.
2000-05-13 13:31:05 +00:00
cls%seawood.org
04db137aab
Vain attempt to make the xlib toolkit work. Switched nsRenderingContextXlib to use nsRenderingContextImpl. Filled in some missing functions.
2000-05-13 05:38:50 +00:00
waterson%netscape.com
a4e4f1a8a9
Fix string backsliding. r=scc
2000-05-13 01:11:31 +00:00
mkaply%us.ibm.com
32ccf5669e
# 37239
...
r= dcone
OS/2 bring up continues - PR_CALLBACK and typo
2000-05-12 22:21:42 +00:00
dcone%netscape.com
27fccce522
Fixed line drawing
2000-05-12 21:05:25 +00:00
pnunn%netscape.com
f1705d468c
Bug#31228: Patch from : roc+moz@cs.cmu.edu (Robert O'Callahan). Thanks Robert! r:pnunn.
2000-05-12 20:19:02 +00:00
tajima%eng.sun.com
0b8f0db933
renamed 3 public header files names exported to 'dist/include' r/a=erik@netscape.com
2000-05-12 20:15:08 +00:00
mkaply%us.ibm.com
c3b039c794
# 37239
...
r= mkaply@us.ibm.com
OS/2 bring up continues - OS/2 specific changes
2000-05-12 19:26:34 +00:00
pierre%netscape.com
c10afe08dd
enabled the NEW_FONT_HEIGHT_APIS for the Mac
2000-05-12 12:04:07 +00:00