Commit Graph

3157 Commits

Author SHA1 Message Date
shanjian%netscape.com
8d56129faa *** empty log message *** 2002-02-12 04:54:24 +00:00
shanjian%netscape.com
faa348445e #116030 provide a way to identify langGroup/rang for a unicode char
Add some checking code to figure out the range of a unicode char, and use this
piece of information to guide preference font searching.
r=rbs, sr=brendan
2002-02-12 04:51:41 +00:00
bryner%netscape.com
b663c05b5f Fix the focused state for textfields. Not part of the build. 2002-02-12 04:21:16 +00:00
sfraser%netscape.com
7ce25343f8 Part of fix for bug 122012 -- add a StOriginSetter utility class. Also fix some trivial comment and spacing issues. r=pinkerton, sr=beard 2002-02-12 01:25:43 +00:00
bryner%netscape.com
88e7af4f86 adding new theme constant, NS_THEME_DROPDOWN_TEXTFIELD. bug 124560, r=bzbarsky/pinkerton, sr=hyatt. 2002-02-12 00:44:36 +00:00
arougthopher%lizardland.net
d5fa46addc Fix for Bug#124519
Transapent infromation was not being displayed properly, due to the fact that it was being removed by the Optimise() function.  This was ok, until Optimise was actually being called, which it is now, becuase of the checkin for bug 104999.
r=mozilla@switkin.com
2002-02-10 03:03:51 +00:00
mkaply%us.ibm.com
89c06838f1 Try to get Os/2 building again with mathml 2002-02-09 16:03:46 +00:00
seawood%netscape.com
c8b6a8863f Add stub implementations MathML's GetBoundingMetrics() so that builds work again.
Thanks to Paul Ashford <arougthopher@lizardland.net> for the patch.
Bug #124543 r=mozilla@switkin.com
Fixing tinderbox bustage
2002-02-09 09:46:54 +00:00
bryner%netscape.com
c573016208 Fixing bustage on Sun WS6 update 2, it apparently doesn't like the forward declaration of gfxIImageFrame just before it's defined. r=seawood, sr=jst. 2002-02-08 22:59:53 +00:00
bryner%netscape.com
4c2c95ec2a - Hooked up toolbar background painting
- Return the correct border sizes for most widgets
- Code/style cleanup

Not part of the build.
2002-02-08 07:33:57 +00:00
nisheeth%netscape.com
b6c6e5cc92 Fix bug 124069. r=pavlov@netscape.com, sr=tor@acm.org. Removed scaling and 8 bit alpha blending code from DrawToImage(). 2002-02-08 06:32:56 +00:00
arougthopher%lizardland.net
c38985d7ce Fix for Bug#122121 - BeOS gfx implementation extremely slow
This fix does the folllowing:
- creating and destroying BBitmaps every time you blit
- copying platform independent bits into BBitmaps every time you blit
- using B_OP_ALPHA even when no alpha channel is present
- excessive locking when drawing (currently twice around every primitive)
- excessive calls to Sync() resulting in a huge slowdown (particularly when tiling)
- unneeded drawing of BBitmap data in DrawToImage()
- Added DrawNoLock() method used by DrawTile() calls, to prevent locking and
synchronizing with the server on each iteration
- Fixed several warnings
- Massive code cleanup and commenting
- Rewrote CreateImage() completely since only the 24 -> 32 bit case matters.
Removed non-working cruft related to B_CMAP8 BBitmaps, and optimized code to
work better on systems without write-combining.
- Removed unused member variables
- Reordered member variables for better packing and initialized them in order
- Removed code in DrawToImage() which was updating the BBitmap unnecessarily
- Implemented memory saving feature in Optimize() for when its starts getting
used again

