Dale.Stansberry%Nexwarecorp.com
856a960fa6
- Fixed a DrawingSurface destruction problem
1999-08-20 14:17:08 +00:00
blizzard%redhat.com
189b4a2255
do proper endian detection for rgb code. this should fix sparc.
1999-08-20 13:18:55 +00:00
kmcclusk%netscape.com
1e25ab819d
added comment that NS_COPYBITS_TO_BACK_BUFFER flag passed to nsRenderingContext::CopyOffscreenBits is obsolete and going away
1999-08-19 22:34:22 +00:00
kmcclusk%netscape.com
8c37767585
bug #5403 Added code to properly release NetService and IOServices
1999-08-19 22:33:09 +00:00
pnunn%netscape.com
583be064e4
Put in check for error return. pnunn.
1999-08-19 22:23:48 +00:00
pnunn%netscape.com
310a46b514
Cleaning up returns across api. pnunn@netscape.com
1999-08-19 22:17:21 +00:00
ramiro%netscape.com
bdf21fa863
Fix dumb mistake that was breaking BEOS.
1999-08-19 14:07:29 +00:00
ftang%netscape.com
a5be3e0970
fix mapping getter problem
1999-08-18 07:34:00 +00:00
ramiro%netscape.com
0e1b8a922a
Fix for -lpref linking problems. Dont link with libpref, its not needed.
1999-08-18 00:27:50 +00:00
ramiro%netscape.com
0149d76208
Link in secfree dynamically only where needed.
1999-08-17 15:46:57 +00:00
ramiro%netscape.com
33f8c1f169
Remove the TOOLKIT_EXORCISM hack. Make non-monolithic toolkit linking the
...
default for Linux and Solaris. Need testing on other platforms (HELP!)
That means that toolkit libraries are not linked into the app - for truly
XP apps such as the apprunner. The gecko viewer still needs to link in
the toolkit, cause it has toolkit code in its main().
Replace the hack with something more useful. There is a
--enable-monolithic-toolkit flag for platforms with dumb linkers and runtime
loaders.
Also landed the remainder of Shawn Packwood's qt port.
1999-08-17 09:33:48 +00:00
ramiro%netscape.com
5e866d5dc1
Comment out broken code. Ignore generated files.
1999-08-17 06:59:45 +00:00
shawnp%earthling.net
1379bc6603
Initial checkin of Qt gfx files. Still pretty raw in a lot of places.
1999-08-12 01:51:22 +00:00
dcone%netscape.com
120b47dc27
fixed image printing -- with a non-printer hdc
1999-08-10 21:58:06 +00:00
pnunn%netscape.com
7c92a07b07
Added test for error. pnunn.
1999-08-09 21:25:39 +00:00
pinkerton%netscape.com
d794bd7d4b
Fix for bug 8292. MacGFX now understands underline in CSS.
1999-08-06 22:16:33 +00:00
dcone%netscape.com
5dea56c14c
Cleared out the memory after it was allocated
1999-08-06 17:39:32 +00:00
mcafee%netscape.com
5895907205
Fix warnings
1999-08-05 06:04:28 +00:00
ramiro%netscape.com
1d4022c3d8
Add support for building more than one toolkit at once. Currently #ifdefed
...
off as part of the toolkit link time exorcism.
1999-08-05 05:12:56 +00:00
briano%netscape.com
1b11405db7
Now it should compile properly on all platforms. Fixes the SunOS Motif build.
1999-08-05 03:04:06 +00:00
pinkerton%netscape.com
609dd4a696
exporting the region pool stuff so it can be accessed from Widget.
1999-08-04 20:14:54 +00:00
Jerry.Kirk%Nexwarecorp.com
716782f1bd
Added checks for NULL after mallocs
1999-08-03 20:39:51 +00:00
gagan%netscape.com
bc94a04220
Fixed the crash on a page in Necko. #10342
1999-08-03 03:21:50 +00:00
ramiro%netscape.com
deb7d3b582
Landing unix toolkit exorcism changes. #ifdef-ed OFF for now.
1999-08-02 13:53:49 +00:00
Jerry.Kirk%Nexwarecorp.com
28a83f6f83
Fixing bugs to allow printing to work under Photon
1999-08-01 16:58:36 +00:00
pnunn%netscape.com
fa687ec3c4
Implemented 8 bit mask depth. Not used until switch turned on in imglib. pnunn.
1999-07-30 23:39:36 +00:00
mscott%netscape.com
473da151b8
fix build breakage...include config.mak
1999-07-29 03:37:35 +00:00
briano%netscape.com
ea37bbc00a
Trivial elimination of some pointless macros as discussed in bug 8568. Approved by leaf@mozilla.org.
1999-07-29 01:18:12 +00:00
blizzard%redhat.com
f9ce345b35
fix memory leak in xlibrgb code.
1999-07-28 02:20:53 +00:00
ftang%netscape.com
d6d33ea73e
fix bug 7899 by setup correct value in the init
1999-07-28 02:00:18 +00:00
briano%netscape.com
d99daeea9b
Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568.
1999-07-27 23:27:44 +00:00
warren%netscape.com
93dc3353ee
Added test for null load group.
1999-07-27 20:33:36 +00:00
warren%netscape.com
c709a23c5a
Fixed images to load in proper group. Should fix page timing problem.
1999-07-27 08:50:23 +00:00
Jerry.Kirk%Nexwarecorp.com
461c657187
Clean-up code, fixed a memory leak, removed dead code
1999-07-26 13:05:20 +00:00
sspitzer%netscape.com
9aca02e26c
fix warnings by making the dest/cntr public, not private
1999-07-26 01:36:59 +00:00
sspitzer%netscape.com
9ba9d77efe
fix warning
1999-07-26 01:35:34 +00:00
peterl%netscape.com
8a7e45d78b
remove warning
1999-07-24 18:58:48 +00:00
ramiro%netscape.com
167c263f57
Remove obsolote files.
1999-07-23 12:30:26 +00:00
beard%netscape.com
22708a8d17
LMGetGrayRgn() -> GetGrayRgn(), to be Carbon compliant.
1999-07-23 02:45:42 +00:00
beard%netscape.com
478b3de4ef
bug #7796 : changed nsDeviceContextMac::GetDeviceSurfaceDimensions() to return the dimensions of the entire Mac desktop using LMGetGrayRgn().
1999-07-23 01:59:18 +00:00
Dale.Stansberry%Nexwarecorp.com
f4ded1501c
- Fixed IsEmpty()
...
- Fixed width/height = 0 problems
1999-07-21 20:33:09 +00:00
Michael.Kedl%Nexwarecorp.com
20eab7f593
fixed problems with InvertRect
1999-07-21 19:11:01 +00:00
gagan%netscape.com
20c0996ab2
Replaced resource:// with resource:/ to be more compliant with our parsing rules.
1999-07-21 11:48:56 +00:00
brade%netscape.com
870a1d47c6
Implement InvertRect on Mac. r sfraser
1999-07-20 23:38:55 +00:00
Jerry.Kirk%Nexwarecorp.com
078f5922c8
Fix DrawString problem when there is a multibyte character
...
at the end of the line.
1999-07-20 19:41:57 +00:00
Jerry.Kirk%Nexwarecorp.com
38b7324dbf
General Cleanup
1999-07-20 19:37:08 +00:00
Michael.Kedl%Nexwarecorp.com
515fe85b08
added invert_rect handling
1999-07-20 19:36:57 +00:00
rods%netscape.com
c8d6f33a88
Added impls of new methods ramiro added to nsIRenderingContext
1999-07-20 13:40:51 +00:00
ramiro%netscape.com
73bde13dd9
Add missing prototype.
1999-07-20 11:26:35 +00:00
ramiro%netscape.com
1079f5731f
A better fix for the previous checkin.
1999-07-20 10:59:43 +00:00