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

2808 Коммитов

Автор SHA1 Сообщение Дата
rbs%maths.uq.edu.au ade8e8688f bug 99010 - font changes. r=shanjian@netscape.com,kmcclusk@netscape.com, sr=waterson@netscape.com 2001-09-27 18:29:59 +00:00
rbs%maths.uq.edu.au 74bc287551 bug 99010 - font changes. r=shanjian@netscape.com, sr=waterson@netscape.com 2001-09-27 18:29:17 +00:00
tor%cs.brown.edu 8b042de390 Bug 98252 - assume 8-bit alpha channels are really 0- or 1-bit until
proven otherwise.  r=rjesup,pavlov, sr=attinasi
2001-09-27 01:16:59 +00:00
rods%netscape.com f90b35f264 Enables the configuration of headers and footers, via 6 string in the nsIPrintOptions
3 for the header and 3 for the footer.
The new codes are &T,&U,&D,&P,&PT (see bug for explanation)
Bug 99415 r=kmcclusk, sr=attinasi a=pdt
2001-09-26 14:01:26 +00:00
rods%netscape.com 4350e45c02 pass back the proper errors codes, instead of just a null devspec
Bug 101514 r=karnazr sr=kin
2001-09-26 14:00:30 +00:00
gerv%gerv.net 04bc2069f5 License changes, take 2. Bug 98089. mozilla/gfx/. 2001-09-26 00:16:04 +00:00
bstell%netscape.com 45afd4a21e bug 101370, r=adamlock, rs=alecf
fix bustage from checkin (bug 95518); make SearchNode and
SetUpFontCharSetInfo interact as before
2001-09-25 21:12:18 +00:00
jaggernaut%netscape.com d02a77c434 Clean up REQUIRES, r=cls 2001-09-25 02:56:54 +00:00
sfraser%netscape.com 7a14bb70f6 Fix for bug 100700 -- save and restor the GDevice along with the drawing port to fix blank window problems with Carbon, and with ATM installed. r=pierre, sr=scc 2001-09-25 00:27:24 +00:00
pinkerton%netscape.com 5f9ccbe33b use OS routine to sub out the menubar and dock on OSX/Carbon. r=sdagley/sr=sfraser/a=chofmann. bug# 83570. 2001-09-24 22:28:04 +00:00
rjesup%wgate.com 74a56c0ca5 Backout of commits for bug 97299. This causes assertions, which means we
missed some spots where name was getting set.
2001-09-24 15:26:39 +00:00
rjesup%wgate.com 7b11edbf60 Bustage fix attempt #2. NS_GFX was there before, but gcc didn't care. I
didn't add it back in when I went back to a struct.  (Bug 97299)
2001-09-24 09:07:53 +00:00
rjesup%wgate.com 969b89354f Bustage fix for bug 97299 checking: Win32 compiler doesn't like class and
struct mixed.  Reverted nsFont to struct.
2001-09-24 08:14:17 +00:00
rjesup%wgate.com a230194a5b Bug 97299: Store font names in lowercase. r=pavlov, sr=attinasi 2001-09-24 07:35:04 +00:00
cls%seawood.org fc70efa0a1 Use non-standard OBJ_SUFFIX so that we can safely use VPATH to grab files from other srcdirs and allow people to build in the srctree.
Bug #100851 r=jag
2001-09-22 00:21:59 +00:00
mkaply%us.ibm.com a80c7ca184 #97907
r=kaie, r=dcone, sr=jst
Checkin for Roland.Mainz@informatik.med.uni-giessen.de - add error codes to printing
2001-09-21 13:52:39 +00:00
jst%netscape.com 88efd5ac86 Checking in Roland.Mainz@informatik.med.uni-giessen.de's fix for bug 87285, MathML broken in Xlib-toolkit and Xprint. r=rbs@maths.uq.edu.au, sr=kin@netscape.com 2001-09-20 05:13:26 +00:00
bstell%netscape.com 06006e4109 ports bustage fix for bug 95518 2001-09-19 06:03:47 +00:00
cls%seawood.org 50038ae51a Compilers handle local declarations of 'int i' inside a for-loop differently so just declare it once at the top of the function. 2001-09-19 04:23:48 +00:00
cls%seawood.org eddfd879fc Update REQUIRES list with added depedency upon uconv introduced by checkin for bug 95518. Fixing myotonic bustage 2001-09-19 04:22:21 +00:00
bstell%netscape.com 879d1c6b94 bug 95518, r=yokoyama@netscape.com,r=Roland.Mainz@informatik.med.uni-giessen.de,
sr=brendan@mozilla.org,

Compress font char maps by folding the empty spaces on top of each other.
2001-09-19 03:01:54 +00:00
bstell%netscape.com f53f35ce1d bug 95518, r=yokoyama@netscape.com,r=Roland.Mainz@informatik.med.uni-giessen.de,
sr=brendan@mozilla.org,