r=arougthopher@lizardland.net
r=mozilla@switkin.com
2002-02-08 03:33:09 +00:00
dbragg%netscape.com
7d9b61d9af Moving platform-specific files to platform-specific jar files. Fixes bug 94242. r=tao, sr=alecf 2002-02-07 22:54:31 +00:00
dcone%netscape.com
c34cb2647d b=118889 r=rods sr=sfraser Fixed app. so printSettings dialogs will work 2002-02-07 05:32:59 +00:00
sfraser%netscape.com
f08b6dc7da Fix #include file case, so that Mac builds on UFS volumes work. r=gracie 2002-02-07 00:01:43 +00:00
pinkerton%netscape.com
52262d2123 ifdef-fu for mach-o. rs=hyatt 2002-02-06 15:42:06 +00:00
rods%netscape.com
7c55cd1698 This fixes remembering the last printer that was used and it also
enables you to to set the printer name and print silently (instead of silent
always having to use the default printer)
Bug 123335 sr=hyatt r=dcone
2002-02-06 13:02:42 +00:00
rods%netscape.com
69ad92f66b Fix minor issue with scanf
Bug 123335 sr=hyatt r=dcone
2002-02-06 13:01:37 +00:00
cathleen%netscape.com
740d95a0a9 eliminates 107 nsCRT::memset calls to use memset instead. removed nsCRT::memset() function. bug 118135 r=dp sr=brendan 2002-02-05 01:41:13 +00:00
mkaply%us.ibm.com
5ddca5d722 #108280
r=mkaply, sr=blizzard
Make OS/2 use display facenames on DBCS fonts.
2002-02-04 14:44:36 +00:00
bryner%netscape.com
e7b96aa2ed Don't try to build native theme support on gtk2 (API changes). r=cls. 2002-02-04 09:03:53 +00:00
blizzard%redhat.com
58a5bb118f Bug #92033. Land changes to get gfx/ building with gtk2. Lots of ifdef code here. r=cls,bryner sr=alecf 2002-02-03 03:47:18 +00:00
lordpixel%mac.com
36c1ce1091 Final trunk fix for bug# 119118. r=netdemon, sr=smfr. r=sleestack (sherif) for checkin while tree closed 2002-02-02 04:44:14 +00:00
rods%netscape.com
8f1503a318 Added GlobalPrintSettings
Bug 120622 r=dcone sr=waterson
2002-02-01 15:48:21 +00:00
alecf%netscape.com
5483b6f627 one more part of fix for bug 107575, including the much coveted whitespace
remove aIgnoreCase parameter from all nsString and nsCString consumers
sr=jag, r=shaver
2002-02-01 01:53:09 +00:00
rods%netscape.com
f02ec4e165 This was suppose to go in as part of
Bug 122530 r=dcone sr=hyatt
2002-02-01 01:42:37 +00:00
darin%netscape.com
d3282c7153 fix mach-o bustage 2002-02-01 00:48:32 +00:00
pinkerton%netscape.com
b1011ca0fc tooltips themed. r=sdagley/sr=ben. bug#115754 2002-01-31 19:45:20 +00:00
rods%netscape.com
f2c2102329 This does the following:
1) Removes the EnumeratePrinterExtended from nsIPrintOptions and all impls of it
2) Sets the Windows platform to once again use the native print dialog
3) The nsDeviceContextSpecWin will detect at runtime whether to use the standard PRINTDLG or the new PRINTDLGEX (supported by XP and WIN2k), this new code is only compiled in when the ifdef MOZ_REQUIRE_CURRENT_SDK is defined.
4) It adds an extra Property Sheet to the new dialog for Frameset Printing options
5) Now creates a DEVMODE before the diaog is created, this is used for setting different options in the print dialog before it comes up.
122530 r=dcone sr=hyatt
2002-01-31 14:30:22 +00:00
pavlov%netscape.com
78c0f8f1c3 fixing bug 104999 on windows. r=dcone sr=waterson 2002-01-30 22:17:55 +00:00
pinkerton%netscape.com
cd08ae3b67 fix case where some pushbuttons were too narrow. r=sdagley/sr=sfraser. bug# 120896 2002-01-30 22:01:44 +00:00
sfraser%netscape.com
d133d4956f Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2002-01-30 21:14:20 +00:00
timeless%mac.com
472c92d080 Bug 120211 Hook-up a dialog which warns users of the broken Xfree86 Xprt
patch by Roland.Mainz@informatik.med.uni-giessen.de r=timeless sr=jag
2002-01-30 03:15:27 +00:00
cathleen%netscape.com
8605704b12 eliminate nsCRT::zero() to use memset to zero instead, bug 118135, r=dp sr=waterson 2002-01-30 02:55:57 +00:00
pinkerton%netscape.com
e6af3350ab twisties, upside down tabs, and tree implementation on mac. Also adding constants for window, menu, and dialog backgrounds XP. bug 115747, r=sdagley/sr=hyatt,sfraser. 2002-01-29 21:10:57 +00:00
timeless%mac.com
2a2eccd8df Bug 95986 remove references to nsImageManager
removing obsolete tests
removal for cbiesinger@web.de r=pavlov sr=tor
2002-01-29 15:15:37 +00:00
timeless%mac.com
ddbcdd61d9 Bug 95986 remove references to nsImageManager
patch by cbiesinger@web.de r=pavlov sr=tor
2002-01-29 15:01:33 +00:00
bryner%netscape.com
f3861937a7 Style and code cleanup. No functional changes. Not part of the build. 2002-01-29 03:06:44 +00:00
timeless%mac.com
700ed38a58 Bug 120967 Scale images with specific scaling factors
patch by Roland.Mainz@informatik.med.uni-giessen.de r=timeless sr=sfraser
2002-01-29 03:06:19 +00:00
timeless%mac.com
ed1c5b938e Bug 121066 Images are dithered in Grayscale mode
patch by Roland.Mainz@informatik.med.uni-giessen.de r=timeless sr=sfraser
2002-01-29 03:05:19 +00:00
timeless%mac.com
327e376f67 Bug 120221 Make |NS_ERROR_GFX_PRINTER_INVALID_ATTRIBUTE| more specific
patch by Roland.Mainz@informatik.med.uni-giessen.de r=rods sr=sfraser
2002-01-29 03:03:56 +00:00
bryner%netscape.com
15f0ad9fb5 Removing scrollbar tracks from the list of widgets that don't need to be invalidated due to a state change. This fixes the scrollbar "stuck-in-hover" problem. Not part of the build. 2002-01-28 23:44:16 +00:00
bryner%netscape.com
c0810e34f3 Cleaning up checkbox/radio button code, now that I understand how it's supposed to work. Hooked up checkbox/radio containers. Fixed active/hover state problems with buttons. Not part of the build. 2002-01-28 10:38:01 +00:00
bryner%netscape.com
cfe46119ac turning off focus border for checkboxes. it's causing problems. not part of the build. 2002-01-28 07:17:39 +00:00
bryner%netscape.com
37fb333f32 Hooking up textfields and dropdown buttons. Not part of the build. 2002-01-28 06:32:08 +00:00
pinkerton%netscape.com
cb46d68a19 changes for cocoa product to build and run and coexist in the tree with carbon. r=cls/sr=hyatt, bug# 111230 2002-01-25 22:01:41 +00:00
rods%netscape.com
9a440bd84e Removed "free memory read" and change strcpy to strdup
and did some general cleanup and changed how the default printer name was being obtained.
118086 r=dcone sr=waterson
2002-01-25 02:40:19 +00:00
mkaply%us.ibm.com
91b594ceff #116705
r=pedemont, sr=blizzard
OS/2 only - use FM_INVERT for drawing inverted rect
2002-01-25 00:02:40 +00:00
hyatt%netscape.com
e704c2858a More objc fixes to remove id as parameter. r=danm, sr=brendan 2002-01-24 23:14:20 +00:00
bzbarsky%mit.edu
0c3b7335fd Correct case of some includes so we build on UFS. Bug 108300, patch by
leaf@mozilla.org, r=beard, sr=darin
2002-01-24 18:49:11 +00:00
pinkerton%netscape.com
7180e5e8d1 allow --enable-default-toolkit=cocoa in makefiles and default toolkit can now be overridden on platform that don't use X11. r=cls/sr=hyatt. bug#121496 2002-01-24 15:11:18 +00:00
lordpixel%mac.com
af7c17236d Fix bustage. bug # is 119118 2002-01-24 04:33:01 +00:00
lordpixel%mac.com
199198044b Fix for bug 119118 Issue with calculating rowBytes. r=sdagley, sr=smfr 2002-01-24 03:48:54 +00:00
bstell%ix.netcom.com
d16b06dced bug 119042, crash when dividing 0 by 1
r=bstell@ix.netcom.com, sr/a=brendan@mozilla.org,
2002-01-23 15:07:15 +00:00
bryner%netscape.com
6e5de27742 Fixing selected state for radio buttons. Not part of the build. 2002-01-23 06:00:03 +00:00
sfraser%netscape.com
e99044efd2 Fix for bug 120228. The rendering context made for the caret was interferring with the origin and clipping of the drawing port. To fix this, we have to reset these before reach drawing call. r=pinkerton, sr=kin, a=asa 2002-01-23 00:44:39 +00:00
pinkerton%netscape.com
37f342b20c ensure that mPixelsToTwips is always integral. r=dbaron/sr=sfraser/a=asa. bug#120779 2002-01-22 22:26:22 +00:00
bryner%netscape.com
e4b1dd3230 Hooking up radio buttons, clean up debugging printf's. Not part of the build. 2002-01-21 21:51:57 +00:00
shanjian%netscape.com
bbf33a0780 #120047 crash while loading http://www.lupa.cz/anketa.phtml [@ ReadCMAPTableFormat4]
r=rbs, sr=attinasi, a=dbaron
Another patch missed in previous patch.
2002-01-18 21:07:02 +00:00
bryner%netscape.com
07e97a3496 Some minor changes for scrollbar buttons that use transparency. Not part of the build. 2002-01-18 10:10:51 +00:00
bryner%netscape.com
818df199f8 Backing out my fix for bug 104544, it is causing artifacts to appear around the edges of images in the chrome. a=dbaron. 2002-01-18 02:05:50 +00:00
pinkerton%netscape.com
e971c0c072 add tab support and fix up drawing problems with port not being set. r=sdagley/sr=sfraser/a=asa. bug# 120171 2002-01-17 23:08:25 +00:00
bryner%netscape.com
06a31354ef Fixing up horizontal scrollbars. Not part of the build. 2002-01-17 06:48:13 +00:00
bryner%netscape.com
848885c43d Make sure the button widget is created before painting scrollbar arrows. Not part of the build. 2002-01-17 06:34:30 +00:00
shanjian%netscape.com
213c1a45d8 #120047 crash while loading http://www.lupa.cz/anketa.phtml [@ ReadCMAPTableFormat4]
r=rbs, sr=waterson, a=dbaron
2002-01-17 00:03:03 +00:00
shanjian%netscape.com
6611f24b2d #119659 Can't see hebrew with latest build
r=smontagu, sr=attinasi, a=dbaron
2002-01-16 23:50:56 +00:00
shanjian%netscape.com
1d94493ac6 #120343 Several languages on Unicode pages rendering with unwanted squares
r=smontagu, sr=waterson
2002-01-16 21:32:18 +00:00
seawood%netscape.com
e56e20b1dc Use dynamic library & xpidl_module names from nmake build for win32 gmake builds for compatibility.
bug #58981 sr=jag
2002-01-16 05:10:09 +00:00
bryner%netscape.com
d9b087e808 Bug 104544 (unpainted horizontal lines in images when scrolling). If we get twip coordinates from layout that aren't on pixel boundaries, round the rect out to make sure we paint everything that we need to. r=pavlov, sr=jag/brendan. 2002-01-16 04:56:42 +00:00
rods%netscape.com
f3cd9831d0 Fixes round off error for scaling and fixes to var names
Bug 120072 r=dcone sr=attinasi
2002-01-16 03:16:01 +00:00
bstell%ix.netcom.com
513f49b74a bug 112490 - add "always use anti alias scaled bitmap font (AASB)"
r=Roland.Mainz@informatik.med.uni-giessen.de, sr=blizzard@mozilla.org
2002-01-16 00:42:08 +00:00
shanjian%netscape.com
97aaee7792 #118000 support unicode plane 1 characters
r=ftang, sr=attinasi
nsCompressCharMap was modified to take ucs4 directly.
nsFontMetricsWin was modified to handle surrogate pair.
2002-01-16 00:15:58 +00:00
pinkerton%netscape.com
90626f0228 Pull in layout/content/locale for nsITheme work and fix bustage. r=dbaron. 2002-01-15 23:30:20 +00:00
timeless%mac.com
39c5bad177 Bug 112635 [Xlib] XXlibRgb revamp ..
patch by Roland.Mainz@informatik.med.uni-giessen.de r=timecop@network.email.ne.jp rs=attinasi
2002-01-15 23:30:16 +00:00
mkaply%us.ibm.com
c3b7cca7b4 #119526
r=mkaply, sr=blizzard
OS/2 only - code from dainis to fix some PS initialization problems
2002-01-15 23:14:09 +00:00
pinkerton%netscape.com
09c7773477 fixes bustage. had to wrap some things in TARGET_CARBON. 2002-01-15 18:08:09 +00:00
briane%qnx.com
6c778a7e72 PHOTON ONLY, not part of build
Fixes for rep image drawing, printing changes (PR=112048)
2002-01-15 16:55:22 +00:00
pinkerton%netscape.com
8dcb3f2c9b add nsNativeThemeMac for mach-o build. 2002-01-15 16:26:16 +00:00
pinkerton%netscape.com
d2d68fab80 tweak scrollbars and fix non-carbon bustage. i'll get back to this later. 2002-01-15 16:25:38 +00:00
pinkerton%netscape.com
82e94c147d nsITheme impl on mac. r=sfraser/sr=hyatt. bugs 115731, 115733, 115735, 115737, 115740, 115749, 115760, 115763 2002-01-15 14:59:21 +00:00
rods%netscape.com
6048629c45 The page setup info was not being set into the dev mode when printing ssilently.
Bug 119959 r=dcone sr=hyatt
2002-01-15 01:06:32 +00:00
sfraser%netscape.com
b050f87ab1 Fix port/GDevice management issues in Mac code, fixes bugs 113480, 103234, 105946, and 104781. Changes ensure that the current graphics device is set correctly when SetPort is used to change the current graphics port (to window or GWorld). r=pinkerton, rs=brendan 2002-01-14 23:26:49 +00:00
rbs%maths.uq.edu.au
80007341d2 Fix bug 117637 - eliminate memory allocations in all consumers of GetFontData(), r=shanjian, sr=attinasi 2002-01-14 19:54:23 +00:00
bryner%netscape.com
26359a70be Hook up toolbarbuttons and grippers. Tweak borders and minimum sizes on scrollbars. Not part of the build. 2002-01-14 10:37:43 +00:00
bryner%netscape.com
0aacd3c809 Bug 119837 - add a parameter to nsITheme::GetMinimumWidgetSize to specify if CSS is allowed to override the min size. r=bzbarsky, sr=hyatt. 2002-01-14 05:40:37 +00:00
bryner%netscape.com
3dcc733bde Hooking up scrollbar tracks and thumbs. Not part of the build. 2002-01-13 06:53:53 +00:00
bryner%netscape.com
e78953dab7 GTK theme renderer changes:
- Keep "widget prototypes" around instead of raw GtkStyles.  This way, the style retains valid GC's.
- Pass widget instances to gtk_paint_* to satisfy themes that expect this to be non-null.
- Add support for scrollbar buttons.
- Code refactoring and cleanup.

