troy%netscape.com
|
05fb1d7f25
|
Changed root frame class over to new reflow command handling
|
1999-07-27 14:15:42 +00:00 |
|
troy%netscape.com
|
08c5b45b84
|
Defined it so that the NS_FRAME_IS_DIRTY flag is set for newly added frames in
SetInitialChildlist(), AppendFrames(), InsertFrames(), and ReplaceFrame()
|
1999-07-24 02:33:07 +00:00 |
|
troy%netscape.com
|
1df4c2d244
|
Added ReplaceFrame() member function to nsIFrame
|
1999-07-22 04:32:31 +00:00 |
|
troy%netscape.com
|
c551fe3166
|
Renamed DeleteFrame() to Destroy()
|
1999-07-22 02:24:52 +00:00 |
|
troy%netscape.com
|
f02d9ef8b9
|
Added NS_FRAME_IS_DIRTY flag to the frame state flags
|
1999-07-21 23:47:01 +00:00 |
|
troy%netscape.com
|
19ed07723e
|
Removed IsTransparent() function from nsIFrame
|
1999-07-21 23:15:39 +00:00 |
|
mjudge%netscape.com
|
f98938bdfd
|
up/down selection BRFrames dont allow selecting upon them for now. horizontal bars are now drawn selected. ect.
|
1999-06-19 20:36:44 +00:00 |
|
mjudge%netscape.com
|
225111bf33
|
fixing table selection again. also adding parameter to nsIFocusTracker that allows us to get the current caret location. I am also stopping nsTableRowFrame from putting blue border around itself since cells are a high enough granularity. made a change to nsIFrame GetPosition to remove some useless parameters ect. this caused me to change nsDOMEvent.cpp and some other places.
MJ
|
1999-06-10 21:08:17 +00:00 |
|
joki%netscape.com
|
7e2352ba3a
|
Adding new method to nsIDOMNSUIEvent to give event pos as range offset.
|
1999-06-08 02:19:26 +00:00 |
|
mjudge%netscape.com
|
4bff71e096
|
reviewed sfraser approved choffman 6771 6762 UMR and Extreemly inefficient table selection code fixed simply
|
1999-05-20 00:52:00 +00:00 |
|
mjudge%netscape.com
|
a15e7eb5ac
|
adding in selection of non text frames in editor only
|
1999-05-17 00:21:18 +00:00 |
|
mjudge%netscape.com
|
5404272a5e
|
adding back in keyboard navigation. removing const from peekoffset to stop the const creep
|
1999-05-13 00:43:47 +00:00 |
|
mjudge%netscape.com
|
884bb4bb82
|
massive checkin for selection modifications and removing static state variables for selection in nsFrame.h.
|
1999-05-07 21:12:59 +00:00 |
|
mjudge%netscape.com
|
f302ca2537
|
selection changes for new model of content only. frames no longer contain variables referring to selection state outside of 1 bit. keyboard selection will now be disabled until i can get it working in the new selection world order.
|
1999-04-26 04:02:04 +00:00 |
|
troy%netscape.com
|
00edc72db6
|
Added flag bit NS_FRAME_OUT_OF_FLOW, and changed the frame construction code
to set it for floated and absolutely positioned frames
|
1999-04-25 17:20:53 +00:00 |
|
kipp%netscape.com
|
9fbbadd484
|
Added a bit to speed up frame destruction
|
1999-04-13 21:48:35 +00:00 |
|
troy%netscape.com
|
62cb7b680b
|
Added NS_FRAME_GENERATED_CONTENT
|
1999-04-05 03:44:07 +00:00 |
|
peterl%netscape.com
|
ea38299e52
|
added args to ReResolveStyle to capture style change info
|
1999-03-25 06:32:56 +00:00 |
|
mjudge%netscape.com
|
26d8cc3a13
|
fixed memory leaks in nsRangelist.cpp. uninitialized memory in nsTextframe, simplified APIs in nsIFrame and the underlying implementations. see layout.checkins
|
1999-03-12 00:17:14 +00:00 |
|
kipp%netscape.com
|
d1fe3c6035
|
Removed global gLogModule
|
1999-02-26 16:59:57 +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 |
|
troy%netscape.com
|
03c5c1f520
|
Changed GetNextInFlow() and GetPrevInFlow() to be pointer arguments and
not references
|
1999-02-24 04:48:08 +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 |
|
kipp%netscape.com
|
3245994287
|
Removed obsolete GetAutoMarginSize method
|
1999-02-18 03:19:02 +00:00 |
|
troy%netscape.com
|
9fa8b62428
|
Added NS_FRAME_REPLACED_ELEMENT
|
1999-02-13 05:58:28 +00:00 |
|
sfraser%netscape.com
|
9ab69a922e
|
Add two new methods needed for caret support (and other things): GetPointFromOffset, to get frame-relative coordinates of a given content offset, and GetChildFrameContainingOffset, to find the child frame that really contains the given content offset
|
1999-02-12 00:02:31 +00:00 |
|
mjudge%netscape.com
|
d6da223dbd
|
Keyboard navigation, removing nsICollection(not used) adding PeekOffset to have the nsIFrame tell us where to go when moving a character ect. adding nsFrameTraversal to traverse frames, based on nsIEnumerator. mjudge x4661
|
1999-02-10 18:55:25 +00:00 |
|
troy%netscape.com
|
034aa56b83
|
Changed GetNextSibling() to use a pointer argument instead of a reference
|
1999-02-10 06:13:38 +00:00 |
|
troy%netscape.com
|
9d570499cf
|
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
|
e9bbeeaa9b
|
Changed GetFrameState() and GetFrameType() to use pointer arguments instead of
references
|
1999-02-10 04:17:06 +00:00 |
|
troy%netscape.com
|
2ac7b86865
|
Changed GetAdditionalChildListName() and FirstChild() to use ** instead
of *&
|
1999-02-10 02:25:01 +00:00 |
|
troy%netscape.com
|
c85f9efd2a
|
Changed GetParent() to use ** instead of *&
|
1999-02-10 01:36:30 +00:00 |
|
troy%netscape.com
|
b974e26cea
|
Changed some nsIFrame member functions to use ** instead of *& for OUT
paremeters
|
1999-02-10 00:42:56 +00:00 |
|
troy%netscape.com
|
9c158de393
|
Added GetFrameType() member function
|
1999-02-09 05:44:13 +00:00 |
|
mjudge%netscape.com
|
d8dc98b1ba
|
commas trailing on enum illegal even if vc50 says its ok
|
1999-02-02 01:16:57 +00:00 |
|
mjudge%netscape.com
|
cd2d3d137c
|
keyboard navigation of selection. adding API for nsIFrame. fixing nsFrame and nstextframe to reflect the implementations of the nsIFrame API. nsRangeList implements the handlekeyevent now.
|
1999-02-02 00:23:40 +00:00 |
|
kipp%netscape.com
|
64610329f0
|
Cleaned up comments; removed ReplaceFrame from the API
|
1999-02-01 17:25:30 +00:00 |
|
mjudge%netscape.com
|
5ac012630e
|
adding parameters to setselectedcontent. This will keep down overhead of the nsIFrame implementation and still not allow outsiders to talk to their presshell. so please forgive this grown method. this extra parameter will maintain the anchor and focus point after reflow
|
1999-01-25 23:28:23 +00:00 |
|
mjudge%netscape.com
|
769d4b5a86
|
chagnes for selection to work
|
1999-01-22 18:58:14 +00:00 |
|
kipp%netscape.com
|
7f96144059
|
Spanked away SizeOf methods and nsIListFilter
|
1999-01-16 00:00:50 +00:00 |
|
kipp%netscape.com
|
6302998324
|
Added append/insert/remove/replace methods
|
1999-01-15 01:28:28 +00:00 |
|
troy%netscape.com
|
036e6852f2
|
Removed the content-parent frame pointer. Now we just have the one geometric
parent
|
1999-01-14 05:16:23 +00:00 |
|
kipp%netscape.com
|
1de1edbd74
|
Added defines and comments indicating which parts of the frames reflow state are reserved
|
1999-01-09 00:11:40 +00:00 |
|
troy%netscape.com
|
7b5cc03059
|
Moved logic that deals with moving absolutely positioned frames out of the
flow to the frame construction code
|
1998-12-29 03:38:16 +00:00 |
|
brade%netscape.com
|
0dd08f1cf8
|
remove extra comma to reduce Macintosh compiler warnings
|
1998-12-21 16:40:46 +00:00 |
|
kipp%netscape.com
|
c29e5116c7
|
Revised frame Paint API
|
1998-12-18 15:54:23 +00:00 |
|
mjudge%netscape.com
|
2f5ca67ece
|
adding in selection
|
1998-12-14 18:34:14 +00:00 |
|
troy%netscape.com
|
4f5fc0524a
|
Added a comment about view creation
|
1998-12-04 06:13:18 +00:00 |
|
troy%netscape.com
|
2a4b2c503f
|
Added Init() member function to nsIFrame
|
1998-12-03 06:31:43 +00:00 |
|