Compress font char maps by folding the empty spaces on top of each other.
2001-09-19 02:52:30 +00:00
alecf%netscape.com 0d9020937e fix for bug 100310 r=jag, sr=blizzard - remove gfx dependency on string bundles, move into windows-specific module 2001-09-18 22:02:30 +00:00
jaggernaut%netscape.com 77271b03ed One module per line for REQUIRES. r=/sr=alecf 2001-09-18 21:52:15 +00:00
jaggernaut%netscape.com dc40187223 Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf 2001-09-18 13:41:47 +00:00
sfraser%netscape.com 6943dfea79 Fix bug 86694 -- image tiling slow on Mac. Implement repeated scaling into a temporary GWorld before final blit. sr=scc, r=pavlov. 2001-09-18 01:39:04 +00:00
alecf%netscape.com 62424ee7b2 Final REQUIRES changes for bug 98371, adding support for MOZ_TRACK_MODULE_DEPS to win32. r=cls (and tested by cls!) 2001-09-17 19:06:35 +00:00
bryner%netscape.com 40a7b0eaf6 Bug 98041 - xlib port of image tiling assertion fixes. Checking in for Roland.Mainz@informatik.med.uni-giessen.de. r=timeless, sr=jst. 2001-09-15 21:20:24 +00:00
mkaply%us.ibm.com 832f9199c1 #55103
r=mkaply, sr=blizzard
Code from Javier. Hack up the font code real good to account for OS/2 weirdness.
We now size things correctly.
2001-09-14 21:09:54 +00:00
jaggernaut%netscape.com 25856c9451 Bug 73353: move gfx from module layout to module gfx and fix up REQUIRES lines. r=cls 2001-09-14 05:37:29 +00:00
timeless%mac.com dcef7e8328 Bug 90380 Get rid of |#ifdef _IMPL_NS_XPRINT|
patch by Roland.Mainz@informatik.med.uni-giessen.de
r=jesup,jag,dcran sr=blizzard
2001-09-13 13:29:58 +00:00
rjesup%wgate.com 070b2fe9da Bug 92576. nsVoidArray->nsAutoVoidArray. sr=jst, r=waterson, r=pavlov, r=kin, r=kmcclusk 2001-09-12 14:59:11 +00:00
jaggernaut%netscape.com 30ace44624 Clean up REQUIRES lines, put content in its own module instead of in layout's, r=cls. 2001-09-12 12:48:23 +00:00
mkaply%us.ibm.com fe4b5bc9fe #96050
Removing unnecessary files from xprint for Roland.Mainz@informatik.med.uni-giessen.de
2001-09-12 02:35:51 +00:00
mkaply%us.ibm.com b5a07aa4fe #76856
Night of the Living Dead CVS files - rekilling files that got changes made after they were killed
2001-09-11 03:22:16 +00:00
alecf%netscape.com 298c713fa2 add REQUIRES support to layou, content, gfx, gfx2, widget and modules/libpr0n b=98371 r=cls 2001-09-10 20:46:52 +00:00
jaggernaut%netscape.com b26394e3be Bug 73353: clean up REQUIRES. r=cls 2001-09-09 13:36:07 +00:00
rjesup%wgate.com 937298da2f Bug 93999: 1-liner fix to unhork xlib (fix to typo by imot). r/sr=blake
via IRC
2001-09-07 21:32:54 +00:00
rjesup%wgate.com 9974a282dc Bug 93999: Minor bustage fix for HPUX (doesn't allow delete [] of void *);
dbaron looked it over and agrees.
2001-09-07 00:57:52 +00:00
rjesup%wgate.com 58d0356b53 bug 93999: reduce number of image creations in gtk/xlib. Patch by imot
(Tomi.Leppikangas@oulu.fi).  r=pavlov, sr=brendan, r=bbaetz on c++ issues,
 jst said "check it in" on c++ issues.
2001-09-06 23:00:49 +00:00
shanjian%netscape.com c2c48c3d09 #97516 crash in nsRenderingContextWin::GetWidth() in certain situation
r=rbs, sr=waterson
2001-09-06 20:21:59 +00:00
rjesup%wgate.com fc09016d0f bug 97480: missing virtual in destructor in nsFontCache. r=bstell, sr=kin 2001-09-06 19:27:38 +00:00
bstell%netscape.com f4453db167 bug 97533, patch by dbaron@fas.harvard.edu, r=bstell, sr=blizzard
check return status from getIntPref
2001-09-06 14:22:08 +00:00
mkaply%us.ibm.com a157996113 No bug
r=mkaply, sr=blizzard
OS/2 only - Got these reversed - on OS/2, NEWFRAME is used at the end of a page, not the beginning
2001-09-06 04:01:45 +00:00
mkaply%us.ibm.com 09c1005756 No bug
r=mkaply, sr=blizzard
OS/2 only - code from javier - more font improvements - better scaling and text zoom for bitmap fonts
2001-09-06 04:00:07 +00:00
valeski%netscape.com 93959d48cc r=dbaron, sr=dougt. 97667. nsIInterfaceRequestor is now frozen. nsIInterfaceRequestorUtils.h is now required if you want to use do_GetInterface() for convenience. The two were split because the stuff that is now in nsIInterfaceRequestorUtils.h wasn't ready for freezing. Also, .idl files should just contain interface defs anyway. 2001-09-05 21:28:38 +00:00
kaie%netscape.com b7d7284551 Trying to fix BeOS bustage 2001-09-05 17:35:47 +00:00
kaie%netscape.com d52ef98bc5 b=24847 r=dcone sr=attinasi
Implement printing of Landscape in Unix.
Contact me at kai.engert@gmx.de
2001-09-05 14:30:16 +00:00
bryner%netscape.com 23272e1972 Bug 85388 - Xprint prints transparent images with black background. Patch from Roland.Mainz@informatik.med.uni-giessen.de, r=jesup@wgate.com, sr=kin. 2001-09-05 07:29:26 +00:00
dbaron%fas.harvard.edu cdcbdf64e2 Make the "browser.display.screen_resolution" pref work again. b=69205 r=bryner sr=waterson 2001-09-05 03:15:55 +00:00
cls%seawood.org 93f5675e94 Updating REQUIRES 2001-09-04 23:30:27 +00:00
cls%seawood.org c7c6ddd63c Update REQUIRES 2001-09-04 23:24:04 +00:00
pavlov%netscape.com 2a9f77a324 fixing the annoying GDK-CRITICAL asserts on linux. bug 95160. r=bryner sr=hyatt a=asa 2001-09-03 08:21:37 +00:00
cls%seawood.org a2e92028c9 Add xprint ldflags to linking of gfx_xlib.
Thanks to Roland.Mainz@informatik.med.uni-giessen.de (Roland Mainz) for the patch.
Bug #97264 r=cls a=blizzard
2001-09-01 17:29:05 +00:00
dcone%netscape.com c6428ad877 b=97461 r=rods sr=attinasi a=chofmann. Look for null device and will exit with error if it is null 2001-08-31 20:15:34 +00:00
mkaply%us.ibm.com 127076b934 #64594
r=mkaply, sr=blizzard, a=asa for drivers
OS/2 only - do the right thing when cancel is pressed in print dialog
2001-08-31 03:12:16 +00:00
mkaply%us.ibm.com a092f888a3 No bug
r=mkaply, sr=blizzard, a=asa for drivers
OS/2 only - don't use bitmap fonts on printers
2001-08-31 03:10:26 +00:00
mkaply%us.ibm.com 73056e6adc #58637
r=mkaply, sr=blizzard, a=asa for drivers
OS/2 only - The best UTF-8/Unicode support we can do
2001-08-31 03:08:10 +00:00
mkaply%us.ibm.com 9e11d1a8f1 #62175
r=mkaply, sr=blizzard, a=asa for drivers
OS/2 only - Code from Javier - more font rewrite - better parsing of names
2001-08-31 03:06:33 +00:00
mkaply%us.ibm.com 7e32fb8c0d #97490
r=mkaply, sr=blizzard, a=asa for drivers
OS/2 only - Code from Javier - don't hardcode pixels to twips,
and don't draw 0 height or width rectangles
2001-08-30 03:22:24 +00:00
pierre%netscape.com 1f791b08d6 Bug 39117 "[zoom]View Enlarge/Reduce Text Size doesn't work on mac". Calculate zoom in nsFontMetricsMac::GetNativeTextStyle() and remove disabling of menus in viewZoomOverlay. r=rbs, sr=sfraser, a=dbaron 2001-08-29 07:52:02 +00:00
stephend%netscape.com e631793b96 Bug 94301. X-lib-port uses other fonts than GTK+-port. Patch by Roland.Mainz@informatik.med.uni-giessen.de (gisburn on irc) r=dbaron sr=tor a=asa on behalf of drivers 2001-08-28 23:12:50 +00:00
mkaply%us.ibm.com 96b7a35493 #97368
r=pedemont sr=blizzard a=asa for drivers
OS/2 only - make printer code more friendly - like honoring return codes for instance
2001-08-28 22:08:39 +00:00
dcone%netscape.com f5268d5537 bug 12037. A small fix for a regression that was and r=peterl sr=attinasi and a=dbaron. I forgot to checkin the
check to see if I handled the print.  This fixes my regression.
2001-08-28 20:54:35 +00:00
briane%qnx.com be854433c9 PHOTON build only
fixes to work with the static build
2001-08-28 18:11:26 +00:00
rjesup%wgate.com 88fb5e9907 Bug 94243. Follow-on patch for xlib by gisburn. r=dbaron, sr=jst, a=asa 2001-08-28 14:42:29 +00:00
cls%seawood.org 736f7cf167 Adding getter for mAlphaDepth to nsIImage.
Thanks to lordpixel@mac.com for the patch.
Bug #81353 r=pavlov sr=sfraser a=roc+moz
2001-08-28 10:04:59 +00:00
tor%cs.brown.edu 933fae88a1 Bug 89022 - image scaler should use a pixel inclusive measurement instead
of pixel centered.  r=pavlov, sr=brendan, a=asa
2001-08-27 22:10:56 +00:00
jaggernaut%netscape.com c17afc4ca6 Bug 95621: ``[Xlib] Sync Xlib fontmetrics with GTK+ fontmetrics'', patch by Roland Mainz <Roland.Mainz@informatik.med.uni-giessen.de> aka gisburn, r=dbaron, sr=tor, a=roc+moz 2001-08-27 09:02:52 +00:00
rjesup%wgate.com 655d25552f Bug 94569: Move xlib & xprint over to xxlibrgb* api. Patch by gisburn, I'm
just checking it in for him.  a=asa, r=jag, r=Tomi.Leppikangas@oulu.fi,
r=cls (Makefile changes), sr=kin
2001-08-27 06:45:49 +00:00
rjesup%wgate.com 6f3e4115eb Bug 94243: VoidArray usage patch. a=asa sr=brendan r=waterson r=bienvenu
r=pierre r=jband/dbradley  Also fixes some whitespace issues.
2001-08-27 06:15:54 +00:00
dcone%netscape.com 6e68b950cb bug=12037 r=peterl sr=attinasi a=dbaron fixed printout of transparent images to have a white transparent area instead of a black area 2001-08-27 02:55:38 +00:00
mkaply%us.ibm.com cc7bbcdf9d No bug
r=mkaply, a=asa for drivers
OS/2 ONLY - Code from Javier Pedemonte - more recovery from the libpr0n landing
This code makes all PNGs work and with it, all images should work on OS/2
2001-08-24 19:25:55 +00:00
dbaron%fas.harvard.edu 8c7304136b Fix warning / potential bustage. b=91794 2001-08-23 14:49:06 +00:00
dbaron%fas.harvard.edu a90c2131dc Use the same information for max ascent/max descent (which is used for painting backgrounds) that we've been using all along for default line spacing (ascent/descent rather than max_bounds.ascent/max_bounds.descent), since max_bounds often gives extents larger than ascent/descent. Also clean up the metrics calculation a bit and clean up some debugging macros. b=91794 (also fixes 59825, 64807, 77067, 91776, and probably 89133) r=bstell sr=waterson a=tor 2001-08-23 13:44:06 +00:00
kaie%netscape.com ec52006f36 b=93617 r=dcone sr=attinasi a=asa
Fixing print dialog focus problem on Unix
2001-08-23 05:04:06 +00:00
jdunn%netscape.com 2b63b6ed15 fixing dcone's checkin
in a enum, certain compilers don't like when the
last item has a ',' so I removed it

Fixing messina's tbox bustage
2001-08-22 01:10:21 +00:00
dcone%netscape.com 61c42e0de0 b=73884 r=peterl sr=attinasi invert mode support added 2001-08-21 22:37:17 +00:00
ftang%netscape.com a8f2223a1d new file for 90804. not part of the build yet 2001-08-21 22:14:56 +00:00
mkaply%us.ibm.com b2d21df256 No bug
r=mkaply, a=blizzard
OS/2 only - Code from Dainis Jonitis - Fix fallout from imagelib removal
Add back in tiling support for OS/2
2001-08-21 21:56:36 +00:00
mkaply%us.ibm.com 47d4c40a42 #95301
r=pedemonte, a=blizzard
OS/2 only - leaking presentation spaces
2001-08-21 21:53:46 +00:00
dbaron%fas.harvard.edu 113ad642ae Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag rs=brendan b=45797 2001-08-21 01:48:11 +00:00
dcone%netscape.com bfa13e5c17 b=94546 r=peterl sr=attinasi. Fixed the printdialog so it is Modal for windows. 2001-08-17 14:11:05 +00:00
sfraser%netscape.com f853c371ca Fix for 94373: avoid 'PrefChangedCallback' as a function name in global scope, to avoid problems in static build. r=attinasi, sr=blake 2001-08-17 01:14:21 +00:00
ftang%netscape.com 90d5cba1d6 fix bug 86098. add one more char to ATSUI list r=brade sr=sfraser 2001-08-16 23:42:32 +00:00
timeless%mac.com 1e83a1da2b Qt fallout from bug 78690 (build bustage) 2001-08-15 12:02:01 +00:00
bstell%netscape.com 1643d95172 bug 90736, r=ftang, sr=blizzard
for western documents find special chars ("smart quotes", bullet)
glyphs from adobe-fontspecific fonts before Japanese fonts or the
early transliterator
2001-08-15 04:18:22 +00:00
timeless%mac.com 834cdfc538 Bugzilla Bug 91961 [xlib] Thread Local Storage issues in nsToolkit.cpp result in crash
patch by timecop@network.email.ne.jp r=zuperdee,Tomi.Leppikangas@oulu.fi sr=blizzard
2001-08-15 02:49:01 +00:00
dinglis%qnx.com 06ffafb638 PHOTON port only (not part of build)
fixed bustage with removal of old img lib
2001-08-14 13:52:45 +00:00
cls%seawood.org a3c1dd1b09 Use NS_PTR_TO_INT32 macros to do 64-bit safe pointer conversions.
Bug #20860 r=Roland.Mainz@informatik.med.uni-giessen.de sr=brendan@mozilla.org
2001-08-14 07:59:59 +00:00
yokoyama%netscape.com f23cd921c9 Bug fix 91250:
Adding a return Boolean from nsIFontEnumerator::UpdateFontList()
to identify if the font lang group has changed from
receiving the WM_FONTCHANGE msg.
/r=rbs;/sr=brendan
2001-08-14 02:32:10 +00:00
timeless%mac.com 0485d9445f Bugzilla Bug 78690 Remove the old imagelib.
The removal left some builds likely broken
xlib by Tomi.Leppikangas@oulu.fi
qt by jcgriggs@sympatico.ca
photon by timeless@mac.com based on tomi's patch for xlib
2001-08-13 08:03:28 +00:00
timeless%mac.com a9a0478212 gisburn broke nondebug 2001-08-13 07:43:24 +00:00
mkaply%us.ibm.com ad8d40324b #94795
r=javier, a=blizzard
OS/2 only - don't hardcode PixelsToTwips for printing
2001-08-10 21:57:17 +00:00
cls%seawood.org 20a4a20d49 Remove references to nsImageManager & nsPaletteInfo. Cleanup from the libimg1 removal. 2001-08-10 20:55:29 +00:00
colin%theblakes.com 1a21d1fd1d Fix OpenVMS breakage - someone moved my code into an ELSE.
Alos use PR_snprintf intead of sprintf.
b=93331 r=dcone sr=waterson
2001-08-10 11:46:55 +00:00
timeless%mac.com 0cd53cd636 trying to fix worms bustage [Unix builds with GTK+ toolkit but without libXp.so do not build] 2001-08-10 08:04:56 +00:00
timeless%mac.com dd6a50daba fix Bugzilla Bug 93827 Print module autoselection could be better...
by Roland.Mainz@informatik.med.uni-giessen.de r=dcone sr=blizzard
2001-08-10 06:58:11 +00:00
mkaply%us.ibm.com 9d96281d1a Fix OS/2 fallout from removal of old imglib.
OS/2 now has no image tiling and no 256 color support.
And I bet windows lost any reasonable 256 color support as well.
2001-08-10 04:39:17 +00:00
bstell%netscape.com ee59d0a4e2 bug 86368, r=bstell@netscape.com, sr=blizzard
(patch by Roland.Mainz@informatik.med.uni-giessen.de)
code was returning the wrong variable (font instead of western_font)
2001-08-10 03:24:57 +00:00
pavlov%netscape.com fbdd87ddde fixing bug 78690. removing old imagelib. r=jst sr=waterson 2001-08-09 20:35:08 +00:00
pavlov%netscape.com 1e20984ef0 fixing bug 78690. removing old imagelib. r=jst sr=waterson 2001-08-09 20:22:39 +00:00
ftang%netscape.com bf10f71318 fix 88804. rs=ftang add 211c to the exception list 2001-08-09 12:29:56 +00:00
timeless%mac.com c2293a6634 bustage fix, sorry 2001-08-09 09:15:55 +00:00
timeless%mac.com caa4e5ecea fix Bugzilla Bug 81311 nsFontCache cannot be shared between multiple toolkits
by Roland.Mainz@informatik.med.uni-giessen.de r=dbaron sr=blizzard
2001-08-09 08:08:39 +00:00
brade%netscape.com 717481ade7 check in fix for 88554 for gisburn; sr=kin; r=brendan 2001-08-08 13:03:25 +00:00
cls%seawood.org 5486888d43 Implement nsImageBeOS::DrawToImage to make animated gifs work (sorta).
Thanks to Makoto Hamanaka <VYA04230@nifty.com> for the patch.
Bug #78069 r=cls
2001-08-01 01:01:01 +00:00
timeless%mac.com a34e7da23f static [bustage] 2001-07-30 06:04:33 +00:00
timeless%mac.com cc742c5a08 Bugzilla Bug 89851 [xlib] nsFontMetricsXlib cleanup part 2
by Roland.Mainz@informatik.med.uni-giessen.de
r=pocemit sr=blizzard a=tor
2001-07-30 01:51:18 +00:00
blizzard%redhat.com 2214b95ddd Makefile for gfx for gtk2. WIP. Not part of the build. 2001-07-25 22:05:59 +00:00
jaggernaut%netscape.com e91f8a147e Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa 2001-07-25 07:54:28 +00:00
katakai%japan.sun.com a653f04fc1 bug 88444
asserts now coming from nsFontMetricsGTK.cpp
r=bstell sr=blizzard
2001-07-25 01:05:17 +00:00
blizzard%redhat.com 7e5d62053b Add basic infastructure for gtk2 work. Bug #92034. r=cls 2001-07-24 23:30:00 +00:00
mkaply%us.ibm.com 336ee9504c No bug
r=mkaply, a=blizzard
Code from dainis jonitis - general image cleanup
2001-07-24 22:50:49 +00:00
mkaply%us.ibm.com b8bb1024c3 No bug
r=mkaply, a=blizzard
OS/2 only - Basic UTF-8 support - requires font Times New Roman MT 30
2001-07-24 22:48:31 +00:00
mkaply%us.ibm.com 9b9da06ab9 No bug
r=mkaply, a=blizzard
OS/2 only - Change unicode converters to use a linked list so they can convert any codepage
2001-07-24 22:47:29 +00:00
jaggernaut%netscape.com cb0faab070 Bug 73353: clean up the REQUIRES lines in Makefiles. 2001-07-23 22:36:12 +00:00
briane%qnx.com 663b55adfd PHOTON port only (not part of build)
Fixes to allow nsFontMetricsPh.cpp to compile, changes to use nsServiceManager
2001-07-23 20:20:51 +00:00
tor%cs.brown.edu 38a45135b7 Bug 89918 - update xlib region code. Patch from timecop@network.email.ne.jp,
r=Roland.Mainz@informatik.med.uni-giessen.de, sr=brendan
2001-07-22 15:36:10 +00:00
yokoyama%netscape.com 85c90b6016 bug 91171 adding support for webdings font.
/r=ftnag, /sr=sspitzer
2001-07-18 22:57:49 +00:00
ftang%netscape.com 21d3e96704 partially check in 88944 for jshin. r=ftang sr=blizzard@mozilla.org
change the converter name for Johab from x-johab to x-johab-noascii
2001-07-18 20:12:08 +00:00
mkaply%us.ibm.com 52c3ae9f5e #89388
r=zuperdee, sr=tor
Checkin for Roland.Mainz@informatik.med.uni-giessen.de - 3rd revamp of xprint
2001-07-17 18:54:49 +00:00
dbaron%fas.harvard.edu ca0f24d1b5 Header include dependency cleanup. b=64023 Fixing bustage. 2001-07-16 05:20:14 +00:00
dbaron%fas.harvard.edu 6edd8011fc Header include dependency cleanup. b=64023 Fixing bustage. 2001-07-16 04:20:07 +00:00
dbaron%fas.harvard.edu aa4fec2b67 Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
pinkerton%netscape.com b684d00082 fix non-carbon build bustage 2001-07-13 23:35:07 +00:00
pinkerton%netscape.com f34850b98c Get printing working on carbon after it was broken in the landing of print options. fix a memory leak that was leaking the deviceContextSpec on mac. r=sdagley/sr=sfraser. bug# 58254. 2001-07-13 22:34:29 +00:00
tor%cs.brown.edu 897cc62fcc Bug 89280 - forgetting to update the destination alpha clipmask in DrawToImage.
r=pavlov, sr=blizzard
2001-07-13 21:41:51 +00:00
dcone%netscape.com 13181e8300 bug=82573 r=peterl sr=attinasi. Used the margin calculation to many times. Put in some code
so the PS can be debugged on windows
2001-07-13 04:13:01 +00:00
dcone%netscape.com e2d2f9c3bf b=88608 A3 support r=dcone sr=attinasi 2001-07-10 14:15:17 +00:00
dcone%netscape.com 41168698f7 b=88608 A3 support r=dcone sr=attinasi 2001-07-10 14:07:18 +00:00
bstell%netscape.com 653c58ded5 bug 63831, r=ftang@netscape.com, sr=sfraser
when measuring space glyph width
use  8 bit space char with  8 bit font
use 16 bit space char with 16 bit font
2001-07-10 01:36:32 +00:00
dcone%netscape.com 39f7c4e2a7 Initialized mPrintSilent to false. b=84300 r=peterl sr=attinasi 2001-07-09 14:30:26 +00:00
cls%seawood.org a7ed3b636c Set alternative MDDEPDIRs directory to get around VPATH issues when building in the srcdir.
Bug #87422 r=leaf
2001-07-08 06:23:58 +00:00
zuperdee%yahoo.com 51dfb941bc Bug 89690: Adding some null checks. r=pocemit, sr=shaver 2001-07-07 21:42:03 +00:00
dinglis%qnx.com b383ee444c NOT PART OF BUILD (Photon Only)
- many fixes (fonts, rendering, printing, crashes, image drawing)
2001-07-04 17:56:17 +00:00
mkaply%us.ibm.com 1dbd07d9d1 No bug - OS/2 only - font tweaks 2001-07-04 03:31:11 +00:00
mkaply%us.ibm.com 73ed1177b0 #88765
r=roland, r=pavlov, sr=blizzard
Checkin for timecop@network.email.ne.jp - GC-Cache leaks
2001-07-03 14:10:30 +00:00
mkaply%us.ibm.com 3db997a31d #85527
r=timeless, sr=blizzard
Checkin for Roland.Mainz@informatik.med.uni-giessen.de - Turn xlibrgb into a shared library
2001-07-03 13:40:16 +00:00
cls%seawood.org 82e2b6fad0 Removing obsolete xlib file.
Bug #88977
2001-07-03 10:39:03 +00:00
cls%seawood.org 0f88d36e89 Removing obsolete xprint files
Bug #89018
2001-07-03 10:12:19 +00:00
timeless%mac.com 31b5dde4b4 Bugzilla Bug 88456 [xlib] scaling code needs to be updated to new scaling routines
patch by timecop@network.email.ne.jp r=Tomi.Leppikangas@oulu.fi sr=tor
2001-07-03 02:53:28 +00:00
mkaply%us.ibm.com 8a8fc0e543 No bug - OS/2 only - Banding across images 2001-07-02 13:22:54 +00:00
cls%seawood.org 66d937045b Landing static build changes for OS2
Thanks to Javier Pedemonte <pedemont@us.ibm.com> for the patch.
Bug #85283 r=mkaply r=waterson
2001-07-01 12:11:13 +00:00
jaggernaut%netscape.com 5a6317b8a5 Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
This removes all call-sites I can currently fix. Tomorrow I'll try to get someone to checkin my changes to security/ and I'll get some help with the Netscape side of things.

nsString::GetUnicode()'s final death-blow will be dealt soon. Please keep this in mind as you add new code :-)
2001-06-30 11:02:25 +00:00
jaggernaut%netscape.com 9414224c97 Hopefully fix a whole lot of ports bustage here. (Known) scope issue on some compilers with variables declared in |for|. 2001-06-30 10:32:01 +00:00
mcafee%netscape.com a2c79ac87f Yanking dead code (40738). patch=timecop, r=mcafee 2001-06-30 06:33:18 +00:00
bstell%netscape.com 566be413ad bug 85059, r=ftang, sr=alecf, PDT+
if the user defined font fails to load, point to an empty
char map instead of a null pointer.
2001-06-30 05:37:56 +00:00
yokoyama%netscape.com a108d9c59d bug 76848: Regression in handling global fonts
setting logfont parameters
r=ftang sr=blizzard
2001-06-29 22:09:29 +00:00
bstell%netscape.com b7725b50fc bug 96368, r=roland.mainz@informatik.med.uni-giessen.de, sr=blizzard@mozilla.org
correct casting of hash to fix MathML bug, this was missed during bug 74889 checkin
2001-06-29 07:21:27 +00:00
bstell%netscape.com 7c01b4b37f bug 16688, r=ftang@netscape.com, sr=blizzard@mozilla.org
if fixed length conversion buffer too short malloc
2001-06-29 07:14:54 +00:00
katakai%japan.sun.com 8df2c0737e bug 83250
gfx/gtk TryFamily() can pick up wrong fonts on Mozilla Mail
r=bstell sr=blizzard
2001-06-29 04:52:29 +00:00
mkaply%us.ibm.com bae17b2ada #88282
r=pocemit, sr=tor
Checkin for Roland.Mainz@informatik.med.uni-giessen.de - more efficient font drawing for xlib
2001-06-29 03:22:34 +00:00
dbaron%fas.harvard.edu 7617e18754 Correctly respond to pref changed notifications when dpi pref is set to 0 or -1 (special values). Fixes blank window after unconfirmed profile automigration. b=87843 r=attinasi sr=brendan 2001-06-29 02:59:44 +00:00
tor%cs.brown.edu 8c7a9c6bf6 Fix static build bustage (comet). Rename scale.{h,cpp} to
imgScaler.{h,cpp} to avoid collision with libimg's scale.cpp.
2001-06-29 02:48:56 +00:00
tor%cs.brown.edu 67e8bb510c Bug 88326 - move generic image scaling code from gtk to gfx so that other
ports can share it.  Exported and compiled only where needed.  r=cls
2001-06-29 01:48:11 +00:00
timeless%mac.com 47f40c74a7 Bugzilla Bug 76820 Xlib-toolkit does not render images correctly...
patch by timecop@network.email.ne.jp r=Tomi.Leppikangas@oulu.fi rs=darin
2001-06-28 05:29:22 +00:00
mkaply%us.ibm.com f2c2ed11d6 #87582
r=jdunn, sr=cls
Checkin for Roland.Mainz@informatik.med.uni-giessen.de - crash with xlib and xprint
2001-06-27 14:05:29 +00:00
dbaron%fas.harvard.edu 44a200fa45 Fix leak of strings (and potential for the same in other places) by converting to nsXPIDLCString. b=87245 r=bstell sr=waterson 2001-06-26 21:31:56 +00:00
kmcclusk%netscape.com 42af30dee8 check for null mPrintContext in nsPostScriptObj destructor to fix crash when the open of the postscript file fails. bug 85535. sr=attinasi@netscape.com, r=dcone@netscape.com 2001-06-26 20:53:02 +00:00
mkaply%us.ibm.com 6f500be3e4 Backing out file to fix bustage 2001-06-26 03:23:31 +00:00
mkaply%us.ibm.com ab85c6a5a4 #87582
r=cls
Checkin for Roland.Mainz@informatik.med.uni-giessen.de - xprint crash
2001-06-26 00:15:48 +00:00
mkaply%us.ibm.com 958b057933 #87468
r=pocemit, sr=darin
Checkin for Roland.Mainz@informatik.med.uni-giessen.de - rename of class
2001-06-26 00:11:17 +00:00
ftang%netscape.com 6d05383d8d check into trunk for bug 87224
r=bstell sr=waterson move the converter cache from class static to
global cache
2001-06-25 23:24:02 +00:00
cls%seawood.org d8f7f6aed4 Remove gfx/src/gtk from xprint INCLUDES so that the proper nsGCCache.h is found. Fixes alternate toolkit bustage.
Bug #87148 r=daa@distributed.net a=tor
2001-06-23 21:31:47 +00:00
tor%cs.brown.edu 1ab9af0ced Bug 86822 - gif spacer image detector was looking at uninitialized data;
animated gif spacer flag wasn't being updated.  r=pavlov, sr=blizzard, a=dbaron
2001-06-23 05:04:43 +00:00
tor%cs.brown.edu ee0c4434d8 Fix hpux bustage - trailing token after #endif 2001-06-22 07:41:03 +00:00
jat%princeton.edu a80663f1ca Fixing bustage ... 2001-06-22 03:31:39 +00:00
jat%princeton.edu f56b233bda Removes console output in opt builds from gfx, gfx2, gtk.
Bugs 78645(r=cls, rs=blizzard, a=drivers(blizzard)) and 78665 (r=cls, sr=blizzard, a=drivers(blizzard)).
2001-06-22 01:35:39 +00:00
cls%seawood.org 4c1060c5df Do not use the standard xlib routines if building xprint. should fix coffee bustage 2001-06-21 10:45:47 +00:00
cls%seawood.org 855cc57acd Quick hack to fix duplicate symbol problem in static build caused by checkin for bug #83242 2001-06-21 04:01:44 +00:00
cls%seawood.org 786f780bf0 Remove quotes from NSGETMODULE macro call for static builds 2001-06-21 04:00:00 +00:00
cls%seawood.org fc20f6bf00 Add GC-cache support to Xprint
Thanks to Roland Mainz <Roland.Mainz@informatik.med.uni-giessen.de> for the patch.
Bug #83242 r=pocemit sr=kin a=dbaron
2001-06-21 03:07:06 +00:00
cls%seawood.org 3e01035cf7 Remove extraneous space. Should fix OS/2 2001-06-21 02:17:00 +00:00
cls%seawood.org 42c001abba Remove conflicts in static builds
Thanks to  Roland Mainz <Roland.Mainz@informatik.med.uni-giessen.de> for the patch.
Bug #86291 part of static build carpool
2001-06-20 23:08:16 +00:00
jaggernaut%netscape.com 0845fbed60 Add "intl" to REQUIRES line to fix senna bustage. 2001-06-20 22:42:36 +00:00
waterson%netscape.com b74d6e1c8b Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
cls%seawood.org c2ae0a1f4d Use string.h instead of strings.h . Fixing hpux 10.20 bustage 2001-06-20 06:35:57 +00:00
cls%seawood.org cd31b6f2df Attempt to fix messina (hp-ux 10.20) bustage by not directly including <pthread.h>.
Bug #49947 r,a=dbaron
2001-06-20 05:19:11 +00:00
tor%cs.brown.edu 750348825e Fix palermo bustage (old for scoping, redefinition of SET_BIT). 2001-06-20 03:15:46 +00:00
bstell%netscape.com d7c2c9d163 bug 74889 Default Linux Chinese font seems too big
r=ftang, sr=blizzard, a= asa@mozilla.org for checkin to the trunk.
add per-language font scaling controls
2001-06-20 02:00:06 +00:00
tor%cs.brown.edu 9815acc8a3 Bug 86600 - nsImageGTK::DrawToImage() was only updating the server side
pixmap.  Add code for the client side copy.  r=pavlov, sr=blizzard, a=asa
2001-06-20 01:56:39 +00:00
dbaron%fas.harvard.edu 0e52ed0ea6 Fix bustage from bstell's checkin that hits some versions of gcc. r=bstell 2001-06-20 00:09:49 +00:00
bstell%netscape.com 3e47fde99f bug 33162 missing Japanese characters on Linux
r=ftang, sr=blizzard, a= asa@mozilla.org for checkin to the trunk.
this is a 'better' redo of bug 4760:
re-enable special chars (eg: smart quotes) in double byte fonts
but put in a special transliterator so single byte docs do not
use the large special chars from double byte fonts
side benefit: the font lang group search code allows us to get most of
special chars from single byte fonts (eg: iso-8859-15)
2001-06-19 22:51:50 +00:00
tor%cs.brown.edu bd98991c58 Bug 83920 - remove XIE and gdkpixbuf options for image scaling.
New hand scaler - should be faster and can do 8-bit transparency
scaling.  r=pavlov, sr=blizzard, a=asa
2001-06-18 22:10:25 +00:00
ftang%netscape.com 754d037891 fix 84401 fix memory leak in font pref enumeration code
change char* to nsXPIDLString
r=dbaron sr=kin a=dbaron
2001-06-18 21:13:27 +00:00
timeless%mac.com 41df542138 Bugzilla Bug 86267 Xlib: form checkboxes are not drawn
patch by timecop@network.email.ne.jp
r=bryner, sr=scc, a=dbaron
2001-06-18 20:08:45 +00:00
mkaply%us.ibm.com b3863acdd7 #80224
r=gisburn, sr=tor, a=blizzard for drivers
XLIB only - Checkin for timecop@network.email.ne.jp - better font mapping in nsFontMetrics
2001-06-18 19:06:39 +00:00
jcgriggs%sympatico.ca 6869f1a18b Unicode Font Support for Qt Mozilla. Bugzilla #78939.
Also works around anti-alias font bug in Qt v2.3.x
2001-06-18 16:13:51 +00:00
dcone%netscape.com 6d5948a148 Fixed the optimized build options for initialization and termination. This will let the gfx get the resources for extending the printer. r=peterl sr=attinasi a=asa 2001-06-18 14:15:13 +00:00
dcone%netscape.com 6064cbe22c fixed grayscale text output for postscript. b=45793 r=dcone sr=attinsi a=asa 2001-06-18 13:14:45 +00:00
blakeross%telocity.com bf4dcd8524 Transparent animating GIFs have black background (77914). Patch by Jacek Piskozub (piskozub@iopan.gda.pl), with help from Josh Soref (timeless@mac.com). r=dbradley, saari sr=roc+moz a=dbaron 2001-06-18 01:13:05 +00:00
scc%mozilla.org a8fb409c6e bug #85271: sr=waterson, r={beard, jag, dbaron}, a=asa. Eliminate features of |nsXPIDLC?String| that keep it out of the string hierarchy (i.e., using assigment to rebind ownership, static |Copy| members, and |getter_Shares|), fixing some leaks in the process. 2001-06-17 05:23:38 +00:00
cls%seawood.org b9389f0571 Use the passed in values of aHeight & aWidth rather than the size of aView to determine the size of offscreen bitmap.
Thanks to Makoto Hamanaka <VYA04230@nifty.com> for the patch.
Bug #68072 r=cls a=asa
2001-06-17 00:06:15 +00:00
bstell%netscape.com ca8881eb12 bug 74889, r=ftang, sr=blizzard, a=blizzard
bug 74889 addresses scaling font issues on *inx.
to make the approval process easier this checkin is the non-critical parts
(name changes, debug code, etc.)
2001-06-16 00:55:08 +00:00
mkaply%us.ibm.com 2fe8c52474 #66082
r=blizzard, sr=kin@netscape.com, a=asa for drivers
XLIB only - Checkin for timecop@network.email.ne.jp - adding gc-cache to xlib port
2001-06-15 19:11:03 +00:00
mkaply%us.ibm.com 6ecd046893 #66082
r=blizzard, sr=kin@netscape.com, a=asa for drivers
XLIB only - Checkin for timecop@network.email.ne.jp - adding gc-cache to xlib port
2001-06-15 19:09:21 +00:00
tajima%eng.sun.com 70fa4b271c bug 85583 GB18030 Unix printing fails in PS codes
changed decimal to hex in PS code to support GB18030 4 bytes character
(check in for katakai@japan.sun.com)
r=dcone,blizzard sr=blizzard a=blizzard
2001-06-14 05:47:20 +00:00
rods%netscape.com 0ecd6371a2 We will now be using the native print dialog and extending it with the Frame printing options
The localization is still done, but only on the new controls that are added.
Bug 78319 r=kmcclusk sr=attinasi a=asa
2001-06-14 01:07:08 +00:00
mkaply%us.ibm.com c94e72c391 Adding new line at end of file - maybe this is the problem 2001-06-13 14:26:43 +00:00
mkaply%us.ibm.com 9645fe4ebe #57820
r=timeless, sr=tor, a=asa (drivers)
Checkin for Roland.Mainz@informatik.med.uni-giessen.de - xprint image scaling
2001-06-13 13:38:25 +00:00
tor%cs.brown.edu 074992ccb9 Bug 66461 - identify spacer images and don't spend time scaling/drawing.
r=dr, sr=blizzard, a=asa
2001-06-11 19:20:40 +00:00
timeless%mac.com 4561957b21 fix bustage introduced by 1.18 <yokoyama@netscape.com> 08 Jun 2001 16:36 bug: 69117
which wasn't synced to changes by Roland per tor

This is a build bustage fix.
2001-06-11 06:31:37 +00:00
yokoyama%netscape.com aefe41e85f bug: 69117
update the global fontlist.
update nsPresContext's device context font
when we receive WM_FONTCHANGE msg.
/r=rbs, /sr=blizzard, /a=asa
2001-06-08 23:36:14 +00:00
mkaply%us.ibm.com ef0432063d EMX build break - OS/2 only - should be using NS_CONST_CAST here 2001-06-06 14:10:02 +00:00
ftang%netscape.com 83f1a361ab fix 82793. add additional entry for gbk-1988.1989-1
r=nhotta/bstll sr=kin a=blizzard
2001-06-05 22:41:37 +00:00
ducarroz%netscape.com c0f94711b6 Fix Senna bustage, add require module mimetype. 2001-06-05 00:44:08 +00:00
ducarroz%netscape.com 18073f24cc Fix for bug 81751. Add define for mime type multipart/x-mixed-replace and multipart/byteranges. Also export nsIFileStreams.idl on Mac. R=varada, SR=mscott, A=asa 2001-06-04 22:59:22 +00:00
timeless%mac.com b1dc175fdb Bugzilla Bug 77210 Images don't show up in documents printed via Xprint
patch by Roland.Mainz@informatik.med.uni-giessen.de
r=timecop@network.email.ne.jp sr=blizzard a=asa
2001-06-03 23:20:40 +00:00
jag%tty.nl 7de7de68dc Fix MOZ_TRACK_MODULES_DEPS builds bustage (senna), adding "intl" to REQUIRES in gfx/src/gtk/Makefile.in 2001-05-26 20:01:41 +00:00
jag%tty.nl b7e5ef33f7 Fix MOZ_TRACK_MODULES_DEPS builds bustage (senna), adding "intl" to REQUIRES in gfx/src/xprint/Makefile.in 2001-05-26 19:43:54 +00:00
mkaply%us.ibm.com e9cbca208e senns REQUIRES bustage 2001-05-26 18:52:48 +00:00
mkaply%us.ibm.com abee293231 senna REQUIRES bustage 2001-05-26 16:53:43 +00:00
dcone%netscape.com 806cf7dc0b bug=78319 Checkin for Rods a=Blizzard sr=waterson r=kmcclusk. Improvement for localization of the printer dialog. 2001-05-26 15:49:43 +00:00
mjudge%netscape.com 7d3c6fc689 80048 r=ftang, sr= kin a= asa. bug to fix non initialization of parameter and non checking of funciton return value. 2001-05-26 00:26:30 +00:00
briane%qnx.com b2ae687cfb Photon Build only
Changes to support new gfx2 and image libs.
Bug fixes for drawing speed and code cleanup
2001-05-24 14:48:38 +00:00
rbs%maths.uq.edu.au 039c940e55 Enable some MathML-specific fonts for parity with Win32 2001-05-23 05:18:58 +00:00
scc%mozilla.org a50975fc25 fixing bustage 2001-05-23 04:19:39 +00:00
bstell%netscape.com 3ba3901e03 fix bustage 2001-05-23 04:17:57 +00:00
bstell%netscape.com 6d350ee33f fix string bustage 2001-05-23 04:13:44 +00:00
mkaply%us.ibm.com 47998075f6 #78655
r=mkaply, a=blizzard
Code from cls - Make all printfs DEBUG
2001-05-22 23:13:23 +00:00
mkaply%us.ibm.com d8e94e7b47 #76670
r=mkaply, a=blizzard
More optimization for XP Region code - OS/2 only
2001-05-22 21:57:20 +00:00
mkaply%us.ibm.com c28ffed191 No bug
r=mkaply, a=blizzard
Code from pedemonte - some cleanup on OS/2 fonts
2001-05-22 21:40:26 +00:00
tajima%eng.sun.com 78fc4cdfcd bug 75930 GB18030 Unix printing support
(check in for katakai@japan.sun.com)
r=dcone sr=blizzard
2001-05-22 10:47:40 +00:00
bstell%netscape.com 48f97b40d1 bug 59355, r=blizzard, sr=brendan
tell gdk not to exit if an X error happens when loading a font
2001-05-22 06:14:07 +00:00
mkaply%us.ibm.com 3b89e30362 #81926
r=naving, sr=sspitzer
Same fix for OS/2
2001-05-21 22:58:29 +00:00
bstell%netscape.com 9fb55142d0 bug 81528, r=ftang@netscape.com, sr=blizzarg@mozilla.org
test if the font is empty (no glyphs at all) and if so do not use
2001-05-21 22:50:34 +00:00
blizzard%redhat.com d308eaff8b Fix bug #81926. Crashes in factory constructor when starting a drag on linux. r=naving, sr=sspitzer 2001-05-21 22:21:39 +00:00
jst%netscape.com d02e899829 Fixing build bustage. 2001-05-19 12:31:20 +00:00
ftang%netscape.com b0d193d564 fix mac bustage for bstell for bug 78273 2001-05-19 00:08:38 +00:00
bstell%netscape.com e654438dc3 bug 78273, r=ftang/jbetak, sr=blizzard
For the embedding API add "get font list". Used to fill the font pref panel
2001-05-18 23:35:16 +00:00
ftang%netscape.com deb2436f79 fix 78273 . check in for bstell add nsFontList.cpp r=ftang sr=blizzard 2001-05-18 22:52:29 +00:00
ftang%netscape.com 488fddaaeb fix 78273 . check in for bstell@netscape.com r=ftang sr=blizzard add embedding api for font list 2001-05-18 22:43:15 +00:00
ftang%netscape.com ec3e8fef0d fix 78273. check in for bstell@netscape.com add one embedding api r=ftang sr=blizzard 2001-05-18 22:42:18 +00:00
bstell%netscape.com c80895811e bug 78273, r=ftang/jbetak, sr=blizzard
For the embedding API add "get font list". Used to fill the font pref panel
2001-05-18 21:50:47 +00:00
bstell%netscape.com 72791e2a0f bug 78273, r=ftang/jbetak, sr=blizzard
for the embedding API add "get font list". Used to fill the font pref panel
2001-05-18 21:38:53 +00:00
bstell%netscape.com 3fcc245c32 bug 78273, r=ftang/jbetak, sr=blizzard
for the embedding API add "get font list"
2001-05-18 21:36:44 +00:00
pavlov%netscape.com a8385d03ae fixing the rest of the linux image drawing problems. bug 74129 r=jst sr=blizzard 2001-05-18 21:22:55 +00:00
mkaply%us.ibm.com 7a6bb4f98a No bug - add proper casts so EMX builds 2001-05-17 20:29:54 +00:00
mkaply%us.ibm.com 22eb857aed Senna REQUIRES bustage 2001-05-17 19:35:50 +00:00
mkaply%us.ibm.com 8809f01423 #76670
r=mkaply, a=blizzard
Cleanup on nsRegion code - OS/2 only
2001-05-17 18:38:03 +00:00
mkaply%us.ibm.com ba243432a1 #78548
r=timeless, sr=blizzard
Revamp of xprint - checkin for gisburn - Roland.Mainz@informatik.med.uni-giessen.de
2001-05-17 18:25:30 +00:00
shanjian%netscape.com 9cfe18ed05 #74899 Mozilla crashes in GKGFXWIN.DLL when changing font for a specific encoding from Prefs
r=yokoyama, sr=waterson
free global when xpcom shutdown.
2001-05-17 13:49:55 +00:00
dcone%netscape.com 8bc2bd6510 bug 66781 Updated project to use the new resources for the printing UI r=peterlubczynski sr=sfraser 2001-05-17 13:49:38 +00:00
dcone%netscape.com 7ecf84e9f4 bug 66781. Added UI item to the Printer Settings. r=peterlubczynski sr=sfraser 2001-05-17 13:48:47 +00:00
dcone%netscape.com d5a62ac708 bug 66781 Resources for the new printing UI. r=peterlubczynski sr=sfraser 2001-05-17 13:47:46 +00:00
cls%seawood.org aeaf1bf4a4 Updating intermodule header dependencies 2001-05-16 11:48:55 +00:00
rbs%maths.uq.edu.au 1c15d53c81 Special fix to enable the WindDings font. Also homogenized identation&printf while there. b=77265 r=shanjian sr=blizzard 2001-05-16 02:38:14 +00:00
Xiaobin.Lu%eng.Sun.com c98ddf2454 r=timeless sr=shaver
bug 72807 " C++ style comment warning"
2001-05-16 02:26:04 +00:00
pavlov%netscape.com d5963adaba fixing bug 74129 r=shaver sr=blizzard 2001-05-16 01:42:52 +00:00
bstell%netscape.com eae93cb70e bug 67732, 69139, r=ftang, sr=blizzard
when searching for fonts to display glyphs consider
  sub-planes of the font (bug 67732)
  the element's lang group (bug 69139)
  the user's locale's lang group (bug 69139)
2001-05-16 01:34:57 +00:00
mkaply%us.ibm.com fde4277837 #76670
r=mkaply,achimha@innotek.de sr=roc+moz
Implement XP regions - currently only used on OS/2
2001-05-15 22:14:48 +00:00
bstell%netscape.com e6e0a00456 bug 76238, r=ftang, sr=blizzard
add font support for ISO-8859-13 (Baltic)
2001-05-15 21:39:24 +00:00
ftang%netscape.com 38c6e1b6f6 fix 74124 r/sr=sfraser add bidi support for Macintosh 2001-05-15 20:35:31 +00:00
mkaply%us.ibm.com 732e6c9eea #76670
r=mkaply,achimha@innotek.de sr=roc+moz
Implement XP regions - currently only used on OS/2
2001-05-15 14:43:48 +00:00
shanjian%netscape.com 06ef27fc2b #80756 Font list is empty after selecting a font in Pref->Font dlg
This is a regression caused by fix in 74899. I will back out that
fix to fix this. A new patch will be proposed for 74899.
2001-05-15 03:28:35 +00:00
rpotts%netscape.com f02e84c4bb bug #65777 (r=valeski, sr=mscott) - Window targeting fixes... 2001-05-14 02:16:27 +00:00
shanjian%netscape.com 0b421a6a2c #74899 Mozilla crashes in GKGFXWIN.DLL when changing font for a specific encodin
g from Prefs
r=nhotta, sr=waterson
When freeing global stuff, after cmaps are freed, globalFont should do it too.
2001-05-13 01:05:06 +00:00
pinkerton%netscape.com 630dc52f0d give access to internal region as noscript. make methods lowercase. bug# 80196. r=pchen/sr=smfr 2001-05-12 20:54:57 +00:00
darin%netscape.com b26d5adb54 Http branch landing: changes to other files (bug 76866) r=gagan,sr=dougt,a=chofmann 2001-05-11 21:05:08 +00:00
kmcclusk%netscape.com 2f0ac23db7 Fix nsIDrawingSurface::GetPixelFormat() on WIN32 by removing aPixFormat argument passed to CreateBitmapObject and use mPixFormat instead. bug 77895 patch from alex.fritze@crocodile-clips.com; r=dcone@netscape.com sr=attinasi@netscape.com 2001-05-11 13:54:42 +00:00
cls%seawood.org d1aef3dda8 Use XSetDashes instead of gdk_gc_set_dashes as the latter's api changed between gtk 1.2.6 & 1.2.7.
Thanks to Stuart Parmenter <pavlov@netscape.com> for the patch.
Bug #72815 r=bryner
2001-05-10 06:38:06 +00:00
dbaron%fas.harvard.edu 4fe3b0e759 Fix xlib build bustage from checkin for bug 79132. 2001-05-08 22:17:10 +00:00
jst%netscape.com ea706038cf Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com. 2001-05-08 17:42:36 +00:00
timeless%mac.com dbe24cc4ef Bugzilla Bug 79132 Xlib toolkit is kinda inefficient
Cache mStretches[] and mWeights[] to avoid repeated pointer dereferences.
r=dbaron@fas.harvard.edu sr=alecf
2001-05-08 09:34:17 +00:00
rbs%maths.uq.edu.au 73f00b7d99 Save cycles by removing unneed code b=74494 sr=brendan 2001-05-08 02:33:53 +00:00
ftang%netscape.com a3bfee2226 fix bug 75814. add hkscs-1 support for unix
r=nhotta sr=blizzard
2001-05-08 00:43:06 +00:00
dbaron%fas.harvard.edu 709300e29c Add REQUIRES (and MODULE) lines so that the qt port builds with MOZ_TRACK_MODULE_DEPS. r=cls@seawood.org 2001-05-07 23:20:43 +00:00
rbs%maths.uq.edu.au 4c43d0a034 No source code changes. Just repositionning some declarations to ease a WIP in my tree 2001-05-07 09:18:55 +00:00
waterson%netscape.com 1a8ee3a219 Bug 77942. Make font cache promote last hit to the front of the cache; only retrieve lang-atom if fonts are equal. r=dbaron, sr=hyatt 2001-05-06 00:13:50 +00:00
kandrot%netscape.com afdac97c93 Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775. 2001-05-05 05:33:37 +00:00
guru%startrek.com 34f2d56486 part of bug 76339, remove unused #include [BeOS only] 2001-05-04 01:01:15 +00:00
kmcclusk%netscape.com fa204d4fee fix compiler warning using NS_STATIC_CAST, bug 56623, sr=attinasi@netscape.com r=dcone@netscape.com 2001-05-03 20:42:25 +00:00
mkaply%us.ibm.com fb3fb5733d #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 b00c541af1 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 c7bc0268e6 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 1be204edc0 Tweaks to let qt port compile with mathml & gcc 2.95.2. 2001-04-29 00:28:56 +00:00
cls%seawood.org 00f28396a9 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 3f05326ab8 fix for bug 77645 r=syd, sr=brendan. 2001-04-27 09:44:43 +00:00
dprice%netscape.com 49de60e6e3 75641 - leak in nsImageWin a,sr=brendan r=pavlov 2001-04-26 19:46:02 +00:00
pinkerton%netscape.com 5f495fb7d2 get rid of naked printf. sr=hyatt. 2001-04-26 19:41:07 +00:00
jelwell%netscape.com ac2d9d752e 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 c1bd1c8e2b b=75893. r=mcclusk sr=attinasi a=chofmann 2001-04-25 14:26:28 +00:00
tor%cs.brown.edu 171290ad10 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 84aed53492 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 e3550e1548 Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding imglib2 to REQUIRES. 2001-04-24 02:36:52 +00:00
pavlov%netscape.com a2874e1b0e fixing image printing on unix. bug 76993. r=brendan sr=blizzard a=asa 2001-04-24 00:30:53 +00:00
shanjian%netscape.com 2d2302c298 #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 d5814afcbe 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 bc2cbfe239 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 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