Not part of the build.
2002-01-13 03:04:24 +00:00
timeless%mac.com
03e73b26be Bug 119398 DeviceContextImpl does not correctly check for error
patch by Roland.Mainz@informatik.med.uni-giessen.de r=timeless sr=sfraser
2002-01-13 00:17:37 +00:00
rods%netscape.com
ca41a066b5 This enables platforms to set a pref as to whether they allow print from print preview.
Bug 118623 r=roland sr=attinasi
2002-01-12 12:58:46 +00:00
rods%netscape.com
cdc13df2f5 New print dialog doesn't show the right default printer in windows if the printer is a networkprinter
Bug 118409 r=dcone sr=self
2002-01-12 12:45:49 +00:00
bryner%netscape.com
f8baeda2dd Initial checkin of gtk native theme renderer. Contains support for buttons and checkboxes. Not part of the build, to enable set NATIVE_THEME_SUPPORT=1. 2002-01-12 04:56:37 +00:00
cathleen%netscape.com
92d4fbf218 converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp 2002-01-12 03:18:55 +00:00
dbaron%fas.harvard.edu
e7e310a9bd Clean up QueryInterface implementation. Patch by Roland Mainz <Roland.Mainz@informatik.med.uni-giessen.de>. r=dbaron sr=sfraser b=111088 2002-01-12 03:14:03 +00:00
dbaron%fas.harvard.edu
fa6686c2d6 Fix bustage. 2002-01-11 19:24:51 +00:00
rods%netscape.com
b304b3f01e reflow was using the wrong DC to rendering context for PP
BUg 117745 r=dcone sr=attinasi
2002-01-11 11:56:10 +00:00
rods%netscape.com
978de2b139 Fixing build problem
Bug 119147 r=dcone sr=attinasi
2002-01-11 11:48:28 +00:00
rods%netscape.com
126e97c993 Wasn't setting the default correctly.
Bug 118409 r=dcone sr=attinasi
2002-01-10 23:22:14 +00:00
shanjian%netscape.com
7df3a4d014 #118606 support opentype format 12 CMAP table
r=rbs, sr=attinasi
2002-01-10 22:06:58 +00:00
shanjian%netscape.com
4073d94c89 #106476 A more readable approach in resolving fonts
r=rbs, sr=attinasi
2002-01-10 21:26:07 +00:00
lordpixel%mac.com
2b4ba3c39a Fix for bug 66814. r=pink, sr=smfr 2002-01-10 03:11:02 +00:00
timeless%mac.com
e047e5956d Bug 116158 Enhance the workaround for bug 88554
patch by Roland.Mainz@informatik.med.uni-giessen.de r=timeless, r=rods, sr=dveditz
2002-01-10 02:51:26 +00:00
timeless%mac.com
ed26a5d45e Bug 84380 Need a component that generates thai presentation forms
patch by Roland.Mainz@informatik.med.uni-giessen.de r=cls, r=pradhat, sr=attinasi
2002-01-10 02:32:43 +00:00
rbs%maths.uq.edu.au
1ceb7234a7 Compact code, b=118617, r=shanjian, sr=waterson 2002-01-10 01:05:38 +00:00
bstell%ix.netcom.com
14b6fe9068 bug 116150 add NextNonEmptyCCMapPage and SetChars(PRUint16* aCCMap)
for FreeType2 font code
r=shanjian, sr=brendan
2002-01-10 00:01:38 +00:00
mkaply%us.ibm.com
25f078f225 #118932
r=mkaply, sr=blizzard
OS/2 only - use the name of the queue for the printer dialog
2002-01-09 21:31:45 +00:00
bzbarsky%mit.edu
614dc253ca Replace DEBUG_PRINTF with NS_WARNING/NS_ASSERTION. Bug 117440, patch by
Morten Nilsen <Morten@Nilsen.com>, r=timeless, sr=brendan
2002-01-09 18:49:43 +00:00
dcone%netscape.com
11514c49a2 b=98252, r=kmcclusk, sr=attinasi. Added support for fast alpha tiling. 2002-01-09 15:02:00 +00:00
hyatt%netscape.com
fea61336ed Fix for hover/active feedback on radio/checkbox/menulist in WinXP theme. r=hewitt, sr=ben 2002-01-09 01:26:16 +00:00
rods%netscape.com
7f647c74bf Improves error codes for printing and fixes selection printing by making sure the margins are initialized when no prefs are there
Bugs 86378 & 118637 r=dcone sr=attinasi
2002-01-08 01:15:25 +00:00
ftang%netscape.com
780648f6b2 fix bug 117098. sr=sfraser add arabic isolated fallback . in ATSUI fallback, fallback bold/italic form to non bold/italic for arabic font. do not go through QD fallback for Arabic/Hebrew by turn off the converter. remove fake bidi code. 2002-01-08 00:47:02 +00:00
ftang%netscape.com
e24bac9ed1 fix bug 117098. Now we treat Mac as non bidi platform sr=sfraser 2002-01-08 00:45:23 +00:00
ftang%netscape.com
8d0240a708 fix bug 117098. sr=sfraser let mac os 9 code also compiled on non Carbon 2002-01-08 00:44:47 +00:00
hyatt%netscape.com
9d09b333bd Fix for 115767, dropdown list support for WinXP, r=hixie, sr=blake 2002-01-08 00:43:20 +00:00
rods%netscape.com
c13593de3c support for printing of non-latin1 chars
Bug 100328 r=dcone sr=brenden
2002-01-07 13:26:27 +00:00
bstell%ix.netcom.com
b6241de43e bug 112516 move shared gtk files to x11shared
Makefile.in changes r=cls
the files were moved but not otherwise changed
2002-01-06 20:11:51 +00:00
dbaron%fas.harvard.edu
6ef5940320 Remove duplicate initialization of nsDeviceContext reference count by derived class constructor (which is dangerous since it could be incremented during the base class constructor). Various other cleanup, mostly in xlib port. b=111088 r=rbs sr=jag 2002-01-06 18:37:27 +00:00
bstell%ix.netcom.com
017c2bee2b bug 112516 move shared gtk files to x11shared
Makefile.in changes r=cls
the files were moved but not otherwise changed
2002-01-06 07:15:43 +00:00
bstell%ix.netcom.com
994a3ddb6a bug 112516 move shared files from gfx/src/gtk to gfx/src/x11shared
these were copied
2002-01-06 07:00:46 +00:00
bstell%ix.netcom.com
e1db4e7f60 bug 118033, remove useless assertion
checkin for Roland.Mainz@informatik.med.uni-giessen.de
r=bstell@ix.netcom.com, sr=blizzard
2002-01-06 02:36:19 +00:00
bstell%ix.netcom.com
6158613784 bug 116136 - fix aasb with 10646 fonts
r=ftang, sr=shaver
2002-01-06 02:28:02 +00:00
hyatt%netscape.com
179f32fe3c Fix for 115759, support for textfields in WinXP, r=hixie, sr=jst 2002-01-06 01:43:17 +00:00
hyatt%netscape.com
03e7fc057f Fixing 115750, support for tabpanels and tabs in WinXP, r=bryner, sr=blake 2002-01-06 00:22:24 +00:00
hyatt%netscape.com
a9a8f30db3 Fix for 115750, WinXP tab support. r=bryner, sr=blake 2002-01-05 23:44:39 +00:00
hyatt%netscape.com
c155598327 Fix for 115753, windows xp tooltip support, r=bryner, sr=sspitzer 2002-01-05 00:33:40 +00:00
hyatt%netscape.com
d749d59e46 Fix for 115748, r=bryner, sr=sspitzer 2002-01-05 00:15:48 +00:00
rods%netscape.com
0f08309d52 Better algorithm for getting and setting the dfault printer
Bug 117819 r-dcone sr=attinasi
2002-01-04 14:46:26 +00:00
hewitt%netscape.com
61df0dc23c 115757 - null check for win2k, r=bryner, sr=hyatt 2002-01-04 01:04:13 +00:00
hyatt%netscape.com
e3f61bf44f Checking in 115757, enabling of Windows XP Theme Support under Classic skin.,r=bryner,sr=hewitt 2002-01-04 00:28:01 +00:00
mkaply%us.ibm.com
f96e9b2489 #108280
r=mkaply, sr=blizzard
OS/2 only - more fallout from 99010
2002-01-03 22:42:10 +00:00
mkaply%us.ibm.com
c6b8ebb38b #117919
r=rods,mkaply sr=blizzard
OS/2 only - implement AvailablePrinters
2002-01-03 22:08:04 +00:00
timeless%mac.com
32c70a88b5 Bug 116439 - Xprint module prints sometimes underlined text wrong
patch by Roland.Mainz@informatik.med.uni-giessen.de r=timeless sr=jag
2002-01-03 02:16:44 +00:00
timeless%mac.com
c5b9e57b1b Bug 104075 - need X font banning
patch by Roland.Mainz@informatik.med.uni-giessen.de r=bstell@ix.netcom.com sr=jag
2002-01-03 02:13:34 +00:00
mkaply%us.ibm.com
f8239a2146 #111114
r=pedemont, sr=blizzard
OS/2 only - bad if condition on whether to SlowTile
2002-01-02 23:24:25 +00:00
mkaply%us.ibm.com
67e57d8447 Stupid syntax error 2002-01-02 23:06:26 +00:00
mkaply%us.ibm.com
7fe24a6543 No bug
r=pedemont, sr=blizzard
OS/2 only - make 0 system resolution mean "system setting" and don't use user specified DPI for bitmap fonts
2002-01-02 22:19:51 +00:00
pinkerton%netscape.com
1d1deb68d1 Fix mach-o build bustage. Don't include non-carbon things unless we're
actually building for carbon.
2002-01-02 16:23:14 +00:00
seawood%netscape.com
11a49ae318 Fixing beos bustage caused by checkin for bug 113917 2002-01-02 05:47:24 +00:00
seawood%netscape.com
eea7fa29d0 Cleaning up win32 gmakefiles from xp print dialog changes (bug 113917) 2002-01-02 05:34:00 +00:00
timeless%mac.com
27f57ebbc8 Bug 117654 [Xlib] Minor issue in nsFontXlibNormal::GetWidth()
patch by Roland.Mainz@informatik.med.uni-giessen.de r=timeless
2002-01-02 00:19:14 +00:00
dcone%netscape.com
0ca912a376 *** empty log message *** 2002-01-01 15:34:03 +00:00
dcone%netscape.com
9741b74021 Add nsPrintSettingsImpl to the project. Needed for the Rods checkin. See that checkin for approval. 2002-01-01 15:15:47 +00:00
rods%netscape.com
3f7fc6fe28 To fix breakage 2002-01-01 14:22:55 +00:00
rods%netscape.com
3d2a0a7a0d to fix breakage 2002-01-01 14:10:19 +00:00
rods%netscape.com
554777aa3a additional files and patches from arougthopher@lizardland.net to get BEOS to work
(because of checkin for 113917)
2002-01-01 13:11:46 +00:00
rods%netscape.com
7929b953f5 Switch public interfaces from nsIPrintOptions to nsIPrintSettings
Enabling XP Print Dialog for Windows
Enabling XP Print Progress Dialog
Enabling XP Page Setup Dialog
Fixing nsPrintPreviewContext to use nsIPrintPreviewContext
Bug 113917 r=dcone sr=attinasi
2002-01-01 12:58:53 +00:00
arougthopher%lizardland.net
58626137f3 Fix for Bug#10090
BViews were being drawn one pixel too small, do to the fact that Bview.Bounds() returns one pixel smaller than the actually widht/height.  (Also happens from BView.Frame())  Added a +1 to a couple of places to adjust for this.

