Commit Graph

62 Commits

Author SHA1 Message Date
ramiro%netscape.com
f41e67c622 Separate the widget and gfx toolkits into two variables.
Instead of MOZ_TOOLKIT, we now have MOZ_WIDGET_TOOLKIT and MOZ_GFX_TOOLKIT.
There is also a new configure flag, --enable-gfx-toolkit which does what its
name implies.
The configure script should continue to work as before.
1999-07-02 13:06:48 +00:00
briano%netscape.com
7c21f906f2 Evidently nsStubs.cpp is no longer needed. 1999-07-02 03:21:43 +00:00
gagan%netscape.com
1eb9865561 Fixed more bustage. 1999-06-29 01:25:30 +00:00
gagan%netscape.com
dc1680b25c Necko changes (from Andreas) 1999-06-29 00:26:25 +00:00
mcafee%netscape.com
c5c308c2e7 Changes for BeOS. 1999-06-26 07:19:21 +00:00
ramiro%netscape.com
773e34ec7d Changes to turn gfxps into a true component. Thanks to alecf@netscape.com
for providing the base patch.
1999-06-25 09:38:26 +00:00
mcafee%netscape.com
b5504ee299 Adding beeptest.html to the test suite. 1999-06-17 01:12:15 +00:00
evaughan%netscape.com
8f55891950 Added some scrollbar samples. 1999-06-16 22:20:29 +00:00
ramiro%netscape.com
d330f1ae61 Motif Ressurection. Thanks to Daniel Roberts <zuperdee@yahoo.com> for
doing the painful job of identifying everything that is missing and
stubbing it out.
1999-06-09 11:35:26 +00:00
Jerry.Kirk%Nexwarecorp.com
3ff2ce3e59 - Adding support for the Photon UI for viewer
- Modified Makefile.in and added nsPhMain.cpp and nsPhMenu.cpp
1999-06-03 12:16:22 +00:00
kmcclusk%netscape.com
a4271aeeef Added test16 to GTK menu. Also added missing aform.css, bform.css, cform.css
mozform.css and demoform.css file to be exported in Makefile.in
1999-05-28 21:55:33 +00:00
dp%netscape.com
94344009c8 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
kipp%netscape.com
4cbc1477dc Removed libraries no longer needed to link 1999-05-06 19:35:59 +00:00
pnunn%netscape.com
9f415ee9f5 These libs should only be linked with the appropriate decoder component in the
imglib. refer to bug#5459. pnunn. review:slamm, blessed:chofmann.
1999-04-30 18:27:31 +00:00
bruce%cybersight.com
f3cde73f5c Remove dependency upon -lnetutil and use of it on Unix. 1999-04-28 04:50:43 +00:00
mcafee%netscape.com
746940d985 Adding checkoutTest.xul to exports for Linux, Win32. a=pinkerton 1999-04-26 18:42:15 +00:00
blizzard%redhat.com
e583ec9cbf xlib mainloop code for viewer 1999-04-10 15:28:21 +00:00
sspitzer%netscape.com
b9b63f6e2c it turns out that viewer needs all the frames of the animated gif to work.
also, I fixed the clobber target in makefile.win to remove all 30 frames
1999-04-07 03:50:05 +00:00
sspitzer%netscape.com
4ee4831aea changed the makefiles to only export anim.gif and anims00.gif, as that's
all the current xul requires.

