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

11227 Коммитов

Автор SHA1 Сообщение Дата
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
pavlov%pavlov.net 35dcddfc78 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 636508ddde minor code cleanup in nsCheckButton.cpp. begin work on nsComboBox. 1998-11-08 18:19:37 +00:00
pavlov%pavlov.net 8429e10395 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 886ca3e0d3 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 23f93aa1da propagate abnormal stream termination correctly... 1998-11-08 09:03:02 +00:00
pavlov%pavlov.net 7bfe4ef62c initial stab at converting GdkEvents into mozilla events. 1998-11-08 05:53:52 +00:00
pavlov%pavlov.net 8dd636e12f 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 884c0a8e70 *** empty log message *** 1998-11-08 04:29:07 +00:00
pavlov%pavlov.net 70b4a24b4d fix ::Remove so that it works on both TextWidget and TextAreaWidget 1998-11-08 04:12:42 +00:00
pavlov%pavlov.net b8b2cd4a22 Initial nsText* implimentation. This should be about 90% functional. 1998-11-08 04:05:34 +00:00
pavlov%pavlov.net f21684a83b nsBrowserWindow.cpp:3220
change
if (nsnull == menu) {
to
if (NS_OK == rv) {
which makes submenus be added correctly.
1998-11-08 02:09:38 +00:00
pavlov%pavlov.net 461243c902 fix menu code... submenus are not added correctly for some reason, but the
earlier warnings are gone.
1998-11-08 02:05:02 +00:00
pavlov%pavlov.net e9e397da2d Menu's are now displayed correctly (almost). 1998-11-08 01:13:43 +00:00
troy%netscape.com c58917a92f That part about the frame deleted reflow command being a list was a
bit overzealous. It can't be. Maybe at some point we'll have an
argument that specifies the number of frames to delete
1998-11-08 00:26:56 +00:00
troy%netscape.com 4fea1d817c Added some comments clarifying that appended, inserted, and deleted reflow
commands take a child list (i.e. more than one frame)
1998-11-08 00:24:40 +00:00
pavlov%pavlov.net a8799e5126 yet another patch from Owen Taylor <otaylor@redhat.com> that impliments
nsFontMetricsGTK
1998-11-07 23:21:18 +00:00
pavlov%pavlov.net 0ae3117b58 patch that impliments nsRenderingContextGTK from Owen Taylor
<otaylor@redhat.com>
1998-11-07 23:19:06 +00:00
ramiro%netscape.com 2c095597b0 Fix from Tim Rowley <tor@boojum.cs.brown.edu>.
The Sun compiler tossing the templated class into a template repository
(see Templates.DB in the directory layout/html/base/src).  At link time the
compiler doesn't know where that repository is, so it can't resolve that
symbol.
You can get the compiler to include the templated class in the shared library
by linking the objects together with "CC -xar".
1998-11-07 22:29:15 +00:00
pavlov%pavlov.net 32eb4e8c99 Apply patch from Owen Taylor <otaylor@redhat.com> that does images the right
way.
1998-11-07 19:54:14 +00:00
msw%gimp.org 28070e8862 Oops - not using this. 1998-11-07 18:43:17 +00:00
troy%netscape.com 3006e7c7a3 Changed PostCreateWidget() code to use the "default value" when setting
the widget's initial value
1998-11-07 17:47:57 +00:00
troy%netscape.com bb2f772b6d Changed implementation of DefaultValue to use the value of the "value"
attribute
1998-11-07 17:46:12 +00:00
pavlov%pavlov.net 75ed8bcd3d initialize mWidget to null 1998-11-07 17:30:50 +00:00
pavlov%pavlov.net 733e8c1795 Implimented nsImageGTK. Fixed some compling problems in the other files due
to headers needed in nsImageGTK
1998-11-07 17:24:46 +00:00
pavlov%pavlov.net 9ef6528746 Add the menu bar to the Window correctly. 1998-11-07 17:23:30 +00:00
msw%gimp.org 956dffc81f Move all the widget to inherit from nsWidget, not nsWindow. Add stub
for mouse events in nsWidget
1998-11-07 17:00:11 +00:00
pavlov%pavlov.net 19df6faf56 convert nsLabel's to nsWidget instead of nsWindow. Impliment part of
nsPopUpMenu
1998-11-07 15:18:51 +00:00
msw%gimp.org a885412a05 set the size of buttons on creation. Need to check to make sure this
is the Right Way.
1998-11-07 05:43:47 +00:00
troy%netscape.com 386299e3aa Added code to StringToAttribute() to handle "border" attribute 1998-11-07 05:27:39 +00:00
troy%netscape.com e7e6f42ffc Added a copy of the UpdateImageFrame() code from nsImageFrame, so that
when the image size arrives we get notified so we can kick off an
incremental reflow
1998-11-07 03:56:11 +00:00
akkana%netscape.com 2a71320db4 Add some more commands to 'gmake build' 1998-11-07 03:34:51 +00:00
rickg%netscape.com 1d15b7f028 allow script in table 1998-11-07 02:18:55 +00:00
pavlov%pavlov.net a5efa9c2c2 Initial GTK code for menus. 1998-11-07 02:05:59 +00:00
troy%netscape.com e66cb75bcb Fixed DamageRepairFrame() to correctly handle the case where the
target frame has a view
1998-11-07 02:00:21 +00:00
saari%netscape.com e4bd0c3b01 Mac only change. Don't unlock GDeviceHandles. Fixed. Don't dereference unlocked handles. Fixed. 1998-11-07 01:45:03 +00:00
buster%netscape.com a8be97a521 fixed the bug where events were not getting passed down to content inside
of cells with rowspans.  Basically, I just override HandleEvent() in nsTableRowGroupFrame
to ask nsTableRowFrame::Contains(), rather than the default action which is to
just use the child's rect.
1998-11-07 00:36:37 +00:00
troy%netscape.com 5befa347fb Added a hack to make sure that the floated frame gets a DidReflow notification 1998-11-07 00:03:45 +00:00
pavlov%pavlov.net 1d6d94539e show the widgets so that they appear on the screen 1998-11-06 23:46:18 +00:00
shaver%netscape.com d6bd18b7dc created new nsWidget common baseclass, and reparented nsButton to use it -- more reparenting to follow 1998-11-06 23:33:15 +00:00
valeski%netscape.com 3304924a8b turning on NS_NET_FILE 1998-11-06 22:55:04 +00:00
rickg%netscape.com 4de83d23a8 tiny fix to allow form tag inside the table tag 1998-11-06 21:41:59 +00:00
terry%netscape.com 88cc417a7b Greatly enhance the bot's conversational ability, using the very
latest in AI techniques.
1998-11-06 20:53:22 +00:00
jsun%netscape.com 089f06e3bf Updated ContentSink to use newer LoadURL API. 1998-11-06 19:20:45 +00:00
shaver%netscape.com 429d8e6972 improve nsWindow to handle toplevel and embedded windows, and use GtkLayout 1998-11-06 18:26:30 +00:00
troy%netscape.com cc256d154b Fixed ConstructFrame() so it creates the scroll frame first. This ensures
the style context hierarchy is correct
1998-11-06 17:57:24 +00:00
pinkerton%netscape.com f8a32d82cb implicit int not supported anymore. 1998-11-06 17:24:58 +00:00
troy%netscape.com e71a43a32a Changed to make the Mac compiler happy... 1998-11-06 17:24:08 +00:00