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

11264 Коммитов

Автор SHA1 Сообщение Дата
kipp%netscape.com 4f710d172f Create a block frame for run-in and compact frames 1998-11-09 23:35:44 +00:00
kipp%netscape.com 6c26fb46b7 Improved the table warning diagnostic 1998-11-09 23:35:05 +00:00
karnaze%netscape.com 44b5b9e670 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 87a8d40bbc 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 79db619968 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 b3bb7da32f have GetFontMetrics return a sane value. this fixes crash 1998-11-09 22:59:14 +00:00
terry%netscape.com df0d751c3c Fixed stupid bug causing stupid error messages. 1998-11-09 22:45:32 +00:00
mcafee%netscape.com dd10b33b0e moving OBJDIR to use config.guess 1998-11-09 22:28:28 +00:00
mcafee%netscape.com 6899d2dfb0 renaming WITH_NSPR to NSPR_INSTALL_DIR 1998-11-09 22:03:24 +00:00
rickg%netscape.com ec2c738b8e a tiny update to improve XML support 1998-11-09 21:51:18 +00:00
akkana%netscape.com e9487bf16f Add coherent message if gtk libs are missing 1998-11-09 21:47:41 +00:00
akkana%netscape.com a9d58ef944 Fix motif autoconf build -- pass MOZ_TOOLKIT through 1998-11-09 21:46:15 +00:00
terry%netscape.com e72975b6a5 kostello now owns Selection bugs. 1998-11-09 21:25:27 +00:00
pavlov%pavlov.net ab013f7172 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 4057d5351b only compile one binary, not two 1998-11-09 20:36:08 +00:00
terry%netscape.com 5bb072d325 Add Directory LDAP stuff. 1998-11-09 20:22:53 +00:00
wtc%netscape.com f148f057bb 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 51656cbe28 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 1597ec5412 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 a1220c1e69 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 57b0444baf 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 6d88f202dd Added GetAdditionalChildListName() as a way to discover additional
named child lists at runtime
1998-11-09 19:59:33 +00:00
troy%netscape.com 02915d3677 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 05eaf3adf4 Fix nspr build line 1998-11-09 19:30:54 +00:00
troy%netscape.com b82062a518 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 777b189df1 Disabled some more dubious br/margin code 1998-11-09 17:54:37 +00:00
vidur%netscape.com 96f4bbec57 Fix to GetFirstChild/GetLastChild from Michael Leventhal (mle@citec.fi) 1998-11-09 17:51:18 +00:00
kipp%netscape.com 7f7afdabd3 Repaired marginwidth/marginheight handling code 1998-11-09 17:51:05 +00:00
kipp%netscape.com 58eb43e339 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 0cae727734 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 e44103d2a5 remove assertion in nsRenderingContextGTK and added gdk_rgb_init() to
nsDeviceContextGTK
1998-11-09 15:47:45 +00:00
pavlov%pavlov.net f52f1cac3a 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 924628851b 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 00d96a37f1 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 22869e41fa More RDF fixing. Now ready for Raptor. 1998-11-09 01:28:58 +00:00
pavlov%pavlov.net 49741ddbe3 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 6c6692c60b 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 905a1f8673 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 ed5638b0ae 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 fb87a4844f Fixed nsMenu::AddMenu so that it adds menus to menus correctly. 1998-11-08 20:57:57 +00:00
pavlov%pavlov.net 3c6f7bd5ee 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 f6a051ae9e patch from skinny@knowhere.net for the scrollbar widget implimentation. 1998-11-08 19:36:31 +00:00
pavlov%pavlov.net 6f24004fe0 set the userdata for all of the widgets to 'this'. Use the userdata in the
callbacks in nsGtkEventHandler
1998-11-08 18:51:09 +00:00
pavlov%pavlov.net 96065666b9 minor code cleanup in nsCheckButton.cpp. begin work on nsComboBox. 1998-11-08 18:19:37 +00:00
pavlov%pavlov.net c34cf58734 Fix GTK Build so that it will compile without Motif. Remove extra mWidget's
from a few widgets that were provided mWidget from nsWidget.
1998-11-08 17:54:19 +00:00
rpotts%netscape.com 34ea948370 Support asynchronous network notifications (instead of polling) if NO_NETWORK_POLLING is defined. Currently, this is only implemented for Win32 1998-11-08 09:04:54 +00:00
rpotts%netscape.com cd26939253 propagate abnormal stream termination correctly... 1998-11-08 09:03:02 +00:00
pavlov%pavlov.net fa41e7866d initial stab at converting GdkEvents into mozilla events. 1998-11-08 05:53:52 +00:00
pavlov%pavlov.net f525a75644 blizzard%appliedtheory.com patch to allow this to compile without motif
installed.  this patch also fixes the arguments to the event callbacks to
those of Gtk
1998-11-08 04:34:08 +00:00
guha%netscape.com cc0efd9e79 *** empty log message *** 1998-11-08 04:29:07 +00:00