Commit Graph

11544 Commits

Author SHA1 Message Date
kipp%netscape.com
381815af96 Removed hacks that were mostly block-frame bug workarounds 1998-11-14 19:26:57 +00:00
kipp%netscape.com
11391735ba DidReflow now supports multiple child lists; added DeleteFrameList helper method 1998-11-14 19:25:34 +00:00
waterson%netscape.com
25573c4410 Initial revision. 1998-11-14 08:58:29 +00:00
waterson%netscape.com
a4ebf2890f Fixed misc column bugs. 1998-11-14 08:54:54 +00:00
waterson%netscape.com
87ee534d91 Fixed an IID mis-definition. 1998-11-14 08:54:16 +00:00
waterson%netscape.com
260377a305 Got GetNthItem() working. 1998-11-14 08:13:25 +00:00
msw%gimp.org
2ae2b3babd Draw directly onto windows, not on a pixmap 1998-11-14 06:35:25 +00:00
michaelp%netscape.com
0647ee3c40 fixed build bustage. 1998-11-14 02:58:09 +00:00
waterson%netscape.com
4002bfdb00 Hooked up InitFromResource() in a sort of half-assed way I'm not sure I understand. 1998-11-14 02:56:01 +00:00
waterson%netscape.com
0d270cd1d9 Misc. cleanup. 1998-11-14 02:55:48 +00:00
kipp%netscape.com
5ee9e214aa Fixed typo 1998-11-14 02:31:29 +00:00
briano%netscape.com
d4d25d36f1 Created a special-case macro for OSF/1 2.0 (hey, _someone_ might still be using it) so we can pass the compiler the -x cxx flag, which is required by the old 2.0 cxx compiler. 1998-11-14 02:26:55 +00:00
briano%netscape.com
19ab33f989 Added Frank van der Linden's (frank@wins.uva.nl) requested changes. 1998-11-14 02:22:43 +00:00
pavlov%pavlov.net
64f20c0083 fix for removing children, add gtk_exit() to the exit call of nsAppShell and
redid a few move functions
1998-11-14 02:15:06 +00:00
michaelp%netscape.com
b731d5dc2c changes to support printing architecture and actual printing under windows. 1998-11-14 02:05:13 +00:00
michaelp%netscape.com
2ff4d0162c added new xpcom objects to registry. i'm really getting tired of this hack... 1998-11-14 01:59:49 +00:00
michaelp%netscape.com
892909532f changes to support printing. 1998-11-14 01:58:34 +00:00
michaelp%netscape.com
7a9e1a4bc1 changes for pixel scaling/printing. 1998-11-14 01:52:27 +00:00
pavlov%pavlov.net
5f6f52a7b2 Fix the Font methods. This allows the pages to be rendered.. under something
so we still can't see it.. i'm looking
1998-11-14 01:43:27 +00:00
pavlov%pavlov.net
fbe9c5461a fix gtklayout so that it removes children properly. add a few more debugging
messages to nsWidget and nsWindow
1998-11-14 01:42:42 +00:00
bjorn%netscape.com
aa0fd8d09a Removing files to restructure the typelib stuff. 1998-11-14 01:22:50 +00:00
scc%netscape.com
6e4a1432aa fixed for IRIX (doesn't like new-style casts) 1998-11-14 00:35:48 +00:00
vidur%netscape.com
f0e94f9767 Added Xlink support 1998-11-14 00:22:10 +00:00
vidur%netscape.com
d5fc2aaaea Added support for XLink - simple links and show=replace or new. Modified nsILinkHandler interface. 1998-11-14 00:21:19 +00:00
waterson%netscape.com
dc75a25607 Added nsIRDFResource interface to clean up some internal downcasting kludges and stop their evil propagation. 1998-11-14 00:19:00 +00:00
waterson%netscape.com
d2956d2559 Initial revision. 1998-11-14 00:17:58 +00:00
joki%netscape.com
75313e6a08 Modify cursor types from default to inherit (they're the same internally right now) 1998-11-14 00:00:03 +00:00
joki%netscape.com
d316927b48 Modify cursor setting code to check css cursor setting for containers. 1998-11-13 23:58:52 +00:00
karnaze%netscape.com
1eafba94d2 bug 1374 (hometown.aol.com crash on resize) 1998-11-13 23:44:50 +00:00
karnaze%netscape.com
cce53e947f bug 1226 for form control with native widgets. Other controls are still not working. 1998-11-13 23:13:42 +00:00
karnaze%netscape.com
581d6a571f bug 1357 involving a hidden control not getting submitted 1998-11-13 23:10:52 +00:00
vidur%netscape.com
d011a88573 Generic HTML collection base class 1998-11-13 22:30:23 +00:00
leaf%mozilla.org
beadf5f0fa Checking in a fix for linux builds. 1998-11-13 22:16:07 +00:00
dcone%netscape.com
ccc2977039 New tag handling code added 1998-11-13 22:14:45 +00:00
mcmullen%netscape.com
6335aeb130 Commenting out previous change for now. 1998-11-13 22:06:10 +00:00
wtc%netscape.com
fce4f3ace5 Specify -R <path> if LIBRUNPATH is defined in the environment.
Contributed by Frank van der Linden (frank@wins.uva.nl).
1998-11-13 22:05:33 +00:00
mcmullen%netscape.com
e421035641 Put the first error in the perl console as well as the log file. 1998-11-13 22:01:21 +00:00
mcmullen%netscape.com
ec16d218b2 Work around a CW Pro4 bug. If the CW Find window is in front before you start, and you try to use an applevent to walk the list of open documents, you will fail. Running the build script in this case would open each of the projects in turn, but fail to attempt to build them or to close them again. The output will say something like "building foo / building bar / ... / build complete". Nothing would be built, and the log file would show no errors. This change will stop the build, instead of just barreling ahead regardless, in the case when the Find window bug is encountered. 1998-11-13 22:01:01 +00:00
troy%netscape.com
87eff9d2bf Changed GetLoadImageFailed() so it checks with the image loader rather
than just using the value of mLoadImageFailed. Fixes bug #1287
1998-11-13 21:31:50 +00:00
troy%netscape.com
d28f4a59b4 Changed Notify() to call NotifyError() if the notification type is
nsImageNotification_kAborted. This ensures that the NS_IMAGE_LOAD_STATUS_ERROR
load status bit is set and that the frame gets repainted
1998-11-13 21:21:15 +00:00
akkana%netscape.com
ddd6c50e30 xpfe is now in nglayout.mk, doesn't need to be pulled by client.mk 1998-11-13 21:03:26 +00:00
rjc%netscape.com
2c5acb97a6 First Checked In. 1998-11-13 20:47:53 +00:00
rickg%netscape.com
9e56348601 incrmental improvement in view-source for better text-run handling 1998-11-13 20:16:05 +00:00
scc%netscape.com
622e6a797f SOLARIS _does_ support member using declarations, so modify the test to let them through 1998-11-13 20:07:25 +00:00
scc%netscape.com
59132d1bb4 fixed order of declarations (confused SOLARIS compiler) and return types of AddRef and Release to match in the unfortunate case that the compiler does not support member using declarations 1998-11-13 20:06:43 +00:00
pinkerton%netscape.com
1048d4b017 get rid of "hiding inherited virtual method" warnings on CanContain() by making it const like it's parent class. 1998-11-13 20:04:27 +00:00
alecf%netscape.com
8b5f94eee7 implement fe_GetConfigDir 1998-11-13 19:46:00 +00:00
rickg%netscape.com
83227d227f added tag handling support for future use 1998-11-13 19:45:09 +00:00
alecf%netscape.com
98de6ed29a updated to allow for one-step building 1998-11-13 19:42:43 +00:00
scc%netscape.com
eeaaa11f7d unified compiler dependent code (removed from unit-tests, inserted in header); fixed for egcs-1.1 well known bug (member using declarations don't work) 1998-11-13 19:41:24 +00:00