Граф коммитов

2274 Коммитов

Автор SHA1 Сообщение Дата
mkaply%us.ibm.com 8b23526f96 #76670
r=mkaply,achimha@innotek.de sr=roc+moz
Implement XP regions - currently only used on OS/2
2001-05-01 14:28:48 +00:00
rods%netscape.com 18eee86ea7 greg@lauckhart.com patch for rounding correctly when the logFont height is negative
Bug 64331, r=rods sr=attinasi
2001-05-01 10:07:25 +00:00
rbs%maths.uq.edu.au e1d5b58937 For GFX-Win32, the list of symbolic fonts that are recognized can now be extended without re-compilation b=73273 r=erik sr=brendan 2001-05-01 02:35:39 +00:00
cls%seawood.org 25c6dc1c7e Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775 2001-04-28 19:48:12 +00:00
pavlov%netscape.com 78615b4fd1 fix for bug 77645 r=syd, sr=brendan. 2001-04-27 09:44:43 +00:00
dprice%netscape.com 8eeac7b37a 75641 - leak in nsImageWin a,sr=brendan r=pavlov 2001-04-26 19:46:02 +00:00
pinkerton%netscape.com 67184575be get rid of naked printf. sr=hyatt. 2001-04-26 19:41:07 +00:00
jelwell%netscape.com 6b2f79c601 Fix for bug 73978 "transparent animating gif problems", r=pavlov sr=hyatt.
Module owners are on vacation so Asa asked me to check this into the trunk to bake, for possible branch landing.
2001-04-26 07:11:52 +00:00
dcone%netscape.com c765109976 b=75893. r=mcclusk sr=attinasi a=chofmann 2001-04-25 14:26:28 +00:00
tor%cs.brown.edu 60409b475f Bug 77442 - crash with scaled images on linux. r=mcafee, sr=shaver, a=asa 2001-04-25 06:24:33 +00:00
pavlov%netscape.com 8be26d786f fixing crasher bug 74270. r=brendan, blizzard, sr=tor@cs.brown.edu. a=blizzard
fixing crasher bug 76032.  r=tor@cs.brown.edu sr=blizzard. a=brendan
fixing unix image scaling bug 74313.  r=me (on syd's code) r=syd (on the rest of the code), sr=tor@cs.brown.edu.  a=asa
2001-04-24 05:46:46 +00:00
dbaron%fas.harvard.edu 70bcc8292b Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding imglib2 to REQUIRES. 2001-04-24 02:36:52 +00:00
pavlov%netscape.com 9126fae837 fixing image printing on unix. bug 76993. r=brendan sr=blizzard a=asa 2001-04-24 00:30:53 +00:00
shanjian%netscape.com 2c27056ad9 #76848 Regression in handling global fonts
r = rbs@maths.uq.edu.au  sr,a=blizzard
2001-04-23 22:11:59 +00:00
bbaetz%cs.mcgill.ca 2e000089ba Bug 72087 - major xprint revamp
patch by Roland.Mainz@informatik.med.uni-giessen.de
r=blizzard, sr=shaver, a=asa

NOT PART OF DEFAULT BUILD
2001-04-21 17:20:51 +00:00
mkaply%us.ibm.com 6327af0c32 OS/2 TB bustage
OS/2 only change needed with the OS/2 change to nsCom.h
2001-04-20 03:57:26 +00:00
mkaply%us.ibm.com d8b4161a64 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 25d8b4b4be 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 3a04cd4ddd #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 d1a6d75918 b=57928 r=mcclusky sr=attinas. 2001-04-18 00:03:10 +00:00
roc+%cs.cmu.edu c00215dc6e 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 db163cc20e 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 fdc83b7f9a 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 f634d8fdcf Build osx printing files. r=saari/sr=hyatt bug 75653 2001-04-17 00:49:34 +00:00
pinkerton%netscape.com 1351fdd3eb Fix warnings and compile errors in gcc. r=saari/sr=hyatt, bug#7653 2001-04-17 00:38:34 +00:00
pinkerton%netscape.com ed84d8850d Fix warning about non-virtual dtor with virtual methods 2001-04-16 23:55:10 +00:00
pinkerton%netscape.com 8406f6056f get rid of warning about virtual methods w/ non-virtual dtor. 2001-04-16 23:52:07 +00:00
pinkerton%netscape.com b895c37611 be more explicit about includes for gcc. r=saari/sr=hyatt bug# 75653 2001-04-16 23:50:10 +00:00
pinkerton%netscape.com 36d15f3561 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 729abe0b66 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 06d02b8f20 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 52ed64c054 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 61719a4567 Export nsIPrintingContext.h for osx r=saari/sr=hyatt, bug# 75653 2001-04-16 22:47:33 +00:00
dcone%netscape.com 7a28980692 b=36796 r=peterl sr=attinasi. 2001-04-16 20:41:24 +00:00
pinkerton%netscape.com 42db214d0b Windows.h --> MacWindows.h r=saari/sr=hyatt. bug# 75653. 2001-04-15 00:45:26 +00:00
darin%netscape.com 45b4c27450 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 c78815f773 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 4c956c2c27 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
dcone%netscape.com 624f626390 Some title fixes. sr=Attinasi. r=mcclusk bug=66943 2001-04-12 14:48:21 +00:00
rods%netscape.com f439ddf0c3 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 8d42ec8e4b 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 e2dc3d6d88 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 310f483942 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
darin%netscape.com 41efbc6217 Necko API changes, bug 74221. r=valeski, sr=rpotts. 2001-04-10 06:01:08 +00:00
dbaron%fas.harvard.edu e95412b0df 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 04928b59c2 Fix MOZ_TRACK_MODULE_DEPS bustage (senna) 2001-04-09 18:22:21 +00:00
dcone%netscape.com fc5d135ec4 Fixed postscript title. b=66943 r=mcclusk sr=attinasi 2001-04-09 14:27:53 +00:00
cls%seawood.org 3fea7d8a9d 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 5693e2cf08 unbuilding deprecated prompt files (cleaning up my mess) 2001-04-09 04:52:46 +00:00
disttsc%bart.nl 748e1ece2f Clean up MODULE/REQUIRES, bug=73353, r=cls 2001-04-08 08:33:11 +00:00