Argouthopher at lizardland.net

r=cls (seawood@netscape.com)
2001-12-29 21:21:00 +00:00
rbs%maths.uq.edu.au
9acd0b2dd2 Follow-up to bug 115392, r=shanjian sr=brendan. Clean the left-over and outdated comments noted in passing 2001-12-27 00:24:48 +00:00
ftang%netscape.com
946167d3b4 fix bug 115374. add one not-well-documented flag for LOGFONT
to fix display problem on Chinese and Korean window 95/98/NT
r=shanjian sr=brendan
2001-12-26 21:10:44 +00:00
timeless%mac.com
61a97fd94a Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
rods%netscape.com
335903a46f Taking PrintSettingsImpl out of the build. 2001-12-21 03:44:13 +00:00
rods%netscape.com
cafed259ff getting nsPrintSettingsImpl into the build
Bug 113917 r=dcone sr=attinasi
2001-12-21 01:26:31 +00:00
rjesup%wgate.com
2e680f1b17 Bug 96108: Inline ElementAt(), add SafeElementAt(), voidarray usage fixes,
assertions for bad voidarray indexes.  r=jst, sr=waterson
2001-12-21 01:10:07 +00:00
shanjian%netscape.com
96074ffa22 #115392 Call GetFontData(CMAP) too many times
original patch proposed by frang tang
r=shanjian  sr=brendan
2001-12-20 01:27:04 +00:00
seawood%netscape.com
847619f840 Updating REQUIRES 2001-12-19 05:05:10 +00:00
seawood%netscape.com
1db8b753e4 Syncing makefiles.
Fixing tinderbox bustage
2001-12-19 03:49:00 +00:00
timeless%mac.com
6a83d212d6 Bugzilla Bug 107562�Implement Print Preview
patch by Roland.Mainz@informatik.med.uni-giessen.de r=rods
2001-12-19 00:10:02 +00:00
seawood%netscape.com
45bfbf0658 Landing the rest of the win32 gmake changes:
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup

Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
hyatt%netscape.com
0ec3f045d8 Fix for 112980, nsITheme API and dynamic skin switching re-enabling. r=ben, sr=waterson 2001-12-17 22:51:39 +00:00
jaggernaut%netscape.com
f1eeec7164 Fix OS2 bustage 2001-12-17 14:25:20 +00:00
jaggernaut%netscape.com
a49ec3f655 Fix more OS2 bustage 2001-12-17 11:16:24 +00:00
jaggernaut%netscape.com
e44e7d9ec8 Bug 113228: Replace ns{C}String::To{Upper,Lower}Case with global versions. r=bzbarsky, sr=jst 2001-12-17 07:14:49 +00:00
timeless%mac.com
12246fda79 Bugzilla Bug 95952 Waste of offscreen pixmaps
patch by Roland.Mainz@informatik.med.uni-giessen.de
r=kmcclusk@netscape.com, sr=attinasi
2001-12-16 19:29:30 +00:00
jaggernaut%netscape.com
97b0530073 Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf 2001-12-16 11:58:03 +00:00
pavlov%netscape.com
15273ea50a bug 78611. New XP threadsafe timer implementation. r=dougt sr=brendan 2001-12-16 06:13:17 +00:00
pierre%netscape.com
b9c7e0f7da 93217: nsRenderingContextMac doesn't reference count offscreens. Made the nsDrawingSurfaceMac's ownership similar to what we have on other platforms. r=pink/sr=sfraser. 2001-12-15 02:31:47 +00:00
seawood%netscape.com
51fa852613 Make OS/2 use the win32 build changes and finish LIB_PREFIX substitution.
Thanks to Javier Pedemonte (pedemont@us.ibm.com) for the patch.
Bug #58981 r=cls
2001-12-14 23:49:04 +00:00
rods%netscape.com
c72800ef27 Initial check in for BUg 113917 (not in the build yet) 2001-12-14 22:40:12 +00:00
bbaetz%cs.mcgill.ca
5c8cc975a2 Bug 80142 (among others) - landing of SVG_20010721_BRANCH. Work by
alex.fritze@crocodile-clips.com, james.turner@crocodile-clips.com, and
everyone else how helped on the branch. Thanks to peterv for last minute
build changes

