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 |
troy%netscape.com
|
e36c0c9d4c
|
b=17546. Changed block frame code to save/restore space manager when create
a space manager, and changes button code to use the NS_BLOCK_SPACE_MGR flag
when creating the area frame
|
1999-11-11 06:00:41 +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 |
kipp%netscape.com
|
ec28ac0c5c
|
r=troy; remove another 4 bytes from each block frame for a total of 10% today :-)
|
1999-11-03 00:42:12 +00:00 |
kipp%netscape.com
|
2bacd78cfe
|
r=troy; Shrink block frames by 4 bytes per instance by making the overflow-lines instance variable a frame property
|
1999-11-02 23:42:52 +00:00 |
kipp%netscape.com
|
d4c6233f05
|
r=troy; fixed bugs 2636 and 17636 - line layout issues for some more edge cases (nobr's with floaters in them) and handling of nbsp
|
1999-11-02 15:44:57 +00:00 |
troy%netscape.com
|
04accb3de6
|
Moved a bunch of stuff out to a nsIFrameDebug interface
|
1999-11-01 22:12:45 +00:00 |
kipp%netscape.com
|
0699f8cc22
|
r=troy; reworked the way that blocks inside of inline elements are handled. It's all in the frame construction code now (bugs 15999, 16737)
|
1999-11-01 15:24:57 +00:00 |
troy%netscape.com
|
effb3aefb7
|
Folded reflow functions into nsIFrame and eliminated nsIFrameReflow and
nsIHTMLReflow. This saves 4 bytes per frame and cleans things up
|
1999-10-30 02:52:11 +00:00 |
kipp%netscape.com
|
50dc6c6dba
|
r=troy; cleaned up resize reflow optimization logic and prepared it for fixing bug #17737 (not yet fixed!)
|
1999-10-29 14:34:53 +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 |
troy%netscape.com
|
918255682c
|
Removed 5 convenience functions from nsIFrame
|
1999-10-22 14:53:52 +00:00 |
kipp%netscape.com
|
3587210728
|
r=troy; bugs: 15153, 13196; fixed problem with style-change reflows not being propogated properly; also fixed floating table reflow issues found in 13196 by storing floater max-element-size for later retrieval
|
1999-10-21 20:43:48 +00:00 |
kipp%netscape.com
|
db2e83b3f1
|
Fixed O(N^2) debug logic bug; speed up paint loop by avoiding painting too much now that we have combined-area (bug 7455, 12297)
|
1999-10-19 23:04:19 +00:00 |
kipp%netscape.com
|
88cf2d89c8
|
r=troy; fixed bug 7093 by carefully pre-computed the collapsed top margin before reflowing the child block and then using that value to properly acquire the available space; In addition, I had to fix an incremental reflow bug associated with this problem
|
1999-10-15 23:35:10 +00:00 |
peterl%netscape.com
|
757c0b5f01
|
Added namespace ID to the AttributeChanged notification
Part fo the fix for Bug 15153
r=troy
|
1999-10-15 23:16:45 +00:00 |
mjudge%netscape.com
|
9cf7094f5f
|
oops. for got to check this in last time. bug number is 14795
|
1999-10-14 23:52:42 +00:00 |
kipp%netscape.com
|
ec14991303
|
r=troy; Reworked nsLineBox api to allow for reduced storage overhead; fixed bug 16252 while keeping bug 12709 fixed
|
1999-10-14 23:10:03 +00:00 |
mjudge%netscape.com
|
8ca2604934
|
bugs 15547,15645,13665,13277,5761, r=akkana,kin,hyatt. fixing selection bugs, keyboard navigation, triple clicking and drag scrolling.
|
1999-10-13 01:15:26 +00:00 |
kipp%netscape.com
|
cfd8498ab1
|
r=troy; Cleaned up line-box API (prep work for bug #12297; more coming); Support new line iterator API change (#16176)
|
1999-10-12 23:24:22 +00:00 |
troy%netscape.com
|
0c3a74b8be
|
Removed some dead code and moved some #if 0 code from the area frame
to the block frame. This completes the previous checkin
|
1999-10-08 04:45:12 +00:00 |
troy%netscape.com
|
104c0f8c7e
|
Frame space reductions. r=kipp@netscape.com
Table cell frames and table caption frames now use block frames and not area
frames. This saves 24 bytes per frame instance
|
1999-10-08 04:32:46 +00:00 |
troy%netscape.com
|
1877c607ff
|
Moved space manager to block frame and changed it the space manager is
temporary only during the reflow process
r=kipp@netscape.com
|
1999-10-06 22:05:23 +00:00 |
troy%netscape.com
|
d219ef5e29
|
Added SizeOf() handler for floater information maintained by the
line box
|
1999-10-02 02:51:03 +00:00 |
troy%netscape.com
|
2ab1981c55
|
Fix for bug #15152. Moved check for "no wrap" inside of loop. This fixes a
problem where blocks inside of blocks were not getting marked dirty
|
1999-09-29 05:09:19 +00:00 |
troy%netscape.com
|
843e094239
|
Fix for bug #14959. Made sure that lines with floaters are also marked
dirty
|
1999-09-27 20:53:05 +00:00 |
troy%netscape.com
|
2ed263d46e
|
Optimized PrepareResizeReflow() so it doesn't mark lines dirty if they don't need
to be reflowed
|
1999-09-25 16:50:45 +00:00 |
kipp%netscape.com
|
4c8eb1ba81
|
Queue up a reflow command when yanking floaters so that cases like bug #11389 work properly
|
1999-09-22 00:58:58 +00:00 |
peterl%netscape.com
|
2e3a8d9de7
|
removed ReResolveStyleContext
|
1999-09-21 07:56:18 +00:00 |
troy%netscape.com
|
d341d05f91
|
Fix for bug #14414. Changed DoRemoveFrame() to invalidate the space taken
up by the line when deleting an empty line
|
1999-09-21 05:15:39 +00:00 |
kipp%netscape.com
|
561c2fcb48
|
Reimplement TrimTrailingWhiteSpace
|
1999-09-21 00:13:50 +00:00 |
kipp%netscape.com
|
1aabe81721
|
Handle right aligned skipped floaters a little better
|
1999-09-18 00:20:48 +00:00 |
kipp%netscape.com
|
ce5df13558
|
Fixed various bugs including incremental list reflow (9742) and some table bugs with right floaters
|
1999-09-17 23:16:43 +00:00 |
kipp%netscape.com
|
e6b4b1cc8a
|
Removed list item hack
|
1999-09-17 00:57:40 +00:00 |
kipp%netscape.com
|
9fdbdffbb6
|
Fixed bugs 4572, 7400 and maybe 802
|
1999-09-16 19:56:36 +00:00 |
kipp%netscape.com
|
5976ab4e32
|
Squished a memory leak
|
1999-09-15 20:38:09 +00:00 |
kipp%netscape.com
|
373c362b32
|
Fixed various incremental reflow bugs (1764,12890,1910,2222) and list bullet painting bug (10675,13599)
|
1999-09-15 00:28:10 +00:00 |
kipp%netscape.com
|
311d2c3974
|
Fixed two incremental reflow bugs (12890)
|
1999-09-10 18:52:56 +00:00 |
kipp%netscape.com
|
43456dad64
|
Fixed infinite loop 12747
|
1999-09-09 20:53:32 +00:00 |
mjudge%netscape.com
|
6af1b95040
|
addiung selectable BRFrames. but brframes arent like images ect. they give you a collapsed range, collapsed to just "before" themselves. this will help editing immensely. this should also fix some mail news issues
|
1999-09-08 19:43:17 +00:00 |
peterl%netscape.com
|
e8b68a5fce
|
added reparent style context
|
1999-09-03 23:35:41 +00:00 |
mjudge%netscape.com
|
94c7196c4d
|
oops infinite loop. need to break out if no frame is found.
|
1999-09-02 00:04:56 +00:00 |
mjudge%netscape.com
|
c9b2693769
|
new selection code for dead areas. this is much better, trust me. the block frame now will look at its best line and look for a spot to select. if it finds another block frame now, it will continue the process in a while loop. each time looking for best x and y area. this reuses the code located in GetNextPrevLine.
|
1999-09-01 21:40:16 +00:00 |
kipp%netscape.com
|
f0048804d8
|
Fixed to account for the overflow hidden value when computing the combined area (bug #2751)
|
1999-09-01 20:57:37 +00:00 |
kipp%netscape.com
|
dff5b76938
|
Updated SizeOf methods to not waste space when doing a non-debug build
|
1999-09-01 01:02:16 +00:00 |
kipp%netscape.com
|
db5c199f08
|
Tally up lineBox's and textRun's seperately
|
1999-08-31 04:32:13 +00:00 |
kipp%netscape.com
|
fd426dec6a
|
Reimplemented SizeOf methods in some of the frame classes; partial rework of first-line handling snapshot
|
1999-08-31 03:09:40 +00:00 |
troy%netscape.com
|
aa10a920fd
|
Changed block frame code to cache the max element width. This enables
us to ask for the maxElementSize when doing an incremental reflow
|
1999-08-28 00:39:55 +00:00 |
kipp%netscape.com
|
fd902c640a
|
Reduce stack size by allocating nsLineLayout objects from the heap when the frame tree depth gets too big (bug #10310)
|
1999-08-27 21:45:37 +00:00 |
troy%netscape.com
|
e594b41fc6
|
Fix for bug #12444. Made sure that for a "StyleChanged" reflow command we
invalidate our entire bounds
|
1999-08-25 23:15:36 +00:00 |