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

104 Коммитов

Автор SHA1 Сообщение Дата
pinkerton%netscape.com db73960635 better grippy/collapsed toolbar functionality after box conversion landing. Also more error message output in debug builds 1999-03-31 22:02:37 +00:00
evaughan%netscape.com 05eb6158d0 Moved navigator specific style information like .gif from xul.css and navigator.xul to a new file
called navigator.css this should hold all the basic navigator styles.
1999-03-31 08:04:37 +00:00
evaughan%netscape.com 2fc7284055 Implemented incremental reflow for boxes. 1999-03-30 08:11:00 +00:00
evaughan%netscape.com 39fe1e8a11 Reimplemented navigator.xul on top of the new box layout system. 1999-03-30 04:05:49 +00:00
evaughan%netscape.com 9025dd6a31 Fixed Toolbox problems inside boxes. 1999-03-29 01:45:34 +00:00
evaughan%netscape.com 69544cfd28 Fi 1999-03-27 02:15:31 +00:00
evaughan%netscape.com 052d6e50b1 Added box frame. 1999-03-27 01:35:55 +00:00
evaughan%netscape.com 0835fb2da4 Added XUL based layout manager. 1999-03-27 00:58:29 +00:00
pinkerton%netscape.com 46034eb399 better handle borders and sizing when laying out children. 1999-03-26 23:51:05 +00:00
donm%netscape.com 9a4f6969a9 backing out evaughan's changes. tree closed. 1999-03-26 19:39:23 +00:00
evaughan%netscape.com e637847edd Added box layout system. 1999-03-26 18:51:08 +00:00
briano%netscape.com cebfc14fd8 Handle NO_STATIC_LIB being set, when all this file does is create a static library. 1999-03-25 21:21:47 +00:00
peterl%netscape.com 78240897f9 augmented ReResolveStyleContext to capture style change information 1999-03-25 06:43:38 +00:00
pinkerton%netscape.com 1b4432bbfa comment out the code that does its own painting. Just defer to the nsBlockFrame::Paint() for now, until we need to do some more at drag time. 1999-03-22 19:21:19 +00:00
mcafee%netscape.com db06b1f6e2 Adding default cases to switch statements. 1999-03-19 00:25:40 +00:00
hyatt%netscape.com 6647377172 Fixes for the mouseover toolbar button problem. Approved by Chris. 1999-03-18 21:18:00 +00:00
evaughan%netscape.com e5fc02c0ec Checkin is for bug #3853
Approved by don, hyatt
1999-03-17 06:07:07 +00:00
evaughan%netscape.com 3ae9308e95 Fixed align bug. 1999-03-15 21:22:49 +00:00
evaughan%netscape.com 507e3b85a8 Fixed Titled button bugs. 1999-03-13 01:51:49 +00:00
waterson%netscape.com 9cdcfa7962 Fixed bug where button created without 'src=' would crash when 'src=' was set. 1999-03-12 08:11:54 +00:00
pinkerton%netscape.com 4b2c130256 Fixes bug #3532 where incremental reflow was not being correctly handled. Also no longer re-resolves the style context at each reflow, but only once on inital reflow. 1999-03-12 04:33:24 +00:00
warren%netscape.com c50687b845 nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +00:00
pinkerton%netscape.com d42e926e84 Add debug code to point out a bug #3505 with display:none and frames. Fix bug #3451 with grippies not working when toolbars not at top of window. Not creating atoms every time we expand/collapse toolbars. 1999-03-09 01:36:11 +00:00
pinkerton%netscape.com 94cd636616 adding debug printf to see when toolbar frames are being deleted. I don't think they are when display is set to none. 1999-03-08 22:44:44 +00:00
pinkerton%netscape.com 26b00fd7c4 fix bug where if I didn't check if the first child frame was null during reflow. 1999-03-08 22:43:48 +00:00
evaughan%netscape.com b5c00a443c 1) Implemented regular button and html4 button with a button renderer.
2) Fixed ProgressMeter to update correctly when attributes change
3) Fixed sample8.html so that it does not over ride the borders of the HTML4 button this
   messed up the active, hover, and disabled states.
