dcone%netscape.com
|
c551b32606
|
cleanup of nsIImage class. There were routines and methods no longer used or needed.
|
1999-02-08 16:34:56 +00:00 |
mcafee%netscape.com
|
309c01964a
|
Adding widget, scribble to tests; these are building on both Linux & Solaris
|
1999-02-08 08:00:53 +00:00 |
blizzard%redhat.com
|
36dc547b62
|
back out akk's commented out menubar call. the looping has been fixed.
|
1999-02-08 03:41:10 +00:00 |
mcafee%netscape.com
|
f3dcee865f
|
Get scribble to build on Solaris
|
1999-02-07 13:12:08 +00:00 |
mcafee%netscape.com
|
0b53215139
|
Wrapping tests with ENABLE_TESTS
|
1999-02-07 12:13:23 +00:00 |
blizzard%redhat.com
|
641cf0c6d8
|
looping fixes. resizing still not 100% but we're getting there.
|
1999-02-07 03:03:07 +00:00 |
pavlov%pavlov.net
|
20d920f635
|
file widget works for the most part
|
1999-02-06 19:38:30 +00:00 |
pavlov%pavlov.net
|
e6aeaa73bc
|
remove the nsWidget * cast on the nsFileWidget
|
1999-02-06 19:22:25 +00:00 |
pavlov%pavlov.net
|
f288f97066
|
file selector work. almost working.
|
1999-02-06 19:21:33 +00:00 |
warren%netscape.com
|
4a71d6c91d
|
Fixed unsigned problems.
|
1999-02-06 04:02:02 +00:00 |
pavlov%pavlov.net
|
037fd139df
|
-Wall cleanups
|
1999-02-06 03:39:24 +00:00 |
akkana%netscape.com
|
38394cf553
|
Temporarily turn off menus until gtk code gets fixed; Approved by sar
|
1999-02-05 23:22:05 +00:00 |
pinkerton%netscape.com
|
5164632250
|
Fixing bustage.
|
1999-02-05 19:38:09 +00:00 |
pavlov%pavlov.net
|
f68abbf2a5
|
fix invalidate async problem that michaelp reported.
|
1999-02-05 18:54:43 +00:00 |
pinkerton%netscape.com
|
5f34443f81
|
Fixed DOM and Netlib dependency for saari.
|
1999-02-05 17:34:20 +00:00 |
saari%netscape.com
|
9b1f3f98af
|
added network and netlib
|
1999-02-05 15:45:51 +00:00 |
saari%netscape.com
|
5e1704a3ac
|
added DOM dependence
|
1999-02-05 15:01:33 +00:00 |
saari%netscape.com
|
5bcbfbc65d
|
added netlib back
I don't know which is right, network or netlib
|
1999-02-05 14:34:44 +00:00 |
saari%netscape.com
|
ed0d10de8a
|
added netlib back to LINCS
I don't know which is right, network or netlib
|
1999-02-05 14:10:59 +00:00 |
saari%netscape.com
|
b242755c89
|
changed requires netlib to network
|
1999-02-05 13:58:45 +00:00 |
saari%netscape.com
|
93049da951
|
trying to fix syntax error
|
1999-02-05 12:32:04 +00:00 |
saari%netscape.com
|
ce79155085
|
trying to fix syntax error
|
1999-02-05 11:45:38 +00:00 |
saari%netscape.com
|
803647a2b9
|
add netlib dependency
|
1999-02-05 10:54:29 +00:00 |
saari%netscape.com
|
3aa00e5e13
|
*** empty log message ***
|
1999-02-05 10:31:54 +00:00 |
saari%netscape.com
|
ae6290e076
|
File Removed.
|
1999-02-05 09:38:51 +00:00 |
saari%netscape.com
|
08663d1911
|
First Checked In.
|
1999-02-05 09:38:16 +00:00 |
saari%netscape.com
|
673bb8c2a9
|
First Checked In.
|
1999-02-05 08:52:55 +00:00 |
saari%netscape.com
|
a30a5837d2
|
moving nsIXULCommand.h, nsXULCommand.h, and nsXULCommand.cpp to widget dll from appshell
|
1999-02-05 08:52:39 +00:00 |
pavlov%pavlov.net
|
700f97ef57
|
...menus...
|
1999-02-05 08:17:42 +00:00 |
pavlov%pavlov.net
|
1d98c8aac1
|
more menu stuff
|
1999-02-05 08:15:36 +00:00 |
pavlov%pavlov.net
|
10cf46bd8f
|
make menus work with new menu code
|
1999-02-05 08:13:36 +00:00 |
saari%netscape.com
|
00acc5bbc4
|
oops, changed wrong file
|
1999-02-05 03:07:42 +00:00 |
saari%netscape.com
|
1d66d830ef
|
fixed horkage, exporting nsIXULCommand.h
|
1999-02-05 03:06:08 +00:00 |
saari%netscape.com
|
3c7f8a1380
|
merged changes with gtk version that changed under me
|
1999-02-05 02:31:02 +00:00 |
saari%netscape.com
|
ccaef3ebf7
|
Merged new changes with the gtk version that changed under me
|
1999-02-05 02:30:30 +00:00 |
saari%netscape.com
|
dce538a2bb
|
mozilla/widget/src/xpwidgets/nsBaseWidget.cpp
- included "nsIMenuListener.h"
- destructor releases mMenuListener
- AddMenuListener Releases a previously held nsMenuListener (nsMenuBar) before AddRefing the passed in one
mozilla/widget/public/nsIMenuItem.h
- included "nsIXULCommand.h"
- added SetXULCommand(nsIXULCommand*) which sets the XUL command for the menu item
mozilla/widget/src/mac/nsMenuItem.cpp
mozilla/widget/src/gtk/nsMenuItem.cpp
mozilla/widget/src/motif/nsMenuItem.cpp
mozilla/widget/src/windows/nsMenuItem.cpp
- QueryInterface supports nsIMenuListener interface.
- MenuSelected calls DoCommand on XULCommand (mac only right now)
- Added SetXULCommand() to set the nsXULCommand for this menuitem
mozilla/widget/src/mac/nsMenuItem.h
mozilla/widget/src/gtk/nsMenuItem.h
mozilla/widget/src/motif/nsMenuItem.h
mozilla/widget/src/windows/nsMenuItem.h
- nsMenuItem inherits from nsIMenuListener
- Added SetXULCommand() method
|
1999-02-05 02:19:46 +00:00 |
pavlov%pavlov.net
|
cf156da9b3
|
Create() doesn't need to add the menu items anymore
|
1999-02-04 23:04:40 +00:00 |
saari%netscape.com
|
8fe4652b63
|
Updating the unix's widget factories for the menu changes
|
1999-02-04 11:16:40 +00:00 |
saari%netscape.com
|
ff9550c097
|
fixed Win32 widget factory
|
1999-02-04 10:49:00 +00:00 |
saari%netscape.com
|
a49fd4408a
|
made nsISupports inheritance more explicit
|
1999-02-04 07:29:18 +00:00 |
saari%netscape.com
|
3a2f00d8bd
|
nsMenu inherits from nsIMenuListener
|
1999-02-04 07:25:39 +00:00 |
saari%netscape.com
|
07b69a9739
|
kMenuBarIID should have been kIMenuBarIID
|
1999-02-04 06:19:45 +00:00 |
saari%netscape.com
|
05b4e992fa
|
added the fix I made for Mac
|
1999-02-04 05:12:22 +00:00 |
saari%netscape.com
|
96572af7fe
|
*** empty log message ***
|
1999-02-04 04:04:44 +00:00 |
saari%netscape.com
|
072be3e4e7
|
fixing another lame error
|
1999-02-04 04:03:22 +00:00 |
saari%netscape.com
|
9c1d12b360
|
fixed lame syntax error
|
1999-02-04 03:44:43 +00:00 |
saari%netscape.com
|
74ac925144
|
fixes
|
1999-02-04 03:37:55 +00:00 |
saari%netscape.com
|
4011723d56
|
...minimizing damage...
|
1999-02-04 03:01:05 +00:00 |
saari%netscape.com
|
ccd808f8b9
|
...fixing breakage...
|
1999-02-04 02:54:56 +00:00 |
saari%netscape.com
|
d19b4d0bc9
|
fixing build
|
1999-02-04 02:48:43 +00:00 |