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
cls%seawood.org
71349fe323
Fixed TOOLKIT_CFLAGS bug. Thanks to Mike Shaver <shaver@netscape.com> for pointing this out
1998-11-03 19:30:50 +00:00
cls%seawood.org
bc6ca3753f
Removed hardcoded 'gtk-config'
1998-11-03 16:16:37 +00:00
cls%seawood.org
f70174e61a
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.
1998-11-03 15:48:45 +00:00
ramiro%netscape.com
c95e696782
Cleanup the GTK support.
1998-11-02 16:06:50 +00:00
ramiro%netscape.com
0ef4de0df3
Add support for GTK base timer. Rename the 'unix' timer lib to 'motif'
1998-11-02 14:32:12 +00:00
ramiro%netscape.com
3a6f2e79c6
Use -lfoo for libs instead of hardcoding to $(DIST)/bin/libfoo.so. This
...
makes more unix linker happy.
Simplify the GTK vs motif hackery.
1998-11-02 13:31:43 +00:00
pavlov%pavlov.net
1548d60384
Implimented CreateViewerMenus() for the GTK test viewer.
1998-11-01 21:03:40 +00:00
shaver%netscape.com
21098b9130
use libwidgetgtk.so and libgfxgtk.so when selected by configure
1998-11-01 20:30:42 +00:00
shaver%netscape.com
fab3e44cfc
use libwidgetgtk.so and libgfxgtk.so when selected by configure
1998-11-01 20:01:08 +00:00
shaver%netscape.com
4d6c65c43b
build the right files for --enable-nglayout=gtk
1998-11-01 07:48:25 +00:00
cls%seawood.org
5de96f891e
Added $(FE_X_LIBS) to INCLUDES and $(FE_X_LIBS) to DSO_OS_LDOPTS to take care of motif dependencies under solaris.
1998-10-28 06:22:16 +00:00
cls%seawood.org
411ab80ce3
New autoconf files for nglayout
1998-10-28 03:53:57 +00:00