sfraser%netscape.com
|
3a123c982b
|
Mac project changes -- link with MSLDropInRuntime, instead of MSLShLibRuntime, and fix link order.
|
1999-02-26 00:54:57 +00:00 |
|
buster%netscape.com
|
70608d9f51
|
added GetStyleContextFor
|
1999-02-25 19:55:06 +00:00 |
|
vidur%netscape.com
|
b15aacfeb3
|
Made style reresolution propogate down to the bullet frames for list items. Added list related attribute tests.
|
1999-02-25 19:14:35 +00:00 |
|
brade%netscape.com
|
ec6584765a
|
add "static" to GetFrameBorderHelper to reduce compiler warnings on Macintosh
|
1999-02-25 15:38:29 +00:00 |
|
hyatt%netscape.com
|
0dca02cb79
|
Implemented rollover feedback.
|
1999-02-25 09:37:17 +00:00 |
|
troy%netscape.com
|
11c7f0375f
|
Fixed it so we clear the NS_FRAME_SYNC_FRAME_AND_VIEW bit, because the
default is that it's set
|
1999-02-25 05:41:05 +00:00 |
|
troy%netscape.com
|
3bdf672129
|
Removed nsIFrame::CreateContinuingFrame()
|
1999-02-25 05:31:15 +00:00 |
|
troy%netscape.com
|
da4193eab6
|
Changed nsIFrame::Init() to take an additional parameter
|
1999-02-25 03:27:57 +00:00 |
|
vidur%netscape.com
|
6803ad7f1b
|
XML books test case (not part of the build so don't shoot me).
|
1999-02-25 02:26:53 +00:00 |
|
ftang%netscape.com
|
81894ce107
|
change nsTextTransformer to break line by calling nsILineBreak and make nsTextFrame pass the nsILineBreaker to nsTextTransformer
|
1999-02-24 18:21:23 +00:00 |
|
troy%netscape.com
|
74a2bd88d0
|
Work-in-progress for having frame construction code handle creation
of continuing frames
|
1999-02-24 17:16:04 +00:00 |
|
hyatt%netscape.com
|
f9fc243939
|
Backing out the onItemClick code. I don't think we should be using it,
since event bubbling appears to be working.
|
1999-02-24 11:15:43 +00:00 |
|
hyatt%netscape.com
|
df9c54ab16
|
Landing support for the special onItemClick default event handler that can be
placed on tree views (and executed in the context of tree items).
|
1999-02-24 10:38:56 +00:00 |
|
troy%netscape.com
|
47cbdb1e9d
|
Added frame type atoms for several table frame classes
|
1999-02-24 05:54:31 +00:00 |
|
troy%netscape.com
|
eb48a80e30
|
Added nsLayoutAtoms::textFrame
|
1999-02-24 05:33:40 +00:00 |
|
kipp%netscape.com
|
50a388ca59
|
Fixed bug #2885 - the linebreaker couldn't handle a special case...
|
1999-02-24 05:24:06 +00:00 |
|
troy%netscape.com
|
03c5c1f520
|
Changed GetNextInFlow() and GetPrevInFlow() to be pointer arguments and
not references
|
1999-02-24 04:48:08 +00:00 |
|
troy%netscape.com
|
da0991df28
|
Added CreateContinuingFrame() function to frame construction code
|
1999-02-24 04:03:50 +00:00 |
|
karnaze%netscape.com
|
a623691a08
|
added printf to flag when a table cell's max element size exceeds its desired size (for bug 3094)
|
1999-02-23 21:03:57 +00:00 |
|
kipp%netscape.com
|
bb34e891d8
|
Latest snapshot using linux version of the tools
|
1999-02-23 19:38:50 +00:00 |
|
kipp%netscape.com
|
acaeaf5925
|
Temporarily mark text and BR frames as replaced elements so that inline reflow will work properly
|
1999-02-23 19:36:14 +00:00 |
|
kipp%netscape.com
|
921f7d5d90
|
For now text acts like a replaced element
|
1999-02-23 19:35:21 +00:00 |
|
kipp%netscape.com
|
de667c2242
|
Removed gratuitous destructor
|
1999-02-23 19:34:58 +00:00 |
|
kipp%netscape.com
|
fb3e87241d
|
Cleanedup vertical alignment support
|
1999-02-23 19:34:37 +00:00 |
|
kipp%netscape.com
|
ee9d03abfa
|
Improved vertical alignment correctness; fixed glaring error with box-width and height computation
|
1999-02-23 19:34:17 +00:00 |
|
kipp%netscape.com
|
a1ea3e5ee6
|
Removed mLineHeight from the html reflow state; changed the signature of the VerticalAlignFrames method; made DetermineFrameType a callable static method
|
1999-02-23 19:33:34 +00:00 |
|
kipp%netscape.com
|
2285d2368f
|
Maded DetermineFrameType a callable static method; removed gratuitous line-height calculations
|
1999-02-23 19:33:06 +00:00 |
|
kipp%netscape.com
|
d77265fa2f
|
Added a warning comment
|
1999-02-23 19:32:33 +00:00 |
|
kipp%netscape.com
|
6359d0f8d4
|
Revised the signature of the VerticalAlignFrames method
|
1999-02-23 19:32:20 +00:00 |
|
kipp%netscape.com
|
02b92b2a8e
|
Compute minimum-line-height and store it into the inline-reflow context
|
1999-02-23 19:32:00 +00:00 |
|
vidur%netscape.com
|
a5024bec72
|
Fixed casing for nsCOMPtr inclusion
|
1999-02-23 19:22:53 +00:00 |
|
vidur%netscape.com
|
93609d0604
|
Added nsIStyleSheetLinkingElement interface and implemented it for LINK and STYLE elements. Got attribute modifications for lists and list items working (including correct renumbering of lists when attribute values change).
|
1999-02-23 19:18:12 +00:00 |
|
karnaze%netscape.com
|
cc3251aeaf
|
added assertion for null peeked frame pointer in Reflow.
|
1999-02-23 18:06:55 +00:00 |
|
warren%netscape.com
|
9e9215c7f5
|
Added check for null border.
|
1999-02-23 09:01:21 +00:00 |
|
warren%netscape.com
|
01dd4f0ed6
|
Cleaned up nsICollection and nsIEnumerator. Broke out nsIBidirectionalEnumerator. Added ISupportsArray enumerator. Cleaned nsISupportsArray.
|
1999-02-23 08:10:24 +00:00 |
|
troy%netscape.com
|
2e35a63334
|
Added include of $(PUBLIC)\unicharutil to fix build bustage
|
1999-02-23 04:28:08 +00:00 |
|
karnaze%netscape.com
|
009c914f35
|
better sizing of form controls, especially percentage based sizes and max element sizes
|
1999-02-23 03:48:01 +00:00 |
|
ftang%netscape.com
|
02b8de88ba
|
add S/GetLineBreaker to nsIDocument.h. Reviewed by kipp and waterson
|
1999-02-23 03:31:26 +00:00 |
|
hyatt%netscape.com
|
d6fb7c48ab
|
Changing selection in the tree.
|
1999-02-23 02:39:44 +00:00 |
|
ftang%netscape.com
|
59e3b5ce0e
|
Make Case conversion work for non-Latin1 Unicode. Reviewed by kipp. Perofrmance is the same after changing this.
|
1999-02-23 02:27:54 +00:00 |
|
mjudge%netscape.com
|
642c6f7d87
|
Fixing nsCOMPtr misusage.
|
1999-02-22 19:06:48 +00:00 |
|
mjudge%netscape.com
|
5aa43ea696
|
adding comments to interfaces
|
1999-02-22 05:19:06 +00:00 |
|
mjudge%netscape.com
|
b13e4da265
|
Added, jump to prev word, modified INIT of nsTextTransformer to better prepare for a start offset at the end of the mFrags list. added implementation of extra parameter to nsIFrame::PeekOffset to keep state for the next word problem of eating ws. nsTextFrame should be all set on implementation of jumping words.
|
1999-02-22 04:59:52 +00:00 |
|
mjudge%netscape.com
|
7df9af9d91
|
adding parameter to nsIFrame for ::PeekOffset to be aware of the state of jumping a word. eating WS ect. also, nsRangeList sends the proper parameter for above change.
|
1999-02-22 04:57:44 +00:00 |
|
troy%netscape.com
|
68894039d4
|
More work-in-progress for table pagination
|
1999-02-22 03:28:00 +00:00 |
|
mjudge%netscape.com
|
eaf1a3cc93
|
gettig word jumping to work, adding GetPrevWord to texttransformer
|
1999-02-22 03:20:59 +00:00 |
|
mjudge%netscape.com
|
5e896e4c40
|
adding word jumping with CNTRL char down now
|
1999-02-22 03:20:18 +00:00 |
|
mjudge%netscape.com
|
2e01e0d61b
|
adding NPL
|
1999-02-22 03:19:24 +00:00 |
|
troy%netscape.com
|
2f913ac8b5
|
Changed GetRowIndex() so that for continued cell frames the row index is
that of the cell's first-in-flow
|
1999-02-21 19:55:22 +00:00 |
|
mjudge%netscape.com
|
73b74bd729
|
Needed methods to disable the ScrollFrameIntoView because of resizing causing scrolling to snap selection into view. 3 helper fucs, 1 variable, PRBool mEnableScrolling defaulted to true of course
|
1999-02-21 19:43:40 +00:00 |
|