troy
|
d660868bc2
|
Changed API for CreateContinuingFrame and GetReflowMetrics to take
a reference to a nsIPresContext
|
1998-07-15 03:23:23 +00:00 |
troy
|
711c31863c
|
Changed GetReflowMetrics() to take a reference to a nsIPresContext
|
1998-07-15 02:59:06 +00:00 |
troy
|
a90fe8e1de
|
Changed Reflow() member function to take a reference to a nsIPresContext
instead of a pointer
|
1998-07-15 02:53:09 +00:00 |
kipp
|
7664b60bce
|
initialize reflow metrics and reflow state to avoid downstream bugs
|
1998-07-10 20:26:20 +00:00 |
troy
|
6d06722267
|
Added some new sizing constraints
|
1998-07-09 20:53:37 +00:00 |
kipp
|
5bb77d7e59
|
Added some slots to nsReflowMetrics specifically to support collapsing css margins; it needs to go somewhere else!
|
1998-07-09 17:06:12 +00:00 |
kipp
|
925e12fa74
|
Added NS_IS_REFLOW_ERROR; updated reflow status comment to indicate which bits are reserved by nsIFrame API's
|
1998-06-27 22:54:58 +00:00 |
kipp
|
0352d421ad
|
Removed obsolete justify-reflow method
|
1998-06-26 15:11:53 +00:00 |
kipp
|
3147b0e1a7
|
Assign values to reflow reason so that when printing them numerically it's easier to map the integer back to the enum
|
1998-06-25 15:03:37 +00:00 |
troy
|
66b6882d23
|
Added nsIReflowCommand interface
|
1998-06-09 04:51:44 +00:00 |
kipp
|
591b2ccd11
|
Sprinkled SizeOf methods around
|
1998-06-05 21:06:24 +00:00 |
peterl
|
2c0fe9653c
|
changed GetStyleData to return const pointers to style structs
new method GetMutableStyleData to get non-const pointer
|
1998-06-05 05:59:34 +00:00 |
michaelp
|
9f71c8886e
|
added support for handling transparent views to viewmanager. added
transparency query to nsIFrame.
|
1998-06-03 22:49:45 +00:00 |
troy
|
7a485fcc40
|
Changed nsReflowState structs to be linked together
|
1998-05-29 20:36:05 +00:00 |
kipp
|
e4431fe3a2
|
Added another state bit
|
1998-05-29 02:09:18 +00:00 |
troy
|
3ea1d2d8e3
|
Merged ResizeReflow() and IncrementalReflow() into one Reflow() member function
|
1998-05-25 17:31:49 +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
|
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 |
peterl
|
7168f94691
|
Changed GetStyleData to use an enum instead of an nsID
|
1998-05-21 02:34:13 +00:00 |
kipp
|
98f696a9af
|
Added more debugging hooks that use nspr logging
|
1998-05-20 16:22:15 +00:00 |
kipp
|
c0075966dd
|
Flipped state value of NS_FRAME_COMPLETE with NS_FRAME_NOT_COMPLETE; added new methods WillReflow and DidReflow as well as GetFrameState and SetFrameState
|
1998-05-14 00:47:05 +00:00 |
peterl
|
084e36938f
|
added style size calculation methods
made get style data const
|
1998-05-13 22:38:09 +00:00 |
troy
|
8f2db5dfa6
|
Changed enum to conform with coding standards
|
1998-05-12 04:38:23 +00:00 |
troy
|
5b69e1f043
|
Change to nsIFrame API
|
1998-05-12 04:17:56 +00:00 |
troy
|
71191f123b
|
More incremental reflow work.
|
1998-05-11 18:38:10 +00:00 |
troy
|
b3c5708bd1
|
Added ContentChanged() member function
|
1998-05-08 04:45:37 +00:00 |
kipp
|
f8bff82f91
|
Changed CreateContinuingFrame to take a style context argument to reduce style context creation
|
1998-05-07 00:05:37 +00:00 |
troy
|
d477d86672
|
Frames no longet store the content index-in-parent
|
1998-05-05 23:56:50 +00:00 |
troy
|
b6217c70a6
|
Changed body to create block pseudo-frame instead of a column pseudo frame,
and hooked up the reflow appended code
|
1998-05-03 03:51:48 +00:00 |
kostello
|
a5c40d6b25
|
* Made SetStyleContext take the presentation context as a parameter
* Made DidSetStyleContext virtual, since we need to override the behavior in subclasses
|
1998-05-01 20:43:02 +00:00 |
troy
|
e1e6d470ff
|
Changed IsSplittable to have three return values
|
1998-04-17 23:08:20 +00:00 |
troy
|
3ce8e88882
|
Changed nsIFrame member functions to return a nsresult
|
1998-04-17 01:41:24 +00:00 |
kipp
|
098bef52b4
|
moved to pub
|
1998-04-13 20:24:54 +00:00 |