11274 Commits

Author SHA1 Message Date
eyork%netscape.com
cb0615db0b Stubs for the OutBox Manager 1998-11-10 02:27:51 +00:00
pierre%netscape.com
a70be7844d fix build: added nsImageControlFrame.cpp 1998-11-10 02:26:13 +00:00
cls%seawood.org
356b84c556 Added mozilla/configure target so that build: does not always run configure. Added $autoobjdir to build:. 1998-11-10 01:56:13 +00:00
cls%seawood.org
9cbe5745d5 Use $(MAKE) for build instead of gmake 1998-11-10 01:16:42 +00:00
cyeh%netscape.com
1d52872286 add the following exports: PL_VectorAssertValid PL_VectorRemove PL_VectorInsert PL_VectorAdd PL_VectorSet PL_VectorClone PL_VectorCopy PL_VectorCompact PL_VectorIsValidIndex PL_VectorSetSize PL_VectorFinalize PL_VectorInitialize PL_VectorDestroy PL_NewVector 1998-11-10 00:54:21 +00:00
joki%netscape.com
561847577e Stop dual event flow through both frames kids and view kids. Now flows through views. 1998-11-10 00:35:30 +00:00
mcafee%netscape.com
09326ed22a new configure target, NSPR_INSTALL_DIR usage changed slightly 1998-11-10 00:32:08 +00:00
pnunn%netscape.com
83c3330a72 bugzilla#1211. Needed ifndef for Timer decl. 1998-11-10 00:07:58 +00:00
kipp%netscape.com
66157a9852 Create a block frame for run-in and compact frames 1998-11-09 23:35:44 +00:00
kipp%netscape.com
af89649a87 Improved the table warning diagnostic 1998-11-09 23:35:05 +00:00
karnaze%netscape.com
aec75f892e form control content attribute changes (not all) reflected in layout; fixed scrolling on <iframe>, <frame>;
added nsImageControlFrame to handle <input type=image>.
1998-11-09 23:30:16 +00:00
terry%netscape.com
54ec141a85 Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- cope with product
names that have a "/" in them.
1998-11-09 23:19:37 +00:00
terry%netscape.com
93e12de30d Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- noted the CPAN
modules that the report stuff now depends on.
1998-11-09 23:19:15 +00:00
pavlov%pavlov.net
fde80a386c have GetFontMetrics return a sane value. this fixes crash 1998-11-09 22:59:14 +00:00
terry%netscape.com
17c03fd12b Fixed stupid bug causing stupid error messages. 1998-11-09 22:45:32 +00:00
mcafee%netscape.com
07eee8a20a moving OBJDIR to use config.guess 1998-11-09 22:28:28 +00:00
mcafee%netscape.com
155d691571 renaming WITH_NSPR to NSPR_INSTALL_DIR 1998-11-09 22:03:24 +00:00
rickg%netscape.com
4201ba4a5c a tiny update to improve XML support 1998-11-09 21:51:18 +00:00
akkana%netscape.com
4e9ad7d565 Add coherent message if gtk libs are missing 1998-11-09 21:47:41 +00:00
akkana%netscape.com
701b65539b Fix motif autoconf build -- pass MOZ_TOOLKIT through 1998-11-09 21:46:15 +00:00
terry%netscape.com
e516789f7a kostello now owns Selection bugs. 1998-11-09 21:25:27 +00:00
pavlov%pavlov.net
88183b02b3 revert changes to gtklayout. make sure some labels are shown since they are
inside the mWidget
1998-11-09 21:04:32 +00:00
pavlov%pavlov.net
5e9e3ab92b only compile one binary, not two 1998-11-09 20:36:08 +00:00
terry%netscape.com
b2e716d12c Add Directory LDAP stuff. 1998-11-09 20:22:53 +00:00
wtc%netscape.com
a68f16226c Have "make depend" invoke "make clean" as a hack to ensure
that the "depend" continuous builds still work after I removed
plvector.c and plvector.h from mozilla/nsprpub/lib/ds.  This
temporary hack will be removed later.
1998-11-09 20:14:54 +00:00
wtc%netscape.com
347bac9bda Moved plvector.c and plvector.h from mozilla/nsprpub/lib/ds
to mozilla/xpcom.
Modified files: Makefile, Makefile.in, makefile.win.
1998-11-09 20:10:21 +00:00
wtc%netscape.com
da5c8ed7ae Moved plvector.c and plvector.h from mozilla/nsprpub/lib/ds
to mozilla/xpcom.
Modified files: MANIFEST, Makefile, Makefile.in, makefile.win.
1998-11-09 20:09:33 +00:00
wtc%netscape.com
d02ef8a9d6 Moved plvector.c and plvector.h from mozilla/nsprpub/lib/ds
to mozilla/xpcom.
Modified files: MANIFEST, Makefile
1998-11-09 20:08:18 +00:00
wtc%netscape.com
54b876fad2 Moved plvector.c and plvector.h from mozilla/nsprpub/lib/ds to mozilla/xpcom. 1998-11-09 20:05:38 +00:00
troy%netscape.com
9d8145f033 Added GetAdditionalChildListName() as a way to discover additional
named child lists at runtime
1998-11-09 19:59:33 +00:00
troy%netscape.com
081c78e696 First of a few changes to allow frames to have multiple child lists.
FirstChild() now takes an additional argument which is the name of the
child list.
1998-11-09 19:40:27 +00:00
akkana%netscape.com
8af5fd9779 Fix nspr build line 1998-11-09 19:30:54 +00:00
troy%netscape.com
fd33ef03a2 Added a #define for NS_ERROR_INVALID_ARG to be the same as
NS_ERROR_ILLEGAL_VALUE. This helps make our error names more
consistent with COM
1998-11-09 19:03:05 +00:00
kipp%netscape.com
40dbf5063b Disabled some more dubious br/margin code 1998-11-09 17:54:37 +00:00
vidur%netscape.com
c23c7bfe96 Fix to GetFirstChild/GetLastChild from Michael Leventhal (mle@citec.fi) 1998-11-09 17:51:18 +00:00
kipp%netscape.com
0332290e01 Repaired marginwidth/marginheight handling code 1998-11-09 17:51:05 +00:00
kipp%netscape.com
4cfeba185c Some spot error handling improvements to fix a crash in http://checkmate/raptor/js98/test3.html 1998-11-09 16:21:18 +00:00
pavlov%pavlov.net
026311199b Patch from Owen Taylor <otaylor@redhat.com> that makes nsWidget inherit from
nsBaseWidget.  It moves the Create() functions into nsWidget for the base
creation so that the code is reused and not the same code in each file.  This
patch also fixes numerous nsWindow related issues.
1998-11-09 15:49:30 +00:00
pavlov%pavlov.net
b2e38fec66 remove assertion in nsRenderingContextGTK and added gdk_rgb_init() to
nsDeviceContextGTK
1998-11-09 15:47:45 +00:00
pavlov%pavlov.net
53129acd64 Impliment Resize for nsWidget (and nsWindow (it calls nsWidget::Resize/Move)
Add patch for gtklayout from Owen Taylor that makes sure the widgets added are
shown and realized.  We now get a window popped up that shows the spinner,
toolbar, menu, etc etc etc.  its getting close!
1998-11-09 05:45:57 +00:00
pavlov%pavlov.net
0fb3972bbc patch from Owen Taylor <otaylor@redhat.com> that allows you to draw on the
drawing area.
1998-11-09 03:03:09 +00:00
pavlov%pavlov.net
8458deae85 Patch from Owen Taylor <otaylor@redhat.com> which uses the correct GdkWindow
to draw to.
1998-11-09 03:02:08 +00:00
guha%netscape.com
386d199a60 More RDF fixing. Now ready for Raptor. 1998-11-09 01:28:58 +00:00
pavlov%pavlov.net
a6bb07efd2 nsComboBox implimentation from Chris Lahey <clahey@mich.net>
nsWidget and nsWindow changes (fix class inheritance, provide functions in
nsWidget and not nsWindow since everything is derived from nsWidget) patch
from Owen Taylor <otaylor@redhat.com>
1998-11-08 23:31:40 +00:00
pavlov%pavlov.net
d761548bd6 call gtk_widget_show() on all the menuitems that are being added to the
menubar
1998-11-08 22:39:14 +00:00
mcafee%netscape.com
506ce38dc4 Cut & Paste bug, double-freeing stuff. Thanks to Peter.vanHelden@net.HCC.nl for the fix. 1998-11-08 21:31:07 +00:00
terry%netscape.com
ebc8e373e3 If we fail to get slashdot data, don't let that stop us from trying
again in a couple of hours.
1998-11-08 21:12:12 +00:00
pavlov%pavlov.net
6b804b3c79 Fixed nsMenu::AddMenu so that it adds menus to menus correctly. 1998-11-08 20:57:57 +00:00
pavlov%pavlov.net
dee9328bdf add 'this' to the userdata of the widget so that callbacks will have the info
they need
1998-11-08 20:45:53 +00:00
pavlov%pavlov.net
b1a9860b46 patch from skinny@knowhere.net for the scrollbar widget implimentation. 1998-11-08 19:36:31 +00:00