Commit Graph

626 Commits

Author SHA1 Message Date
hyatt@netscape.com
cc2da07b54 More savory tree widget goodness. 1999-06-23 09:07:59 +00:00
hyatt@netscape.com
8eb8c31ddb Fix for build bustage. 1999-06-23 04:50:31 +00:00
hyatt@netscape.com
fe17eb143c Fix Linux build bustage. 1999-06-23 04:27:50 +00:00
troy@netscape.com
7643979eb8 Fix for bug #6937: changed ConstructFrameByDisplayType() to use the correct
parent frame pointer for floated elements
1999-06-23 03:14:24 +00:00
hyatt@netscape.com
d6f1501962 Landing the tree widget branch. 1999-06-23 03:02:21 +00:00
kmcclusk@netscape.com
04288dc757 Numerous changes to support gfx-rendered form elements. 1999-06-21 20:41:56 +00:00
peterl@netscape.com
b05ab9736e force display type of viewport frame to BLOCK 1999-06-18 05:36:58 +00:00
evaughan@netscape.com
4ae65b208b Integrated a new XP scrollbar
Added tri state behavior to titled buttons.
1999-06-15 04:02:43 +00:00
buster@netscape.com
3756209605 added support for ender GFX-Rendered text control 1999-06-12 22:32:41 +00:00
hyatt@netscape.com
203b38ed69 Tweak to the tree frame construction code. 1999-06-10 09:31:30 +00:00
peterl@netscape.com
b296ad5599 added support for attribute namespaces on generated content
stubed out improvements to style change painting code
1999-06-10 05:24:00 +00:00
hyatt@netscape.com
1aeca4c18c Fixing a bug with allowevents in the tree view. 1999-06-09 00:04:25 +00:00
hyatt@netscape.com
1da9473ca7 Fix for bug 5602. 1999-05-17 09:02:45 +00:00
kipp@netscape.com
68aa9f7c60 Reworked frame factory methods; fixed bug 4519 1999-05-11 22:03:29 +00:00
karnaze@netscape.com
e77d688bd6 incremental reflow correctly targets cell's area frame - bugs 4577, 5126, 5759 1999-05-06 22:29:28 +00:00
pinkerton@netscape.com
ffb7690078 make <tristatecheckbox> now be <checkbox> 1999-05-06 00:53:22 +00:00
kipp@netscape.com
b7b6292dd4 Fixed bug #4309 - propogated handling of floating image frames to floating object frame code during CantRenderReplacedElemen to avoid assertion check in block code 1999-05-03 16:07:47 +00:00
karnaze@netscape.com
958c0c0335 fixed crash in bug 5190, allowing a table to be the top level XML element. 1999-04-30 19:51:59 +00:00
troy@netscape.com
f03c3b02a7 Aded nsFrameConstructorState structure 1999-04-28 19:08:14 +00:00
alecf@netscape.com
ccf8a5b41d fix script C++ const-ness problem (pedantic bustage) 1999-04-28 02:27:03 +00:00
kipp@netscape.com
7292923d24 Use correct content when creating first-letter and related frames so that style resolution works beyond the first time 1999-04-28 00:55:11 +00:00
kipp@netscape.com
e7ef0f2821 Fixed bug in floater placement; use correct content object to get style for inline frames that contain first letter frames 1999-04-28 00:21:51 +00:00
kipp@netscape.com
b98dc4690e Create first-letter frames as needed 1999-04-27 22:14:54 +00:00
troy@netscape.com
2acc440b04 Factored some common code out into a separate function 1999-04-27 03:58:46 +00:00
troy@netscape.com
064d687a92 Added code to ContentRemoved() to walk the child frames and look for
placeholder frames; the corresponding out-of-flow frames need to be
removed as well
1999-04-27 03:10:45 +00:00
troy@netscape.com
5ba717719f Added flag bit NS_FRAME_OUT_OF_FLOW, and changed the frame construction code
to set it for floated and absolutely positioned frames
1999-04-25 17:20:53 +00:00
troy@netscape.com
895b2a5ae9 Change so we use nsPlaceholderFrame frames for all placeholders 1999-04-25 16:58:42 +00:00
troy@netscape.com
d1f82ae146 Added GetFrameType() and renamed GetAnchoredItem() to GetOutOfFrameFlow() 1999-04-23 14:34:48 +00:00
troy@netscape.com
4c2cc01464 Removed the :before and :after logic that would make the pseudo-elements
siblings of the element, because the consensus seems to be that it shouldn't
work that way. Generated content is for container elements, and the generated
elements go before and after its child content
1999-04-22 14:31:19 +00:00
evaughan@netscape.com
f4c749dd1d Added a tab control widget. 1999-04-21 22:46:15 +00:00
troy@netscape.com
3b1f0ba5c5 Changed ConstructDocElementFrame() to make sure we call CreateViewForFrame()
for the document element's frame
1999-04-21 22:14:30 +00:00
kipp@netscape.com
8b72ad8806 Fixed FindNextSibling to return the first-in-flow not the last in flow 1999-04-21 19:59:40 +00:00
troy@netscape.com
a105076b6a Changed GetAbsoluteContainingBlock() to return relatively positioned
block-level and inline-level elements as well
1999-04-20 22:08:33 +00:00
pinkerton@netscape.com
ed363422e1 create xul slider, spinner, scrollbar, font and color pickers 1999-04-20 21:57:41 +00:00
troy@netscape.com
879b38dbc6 Changed GetAbsoluteContainingBlock() to be a little smarter about verifying
the frame is an area frame
1999-04-20 21:51:55 +00:00
troy@netscape.com
481edb7ba9 Changed CreateContinuingFrame() to know about positioned inline
frames
1999-04-20 20:00:52 +00:00
troy@netscape.com
4088899381 Atom name changes 1999-04-20 18:23:13 +00:00
peterl@netscape.com
471d59c409 tweaks to style change handling to ensure that children are handled when parent doesn't change... 1999-04-20 14:23:18 +00:00
troy@netscape.com
ec44c229bd Part of a fix for bug #5264. CantRenderReplacedElement() no longer asserts for
INPUT elements
1999-04-20 03:57:01 +00:00
troy@netscape.com
31b2c5b197 Fix for the layout crash in bug #5263 1999-04-20 02:51:07 +00:00
kipp@netscape.com
a0acae6dde Create continuing line frames 1999-04-20 00:28:58 +00:00
peterl@netscape.com
686ead6a18 widened state change api
added test for state dependent style
1999-04-20 00:05:14 +00:00
troy@netscape.com
c506c0c7b1 Work-in-progress for making relatively positioned inline-level elements a
container for absolutely positioned child elements
1999-04-19 19:10:15 +00:00
kmcclusk@netscape.com
4e6cbf8811 fix for bug #3162, Removed #ifndef MAC in the nsSelectControlFrame::GetProperty.
The Mac now supports native combo box widgets so it no longer will crash in GetProperty
with a null mWidget field.
Modified nsComboboxControlFrame::HandleEvents. MouseExit from the combox rect now
initiates mouse capture on the drop-down list.
Modified nsCSSFrameConstructor::ConstructSelectFrame to initialize the drop-down list
for frame-based comboboxes as hidden.
Added a nsIListControlFrame::CaptureMouseEvents method.
Implemented nsListControlFrame::CaptureMouseEvents.
1999-04-16 19:28:12 +00:00
pinkerton@netscape.com
331a01dcf3 added code to create a tristatecheckbox when seen in xul. 1999-04-16 17:08:16 +00:00
michaelp@netscape.com
45718ff12a modified for new view flags. 1999-04-16 04:24:14 +00:00
peterl@netscape.com
d50d3f2ed7 fixed XUL code for removal of root element 1999-04-15 21:22:19 +00:00
troy@netscape.com
244d123285 Fixes for bug #1994. Better handling of floated and positioned images when
displaying the alternate contents
1999-04-14 04:00:16 +00:00
kmcclusk@netscape.com
6d0ccb0c87 Enabled frame-based comboboxes when widget rendering mode is gfx.
Major changes to nsComboboxControlFrame:
Removed commented out code + nsIPluggableEventListener references.
Implemented nsComboboxControlFrame::GetNamesValues
Implemented nsComboboxControlFrame::SetProperty GetProperty methods
Fixed references to previously freed memory in nsComboboxControlFrame::ReResolveStyleContext
Modified ua.css style rules for dropdown-visible, drodown-hidden to have -moz- prefix.
Added -moz-dropdown-btn-out and -moz-dropdown-btn-pressed, -moz-dropdown-list rules.
Modified nsListControlFrame.cpp to calculate the width of the dropdown list for combo boxes correctly
Added nsListControlFrame::GetProperty and SetProperty methods.
Modified nsCSSFrameConstructor::ConstructSelectFrame to setup combobox.
1999-04-12 22:14:31 +00:00
troy@netscape.com
e7f8e5e9f8 Changed ConstructRootFrame() to check if the device is scrollable when
determining whether to make the viewport scrollable
1999-04-11 03:10:20 +00:00