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
pavlov%pavlov.net
0f6302fed1
fix ::Remove so that it works on both TextWidget and TextAreaWidget
1998-11-08 04:12:42 +00:00
pavlov%pavlov.net
2a87f9c8c0
Initial nsText* implimentation. This should be about 90% functional.
1998-11-08 04:05:34 +00:00
pavlov%pavlov.net
84c38473e3
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
97dd738601
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
ab983fcc59
Menu's are now displayed correctly (almost).
1998-11-08 01:13:43 +00:00
troy%netscape.com
98356c0bea
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
602e157092
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
00aab88d53
yet another patch from Owen Taylor <otaylor@redhat.com> that impliments
...
nsFontMetricsGTK
1998-11-07 23:21:18 +00:00
pavlov%pavlov.net
1a5889d130
patch that impliments nsRenderingContextGTK from Owen Taylor
...
<otaylor@redhat.com>
1998-11-07 23:19:06 +00:00
ramiro%netscape.com
4b4541f07a
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
fd44f1a692
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
9dddb0ee14
Oops - not using this.
1998-11-07 18:43:17 +00:00
troy%netscape.com
a923a9baa3
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
d41a655b4a
Changed implementation of DefaultValue to use the value of the "value"
...
attribute
1998-11-07 17:46:12 +00:00
pavlov%pavlov.net
455e0e6c05
initialize mWidget to null
1998-11-07 17:30:50 +00:00
pavlov%pavlov.net
91f01223d3
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
76c1a2b33c
Add the menu bar to the Window correctly.
1998-11-07 17:23:30 +00:00
msw%gimp.org
57a813d468
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
18c6b329bd
convert nsLabel's to nsWidget instead of nsWindow. Impliment part of
...
nsPopUpMenu
1998-11-07 15:18:51 +00:00
msw%gimp.org
4e806f9df3
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
6bedb3e504
Added code to StringToAttribute() to handle "border" attribute
1998-11-07 05:27:39 +00:00
troy%netscape.com
8a9dc6e18f
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
37541fe2bc
Add some more commands to 'gmake build'
1998-11-07 03:34:51 +00:00
rickg%netscape.com
41e1004641
allow script in table
1998-11-07 02:18:55 +00:00
pavlov%pavlov.net
0d1f902b78
Initial GTK code for menus.
1998-11-07 02:05:59 +00:00
troy%netscape.com
b36b8458c4
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
46a3f20413
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
12aa0f3695
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
8ba697af42
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
7423436a10
show the widgets so that they appear on the screen
1998-11-06 23:46:18 +00:00
shaver%netscape.com
61e3cef015
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
f06ec0ec03
turning on NS_NET_FILE
1998-11-06 22:55:04 +00:00
rickg%netscape.com
e333cae225
tiny fix to allow form tag inside the table tag
1998-11-06 21:41:59 +00:00
terry%netscape.com
6c3a9c5c8b
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
5b03cdb5a4
Updated ContentSink to use newer LoadURL API.
1998-11-06 19:20:45 +00:00
shaver%netscape.com
4d74918979
improve nsWindow to handle toplevel and embedded windows, and use GtkLayout
1998-11-06 18:26:30 +00:00
troy%netscape.com
1ef01c4b61
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
f2288a825a
implicit int not supported anymore.
1998-11-06 17:24:58 +00:00
troy%netscape.com
64cdfa1e59
Changed to make the Mac compiler happy...
1998-11-06 17:24:08 +00:00
shaver%netscape.com
3c556fe3b6
fix compile bustage
1998-11-06 17:11:58 +00:00
pavlov%pavlov.net
7379ffeddd
fix it. honest!
1998-11-06 17:03:18 +00:00
pavlov%pavlov.net
7a218a25b9
fix compiling
1998-11-06 16:37:33 +00:00