rods%netscape.com
b8f65f898c
Made change for GetBounds to GetClientBounds conversion
...
git-svn-id: svn://10.0.0.236/trunk@14102 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-04 21:41:26 +00:00
ramiro%netscape.com
5d5567ee0b
Use filter instead of ifdef hacks.
...
git-svn-id: svn://10.0.0.236/trunk@14074 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-04 11:47:21 +00:00
rpotts%netscape.com
8e0bea5308
Added a skidmark when a content viewer cannot be found for a given content-type...
...
git-svn-id: svn://10.0.0.236/trunk@14072 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-04 08:49:05 +00:00
rpotts%netscape.com
a15efa757c
Moved the clipboard methods from nsIWebShell into a new interface called nsIClipboardCommands...
...
git-svn-id: svn://10.0.0.236/trunk@14071 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-04 08:48:22 +00:00
rpotts%netscape.com
b0cb022865
Added new public interface nsIClipboardCommands.h
...
git-svn-id: svn://10.0.0.236/trunk@14070 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-04 08:46:48 +00:00
pierre%netscape.com
a5c4d7dadc
changed a 'delete' to 'delete []'
...
git-svn-id: svn://10.0.0.236/trunk@14047 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-04 06:37:28 +00:00
pierre%netscape.com
7265fa57bd
enabled debug info in standalone target
...
git-svn-id: svn://10.0.0.236/trunk@14044 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-04 06:34:46 +00:00
michaelp%netscape.com
43acfe6cc5
removed widget parameters from nsIView::Init(). added CreateWidget() and SetWidget()
...
APIs to replace this functionality. also added CreateScrollControls() to
nsIScrollableView.
git-svn-id: svn://10.0.0.236/trunk@14036 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-04 04:14:10 +00:00
scullin%netscape.com
c1a5d8d3b3
Add current directory to path so pref dlls and nspr are looked for in
...
the dll directory, not the application directory.
git-svn-id: svn://10.0.0.236/trunk@14034 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-04 03:04:10 +00:00
scullin%netscape.com
be7e32c82b
Fix to load from dll dir, not program dir.
...
git-svn-id: svn://10.0.0.236/trunk@14033 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-04 02:43:44 +00:00
kipp%netscape.com
a870fdb2bf
Brought -md back to life
...
git-svn-id: svn://10.0.0.236/trunk@14024 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-04 00:29:58 +00:00
peterl%netscape.com
93d3fcc553
sync to style resolution api changes
...
git-svn-id: svn://10.0.0.236/trunk@14009 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-03 20:33:43 +00:00
cls%seawood.org
e2980a544f
Fixed TOOLKIT_CFLAGS bug. Thanks to Mike Shaver <shaver@netscape.com> for pointing this out
...
git-svn-id: svn://10.0.0.236/trunk@13997 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-03 19:30:50 +00:00
cls%seawood.org
05a1c42505
Removed hardcoded 'gtk-config'
...
git-svn-id: svn://10.0.0.236/trunk@13992 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-03 16:16:37 +00:00
cls%seawood.org
dbfcbd98f5
Removed classic build Makefiles from configure.in
...
Changed --enable-fe to --enable-toolkit which takes a single argument.
Changed MOZ_FE to MOZ_TOOLKIT.
Removed USE_NGLAYOUT and USE_NGLAYOUT_GTK.
Removed FULL_STATIC_BUILD and --enable-min-shared.
Removed checks for gnome and qt.
git-svn-id: svn://10.0.0.236/trunk@13990 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-03 15:48:45 +00:00
rpotts%netscape.com
aa18bd41b1
Removed the exporting of the obsolete nsIDocumentLoadInfo interface...
...
git-svn-id: svn://10.0.0.236/trunk@13976 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-03 10:11:01 +00:00
rpotts%netscape.com
acf0119e9e
Removed the implementation of the nsIDocumentLoadInfo interface. This is an obsolete interface.
...
git-svn-id: svn://10.0.0.236/trunk@13975 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-03 10:09:42 +00:00
mcafee%netscape.com
9f88be8d5b
/usr/dt and /usr/openwin don't exist on Irix
...
git-svn-id: svn://10.0.0.236/trunk@13972 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-03 09:27:37 +00:00
mcafee%netscape.com
1c9f6bdf36
Removing bogus OBJS rule
...
git-svn-id: svn://10.0.0.236/trunk@13969 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-03 08:58:05 +00:00
rpotts%netscape.com
3177780a05
Fixed the implementation of nsINetSupport. Before it was totally busted since it assumed that nsString could return a const char *buffer (which it cant). This error was masked because the (assumed) coersion was supposed to occur in a var-args (of course it wouldnt - but thats another story)
...
git-svn-id: svn://10.0.0.236/trunk@13966 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-03 08:07:24 +00:00
rpotts%netscape.com
cc1becb059
Added some comments...
...
git-svn-id: svn://10.0.0.236/trunk@13965 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-03 08:04:34 +00:00
rpotts%netscape.com
3e23be2a65
Added an NS_DEFINE_IID for nsINetSupport (in comments) just as a reminder...
...
git-svn-id: svn://10.0.0.236/trunk@13964 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-03 08:04:03 +00:00
rpotts%netscape.com
a616b0c737
Added support of the nsInetsupport interface. The implementation simply calls out through the observer (if it supports nsInetSupport)
...
git-svn-id: svn://10.0.0.236/trunk@13963 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-03 08:03:22 +00:00
rpotts%netscape.com
51248e7bd6
Removed the implementation of nsINetSupport...
...
git-svn-id: svn://10.0.0.236/trunk@13962 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-03 08:02:33 +00:00
rods%netscape.com
afb0729ff5
Added an extra parameter to the Init to tell it whether it should have a sunken border
...
git-svn-id: svn://10.0.0.236/trunk@13919 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-02 22:19:08 +00:00
ramiro%netscape.com
801b4353bb
OOPS...the post link command needs to be true or else the binary gets run.
...
git-svn-id: svn://10.0.0.236/trunk@13913 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-02 21:36:31 +00:00
rods%netscape.com
6509224cb1
Added FindNext
...
git-svn-id: svn://10.0.0.236/trunk@13898 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-02 19:11:43 +00:00
ramiro%netscape.com
68fb13b240
Add a post link command to do magical things to the binary.
...
git-svn-id: svn://10.0.0.236/trunk@13880 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-02 16:36:06 +00:00
ramiro%netscape.com
403adcd321
Fix broken solaris and hpux builds.
...
git-svn-id: svn://10.0.0.236/trunk@13879 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-02 16:25:37 +00:00
ramiro%netscape.com
38b1292ac7
Cleanup the GTK support.
...
git-svn-id: svn://10.0.0.236/trunk@13876 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-02 16:06:50 +00:00
ramiro%netscape.com
8fd8e53a03
Rename gfx and widget libs from 'unix' to 'motif'.
...
git-svn-id: svn://10.0.0.236/trunk@13872 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-02 14:35:03 +00:00
ramiro%netscape.com
6851a0e6ef
Add support for GTK base timer. Rename the 'unix' timer lib to 'motif'
...
git-svn-id: svn://10.0.0.236/trunk@13871 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-02 14:32:12 +00:00
ramiro%netscape.com
e3c7b8ee2e
Use -lfoo for libs instead of hardcoding to $(DIST)/bin/libfoo.so. This
...
makes more unix linker happy.
Simplify the GTK vs motif hackery.
git-svn-id: svn://10.0.0.236/trunk@13864 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-02 13:31:43 +00:00
shaver%netscape.com
19ceea02ea
fixing pavlov%pavlov.net's breakage of legacy Motif build
...
git-svn-id: svn://10.0.0.236/trunk@13850 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-01 22:06:10 +00:00
pavlov%pavlov.net
629930594a
Implimented CreateViewerMenus() for the GTK test viewer.
...
git-svn-id: svn://10.0.0.236/trunk@13849 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-01 21:03:40 +00:00
shaver%netscape.com
796c404334
use libwidgetgtk.so and libgfxgtk.so when selected by configure
...
git-svn-id: svn://10.0.0.236/trunk@13848 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-01 20:30:42 +00:00
shaver%netscape.com
b4c83f3565
use libwidgetgtk.so and libgfxgtk.so when selected by configure
...
git-svn-id: svn://10.0.0.236/trunk@13846 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-01 20:01:08 +00:00
shaver%netscape.com
b09afc13b7
build the right files for --enable-nglayout=gtk
...
git-svn-id: svn://10.0.0.236/trunk@13834 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-01 07:48:25 +00:00
blizzard%appliedtheory.com
90d84e1b14
new main for GTK impl of webshell
...
git-svn-id: svn://10.0.0.236/trunk@13830 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-31 23:43:28 +00:00
mcafee%netscape.com
26476a8f72
libgfxunix.a -> libgfxmotif.a. r=ramiro@netscape.com, spider@netscape.com
...
git-svn-id: svn://10.0.0.236/trunk@13793 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-31 07:05:37 +00:00
mcafee%netscape.com
9557259fac
Removing Rhapsody hack
...
git-svn-id: svn://10.0.0.236/trunk@13792 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-31 06:39:58 +00:00
troy%netscape.com
7f19f8bc79
Changed to define _DEBUG if MOZ_DEBUG is set.
...
git-svn-id: svn://10.0.0.236/trunk@13771 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-31 00:25:40 +00:00
jevering%netscape.com
bef9e12eb4
Removed debug menus if not a debug build
...
git-svn-id: svn://10.0.0.236/trunk@13730 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-30 19:03:38 +00:00
ramiro%netscape.com
2905eb0808
Renamed target to 'viewer' from 'main' and made it install in $OBJDIR.
...
git-svn-id: svn://10.0.0.236/trunk@13723 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-30 11:29:56 +00:00
rpotts%netscape.com
18a5d0d12b
Release the stream observer when stopping a document load. This will break the circular reference between the webshell and the docloader...
...
git-svn-id: svn://10.0.0.236/trunk@13720 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-30 07:10:10 +00:00
troy%netscape.com
15e4c2641f
Removed some #if 0 code that's no longer needed
...
git-svn-id: svn://10.0.0.236/trunk@13711 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-30 04:01:39 +00:00
michaelp%netscape.com
29bd495725
changes to support nsIRenderingContext that conforms to COM conventions.
...
git-svn-id: svn://10.0.0.236/trunk@13703 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-30 02:08:25 +00:00
jevering%netscape.com
36b2df5f6e
Fix case were neither MSSDK or NGPREFS is set
...
git-svn-id: svn://10.0.0.236/trunk@13691 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-30 00:06:40 +00:00
troy%netscape.com
9d97f5e3a4
Changed BODY to be wrapped in a scroll frame
...
git-svn-id: svn://10.0.0.236/trunk@13689 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-29 23:37:56 +00:00
jevering%netscape.com
686ab09e1d
include correct header file.
...
git-svn-id: svn://10.0.0.236/trunk@13681 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-29 22:13:15 +00:00