Commit Graph

11344 Commits

Author SHA1 Message Date
akkana%netscape.com
2a71320db4 Add some more commands to 'gmake build' 1998-11-07 03:34:51 +00:00
rickg%netscape.com
1d15b7f028 allow script in table 1998-11-07 02:18:55 +00:00
pavlov%pavlov.net
a5efa9c2c2 Initial GTK code for menus. 1998-11-07 02:05:59 +00:00
troy%netscape.com
e66cb75bcb Fixed DamageRepairFrame() to correctly handle the case where the
target frame has a view
1998-11-07 02:00:21 +00:00
saari%netscape.com
e4bd0c3b01 Mac only change. Don't unlock GDeviceHandles. Fixed. Don't dereference unlocked handles. Fixed. 1998-11-07 01:45:03 +00:00
buster%netscape.com
a8be97a521 fixed the bug where events were not getting passed down to content inside
of cells with rowspans.  Basically, I just override HandleEvent() in nsTableRowGroupFrame
to ask nsTableRowFrame::Contains(), rather than the default action which is to
just use the child's rect.
1998-11-07 00:36:37 +00:00
troy%netscape.com
5befa347fb Added a hack to make sure that the floated frame gets a DidReflow notification 1998-11-07 00:03:45 +00:00
pavlov%pavlov.net
1d6d94539e show the widgets so that they appear on the screen 1998-11-06 23:46:18 +00:00
shaver%netscape.com
d6bd18b7dc created new nsWidget common baseclass, and reparented nsButton to use it -- more reparenting to follow 1998-11-06 23:33:15 +00:00
valeski%netscape.com
3304924a8b turning on NS_NET_FILE 1998-11-06 22:55:04 +00:00
rickg%netscape.com
4de83d23a8 tiny fix to allow form tag inside the table tag 1998-11-06 21:41:59 +00:00
terry%netscape.com
88cc417a7b Greatly enhance the bot's conversational ability, using the very
latest in AI techniques.
1998-11-06 20:53:22 +00:00
jsun%netscape.com
089f06e3bf Updated ContentSink to use newer LoadURL API. 1998-11-06 19:20:45 +00:00
shaver%netscape.com
429d8e6972 improve nsWindow to handle toplevel and embedded windows, and use GtkLayout 1998-11-06 18:26:30 +00:00
troy%netscape.com
cc256d154b Fixed ConstructFrame() so it creates the scroll frame first. This ensures
the style context hierarchy is correct
1998-11-06 17:57:24 +00:00
pinkerton%netscape.com
f8a32d82cb implicit int not supported anymore. 1998-11-06 17:24:58 +00:00
troy%netscape.com
e71a43a32a Changed to make the Mac compiler happy... 1998-11-06 17:24:08 +00:00
shaver%netscape.com
dbade5fd73 fix compile bustage 1998-11-06 17:11:58 +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
pavlov%pavlov.net
6bf1886c77 add these items to the parent widget (layout) 1998-11-06 16:35:24 +00:00
pavlov%pavlov.net
5577ab58f2 add menu to layout, not box 1998-11-06 16:34:20 +00:00
troy%netscape.com
1fa3a99941 Added a comment 1998-11-06 16:24:21 +00:00
troy%netscape.com
3c62625d97 Added support for using foreground color and background color from user
preferences. Also made it so we observe the preferences, get a callback if
they change, and then do a style change reflow
1998-11-06 16:16:01 +00:00
shaver%netscape.com
77ad1fb059 remove old *.mk sanity checking that isn't needed by autoconf 1998-11-06 15:46:39 +00:00
mcafee%netscape.com
02b881664e more comments 1998-11-06 09:06:37 +00:00
mcafee%netscape.com
083b21a30d Initial version 1998-11-06 08:39:52 +00:00
valeski%netscape.com
21da78a05e Adding a default directory for the new cache when it's being used in modular_netlib and for windows only. I also added the cache.lib to be dumped to the public dist dir when built. 1998-11-06 05:43:01 +00:00
pavlov%pavlov.net
21019b4d5d fix the million errors that GTK was giving out when the window was popped up.
Fix it to show menus.
1998-11-06 04:45:46 +00:00
akkana%netscape.com
44980f4d2d Tweak to get it to link on Solaris GCC 1998-11-06 02:58:18 +00:00
joki%netscape.com
cc216cef21 Fixup calls to DumpCellMap() with NS_DEBUG #ifdefs 1998-11-06 02:38:17 +00:00
spider%netscape.com
31357bacf1 Allow Image URL's to be set independently. Needed for XML parsing. 1998-11-06 02:24:50 +00:00
kipp%netscape.com
07564642ae Fixed nowrap support by computing max-element-size better 1998-11-06 02:09:21 +00:00
kipp%netscape.com
c734f425a7 Support mapping the character set encoding properly so that codes from 0x80 to 0x9f get mapped into ucs2 properly 1998-11-06 02:07:17 +00:00
akkana%netscape.com
59b44a73ad fix build: define gAppContext since it's used and was never defined 1998-11-06 02:02:31 +00:00
spider%netscape.com
e01ff1caf8 Add GetImageDimensions API 1998-11-06 02:00:25 +00:00
akkana%netscape.com
fcb5fef539 Remove dlldeps.c reference which was breaking the build 1998-11-06 01:48:22 +00:00
joki%netscape.com
6a33c7f0db Adding focus passing method to nsIWebShellContainer 1998-11-06 01:30:07 +00:00
spider%netscape.com
1016a1fe0e Fix crash when image not loaded yet 1998-11-06 01:24:09 +00:00
peterl%netscape.com
44c72dc670 fixed text-decorations some more 1998-11-06 01:06:26 +00:00
peterl%netscape.com
e992193567 sync to declaration api change 1998-11-06 00:59:03 +00:00
peterl%netscape.com
44ce3054b9 added table-layout
added mix/max width/height
made text-decoration not be cumulative
1998-11-06 00:58:23 +00:00
peterl%netscape.com
b0d65f24f9 removed char* apis
fixed ! important property ordering
fixed CSSOM access to ! important properties
1998-11-06 00:56:28 +00:00
peterl%netscape.com
c082c22d32 removed char* method types 1998-11-06 00:52:57 +00:00
peterl%netscape.com
7b042ff290 sync to declaration api change 1998-11-06 00:52:30 +00:00
peterl%netscape.com
4b024efc62 added default style for INS, DEL & DFN 1998-11-06 00:51:46 +00:00
peterl%netscape.com
eb27d38c27 turned bilnking off when the attribute goes away 1998-11-06 00:50:27 +00:00
peterl%netscape.com
a76e7fffdd added min/max width/height
made table inheritance block be conditional on compatibility mode
1998-11-06 00:49:04 +00:00
peterl%netscape.com
bed7b77103 added min/max width/height 1998-11-06 00:48:14 +00:00
joki%netscape.com
3c2769a525 Removing unneeded methods from nsIBrowserWindow interface. 1998-11-05 23:57:02 +00:00