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

11203 Коммитов

Автор SHA1 Сообщение Дата
msw%gimp.org 9dddb0ee14 Oops - not using this. 1998-11-07 18:43:17 +00:00
troy%netscape.com a923a9baa3 Changed PostCreateWidget() code to use the "default value" when setting
the widget's initial value
1998-11-07 17:47:57 +00:00
troy%netscape.com d41a655b4a Changed implementation of DefaultValue to use the value of the "value"
attribute
1998-11-07 17:46:12 +00:00
pavlov%pavlov.net 455e0e6c05 initialize mWidget to null 1998-11-07 17:30:50 +00:00
pavlov%pavlov.net 91f01223d3 Implimented nsImageGTK. Fixed some compling problems in the other files due
to headers needed in nsImageGTK
1998-11-07 17:24:46 +00:00
pavlov%pavlov.net 76c1a2b33c Add the menu bar to the Window correctly. 1998-11-07 17:23:30 +00:00
msw%gimp.org 57a813d468 Move all the widget to inherit from nsWidget, not nsWindow. Add stub
for mouse events in nsWidget
1998-11-07 17:00:11 +00:00
pavlov%pavlov.net 18c6b329bd convert nsLabel's to nsWidget instead of nsWindow. Impliment part of
nsPopUpMenu
1998-11-07 15:18:51 +00:00
msw%gimp.org 4e806f9df3 set the size of buttons on creation. Need to check to make sure this
is the Right Way.
1998-11-07 05:43:47 +00:00
troy%netscape.com 6bedb3e504 Added code to StringToAttribute() to handle "border" attribute 1998-11-07 05:27:39 +00:00
troy%netscape.com 8a9dc6e18f Added a copy of the UpdateImageFrame() code from nsImageFrame, so that
when the image size arrives we get notified so we can kick off an
incremental reflow
1998-11-07 03:56:11 +00:00
akkana%netscape.com 37541fe2bc Add some more commands to 'gmake build' 1998-11-07 03:34:51 +00:00
rickg%netscape.com 41e1004641 allow script in table 1998-11-07 02:18:55 +00:00
pavlov%pavlov.net 0d1f902b78 Initial GTK code for menus. 1998-11-07 02:05:59 +00:00
troy%netscape.com b36b8458c4 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 46a3f20413 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 12aa0f3695 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 8ba697af42 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 7423436a10 show the widgets so that they appear on the screen 1998-11-06 23:46:18 +00:00
shaver%netscape.com 61e3cef015 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 f06ec0ec03 turning on NS_NET_FILE 1998-11-06 22:55:04 +00:00
rickg%netscape.com e333cae225 tiny fix to allow form tag inside the table tag 1998-11-06 21:41:59 +00:00
terry%netscape.com 6c3a9c5c8b 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 5b03cdb5a4 Updated ContentSink to use newer LoadURL API. 1998-11-06 19:20:45 +00:00
shaver%netscape.com 4d74918979 improve nsWindow to handle toplevel and embedded windows, and use GtkLayout 1998-11-06 18:26:30 +00:00
troy%netscape.com 1ef01c4b61 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 f2288a825a implicit int not supported anymore. 1998-11-06 17:24:58 +00:00
troy%netscape.com 64cdfa1e59 Changed to make the Mac compiler happy... 1998-11-06 17:24:08 +00:00
shaver%netscape.com 3c556fe3b6 fix compile bustage 1998-11-06 17:11:58 +00:00
pavlov%pavlov.net 7379ffeddd fix it. honest! 1998-11-06 17:03:18 +00:00
pavlov%pavlov.net 7a218a25b9 fix compiling 1998-11-06 16:37:33 +00:00
pavlov%pavlov.net 6b056e265b add these items to the parent widget (layout) 1998-11-06 16:35:24 +00:00
pavlov%pavlov.net 1d3e18da4b add menu to layout, not box 1998-11-06 16:34:20 +00:00
troy%netscape.com 591108e12c Added a comment 1998-11-06 16:24:21 +00:00
troy%netscape.com 70b4af0366 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 488f988be6 remove old *.mk sanity checking that isn't needed by autoconf 1998-11-06 15:46:39 +00:00
mcafee%netscape.com 0576b35b4a more comments 1998-11-06 09:06:37 +00:00
mcafee%netscape.com da3d45b950 Initial version 1998-11-06 08:39:52 +00:00
valeski%netscape.com cd8a8758a2 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 51dc794a78 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 8875b365c1 Tweak to get it to link on Solaris GCC 1998-11-06 02:58:18 +00:00
joki%netscape.com 7e3ff11eff Fixup calls to DumpCellMap() with NS_DEBUG #ifdefs 1998-11-06 02:38:17 +00:00
spider%netscape.com 9a9a589685 Allow Image URL's to be set independently. Needed for XML parsing. 1998-11-06 02:24:50 +00:00
kipp%netscape.com bb0641ee17 Fixed nowrap support by computing max-element-size better 1998-11-06 02:09:21 +00:00
kipp%netscape.com bde96d4878 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 9116f4228b fix build: define gAppContext since it's used and was never defined 1998-11-06 02:02:31 +00:00
spider%netscape.com bc845be437 Add GetImageDimensions API 1998-11-06 02:00:25 +00:00
akkana%netscape.com 22dcf66083 Remove dlldeps.c reference which was breaking the build 1998-11-06 01:48:22 +00:00
joki%netscape.com 1569d53889 Adding focus passing method to nsIWebShellContainer 1998-11-06 01:30:07 +00:00
spider%netscape.com 5519de54f5 Fix crash when image not loaded yet 1998-11-06 01:24:09 +00:00