Граф коммитов

1093 Коммитов

Автор SHA1 Сообщение Дата
waterson%netscape.com a3fbabc790 Exposed nsCSSParser via layout factory. 1998-12-01 23:29:16 +00:00
mjudge%netscape.com 7135c7af4a changing nsIRangeList to nsICollection 1998-12-01 17:57:42 +00:00
beard%netscape.com c0c7bc482d Mac shared library migration. 1998-11-30 22:15:00 +00:00
mjudge%netscape.com c94754173f new rangelist factory needs to be registered 1998-11-29 22:11:06 +00:00
cyeh%netscape.com 65038e9551 Removing static makefiles as a part of the transition to Autoconf. I have taken great
care to only remove makefiles affailiated with building nglayout. I have also verified that
the build at this point in time succesfully builds with autoconf.

If you must recover one of these makefiles, you can use the static tag STATIC_MAKEFILES.
If I removed a makefile that you need, please e-mail cyeh@netscape.com.
1998-11-21 00:34:32 +00:00
jfrancis%netscape.com d54d3fa258 shared lib conversion, phase 1 1998-11-18 06:36:44 +00:00
vidur%netscape.com 8723f8326b Added XML display support. Split nsGenericHTMLElement into generic and HTML-specific components. Minor style modification. New XML classes and interfaces. 1998-11-11 22:06:16 +00:00
troy%netscape.com d96a24b764 Make sure Linux links okay 1998-11-05 06:16:24 +00:00
shaver%netscape.com d38495bb98 need to reorder libs to make it link correctly 1998-11-04 00:26:44 +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
akkana%netscape.com cd37fd933a Changes over the weekend broke the IRIX build by removing the LD_ALL
and LD_NONE directives which enable the linker to combine dynamic
and static objects.
This puts them back.
1998-11-02 20:19:30 +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
msw%gimp.org 43e7a783ca Fix build bustage. 1998-11-02 13:34:51 +00:00
ramiro%netscape.com 8063fc4cc6 Use -lfoo for libs instead of hardcoding to $(DIST)/bin/libfoo.so. This
makes more unix linker happy.
1998-11-02 11:58:23 +00:00
akkana%netscape.com bb2691d06c Put back the part of the old IRIX clause that doesn't break gcc/egcs 1998-10-30 23:35:01 +00:00
akkana%netscape.com 7c915be525 Remove nonworking IRIX compile segments; these should be in IRIX.mk anyway, if they're really needed 1998-10-29 20:08:22 +00:00
cls%seawood.org 411ab80ce3 New autoconf files for nglayout 1998-10-28 03:53:57 +00:00
troy%netscape.com d48c66c9ff Added reference to NS_NewScrollFrame() 1998-10-13 03:32:49 +00:00
kmcclusk%netscape.com 203cd56a21 Fix for Linux build. Moved form lib to come after style lib. 1998-09-23 20:08:14 +00:00
mcafee%netscape.com 825fa799b4 Adding support for non-Linux OS's 1998-09-19 08:25:04 +00:00
troy%netscape.com 6b216f1161 Attempt number three... 1998-09-18 22:54:16 +00:00
troy%netscape.com 11dcf75a5b Attempt number two... 1998-09-18 22:51:36 +00:00
troy%netscape.com 389d1f7981 Attempt number one to fix Linux builds... 1998-09-18 22:49:15 +00:00
vidur%netscape.com 4e3024a5f9 Added constructors for DOM JS classes. nsIScriptObjectOwner::ResetScriptObject is now SetScriptObject. New factory for layout. New interface nsIDOMNativeObjectRegistry. 1998-09-17 01:53:52 +00:00
kmcclusk%netscape.com 555aa6e1fe Moved libraptorhtmltable down below libraptorhtmlstyle to try and resolve
a link error.
1998-09-16 23:38:59 +00:00
kipp%netscape.com 8f2807a027 Removed css/layout directory 1998-09-15 00:19:49 +00:00
karnaze%netscape.com 1c1a6dacaf converted frame/iframe/frameset to new layout/content separation 1998-09-09 23:30:30 +00:00
kipp%netscape.com f3c99bef88 Use flexible library naming 1998-08-05 01:40:20 +00:00
kipp%netscape.com b2995cbf59 Fix windows build to use js3250.dll 1998-08-05 01:33:07 +00:00
kipp%netscape.com 28446346a6 REference NS_NewImageDocument too 1998-07-27 17:51:56 +00:00
troy%netscape.com 7da0401c3c Combined raptorgfx.dll and raptorgfxwin.dll into one DLL 1998-07-26 23:52:36 +00:00
joki%netscape.com db560e8cac Adding new DOM stuff to handle JS event handlers 1998-07-17 04:52:12 +00:00
kmcclusk 61adf8bf9d Modified the order of the source shareables so all of the symbols
are in the single destination shareable for Linux.
1998-07-08 21:11:09 +00:00
kipp 790937f2af Updated for irix 1998-06-26 15:31:45 +00:00
kipp 1dcd2fab16 Link new content library in 1998-06-26 15:12:06 +00:00
vidur 3f8df8346d Hooked up SCRIPT tag evaluation. Added the nsIScriptContextOwner interface. 1998-06-25 22:26:52 +00:00
kipp c22118eca3 Link html .so properly 1998-06-25 18:38:59 +00:00
kipp 1a446c2e3f New and improved (?) line layout 1998-06-25 16:33:10 +00:00
joki e820a618d7 Event handling additions for DOM suport. Adding additional event pathway through HandleDOMEvent 1998-06-23 21:53:02 +00:00
joki 10ffd04c8c Adding new event handling mechanism into raptor. 1998-06-08 00:57:15 +00:00
kipp eb7c893d4f Fixed windows cvpack problem 1998-05-22 18:41:08 +00:00
rpotts 7063ac1b21 added the netlib import library... 1998-05-01 05:00:44 +00:00
kipp 098bef52b4 moved to pub 1998-04-13 20:24:54 +00:00