r=cls for build changes
r=jst, rs=brendan for #ifdef'd parts touching existing files.

NOT ON BY DEFAULT
2001-12-12 07:59:31 +00:00
bbaetz%cs.mcgill.ca
a9ff31aebd Backing out bug 95383 because of tbox redness. 2001-12-12 07:16:39 +00:00
bbaetz%cs.mcgill.ca
a7e695e284 Bug 95383 - implement nsDrawingSurfaceMac::GetPixelFormat
Patch by james.turner@crocodile-clips.com, r=pink, sr=sfraser
2001-12-12 06:19:29 +00:00
bstell%ix.netcom.com
bf3beee55e bug 107020 fix code that selects anti aliased bitmap scaled fonts
r=Roland.Mainz@informatik.med.uni-giessen.de, r=pavlov, rs=waterson
2001-12-12 01:39:08 +00:00
kmcclusk%netscape.com
09cb388941 Move management of the backbuffer from the viewmanager to the rendering context and make the backbuffer transient on WIN32 and GTK. bug 95952 sr=attinasi r=karnaze 2001-12-12 01:35:31 +00:00
dcone%netscape.com
8e38e92292 b=112665 r=rods sr=attinasi. Set default for printing frames to each frame seperately. 2001-12-11 15:03:08 +00:00
ccarlen%netscape.com
993cd4c06f Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser 2001-12-11 04:54:47 +00:00
bzbarsky%mit.edu
3de82c1040 make nsRenderingContextXlib::CreateDrawingSurface always call
UpdateGC. Bug 114334, patch from Roland Mainz
<Roland.Mainz@informatik.med.uni-giessen.de>, r=timeless, sr=kin
2001-12-11 02:53:03 +00:00
ccarlen%netscape.com
c343dad63a Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 21:58:15 +00:00
ccarlen%netscape.com
baca6ece31 Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 20:42:22 +00:00
pierre%netscape.com
237606c46d #111949: Text Zoom has stopped working. Reinstated some code that was lost in the previous checkin. r=pink/sr=sfraser. 2001-12-10 06:30:00 +00:00
arougthopher%lizardland.net
902a87ece1 Bug #92711
The nsScriptableRegionConstructor method was not creating a nsRegionBeOS properly,
causing a crash of mozilla when the method was called.
r=cls
2001-12-10 00:29:21 +00:00
bbaetz%cs.mcgill.ca
ad192536dc Bug 114255 - need to call UpdateGC() even if we already have a GC
r=pavlov,sr=jst
2001-12-09 06:32:05 +00:00
dbaron%fas.harvard.edu
9d81ebdcf6 Fix leak of device context. r=jag sr=shaver b=114167 2001-12-08 22:41:10 +00:00
dbaron%fas.harvard.edu
82cc6db0e2 Allow text that fits exactly to be measured faster by changing < to <=. Patch from Daniel Bratell <bratell@lysator.liu.se>. r=shanjian sr=waterson b=90867 2001-12-08 22:37:12 +00:00
jaggernaut%netscape.com
83839f350e BUg 113228: Replace nsC?String::To(Lower|Upper)Case with global To(Lower|Upper)Case. r=dbaron, sr=jst 2001-12-08 07:08:38 +00:00
blizzard%redhat.com
780f997fcc remove seperate gtk2 gfx files. not part of the build. 2001-12-07 05:23:00 +00:00
blizzard%redhat.com
8554d66241 add region code for gtk2. not part of the build. 2001-12-07 05:22:21 +00:00
shanjian%netscape.com
f9401691bd #110843 support unicode beyond BMP plane in Compressed charmap
r=bstell sr=brendan
2001-12-06 23:10:32 +00:00
seawood%netscape.com
d0d7843e3d Implement nsIDeviceContextSpecPS for Qt.
Bug #113213 r=Roland.Mainz@informatik.med.uni-giessen.de
2001-12-06 10:30:32 +00:00
dbaron%fas.harvard.edu
2541b83e4f Tweaking XP_MACOSX ifdefs in a few more places, including a fix for background image clipping. b=111795 r=pinkerton sr=sfraser 2001-12-06 00:09:21 +00:00
rods%netscape.com
0a3f3787f9 Change the default of FrameSet print from "As Is" to "Each frame Separately"
Bug 112665 sr=attinasi
2001-12-05 14:53:30 +00:00
hyatt%netscape.com
91bc6c4a6e Enhancements to CSS to enable multi-colored borders and painting of image subregions. 112988 and 112990. r=dbaron,hewitt for 112990, r=ben,hewitt for 112988 2001-12-05 08:35:05 +00:00
blizzard%redhat.com
fea8276012 checkpointing changes. not part of the default build. 2001-12-05 05:17:21 +00:00
leaf%mozilla.org
8310ba80d7 remove cppsrcs defines from makefile.win files, bug 102459, sr=cls r=dbaron 2001-12-05 03:43:29 +00:00
darin%netscape.com
2a72e329c5 fixes bug 94327 "When there are multiple fonts with different foundry names
but the same family name moz should pick the best fit based on width, weight
and available size"
patch=Roland.Mainz@informatik.med.uni-giessen.de
r=katakai@japan.sun.com,(R.K.Aa)dark@c2i.net
sr=kin@netscape.com,jst@netscape.com
2001-12-04 00:47:38 +00:00
shanjian%netscape.com
e5da067f90 #103673 Switching to User-Defined character coding causes crash [@ nsFontMetricsWin::ResolveForwards ]
Load userdefined font once and only once, and then treat all other font as normal.

