Commit Graph

2268 Commits

Author SHA1 Message Date
mkaply%us.ibm.com
84b46ca0d7 No bug
r=mkaply, a=blizzard
Code from Javier - get images working again, cleanup nsRenderingContext
2001-04-19 22:00:56 +00:00
bbaetz%cs.mcgill.ca
66ab13dbc5 bug 76059, fixes A4 printing regression. Patch by atontti@cc.hut.fi.
r=kmcclusk@netscape.com sr=attinasi a=asa
2001-04-18 22:11:55 +00:00
shanjian%netscape.com
b739eb1ec6 #63965 crashed under Simplified Chinese Win2000 OS when scroll bar is dragged
r = nhotta,  sr=blizzard

"LoadGlobalFont" function is added to both "nsFontMetricsWin"
and "nsFontMetricsWinA" class to replace existing "LoadFont" call.
This function will use the "LOGFONT" stored in global font list to
create new font, that include charset parameter. CMAP is created
again for "mLoadedFont", but copied from global font item.

When enumerating the font, true type font is put in priority order
so that it will be searched first. This is done inside "enumProc"
function.
2001-04-18 00:30:46 +00:00
dcone%netscape.com
dacbd25e21 b=57928 r=mcclusky sr=attinas. 2001-04-18 00:03:10 +00:00
roc+%cs.cmu.edu
01287ecfd2 New blender code. Cleans up/speeds up the code a lot and fixes bug 42011, and probably others. r=tor,sr=blizzard 2001-04-17 23:13:12 +00:00
pinkerton%netscape.com
dd2f102b06 Removing incorrect escaping and fixing switch default typo. r=saari/sr=hyatt, bug 75653 2001-04-17 00:56:00 +00:00
pinkerton%netscape.com
75255d7f07 get rid of non-virtual dtor with virtual methods warnings. r=saari/sr=hyatt bug 75653 2001-04-17 00:50:11 +00:00
pinkerton%netscape.com
59f89368ed Build osx printing files. r=saari/sr=hyatt bug 75653 2001-04-17 00:49:34 +00:00
pinkerton%netscape.com
f47876e9e7 Fix warnings and compile errors in gcc. r=saari/sr=hyatt, bug#7653 2001-04-17 00:38:34 +00:00
pinkerton%netscape.com
6e0f96cc51 Fix warning about non-virtual dtor with virtual methods 2001-04-16 23:55:10 +00:00
pinkerton%netscape.com
e9f70a09a8 get rid of warning about virtual methods w/ non-virtual dtor. 2001-04-16 23:52:07 +00:00
pinkerton%netscape.com
c557b31e90 be more explicit about includes for gcc. r=saari/sr=hyatt bug# 75653 2001-04-16 23:50:10 +00:00
pinkerton%netscape.com
41eadd87e0 fix for fizzilla bustage. don't create stuff that isn't available on x. 2001-04-16 23:48:04 +00:00
pinkerton%netscape.com
0a2f9edc12 fix for fizzilla bustage. don't create stuff that isn't available on x. 2001-04-16 23:44:41 +00:00
pinkerton%netscape.com
ac624ba634 don't include needless header, fix type error under gcc. r=saari/sr=hyatt. bug#75653 2001-04-16 23:02:42 +00:00
pinkerton%netscape.com
4e1463c1a0 Include the OSX version of nsDeviceContextSpec for carbon. r=saari/sr=hyatt. bug# 75653 2001-04-16 23:01:07 +00:00
pinkerton%netscape.com
87bdc43443 Export nsIPrintingContext.h for osx r=saari/sr=hyatt, bug# 75653 2001-04-16 22:47:33 +00:00
dcone%netscape.com
20400169c5 b=36796 r=peterl sr=attinasi. 2001-04-16 20:41:24 +00:00
pinkerton%netscape.com
0c5dc7f227 Windows.h --> MacWindows.h r=saari/sr=hyatt. bug# 75653. 2001-04-15 00:45:26 +00:00
darin%netscape.com
9deb4986e3 Patch to finalize necko loadFlags and fix HTTP validation correctness w.r.t.
cache validation preferences and browsing via history.  r=gagan,gordon.
Fixes several bugs that I would mention here if bugzilla weren't down ;-)
2001-04-14 02:02:19 +00:00
hyatt%netscape.com
46df562a47 Fix to ensure 100ms minimum when timeout is less than 100ms for animated images. Checking in for pav. r=saari, sr=me 2001-04-14 00:40:47 +00:00
pavlov%netscape.com
584d561c0b don't reset the decoded rect back to 0 when redrawing in a frame r=saari sr=waterson 2001-04-12 23:43:24 +00:00
johng%corel.com
ac5110f0a2 Support for Double-Byte fonts
Missing mID member in nsRenderingContextQt (for debugging)
2001-04-12 19:13:24 +00:00
dcone%netscape.com
d1632c06a1 Some title fixes. sr=Attinasi. r=mcclusk bug=66943 2001-04-12 14:48:21 +00:00
rods%netscape.com
be33a15835 Implements Print FrameAsIs and other frame printing options
Bug 7201 r=dcone sr=attinasi
2001-04-12 13:04:29 +00:00
erik%netscape.com
f143fa8a5b bug 75068; author=simon@softel.co.il; r=kmcclusk, ftang; sr=erik; patches
from IBM bidi project (e.g. Arabic, Hebrew)
2001-04-11 23:02:32 +00:00
shaver%mozilla.org
a0daa1645d 75152: Remove GetVersionNumber stub in favour of upcoming, less-invasive
preloader strategy. r=jag, sr=attinasi.
2001-04-11 14:23:13 +00:00
danm%netscape.com
acf746db54 replacing use of evil hidden window with embedding-copacetic window watcher. bug 71895 r=blizzard,hyatt,javi,various 2001-04-11 01:20:28 +00:00
pavlov%netscape.com
66d7e8ff2f fix for crash when using xprint bug 73178 r=darin sr=shaver 2001-04-10 11:51:43 +00:00
darin%netscape.com
00a7e27ee6 Necko API changes, bug 74221. r=valeski, sr=rpotts. 2001-04-10 06:01:08 +00:00
dbaron%fas.harvard.edu
30295f72b6 Fix build and runtime bustage in xlib port. b=75125 r=blizzard@mozilla.org sr=shaver@mozilla.org 2001-04-09 23:16:19 +00:00
disttsc%bart.nl
5e1d040a50 Fix MOZ_TRACK_MODULE_DEPS bustage (senna) 2001-04-09 18:22:21 +00:00
dcone%netscape.com
ae41110559 Fixed postscript title. b=66943 r=mcclusk sr=attinasi 2001-04-09 14:27:53 +00:00
cls%seawood.org
4cc9cef640 Followup fixes to danm's prompt changes.
r= (Tinderbox bustage | NOT PART OF THE BUILD | doing the right thing)
2001-04-09 08:51:34 +00:00
danm%netscape.com
9be7be64f3 unbuilding deprecated prompt files (cleaning up my mess) 2001-04-09 04:52:46 +00:00
disttsc%bart.nl
72cea9bb38 Clean up MODULE/REQUIRES, bug=73353, r=cls 2001-04-08 08:33:11 +00:00
danm%netscape.com
9551de3157 removing use of nsNetSupportDialog. bug 72112 continued. r=hyatt,morse,mstoltz,various 2001-04-08 01:32:13 +00:00
johng%corel.com
ce5ef6cf8f Latest source for Qt-Mozilla from Bugzilla #70511 2001-04-06 18:38:16 +00:00
tor%cs.brown.edu
11c948d1a8 Give better origins for gdk_pixbuf_render_to_drawable to eliminate the
gdkpixbuf critical errors. r=pavlov, sr=blizzard
2001-04-05 23:21:43 +00:00
leaf%mozilla.org
41b488b0d2 backing out blake's inadvertent commit. 2001-04-05 20:25:37 +00:00
blakeross%telocity.com
c9b9689e26 Use more efficient command structure, refactor commands, broadcasters and keys, remove unused attributes, do some other optimization (72923). Landing navigator part only; this should help new window opening and some other areas. r=ben sr=hyatt 2001-04-05 19:53:13 +00:00
mkaply%us.ibm.com
0fca5805e9 No bug
r=mkaply, a=blizzard
Timing trap related to destroying windows and nice fix for height of fonts
2001-04-05 10:11:41 +00:00
dprice%netscape.com
8c0b9eaf97 65845 - new order files 2001-04-05 06:02:32 +00:00
tor%cs.brown.edu
6574346e0e Calculate vertical scaling factor properly in DrawScaled().
r=jag,dr; sr=shaver
2001-04-05 02:41:51 +00:00
kmcclusk%netscape.com
dfb97eb9a7 Not part of the build, stand alone test program. Make gfx pixel coverage test compile and run. bug=70041. (patch from jonsmirl@mediaone.net) 2001-04-05 01:01:40 +00:00
dcone%netscape.com
ef62ecc448 Added silent parameter. r=mclusky sr=attinasi 2001-04-04 14:55:26 +00:00
pavlov%netscape.com
31ba101371 fixing images not drawing correctly. bug 73195. patch from kmcclusk@netscape.com. r=pavlov sr=jst 2001-04-04 08:23:14 +00:00
rickg%netscape.com
169a621d42 preloader update. r=peterl, sr=attinasi 2001-04-03 22:58:59 +00:00
ftang%netscape.com
e96a7f7bcd remove dead code prepare for bidi landing
The code removed are #ifdef and turn off right now.
r=bstell sr=erik
2001-04-03 19:34:56 +00:00
dcone%netscape.com
ba12c39e17 back out change.. 2001-04-03 15:29:33 +00:00