dcone%netscape.com
|
913c087dee
|
Added the printer support files for GTK
|
1999-02-18 22:35:11 +00:00 |
cyeh%netscape.com
|
fe763fea21
|
Remove mozilla/layout/config and use mozilla/config instead.
|
1999-02-18 18:16:21 +00:00 |
rods%netscape.com
|
1ca9b2c223
|
Removed the InsertItemAt method that takes a string, this was a conveince
method no one was implementing.
Changed The InsertMenuItemAt to nsISupports because either a nsIMenu or nsIMenuItem
can be inserted.
|
1999-02-18 15:17:11 +00:00 |
kipp%netscape.com
|
72fef27cfe
|
Update window-manager hints so that the window is resizable after its shown
|
1999-02-18 03:33:00 +00:00 |
saari%netscape.com
|
3e22279ac1
|
/m/pub/mozilla/widget/src/mac/nsMenu.cpp
- unleash menu separators for mac
|
1999-02-18 00:42:06 +00:00 |
saari%netscape.com
|
193ccaa319
|
/m/pub/mozilla/widget/src/mac/nsMenu.cpp
- uncommented MenuSelected implementation
- cleaned up MenuSelected implementation
/m/pub/mozilla/widget/src/mac/nsMenuBar.cpp
- Uncomment MenuSelected() implementation
- Uncomment release of nsIMenuListener to avoid leak
/m/pub/mozilla/widget/src/mac/nsMenuItem.cpp
- #include "nsIMenuListener.h"
- Implement AddMenuListener()
- Implement MenuSelected()
/m/pub/mozilla/widget/src/mac/nsMenuItem.h
- Added nsIMenuListener * mXULCommandListener member
|
1999-02-17 22:45:34 +00:00 |
rods%netscape.com
|
e3c0c06c63
|
Added methods for adding and removing nsMenuListeners
and
|
1999-02-17 14:34:33 +00:00 |
rods%netscape.com
|
9dde950c45
|
Changed GetItemAt to return a nsISupports instead of a nsIMenuItem, this is
because a menu can hold both other menus and menu items.
Implemented several more of the menu methods and added the listenr methods to the
menu item.
|
1999-02-17 14:31:26 +00:00 |
rods%netscape.com
|
7355766cb5
|
Added the dispatch to menu listeners
|
1999-02-17 14:30:47 +00:00 |
rods%netscape.com
|
caf82723f4
|
Added methods for adding and removing menu listeners
|
1999-02-17 14:29:51 +00:00 |
rods%netscape.com
|
e9d26583af
|
Changed GetItemAt to return a nsISupports instead of a nsIMenuItem, this is
because a menu can hold both other menus and menu items.
|
1999-02-17 14:29:15 +00:00 |
scc%netscape.com
|
468d31eaed
|
changes for nsCOMPtr
|
1999-02-17 05:29:19 +00:00 |
mcafee%netscape.com
|
f9566a1c33
|
Adding do_QueryInterface() wrapper for nsCOMPtr carpool
|
1999-02-17 02:23:56 +00:00 |
pinkerton%netscape.com
|
8fc2a8647a
|
no longer exports nsIToolbarItem because this interface is obsolete.
|
1999-02-16 17:37:40 +00:00 |
pinkerton%netscape.com
|
da0d51e389
|
No longer exports nsIToolbarItem because this interface is obsolete.
|
1999-02-16 17:37:00 +00:00 |
pavlov%pavlov.net
|
2e3c6ea1b1
|
apply patch from Tomi Leppikangas <Tomi.Leppikangas@oulu.fi> to fix
nsTextHelper::SetText()
|
1999-02-15 01:54:08 +00:00 |
mcmullen%netscape.com
|
478f5b4e1b
|
Init the refcount.
|
1999-02-13 04:01:34 +00:00 |
blizzard%redhat.com
|
23dd4ef344
|
Apply patch for crosshairs cursor. Fixes one crash on test9. Patch from Tomi Leppikangas <Tomi.Leppikangas@funet.fi>
|
1999-02-13 03:26:04 +00:00 |
pierre%netscape.com
|
5a2651b06e
|
Made the ChildWindow destructor virtual
|
1999-02-12 19:15:32 +00:00 |
pierre%netscape.com
|
df1bb53e87
|
Fixed more problems with nsCOMPtrs
|
1999-02-12 19:15:03 +00:00 |
pierre%netscape.com
|
d01b4f92aa
|
Fixed the window-doesn't-close problem (backed out the nsCOMPtr conversions)
|
1999-02-12 11:47:25 +00:00 |
peterl%netscape.com
|
8d65d14ec2
|
changed all html atoms to lower case
|
1999-02-12 06:19:07 +00:00 |
blizzard%redhat.com
|
c8ee5d1310
|
make resizing go.
|
1999-02-12 06:07:24 +00:00 |
pinkerton%netscape.com
|
afc4e3bf23
|
Dont export or build toolbar or tree stuff.
|
1999-02-11 19:20:35 +00:00 |
pinkerton%netscape.com
|
88628db486
|
Reexport nsIToolbarItem (for throbber).
|
1999-02-11 18:30:04 +00:00 |
pinkerton%netscape.com
|
76c6dbe071
|
reexport nsIToolbarItem because the throbber needs it (this needs to be removed).
|
1999-02-11 18:29:05 +00:00 |
pinkerton%netscape.com
|
8f98a2b0c1
|
Don't build or export the tree/toolbar stuff since they aren't widgets anymore
|
1999-02-11 18:08:25 +00:00 |
pinkerton%netscape.com
|
550bcd3e6a
|
don't export tree or toolbar stuff.
|
1999-02-11 17:58:17 +00:00 |
pinkerton%netscape.com
|
bd7fb89e4d
|
Removing tree and toolbar widgets from being created, as they are now frames.
|
1999-02-11 17:58:07 +00:00 |
rods%netscape.com
|
982a6cf7ed
|
Removed the commented out XULCommandCID
|
1999-02-11 15:20:42 +00:00 |
rods%netscape.com
|
7c6549cd3f
|
Moved XULCommand back to xpfe/appshell
|
1999-02-11 15:13:29 +00:00 |
dcone%netscape.com
|
474f540044
|
Took out nsXULCommand.cpp
|
1999-02-11 15:13:20 +00:00 |
sfraser%netscape.com
|
fab650cd23
|
Temporary key handling code, so that basic navigation keys work.
|
1999-02-11 04:36:39 +00:00 |
pierre%netscape.com
|
191a14d1c6
|
Added checkbox and radiobox size to the LookAndFeel (bug#2923 "Checkboxes don't display ")
|
1999-02-11 00:51:36 +00:00 |
sar%netscape.com
|
eecbed5e4c
|
Turn of "modification date caching" so that dependencies are sure to work.
|
1999-02-11 00:04:46 +00:00 |
rods%netscape.com
|
5dcb3b2301
|
Added GetNativeEvent and DispatchNativeEvent, these are neded for future modal dialog support
|
1999-02-10 16:20:29 +00:00 |
pierre%netscape.com
|
4769c783c3
|
Fixed a small bug when resizing very fast
|
1999-02-10 11:42:46 +00:00 |
dp%netscape.com
|
1310389704
|
Adding libreg as xpcom depends on it
|
1999-02-10 02:01:50 +00:00 |
rods%netscape.com
|
395c9eea11
|
Fixed problem with marshalling the window create method
|
1999-02-09 18:20:18 +00:00 |
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 |