r=rbs, sr=attinasi
2001-12-04 00:26:28 +00:00
seawood%netscape.com
6f72f9fad0 Backing out previous checkin due to TT font issues.
Bug #94327
2001-12-03 10:29:10 +00:00
seawood%netscape.com
bf97a88f70 When there are fonts with multiple foundry names, pick the best font based upon widget, height & available size.
Thanks to Brian Stell <bstell@netscape.com> & Roland Mainz <Roland.Mainz@informatik.med.uni-giessen.de> for the patch.
Bug #94327 r=katakai sr=kin
2001-12-03 04:18:26 +00:00
seawood%netscape.com
e6195b9a4a Implement textZoom, fix caret hiding problem and fix italics displaying as normal chars problem.
Thanks to Makoto Hamanaka <VYA04230@nifty.com> & Paul Ashford <arougthopher@lizardland.net> for the patch.
Bug #68442 r=cls
2001-12-03 03:16:05 +00:00
mkaply%us.ibm.com
cec64f1f6f #112359
r=mkaply, sr=blizzard
OS/2 only - crash if you don't have font Times New Roman MT 30 installed
2001-11-30 22:43:52 +00:00
dbaron%fas.harvard.edu
232e53f44d Fix typos that shouldn't have been checked in. b=110802 2001-11-30 21:58:09 +00:00
dbaron%fas.harvard.edu
405859fe7e Backing out shanjian at his request to fix Linux orange. 2001-11-30 01:57:24 +00:00
shanjian%netscape.com
4a4b2f6c1e #support unicode beyond BMP plane in Compressed charmap
r=bstell,  sr=brendan
2001-11-30 00:41:20 +00:00
dcone%netscape.com
ed6e01e428 bug 103377. Images are scaled down for background tiled images that are printed. r=rods sr=attinsi 2001-11-29 15:48:15 +00:00
bstell%netscape.com
04de485892 bug 112522 on anti-alias scale bitmap font on local X server
r=pavlov, sr=mscott
2001-11-29 07:55:08 +00:00
dbaron%fas.harvard.edu
cc86cdefbc Fix runtime bustage for other ports that have the same problem as GTK. b=109974, 111088 2001-11-29 03:02:49 +00:00
dbaron%fas.harvard.edu
31edf8ff8e Fix orange. b=109974, 111088 2001-11-29 02:58:30 +00:00
shanjian%netscape.com
b8248f53a0 #34242 replace X font lookups on "-*-*-*-*-*-*-*-*-*-*-*-*-*-*" with "-*"
patch prepared by:  Roland Mainz
r=shanjian sr=brendan
2001-11-29 02:05:52 +00:00
rbs%maths.uq.edu.au
d8d585464c Bug 111069: don't initialize the device context twice in GfxWin & OS2 (also left in the debugging code used to catch that), r=rods, sr=waterson. Bug 109974: re-enable a consolidated memory-pressure observer to compact font resources in low-memory situations, r=shanjian, sr=waterson. 2001-11-29 00:34:07 +00:00
bstell%netscape.com
88f790ec62 checkin for adam@gimp.org
bug 110793: gcc problem with parameters
r=bstell@netscape.com, sr=brendan@mozilla.org
2001-11-29 00:03:36 +00:00
dbaron%fas.harvard.edu
fa7de6808e Region code doesn't need to be threadsafe since it all runs on one thread. b=110802 r=bryner sr=waterson 2001-11-28 04:59:26 +00:00
dbaron%fas.harvard.edu
eddc51ac32 Free the nsUnicodeMappingUtil singleton on shutdown. b=111385 r=pinkerton sr=sfraser 2001-11-28 01:15:10 +00:00
bstell%netscape.com
f706ed0c13 bug 110804 gdk exits during print preview
move the test for invalid size (off screen pixels) to point after last time sizes are set
r=yokoyama@netscape.com, sr=waterson@netscape.com
2001-11-27 23:02:26 +00:00
mkaply%us.ibm.com
6c4dc301be #108280
r=mkaply, sr=blizzard
OS/2 only - code from Javier Pedemonte to get our fonts back after 99010
2001-11-27 22:58:37 +00:00
alecf%netscape.com
8e1f300899 first part of fix for bug 112209, making nsStr private by switching nsStaticNameTable over to nsAFlatString. r=dbaron, sr=blake 2001-11-27 21:13:53 +00:00
mkaply%us.ibm.com
bb810c7bdb No bug
r=mkaply, sr=blizzard
OS/2 only - code from jblanco to get print preview working
2001-11-27 20:24:20 +00:00
mkaply%us.ibm.com
4620e7e967 No bug - Os/2 support for print preview 2001-11-26 21:04:19 +00:00
rods%netscape.com
b52e7ea39b Add PrintBGColors, PRINBGImages and Scaling
Bug 108345 r=dcone sr=attinasi
2001-11-26 12:48:41 +00:00
bstell%netscape.com
9f71911b4c bug 111251, checkin for adam@gimp.org,
very minor inefficiency in nsFontMetricsGTK.cpp
r=bstell@netscape.com, sr=blizzard
2001-11-24 22:13:18 +00:00
dbaron%fas.harvard.edu
04a5cae009 Fixing BeOS bustage. b=84947, 111450 2001-11-24 07:17:31 +00:00
dbaron%fas.harvard.edu
c1dc76c7b9 Fixing BeOS bustage. b=84947, 111450 2001-11-24 05:40:31 +00:00
dbaron%fas.harvard.edu
9f391e69d9 Fixing BeOS bustage. b=84947, 111450 2001-11-24 04:09:47 +00:00
dbaron%fas.harvard.edu
27faa27186 Bugs 84947 and 111450: fix BeOS bustage for new print dialog for Unix, OS/2, and BeOS by porting the changes to BeOS. Checking in for Roland.Mainz@informatik.med.uni-giessen.de 2001-11-24 02:38:58 +00:00
bzbarsky%mit.edu
edfb3b268f Use <> for system headers, not "". This should help prevent Sun WSU2
compiler bustage.  Bug 111574, patch from Roland Mainz
(<Roland.Mainz@informatik.med.uni-giessen.de>), r=bzbarsky, sr=bienvenu
2001-11-23 22:36:54 +00:00
rbs%maths.uq.edu.au
aace76c6bd re-disable this problematic memory-pressure observer as it causes device contexts to hang around until shutdown. bug 109974. Need more investigation. In the meantime, the font cache retains the ability to compact itself when font handles are running out 2001-11-23 10:31:30 +00:00
kaie%netscape.com
f371182171 b=84947 Roland tries to fix bustage, which only occurs on Unix when XPrint is not used.
r=kaie
2001-11-22 11:13:22 +00:00
kaie%netscape.com
3e80341582 b=84947 New print dialog for Unix and OS/2
r=cls/rods/mkaply/pchen sr=roc+moz
Checking in for Roland.Mainz@informatik.med.uni-giessen.de
2001-11-22 10:00:44 +00:00
yokoyama%netscape.com
dd63ceb583 Bug 86581
Check the UseDocFont Pref setting
before calling the font download
r=shanjian; /sr=brendan
2001-11-21 23:30:36 +00:00
seawood%netscape.com
7733357d51 Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
seawood%netscape.com
55fe97bff7 Renaming 'install' build phase to 'libs'
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
bbaetz%cs.mcgill.ca
8715a75f59 Bug 83517 - add a setTranslation method. patch by
alex.fritze@crocodile-clips.com, r=pavlov, sr=jst
2001-11-21 04:10:31 +00:00
rbs%maths.uq.edu.au
058d56cd08 Re-enable my fix 2001-11-21 00:43:27 +00:00
rbs%maths.uq.edu.au
a38cd8e276 Disable the registration codefor now as it causes TB to turn orange. 2001-11-21 00:25:24 +00:00
rbs%maths.uq.edu.au
c7bbb4a4a8 Attempt to fix orangeness - move the registration from Init() to CommonInit() 2001-11-20 22:57:07 +00:00
rbs%maths.uq.edu.au
d8ce96d9f4 Compact the font cache in low-memory situations or when font handles are running out. b=109974, r=shanjian, sr=waterson 2001-11-20 19:47:28 +00:00
bryner%netscape.com
6479688f87 Checking in for Roland.Mainz@inforamtik.med.uni-giessen.de - bug 110628, tune xlib gc cache size. r=timeless, sr=scc. 2001-11-19 22:37:51 +00:00
timeless%mac.com
060425ec59 Bugzilla Bug 110080 change !NS_SUCCEEDED(status) to NS_FAILED(status)
s/!NS_SUCCEEDED/NS_FAILED/g;s/!NS_FAILED/NS_SUCCEEDED/g;
r=dougt sr=hewitt
2001-11-19 06:45:00 +00:00
seawood%netscape.com
ddd73f3220 Coping with yet another string change 2001-11-18 11:58:27 +00:00
pchen%netscape.com
0136bcc918 bug 20943, r=rods, sr=ben, need to use alternate dc for print preview 2001-11-18 08:00:14 +00:00
pchen%netscape.com
bd6b1f6318 bug 20943, r=rods, sr=ben, don't put up print dialog in nsDeviceContextSpecMac::Init() if aQuiet is true 2001-11-18 08:00:04 +00:00
bstell%netscape.com
5f64cd365a bug 107020 anti-aliased scaled bitmap fonts
r=katakai@japan.sun.com, sr=brenday@mozilla.org
2001-11-17 20:01:04 +00:00
rbs%maths.uq.edu.au
8456ca4a98 Fix crasher bug 110174 by extending the substitute fallback font to be a bitmap font or to be a global font. r=shanjian, sr=attinasi 2001-11-17 02:43:30 +00:00
bstell%netscape.com
64d58584f0 minor clean up from bug 107025 2001-11-16 09:19:11 +00:00
bstell%netscape.com
0d508f6c4b bug 107018, add an assert to check for alignment issue
approved by brendan
2001-11-16 08:37:55 +00:00
bstell%netscape.com
89c64e6694 minor clean up from bug 107025
remove debug line, add ifdef DEBUG to one prototype
2001-11-16 08:25:13 +00:00
dbaron%fas.harvard.edu
4f54b05b1a Fix HP bustage due to old-style for-loop scoping. 2001-11-16 04:02:07 +00:00
blizzard%redhat.com
d863273869 bug #104576. Font sizes wrong when running under Xinerama. r=bstell,sr=tor 2001-11-16 03:18:18 +00:00
bstell%netscape.com
ada53eeca0 bug 107025 (part of bug 90813)
anti-aliased bitmap font code
r=shanjian@netscape.com, sr=blizzard@mozilla.org
2001-11-16 02:06:22 +00:00
bstell%netscape.com
cdd317c3b4 bug 107025 (part of bug 90813)
anti-aliased scaled bitmap font object code
r=shanjian@netscape.com, sr=blizzard@mozilla.org
2001-11-16 01:59:23 +00:00
jaggernaut%netscape.com
ee4f787321 Clean up REQUIRES lines. r/sr=alecf 2001-11-16 01:54:59 +00:00
bstell%netscape.com
bf895a906c bug 107018; alpha blending routines for anti-aliased scaled X bitmap fonts
add nsX11AlphaBlend.cpp to list of file to compile
r=pavlov, sr=waterson
2001-11-15 06:51:13 +00:00
bstell%netscape.com
2a52a5ee53 bug 107018, alpha blending routines for anti-aliased scaled X bitmap fonts
(part of bug 90813), r=pavlov, sr=waterson
2001-11-15 06:45:16 +00:00