mac is still copying the entire directory, so they're on their own.
1999-04-07 00:48:51 +00:00
ramiro%netscape.com
6f36be6af3 Patches from reg@shale.csir.co.za (Jeremy Lea) to fix run scripts when
building on separate objdirs.
1999-04-01 20:36:29 +00:00
ramiro%netscape.com
58ad0d68df Add shell scripts to run mozilla viewer and apprunner. The scripts should
setup all the environment voodoo needed to run the programs.
1999-04-01 08:01:07 +00:00
nisheeth%netscape.com
48109d85b3 Adding expat and xmltok to the link phase of viewer... 1999-03-30 05:47:48 +00:00
ramiro%netscape.com
8ce50ad7cf Make it possible to prefix mozilla dlls that conflict with system dlls. 1999-03-12 12:43:04 +00:00
pinkerton%netscape.com
0e6988ea25 export the first tree test xul/css files 1999-03-09 21:55:22 +00:00
cls%seawood.org
202df19f2e Introduced separate CXXFLAGS for use with C++ code in the same style as the existing CFLAGS. Prepended _ to some configure.in private variables. 1999-03-07 05:18:45 +00:00
pinkerton%netscape.com
727c3d9f74 export toolbar samples and css file. 1999-03-05 20:20:18 +00:00
kmcclusk%netscape.com
59fd81ffb1 Added support for creating a postscript device context for printing under GTK.
Sanitized the GTK nsDeviceContextSpecFactoryG, nsRenderingContextPS, nsDeviceContextPS,
and nsDeviceContextSpecG by removing WIN32 dependencies.
Added checks for null widgets in nsWidget and nsScrollbar GTK implementations.
1999-02-22 18:56:54 +00:00
erik%netscape.com
46e7433082 adding viewer.properties to build for testing string bundle stuff 1999-02-09 19:21:02 +00:00
kipp%netscape.com
dfb33700da Cleaned up linkage of the viewer 1999-02-02 17:37:19 +00:00
mscott%netscape.com
58ed6d74c0 Link with sockstuburl library. 1999-01-28 01:59:52 +00:00
slamm%netscape.com
6a6b2674ee Use TK_CFLAGS instead of TK_(MOTIF|GTK)_CFLAGS. Use TK_LIBS instead of TK_(MOTIF|GTK)_LIBS to simplify makefile rules. Also general Makefile clean up. 1999-01-27 19:54:40 +00:00
mcafee%netscape.com
df650d7537 Use local TOOLKIT_LIBS instead of hard-coding in gtk. Still needs to be fixed in rules.mk 1999-01-26 11:59:48 +00:00
mcafee%netscape.com
3223988547 Fixing Solaris build breakage 1999-01-26 11:44:32 +00:00
mcafee%netscape.com
a64be0a95a Switch to using rules in rules.mk instead of making them up here. Nuked unnecessary link lines, fixed incorrect reference to viewer.exe. 1999-01-26 09:29:54 +00:00
mcafee%netscape.com
6b9ca2b482 Use logic in rules.mk for -DWIDGET_DLL and -DGFXWIN_DLL defines; nuked unnecessary INCLUDES addition; renamed nsUnixMain.cpp to nsMotifMain.cpp to be consistant with the Gtk naming here. 1999-01-26 07:48:13 +00:00
mcafee%netscape.com
aebdd887f9 OBJS rule is in mozilla/config/rules.mk, don't duplicate it here. 1999-01-22 01:20:34 +00:00
buster%netscape.com
c172a4c68d removed nsEditorInterfaces.cpp and all references to global methods therein.
all editing is handled by the editor now.
1999-01-13 18:52:02 +00:00
rods%netscape.com
860dd9b58d Added Table and Image Inspectors 1999-01-06 21:59:17 +00:00
shaver%netscape.com
af51904fec resprinkle NO_STATIC_LIB, but spare libpng so that viewer is cool. Also, repair some viewer/apprunner link foibles 1998-12-18 02:55:23 +00:00
rods%netscape.com
5acf149a4f Added HTML dialog support for "Find" and "PrintSetup" 1998-12-17 15:52:48 +00:00
ramiro%netscape.com
73636abd84 Rename 'libdbm' to 'libmozdbm' and 'libutil' to 'libmozutil.
This will fix the problem many people are reporting wrt conflicts with
system libraries that have the same names.
1998-12-15 07:37:32 +00:00
wtc%netscape.com
386398a685 Link with -lpwcac -ldbm on all platforms, not just on FreeBSD, Linux,
and SunOS.
1998-12-02 16:49:27 +00:00
mjudge%netscape.com
0e0b211724 adding editor to the build 1998-11-29 22:13:27 +00:00
ramiro%netscape.com
35281c0e38 Renamed the viewer from 'main' to 'viewer' 1998-11-28 22:18:24 +00:00
akkana%netscape.com
722238b3cb more fixes for the irix autoconf build 1998-11-20 02:00:14 +00:00
cls%seawood.org
a6d0864b66 Moved PNG_LIBS after libimg for final link. 1998-11-11 06:12:10 +00:00
cls%seawood.org
288a1c7f8c Fixes to resource install for xpfe. Fixes to make MOZ_NATIVE_* work again. Thanks to Jeremy Lea <reg@shale.csir.co.za> for the diffs. 1998-11-11 01:53:49 +00:00
pavlov%pavlov.net
4537735559 fix it. honest! 1998-11-06 17:03:18 +00:00
pavlov%pavlov.net
3cfdd3c759 fix compiling 1998-11-06 16:37:33 +00:00
ramiro%netscape.com
59116c9511 Use filter instead of ifdef hacks. 1998-11-04 11:47:21 +00:00