1208 Commits

Author SHA1 Message Date
kipp
c9660cdcf8 COMized API; added Begin/End reflow and Begin/End Load methods 1998-06-03 15:40:56 +00:00
kipp
627dc37066 Added begin/end load methods 1998-06-03 15:39:45 +00:00
kipp
521349db05 COMized some of the API; added a notify flag to the child insert/replace/append/remove methods 1998-06-03 15:39:32 +00:00
michaelp
a948d320c3 prevented infinite paint/damage loop. 1998-06-02 22:05:45 +00:00
michaelp
d4e9eac3bb now calls viewmanager to effect view changes. 1998-06-02 22:04:54 +00:00
troy
edd188c5e9 Added member function Invalidate() 1998-06-02 05:28:11 +00:00
kipp
85370222ed Removed some debug printfs 1998-06-01 20:55:28 +00:00
kipp
db0df5f7c3 Revised LoadURL to take an nsIStreamListener; removed old document load hooks 1998-06-01 19:52:39 +00:00
troy
d870f336d8 Fixed an assert 1998-05-30 23:56:28 +00:00
kipp
3a6dc218b6 NS_IMETHOD'd some of the API's 1998-05-30 01:36:47 +00:00
kipp
33f579eb13 enter/exit reflow lock automatically in content changed (temporary maybe) 1998-05-30 01:31:04 +00:00
troy
b33d67da1e Changed ReflowChild() to handle the 'OccupiedMultiple' case 1998-05-29 23:06:08 +00:00
michaelp
739c83297e fixed over-releasing of views in DeleteFrame(). 1998-05-29 22:36:21 +00:00
troy
7a485fcc40 Changed nsReflowState structs to be linked together 1998-05-29 20:36:05 +00:00
kipp
b31171c2f2 IMplement new content method 1998-05-29 02:10:27 +00:00
kipp
66d92c9bb7 Clear both frame-in-reflow and frame-first-reflow bits on finished didreflow 1998-05-29 02:10:12 +00:00
kipp
cb30a1fea6 Added a new content method to see if a piece of content is synthetic or not 1998-05-29 02:09:38 +00:00
kipp
e4431fe3a2 Added another state bit 1998-05-29 02:09:18 +00:00
troy
5cecc918fd Changed it so we don't position or size the view while in the middle
of reflowing. Now that's done in DidReflow()
1998-05-28 21:55:13 +00:00
kipp
b4112aff11 Set value to 1.0F as a float 1998-05-28 19:55:15 +00:00
kipp
5aa4fad9a2 Simplified mOpacity to a float 1998-05-28 19:54:50 +00:00
troy
d6ceb1bcea Changed VerifyTree() to check that NS_FRAME_IN_REFLOW isn't set 1998-05-28 19:00:31 +00:00
troy
27c2f0230b Added WillReflow() calls around reflowing of child frame 1998-05-28 18:37:56 +00:00
rickg
31e784bf95 fixed class name crasher 1998-05-28 07:38:28 +00:00
troy
4910a3a407 Added 'ns' prefix to class name 1998-05-28 02:37:37 +00:00
kipp
024ff28d3a Use default text alignment; setup opacity properly 1998-05-28 02:01:19 +00:00
kipp
13cab9bf52 Added text_align_default for better direction handling 1998-05-28 02:00:59 +00:00
kipp
51e93a2d77 Added mOpacity to nsStyleColor 1998-05-28 01:59:38 +00:00
karnaze
f1382417c0 post submission, file content submission 1998-05-27 17:51:41 +00:00
michaelp
b5140d2751 added support for front-to-back view rendering. 1998-05-27 02:13:28 +00:00
peterl
3ce1b73e85 use context graph for finding contexts 1998-05-26 23:14:56 +00:00
peterl
ef2b8c8f94 cleaned up visibility 1998-05-26 23:14:29 +00:00
peterl
8dea0e7806 reworked up reset code
added child list
1998-05-26 23:14:09 +00:00
peterl
8ab27e1cb9 cleanup 1998-05-26 23:13:26 +00:00
peterl
45e4d76785 moved overflow from position to display struct 1998-05-26 23:13:15 +00:00
peterl
ffff5d5941 documented reset vs inherited attributes
shuffled some attributes around
1998-05-26 23:12:14 +00:00
kostello
843b8a3ff9 Moved Get3DColors from HRPart to CSSRendering.
Modified Border Drawing Code to use Get3DColors for backwards compatibility purposes.
1998-05-26 20:52:59 +00:00
troy
3ea1d2d8e3 Merged ResizeReflow() and IncrementalReflow() into one Reflow() member function 1998-05-25 17:31:49 +00:00
kipp
eb7c893d4f Fixed windows cvpack problem 1998-05-22 18:41:08 +00:00
kipp
f2ba7b689f Removed includes; updated GetVisibleArea API 1998-05-22 18:36:40 +00:00
kipp
ec47208d0c updated GetVisibleArea API 1998-05-22 18:36:27 +00:00
kipp
8daaf04ddd Removed includes 1998-05-22 18:28:40 +00:00
kipp
b5a42fbb0a Only verify last is complete when enabled 1998-05-22 18:28:29 +00:00
kipp
619abbfb24 Removed unneeded include 1998-05-22 18:28:02 +00:00
kipp
73c89fcb92 Repaired GetVisibleArea API 1998-05-22 18:27:48 +00:00
troy
9b54fbae32 Changed reference to reflow command to a pointer to a reflow command 1998-05-22 04:56:27 +00:00
troy
6204c78831 Changed splittable enum to be bit flags 1998-05-22 04:54:11 +00:00
troy
a1ab3d3e9a Changed the nsBandTrapezoid::State enum values to conform to the coding
standard
1998-05-22 04:03:14 +00:00
troy
a4a33ecef7 Added new Reflow() member function that will eventually supersede the two
existing reflow functions: ResizeReflow() and IncrementalReflow()
1998-05-22 03:52:51 +00:00
troy
e47c71bad0 Fixed some busted code of a bogus type cast 1998-05-22 00:45:34 +00:00