1999-03-06 19:43:13 +00:00
hyatt%netscape.com a5ff60702b Changing the name of a function. It was hiding another function in a base class. 1999-03-06 01:43:33 +00:00
kipp%netscape.com ba18377496 use new nsHTMLReflowState ctors 1999-03-05 04:19:09 +00:00
pinkerton%netscape.com bf49cb7b06 don't look in xul namespace for "src" attribute. Images show up again. permission to checkin to closed tree by sar. 1999-03-03 17:28:27 +00:00
waterson%netscape.com bc91089b6f Modified tree double-click handler to use DOM APIs instead of nsIContent. 1999-03-03 08:05:32 +00:00
evaughan%netscape.com 5665be1965 Fixed mac event bug.
Fixed alignment bug.
1999-03-03 04:04:48 +00:00
evaughan%netscape.com ffe910ebcb Made the image accessible from CSS via list-style-image. 1999-03-02 05:00:51 +00:00
hyatt%netscape.com df8dfed7f1 Changing the GetAttribute and SetAttribute calls to properly use the namespace
of NONE (instead of XUL).
1999-03-02 02:04:45 +00:00
evaughan%netscape.com e45dcff509 Fixed button to respond to the list-style-image property on CSS 1999-03-02 01:25:33 +00:00
evaughan%netscape.com 4a57fd76ee Removed state info from button renderer. 1999-02-26 08:48:24 +00:00
evaughan%netscape.com ee8ea8e385 Fixed up titled button so hover, focus, active, states work. 1999-02-26 06:41:10 +00:00
hyatt%netscape.com a30445e8ee Preparing expand/collapse so that it works the right way. 1999-02-26 02:50:21 +00:00
hyatt%netscape.com aee357e1fc Implemented rollover feedback. 1999-02-25 09:37:17 +00:00
troy%netscape.com dfdacc8159 Changed nsIFrame::Init() to take an additional parameter 1999-02-25 03:27:57 +00:00
hyatt%netscape.com fab267c500 Backing out the onItemClick code. I don't think we should be using it,
since event bubbling appears to be working.
1999-02-24 11:15:43 +00:00
hyatt%netscape.com 581d345aec Landing support for the special onItemClick default event handler that can be
placed on tree views (and executed in the context of tree items).
1999-02-24 10:38:56 +00:00
warren%netscape.com 3642da81a5 Cleaned up nsICollection and nsIEnumerator. Broke out nsIBidirectionalEnumerator. Added ISupportsArray enumerator. Cleaned nsISupportsArray. 1999-02-23 08:10:24 +00:00
hyatt%netscape.com 2cefbcd58b Changing selection in the tree. 1999-02-23 02:39:44 +00:00
evaughan%netscape.com 835af6ca77 Fixed out of scope compile bug. 1999-02-19 20:12:08 +00:00
evaughan%netscape.com ded20d5f4a Added a new XUL TitledButtonFrame 1999-02-19 18:23:02 +00:00
mcafee%netscape.com 6551cdad44 Switching over to PRBool, PR_TRUE, and PR_FALSE. Keeps us honest, and Solaris happy. a=pinkerton 1999-02-19 02:54:53 +00:00
scc%netscape.com ab59e4df7a updated for nsCOMPtr (no implicit construction from raw pointers) owners should check that they agree with my choices for |dont_QueryInterface|, |do_QueryInterface| and |dont_AddRef| 1999-02-18 23:55:10 +00:00
pinkerton%netscape.com eea4d6c4b8 fix types and remember to initialize the grippy last highlight to none at creation. Fixes a problem where the first grippy in the toolbar was being drawn highlighted at create time. 1999-02-18 19:28:00 +00:00
cyeh%netscape.com fe763fea21 Remove mozilla/layout/config and use mozilla/config instead. 1999-02-18 18:16:21 +00:00
danm%netscape.com 80dc7af313 changed nsCOMPtr comparison operators to explicitly use get(). part of nsCOMPtr carpool. 1999-02-17 04:39:22 +00:00