Commit Graph

1825 Commits

Author SHA1 Message Date
dcone%netscape.com
6153181fd9 added a new file to the make for the print options. Effects windows only. r=KMcCluskey b=36976 2000-06-22 13:39:09 +00:00
dcone%netscape.com
6bbd2ab34e Added an IDL file to the make. Effects Windows build only. r=KMcCluskey b=36796 2000-06-22 13:36:45 +00:00
dcone%netscape.com
ac0f87d6c3 New interface definition for printer options. a=KMcCluskey 2000-06-21 22:21:34 +00:00
Jerry.Kirk%Nexwarecorp.com
edc8cbf575 NOT PART OF BUILD - PHOTON ONLY
Simple for the Photon font name
2000-06-21 14:26:25 +00:00
beard%netscape.com
1c926d81a2 bug #42100, Carbon compatibility. r=gordon, saari, pinkerton, sfraser 2000-06-20 23:10:06 +00:00
Jerry.Kirk%Nexwarecorp.com
a635b35704 Not Part of Build... PHOTON ONLY
Missed a Makefile.in  this makes the the gfx library for Photon a component
just like gtk.
2000-06-19 12:25:31 +00:00
Jerry.Kirk%Nexwarecorp.com
85b4aaca53 Not Part of Build... PHOTON ONLY
Changed photon widget to be a component like gtk.
Had to comment out some printing support in GFK because of Photon library bugs.
2000-06-19 12:01:21 +00:00
cls%seawood.org
bb9cbaf3a5 Don't declare a variable twice. It breaks the HP-UX builds. 2000-06-18 21:34:45 +00:00
pavlov%netscape.com
ef37837962 patch from Tomi Leppikangas <tomilepp@sun3.oulu.fi> to fix some GC leaks r=pavlov a=brendan 2000-06-18 18:56:27 +00:00
tajima%eng.sun.com
b97ea896f8 bugid=41935, a=waterson, r=dcone@netscape.com 2000-06-16 23:38:24 +00:00
garyf%netscape.com
17cc904eb4 Fixed round off error by making nsTransform2D::TransformCoord(x,y,w,h) round the translation values for the scale & translate case in the same way as nsTransform2D::TransformCoord(x,y). r=evaughan bug=29949 2000-06-16 22:47:34 +00:00
mkaply%us.ibm.com
20b267dc32 # 42637
r = mkaply, a = brendan
OS/2 bring-up  - makefile changes to build resource files
2000-06-16 14:33:17 +00:00
garywade%netscape.com
ea8a2e41a0 Bug 30300/6588 Fixed the way that font preferences were proliferated in order that the user-defined font settings could be used. 2000-06-14 23:40:25 +00:00
garywade%netscape.com
f87982d2f2 Bug 30300/6588 Needed to turn off inlining of functions in the debug target to facilitate debugging. 2000-06-14 23:39:02 +00:00
dcone%netscape.com
833d51a432 Fixed palette problems. b= 25979 r = McCluskey 2000-06-12 13:32:13 +00:00
mkaply%us.ibm.com
a9471ddc8a # 37239
r = mkaply, a = brendan
OS/2 bringup - Rewrite of device context code so menus work - OS/2 only
2000-06-08 13:55:47 +00:00
mkaply%us.ibm.com
eab2374b6a # 37239
r = dcone, a = brendan
OS/2 bringup - PR_CALLBACK for VisualAge
2000-06-07 01:12:46 +00:00
danm%netscape.com
f8250079df fix problem with sizing to content (bug 36520). code=justin@68k.org. a=waterson@mozilla.org,duncan@be.com 2000-06-07 00:54:03 +00:00
slamm%netscape.com
ed7b6044f0 Ignore generated Makefile. 2000-06-05 21:40:07 +00:00
dcone%netscape.com
d1bcb4473a Fixed bug 40196, there was a transformation problem, and PatBlt did not work correctly on some issues. R=rods 2000-06-05 14:12:11 +00:00
warren%netscape.com
512c8bf433 Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
dcone%netscape.com
ab8fc494ba Removed and extra fopen.. r=rods b=40220 2000-06-02 13:58:02 +00:00
alecf%netscape.com
af0274c3bf put printf inside NOISY_FONTS to quiet down startup 2000-06-02 00:40:37 +00:00
sfraser%netscape.com
c775131c74 Fix for 41006 -- fix for overlapping text when drawing text runs. r=ftang 2000-06-01 22:54:49 +00:00
sfraser%netscape.com
9a0e9e7de4 Fix for bug 39811 -- make font prefs work for non-unicode text drawing. r=ftang. 2000-06-01 22:53:47 +00:00
mkaply%us.ibm.com
9a43413a8d # 37239
r = mkaply, a = brendan
OS/2 bringup - Print support
2000-06-01 14:56:21 +00:00
brade%netscape.com
28ed4107f3 remove call to FetchFontInfo which doesn't work on 8.5; r=sfraser; a=granrose; bug #37318 2000-05-30 17:53:20 +00:00
sfraser%netscape.com
2a97b66a80 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
de4ecba1c8 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
f3debaa033 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
4cd35f6827 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
c599e744f3 # 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
81b438669f 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
ddf3c10ba2 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
f06ae87cf7 Need to implement LineStyle for Mac. r=buster b=34870 2000-05-23 19:46:45 +00:00
pnunn%netscape.com
c2c004ee47 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
df605aed70 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
48c1f7c9aa 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
677613d5be # 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
94713681c6 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
528cf844b7 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
ffa8b60849 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
6eb88c1a84 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
c72987549c added debugging code 2000-05-17 06:58:32 +00:00
cls%seawood.org
a8000b8bb5 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
9d0f0840c6 Remove linkage with NetworkModular.shlb 2000-05-17 06:36:59 +00:00
tajima%eng.sun.com
68a492ed5e no need to link libIDL. 2000-05-17 06:15:15 +00:00
tajima%eng.sun.com
ef689697f2 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
de7b626015 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
61876a8cb1 partially fix 38318. Register callback to rebuild the mapping Util singleton 2000-05-17 05:00:30 +00:00