rods%netscape.com
|
9d45d84767
|
Add ifdef'ed Performance Reflow Counting code
|
2000-04-21 14:59:47 +00:00 |
hyatt%netscape.com
|
16a944a1e3
|
Implementing a generalized recycler and arena for all layout frames. Hoping to improve
bug #9489. Should also definitely fix bug #15916. r=troy
|
1999-12-04 23:49:50 +00:00 |
tbogard%aol.net
|
a0640b60c4
|
Changed nsIPresContext& to nsIPresContext*. Changed nsEventStatus& to nsEventStatus*. Now more compatible with XPIDL. a=vidur r=scc
|
1999-11-24 06:03:41 +00:00 |
troy%netscape.com
|
fe56995443
|
WillReflow/DidReflow changes and changes to the way view positioning
and sizing works
|
1999-11-19 15:33:29 +00:00 |
dmose%mozilla.org
|
42fc94a6ec
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
troy%netscape.com
|
04accb3de6
|
Moved a bunch of stuff out to a nsIFrameDebug interface
|
1999-11-01 22:12:45 +00:00 |
troy%netscape.com
|
a47e8db44b
|
Changed SetView/GetView to take an additional argument which is the
pres context
|
1999-10-26 04:44:41 +00:00 |
kipp%netscape.com
|
70e4dc16f9
|
Eliminate a warning
|
1999-09-21 02:20:14 +00:00 |
troy%netscape.com
|
f1c23e79f3
|
General clean up and fixing of compiler warnings
|
1999-07-03 02:22:10 +00:00 |
dcone%netscape.com
|
e60b46a5a2
|
Fixed a bug that double prints
|
1999-06-25 14:48:37 +00:00 |
dcone%netscape.com
|
bd5a448110
|
background Image speed up
Commented out the box around the printout until Troy returns
|
1999-06-11 14:43:14 +00:00 |
kipp%netscape.com
|
fea30bc4eb
|
Reworked frame factory methods; fixed bug 4519
|
1999-05-11 22:03:29 +00:00 |
kipp%netscape.com
|
fab8db134e
|
Whacked paint methods to use new constants
|
1999-03-26 00:39:35 +00:00 |
troy%netscape.com
|
ebad085fdd
|
Some more table pagination improvements
|
1999-03-09 22:34:51 +00:00 |
troy%netscape.com
|
d1cc042f2e
|
Made sure NS_FRAME_COMPLETE is always returned. This fixes an incremental
reflow problem
|
1999-03-09 05:11:14 +00:00 |
kipp%netscape.com
|
29893a7946
|
use new nsHTMLReflowState ctors
|
1999-03-05 04:29:11 +00:00 |
troy%netscape.com
|
8dfabdf1a8
|
Changed GetNextInFlow() and GetPrevInFlow() to be pointer arguments and
not references
|
1999-02-24 04:48:08 +00:00 |
troy%netscape.com
|
55d2703151
|
Added CreateContinuingFrame() function to frame construction code
|
1999-02-24 04:03:50 +00:00 |
kipp%netscape.com
|
1275dbba72
|
removed usless includes
|
1999-02-18 22:23:52 +00:00 |
kipp%netscape.com
|
5a554d526e
|
COMized nsIPresShell and nsIPresContext
|
1999-02-12 17:45:58 +00:00 |
troy%netscape.com
|
c37ccfbc4c
|
Changed GetNextSibling() to use a pointer argument instead of a reference
|
1999-02-10 06:13:38 +00:00 |
troy%netscape.com
|
5c3d1395f3
|
Changed a bunch more nsIFrame member functions to be pointer arguments
instead of references
|
1999-02-10 05:38:18 +00:00 |
troy%netscape.com
|
c9c1fa187e
|
Changed some nsIFrame member functions to use ** instead of *& for OUT
paremeters
|
1999-02-10 00:42:56 +00:00 |
kipp%netscape.com
|
a9e0e05f2b
|
Switch to using nsFrameList for frame lists
|
1999-01-15 22:53:39 +00:00 |
troy%netscape.com
|
59d1bc8ea5
|
Replaced "maxSize" member if nsReflowState with "availableWidth" and
"availableHeight"
|
1999-01-05 23:31:18 +00:00 |
kipp%netscape.com
|
27f0cfe8cc
|
Revised frame Paint API
|
1998-12-18 15:54:23 +00:00 |
troy%netscape.com
|
cc577bb700
|
Minor change to the flow of control to make it more readable
|
1998-12-10 03:20:31 +00:00 |
troy%netscape.com
|
5ea8f94dd6
|
Added print options for controlling whether odd and even pages are printed
|
1998-12-10 03:07:11 +00:00 |
troy%netscape.com
|
b60421fcef
|
Moved StartDocument/EndDocument calls to document viewer impl's Print() member
function. This fits better with the Mac's printing model
|
1998-12-09 22:36:57 +00:00 |
troy%netscape.com
|
e9464f049d
|
Added support for printing multiple pages
|
1998-12-07 03:43:02 +00:00 |
troy%netscape.com
|
55f632387d
|
Moved creation of first page frame to frame construction code, and changed
it so the page frame has a view. This makes printing faster and easier
|
1998-12-04 21:04:56 +00:00 |
troy%netscape.com
|
d97a31f115
|
Added Init() member function to nsIFrame
|
1998-12-03 06:31:43 +00:00 |
kipp%netscape.com
|
63107e9026
|
Added DumpRegressionData; revised ListTag; added GetFrameName
|
1998-11-19 17:22:29 +00:00 |
troy%netscape.com
|
81c2bd2649
|
Removed an assert that was incorrect and that triggered when print
previewing test1
|
1998-11-13 05:17:08 +00:00 |
troy%netscape.com
|
fd34820203
|
Renamed Init() to SetInitialChildList() and added an additional parameter
for the name of the child list
|
1998-11-10 06:05:32 +00:00 |
troy%netscape.com
|
cc8a206808
|
Changed frame construction code to create a simple page sequence frame
when paginated
|
1998-11-05 06:13:55 +00:00 |
troy%netscape.com
|
24ddb74d95
|
Added simple page sequence formatting object
|
1998-11-04 23:21:50 +00:00 |