slamm%netscape.com
b78d7ef52a
Use TK_CFLAGS instead of TK_(MOTIF|GTK)_CFLAGS. Use TK_LIBS instead of TK_(MOTIF|GTK)_LIBS to simplify makefile rules.
1999-01-27 19:51:59 +00:00
buster%netscape.com
e7df15b90b
primarily comments and documentation
...
also removed nsTableFrame::QueryInterface() because it was just extraneous, and it made
an assumption about what class nsTableFrame derives from. Let the vtable do its work...
1999-01-27 19:29:24 +00:00
kmcclusk%netscape.com
87b47319d8
Replaced defaultchecked with checked
1999-01-27 19:19:07 +00:00
pinkerton%netscape.com
5e4fa9e2d6
make toolbars a little wider in their parent frame.
1999-01-27 19:15:01 +00:00
pinkerton%netscape.com
fc9c1939c8
backing out last two changes because they hork everything up.
1999-01-27 19:10:16 +00:00
erik%netscape.com
fd2231341f
again, had to fix some strange IID stuff that wouldn't compile on the Mac
1999-01-27 18:46:07 +00:00
erik%netscape.com
78e4b669e2
added PropertiesTest for new Java property file-like class
1999-01-27 18:42:28 +00:00
erik%netscape.com
516a0105ce
added nsProperties.cpp and nsBaseDLL.cpp
...
(for Java property file-like class, and its NSGetFactory)
1999-01-27 18:22:03 +00:00
mscott%netscape.com
124f1f9ada
Include sockstub
1999-01-27 18:19:40 +00:00
erik%netscape.com
195adb7362
added nsIProperties.h (like Java property files)
1999-01-27 18:18:35 +00:00
mscott%netscape.com
c6318c2b10
Include sockstub directory...
1999-01-27 18:17:25 +00:00
cata%netscape.com
b78e142c3f
Test code for the hacky Ascii Encoder added.
1999-01-27 18:06:03 +00:00
cata%netscape.com
8bf62a32c9
Hacky Ascii Unicode encoder added for testing purposes.
1999-01-27 18:05:08 +00:00
cata%netscape.com
64c5987ad2
More methods added in the interface.
1999-01-27 18:03:59 +00:00
cata%netscape.com
519bf61974
Docs added. Changes in error codes.
1999-01-27 18:02:58 +00:00
cata%netscape.com
c00a23c5d8
Added Error Offset Code for the Unicode Converters module.
1999-01-27 18:00:50 +00:00
kipp%netscape.com
ba3278f97a
Fixed build bustage
1999-01-27 17:40:10 +00:00
saari%netscape.com
6a0be0d0d6
fixing secondary build break
nsMenu should be nsMenuItem
1999-01-27 17:38:43 +00:00
saari%netscape.com
f1a413f258
fixing secondary build break
nsMenu not defined. Should be nsMenuItem
1999-01-27 17:37:42 +00:00
pinkerton%netscape.com
79a8a67fb9
make toolbox gray, not green.
1999-01-27 17:36:39 +00:00
pinkerton%netscape.com
9bb17cae02
add in toolbox
1999-01-27 17:36:12 +00:00
saari%netscape.com
da1e49724c
fixed a previous typo of mine
1999-01-27 17:33:55 +00:00
saari%netscape.com
6a6c15ac31
hacking xptoolkit menus
1999-01-27 17:33:00 +00:00
saari%netscape.com
88b10b270a
Adding in a XUL menubar.
This isn't really the right place for a XUL menubar, but it will do for the M1 demo.
1999-01-27 17:16:38 +00:00
pinkerton%netscape.com
05fb6700cf
add xul namespace line.
1999-01-27 17:11:02 +00:00
saari%netscape.com
e7db976ec4
fixing build break
change AddItem to AddMenuItem
1999-01-27 17:00:11 +00:00
kostello%netscape.com
e2ab54c03b
Updated XIFDTD token processing to match Rick's changes
...
by imitating behavior found in nsWellFormedDTD.cpp
1999-01-27 16:37:53 +00:00
kostello%netscape.com
f4cb89a986
Fixed bug: dereferencing a null in nsMarkupDocument
...
Suppressed creation of STYLE leaf tag in the XIF encoding
until style sheet output is fixed.
1999-01-27 16:35:32 +00:00
saari%netscape.com
483bcdb3ba
/m/pub/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp
- Several menu construction changes
1999-01-27 16:25:22 +00:00
saari%netscape.com
12a066f392
/m/pub/mozilla/widget/public/nsIMenuItem.h
- Added SetLabel method
/m/pub/mozilla/widget/src/mac/nsMenuItem.h
/m/pub/mozilla/widget/src/gtk/nsMenuItem.h
/m/pub/mozilla/widget/src/motif/nsMenuItem.h
/m/pub/mozilla/widget/src/windows/nsMenuItem.h
- Added SetLabel method
/m/pub/mozilla/widget/src/mac/nsMenuItem.cpp
/m/pub/mozilla/widget/src/gtk/nsMenuItem.cpp
/m/pub/mozilla/widget/src/motif/nsMenuItem.cpp
/m/pub/mozilla/widget/src/windows/nsMenuItem.cpp
- Added SetLabel method
1999-01-27 16:14:48 +00:00
saari%netscape.com
c656fedda3
/m/pub/mozilla/widget/public/nsIMenuBar.h
- Added Paint method
/m/pub/mozilla/widget/src/mac/nsMenuBar.h
- Added Paint method
- Mac implementation changes
/m/pub/mozilla/widget/src/gtk/nsMenuBar.h
/m/pub/mozilla/widget/src/motif/nsMenuBar.h
/m/pub/mozilla/widget/src/windows/nsMenuBar.h
- Added Paint method
/m/pub/mozilla/widget/src/mac/nsMenuBar.cpp
- Added Paint method
- Mac implementation changes
/m/pub/mozilla/widget/src/gtk/nsMenuBar.cpp
/m/pub/mozilla/widget/src/motif/nsMenuBar.cpp
/m/pub/mozilla/widget/src/windows/nsMenuBar.cpp
- Added Paint method
1999-01-27 16:05:57 +00:00
saari%netscape.com
1507ffe918
/m/pub/mozilla/widget/public/nsIMenu.h
- Changed AddItem to AddMenuItem
/m/pub/mozilla/widget/src/mac/nsMenu.h
/m/pub/mozilla/widget/src/gtk/nsMenu.h
/m/pub/mozilla/widget/src/motif/nsMenu.h
/m/pub/mozilla/widget/src/windows/nsMenu.h
- Changed AddItem to AddMenuItem
/m/pub/mozilla/widget/src/mac/nsMenu.cpp
/m/pub/mozilla/widget/src/gtk/nsMenu.cpp
/m/pub/mozilla/widget/src/motif/nsMenu.cpp
/m/pub/mozilla/widget/src/windows/nsMenu.cpp
- Changed AddItem to AddMenuItem
1999-01-27 15:57:57 +00:00
saari%netscape.com
6bf6cb7939
/m/pub/mozilla/widget/public/nsIWidget.h
- Added AddMenuListener method
1999-01-27 15:48:22 +00:00
rods%netscape.com
3bb837335c
Commented out some debug statements
1999-01-27 15:32:19 +00:00
rods%netscape.com
70bb3c7d63
The :prefs" variable in the "Print" method is null so I changed
...
NS_RELEASE(prefs) to NS_IF_RELEASE(prefs) why is prefs null??
1999-01-27 15:25:56 +00:00
rods%netscape.com
8735cfa4de
Added Throbber
1999-01-27 15:15:21 +00:00
hyatt%netscape.com
0aecfc3e54
Making events still possible within tree cells.
1999-01-27 12:42:37 +00:00
hyatt%netscape.com
902e7c0207
Making events for arbitrary HTML still work in tree cells.
1999-01-27 12:42:21 +00:00
hyatt%netscape.com
9eef28cab4
Improvements to the tree widget to implement expanding and collapsing
...
nodes.
1999-01-27 12:17:35 +00:00
saari%netscape.com
1f05fc29a1
mozilla/xpfe/appshell/src/nsWebShellWindow.cpp
- Added LoadMenus method to construct menus
mozilla/xpfe/appshell/src/nsWebShellWindow.h
- Added LoadMenus method
1999-01-27 10:51:28 +00:00
saari%netscape.com
1aeac01b4b
Fixing missing return value breakage.
1999-01-27 10:39:52 +00:00
hyatt%netscape.com
104e6beaba
Implemented selection in the tree view.
1999-01-27 10:10:37 +00:00
hyatt%netscape.com
829b7f8804
Fixed a bug wherein tree frames weren't being added to the flow.
1999-01-27 10:10:02 +00:00
saari%netscape.com
53835338be
/m/pub/mozilla/widget/src/mac/nsWindow.cpp
/m/pub/mozilla/widget/src/motif/nsWindow.cpp
/m/pub/mozilla/widget/src/windows/nsWindow.cpp
- call nsMenuListener in DispatchEvent
1999-01-27 09:37:23 +00:00
saari%netscape.com
c802069025
/m/pub/mozilla/widget/src/mac/nsIMenuBar.cpp
/m/pub/mozilla/widget/src/gtk/nsIMenuBar.cpp
/m/pub/mozilla/widget/src/motif/nsIMenuBar.cpp
/m/pub/mozilla/widget/src/windows/nsIMenuBar.cpp
- Added MenuSelected routine
/m/pub/mozilla/widget/src/mac/nsMenuBar.h
/m/pub/mozilla/widget/src/gtk/nsMenuBar.h
/m/pub/mozilla/widget/src/motif/nsMenuBar.h
/m/pub/mozilla/widget/src/windows/nsMenuBar.h
- nsMenuBar inherits from nsMenuListener
1999-01-27 09:02:51 +00:00
cls%seawood.org
52907bc192
Better handling of compiler options. Thanks to Tim Rice <tim@trr.metro.NET> for the patch.
1999-01-27 08:45:40 +00:00
saari%netscape.com
f680767b34
nsIMenu.h
- Add SetLabel method
nsMenu.h
- Added SetLabel method
nsMenu.cpp
- Added SetLabel method
nsIWidget.h
- Added AddMenuListener method
/m/pub/mozilla/webshell/tests/viewer/nsSetupRegistry.cpp
- Registered factories for nsMenuBar, nsMenu, and nsMenuItem
1999-01-27 07:51:20 +00:00
hyatt%netscape.com
74497032ef
Adding nsTreeCellFrame.cpp to project.
1999-01-27 07:46:10 +00:00
hyatt%netscape.com
2608a14608
Adding tree cell frame.
1999-01-27 07:31:14 +00:00
hyatt%netscape.com
b7887fe8d6
@%!%@!
1999-01-27 07:30:24 +00:00