kipp
|
cb1358cbb5
|
Fixed irix bustage
|
1998-05-08 21:12:12 +00:00 |
karnaze
|
11f4c32b98
|
more support for textarea, select/option in content sink
|
1998-05-08 20:18:06 +00:00 |
kipp
|
b16f6224cd
|
Fixed pseudo-frame body behavior
|
1998-05-08 19:43:25 +00:00 |
rods
|
2cb9962312
|
added major selection method and data members
|
1998-05-08 18:33:42 +00:00 |
kipp
|
7d7aba9ef3
|
Factored out sizing into ComputeDesiredSize and fixed the size to reflect the size of the content
|
1998-05-08 17:23:06 +00:00 |
troy
|
0209babfcc
|
Changed container related functions to return NS_ERROR_NOT_IMPLEMENTED
instead of NS_OK
|
1998-05-08 17:02:35 +00:00 |
troy
|
88e5de1f65
|
Moved ContentChanged() logic to nsFrame since it was completely generic and
serves as reasonable default behavior for all frames
|
1998-05-08 16:34:27 +00:00 |
troy
|
8b07e0d25c
|
Changed ContentChanged() to generate a reflow command
|
1998-05-08 16:33:07 +00:00 |
rods
|
1205850979
|
added Selection methods to nsICodment, nsDocument, nsiSplittableFRame
|
1998-05-08 15:07:41 +00:00 |
troy
|
5ea80074c7
|
Hooked up ContentChanged() to notify the frame
|
1998-05-08 04:59:35 +00:00 |
troy
|
d558e0944f
|
Added ContentChanged() member function
|
1998-05-08 04:56:47 +00:00 |
troy
|
8a61897ab0
|
Added ContentChanged() member function
|
1998-05-08 04:45:37 +00:00 |
kipp
|
5124564620
|
Support width/height ala css
|
1998-05-08 00:16:41 +00:00 |
kipp
|
a2f4220ebc
|
Added MapImagePropertiesInto
|
1998-05-08 00:16:30 +00:00 |
kipp
|
b00942a319
|
Support css width&height style properties
|
1998-05-07 23:38:51 +00:00 |
kipp
|
e91fd38b80
|
Unsupported border+padding around form elements (except for image - it still works)
|
1998-05-07 23:38:12 +00:00 |
kipp
|
b756f040c3
|
Support width & height ala css1
|
1998-05-07 21:50:56 +00:00 |
kipp
|
ec92662afe
|
order sid's alphabeticly
|
1998-05-07 21:36:41 +00:00 |
kipp
|
a19ea215c6
|
Added GetStyleSize
|
1998-05-07 21:36:16 +00:00 |
kipp
|
e718ab71de
|
Set clip rect if style says to
|
1998-05-07 21:35:03 +00:00 |
rickg
|
1a832ee7ce
|
new contentsink api's for kipp
|
1998-05-07 21:11:07 +00:00 |
troy
|
78de74ac42
|
Work in progress
|
1998-05-07 21:10:07 +00:00 |
troy
|
dde4836b65
|
Started hooking up appended content handler
|
1998-05-07 20:28:16 +00:00 |
kipp
|
157f3fea1b
|
Support (mostly) border+padding around input form elements
|
1998-05-07 16:13:59 +00:00 |
kipp
|
b46d632042
|
Fixed the dancing form-elements bug by making MoveTo properly account for the views offset from parent
|
1998-05-07 16:13:09 +00:00 |
troy
|
f6e0e4fd8b
|
Work on getting floaters working again
|
1998-05-07 05:25:08 +00:00 |
kipp
|
707a667dd2
|
Implemented destroy-lines
|
1998-05-07 03:45:29 +00:00 |
troy
|
645ad97191
|
Checks whether the next-in-flow should be deleted
|
1998-05-07 02:51:30 +00:00 |
kipp
|
c07c22af17
|
Ported to new CreateFrame/CreateContinuingFrame APIs
|
1998-05-07 00:08:20 +00:00 |
kipp
|
0c6469b295
|
Ported to new CreateFrame/CreateContinuingFrame APIs; removed some debris code
|
1998-05-07 00:06:53 +00:00 |
kipp
|
cbdc7fbe69
|
Updated style sheet
|
1998-05-07 00:06:15 +00:00 |
kipp
|
a333c5eda2
|
Changed CreateContinuingFrame to take a style context argument to reduce style context creation
|
1998-05-07 00:05:37 +00:00 |
kipp
|
47ca58f827
|
Updated CreateFrame to take a style context argument to reduce style context creation
|
1998-05-07 00:05:13 +00:00 |
troy
|
f27831e884
|
Started adding ContentChanged() notifications
|
1998-05-06 16:28:55 +00:00 |
troy
|
dc0c1c644c
|
Hooked up DOM insert/replace/delete
|
1998-05-06 16:27:15 +00:00 |
troy
|
ca23e47c2e
|
Frames no longet store the content index-in-parent
|
1998-05-05 23:56:50 +00:00 |
troy
|
af4352b9f4
|
Work in progress for inserted incremental reflow
|
1998-05-05 04:47:53 +00:00 |
troy
|
3818ab7825
|
Fixed my build bustage
|
1998-05-04 22:50:13 +00:00 |
troy
|
806d70ed8c
|
Implemented DOM document's createTextNode() function, and changed insertBefore()
handler to allow refChild to be null
|
1998-05-04 20:34:37 +00:00 |
troy
|
049905f1f8
|
Added ContentInserted handler
|
1998-05-04 18:32:12 +00:00 |
troy
|
9ae1d79f61
|
Work in progress for incremental reflow (insert)
|
1998-05-04 17:54:45 +00:00 |
troy
|
38acdd1740
|
Added ComputeDesiredRect() to share some common code between DoResizeReflow()
and IncrementalReflow()
|
1998-05-03 04:57:29 +00:00 |
troy
|
7b7acfc81c
|
Made sure to set previous bottom margin when restoring reflow state
|
1998-05-03 04:37:56 +00:00 |
troy
|
855a687477
|
Fixed a problem with mY not being updated properly for a bottom
margin
|
1998-05-03 04:16:13 +00:00 |
troy
|
4c182aadd1
|
Removed ColumnFrame from the build
|
1998-05-03 04:00:37 +00:00 |
troy
|
df86871d93
|
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 |
kipp
|
7247d62207
|
Set ascent/descent information so that vertical alignment works better
|
1998-05-02 02:04:00 +00:00 |
kipp
|
6ce278f678
|
BR's are inline and cyan (if they are rendering)
|
1998-05-02 00:56:55 +00:00 |
kipp
|
1dfce13cc2
|
Spanked nsBlockFrame: newly rewritten, broken into two pieces (see nsLineLayout.h,.cpp for the line layout code)
|
1998-05-02 00:56:24 +00:00 |
kipp
|
21e1b3a406
|
Fixed default background repeat bug
|
1998-05-02 00:55:29 +00:00 |