mjudge%netscape.com
|
8e608e33df
|
tweaked word left and word right again. got double click working on edge cases! yeah
|
1999-09-22 07:09:41 +00:00 |
mjudge%netscape.com
|
f187d94247
|
recursion failing finding the same frame we started with sometimes with generated content from style. simple 2 line check to avoind this. dagley said ok to check in red tree since not hurting anyone.
|
1999-09-22 06:12:44 +00:00 |
mjudge%netscape.com
|
f4d520bbf9
|
approved by Dagley. fixes for CTRL_LEFT and CTRL_RIGHT navigation and wrapping
|
1999-09-22 05:56:44 +00:00 |
mjudge%netscape.com
|
375e6fb76f
|
fixes for line/frame traversal. now we use more common code inside nsFrame rather than nsTextFrame specific code all the time.
|
1999-09-22 04:12:23 +00:00 |
joki%netscape.com
|
de1d4abc32
|
Adding support for event.clickCount, obsoleting old dblclick event.
|
1999-09-22 02:29:33 +00:00 |
mjudge%netscape.com
|
208c00015a
|
fix for going to correct offset in selection with keyboard navigation
|
1999-09-22 01:19:04 +00:00 |
mjudge%netscape.com
|
f9f66c8c83
|
changes to selection code to stop a never ending loop
|
1999-09-21 22:58:14 +00:00 |
peterl%netscape.com
|
342937acdb
|
removed ReResolveStyleContext
added style tree verify flag
|
1999-09-21 07:51:52 +00:00 |
mjudge%netscape.com
|
790ac1c492
|
checking in fixes for selection around nodes where get primary frame will not lead to the discovery of all frames
|
1999-09-20 21:47:37 +00:00 |
kipp%netscape.com
|
05070071b7
|
formatting sillyness
|
1999-09-15 20:38:42 +00:00 |
mjudge%netscape.com
|
3a9ca8d5ed
|
changes for bug fixes for dogfood. finding frames left and right should find the correct frame and not give up so easily. nsTextFrame needed to change getpositionslowly.
|
1999-09-15 01:57:50 +00:00 |
kipp%netscape.com
|
99de390ca1
|
Removed MoveInSpaceManager
|
1999-09-15 00:26:39 +00:00 |
sfraser%netscape.com
|
86b2202eba
|
Fix a warning.
|
1999-09-14 23:41:49 +00:00 |
mjudge%netscape.com
|
24a5d270fd
|
fixes for crasher in tree
|
1999-09-11 00:18:02 +00:00 |
mjudge%netscape.com
|
8a55b0d40e
|
changes for peekoffset removal of extra parameters. also fixing some ownership issues with nsIenumerator and the rangelist iterator. fixing also some hit tests for line frames.
|
1999-09-10 18:29:37 +00:00 |
peterl%netscape.com
|
c1fcb2b00d
|
added content state changed notification
|
1999-09-10 05:52:23 +00:00 |
mjudge%netscape.com
|
7b6345b29b
|
adding in begin line and end line enums for selection movement. this allows peeking to the start and end of and like given a content offset for any frame.
|
1999-09-07 23:40:17 +00:00 |
mjudge%netscape.com
|
8a90ee7653
|
Had a loop that did not reset one variable for "next" iteration. this will fix arrow up/down ya.
|
1999-09-07 18:47:01 +00:00 |
peterl%netscape.com
|
6c381d978e
|
added accessors to additional style contexts
|
1999-09-03 23:35:14 +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
|
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
|
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 |
kipp%netscape.com
|
175f8c7657
|
Added IsFrameTreeTooDeep method to support code handling bug #10310
|
1999-08-27 21:48:06 +00:00 |
mjudge%netscape.com
|
031762a187
|
added in selection of tables/images as blue borders for browser.
|
1999-08-25 22:19:23 +00:00 |
mjudge%netscape.com
|
1ca330a9f0
|
changes to allow selection in "dead" space between frames. still need work on "outside" and not in the window at all, but this is a very good chunk of the issue and it will solve many many bugs on my place. good for dogfood as well :)
|
1999-08-24 21:51:47 +00:00 |
rods%netscape.com
|
64a561b6a4
|
Added a check to see if an outline should drawn, if so, then the damagaed rect needs to be inflated so it gets drawn "outside" the frames area
|
1999-08-19 14:36:47 +00:00 |
troy%netscape.com
|
2a655ce368
|
Changed to table incremental reflow
|
1999-08-19 03:51:25 +00:00 |
troy%netscape.com
|
7478781693
|
Added VerifyDirtyBitSet() helper function
|
1999-07-24 02:37:06 +00:00 |
troy%netscape.com
|
ede5a246de
|
Added ReplaceFrame() member function to nsIFrame
|
1999-07-22 04:32:31 +00:00 |
troy%netscape.com
|
9fdbc7ced3
|
Renamed DeleteFrame() to Destroy()
|
1999-07-22 02:24:52 +00:00 |
troy%netscape.com
|
b2994f2d65
|
Added NS_FRAME_IS_DIRTY flag to the frame state flags
|
1999-07-21 23:47:01 +00:00 |
troy%netscape.com
|
f48928d205
|
Removed IsTransparent() function from nsIFrame
|
1999-07-21 23:15:39 +00:00 |
mjudge%netscape.com
|
7ddf8fee55
|
massive checkin for selection. adjusting nsIDOMSelection api and nsIFrameSelection. many "small" changes. this is not as bad as it looks. layout will not be affected other than "getter" calls for selection. and all consumers of selection should be in good shape.
|
1999-07-18 02:27:19 +00:00 |
troy%netscape.com
|
548827fdf5
|
Added NotifyDestroyingFrame() function to nsIPresShell
|
1999-07-16 23:25:15 +00:00 |
mjudge%netscape.com
|
a2f598637e
|
checkin for carpool for multiple seleciton/ime selection and api changes to nsIDOMselection
|
1999-07-15 18:19:03 +00:00 |
kipp%netscape.com
|
342e03b752
|
Fixed bug #9282 - clip rect was computed wrong from style info and sign of right/bottom were inverted; eliminated many linux compiler warnings
|
1999-07-05 20:38:14 +00:00 |
troy%netscape.com
|
6b4be3d824
|
Fix for bug #5762. Changed DeleteFrame() to call CancelReflowCommand()
when a frame is destroyed
|
1999-06-25 04:22:15 +00:00 |
mcafee%netscape.com
|
47e22f078a
|
Better comment to describe the NORMAL_DRAG_HANDLING #define.
|
1999-06-21 23:24:33 +00:00 |
mcafee%netscape.com
|
bd158627db
|
Fixing drag test case, this is #if 0 by default.
|
1999-06-21 23:19:54 +00:00 |
mjudge%netscape.com
|
667fc51569
|
commenting out errant printf!
|
1999-06-21 20:31:30 +00:00 |
sspitzer%netscape.com
|
e744366a53
|
fix tree bustage.
|
1999-06-19 21:13:48 +00:00 |
mjudge%netscape.com
|
9eccad5750
|
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
|
1e4bbda958
|
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
|
6f1a265019
|
Adding new method to nsIDOMNSUIEvent to give event pos as range offset.
|
1999-06-08 02:19:26 +00:00 |
pinkerton%netscape.com
|
26fdcb06d3
|
changes so that transferable no longer takes ownership of dataflavor string, but correctly copies it. fix some memory leaks as well.
|
1999-06-07 20:43:23 +00:00 |
peterl%netscape.com
|
ea2a67cdbd
|
fixed warnings
|
1999-06-03 02:09:03 +00:00 |
mjudge%netscape.com
|
51faf8cbdb
|
new table selection code drag inside and outside of tables with ease. added some overriding methods to nsTableCellFrame and nsTableFrame to make selection "draw" correctly for those containers.
|
1999-06-01 23:04:13 +00:00 |
pinkerton%netscape.com
|
5135f5d4a6
|
new multiple-item drag and drop apis.
|
1999-05-26 21:08:14 +00:00 |
mjudge%netscape.com
|
1dd2a01b0e
|
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
|
341678533a
|
adding in selection of non text frames in editor only
|
1999-05-17 00:21:18 +00:00 |
mjudge%netscape.com
|
a13ab1bbcf
|
adding back in keyboard navigation. removing const from peekoffset to stop the const creep. changing peekoffset to do the right thing for content based peeking...
|
1999-05-13 00:44:23 +00:00 |
kipp%netscape.com
|
fea30bc4eb
|
Reworked frame factory methods; fixed bug 4519
|
1999-05-11 22:03:29 +00:00 |
mjudge%netscape.com
|
d1a79ef279
|
2 more checkins to follow previous ones
|
1999-05-07 21:19:04 +00:00 |
mjudge%netscape.com
|
85afd8f29d
|
massive checkin for selection modifications and removing static state variables for selection in nsFrame.h.
|
1999-05-07 21:12:59 +00:00 |
cyeh%netscape.com
|
8f54a21774
|
backout mjudge checkin against closed tree. it also breaks mac as well, so
mjudge will try again when tree reopens
|
1999-05-05 23:05:41 +00:00 |
mjudge%netscape.com
|
1feb64d52c
|
removing static variables from nsFrame for selection. storing state in nsIFrameSelection Implementation.
|
1999-05-05 22:27:57 +00:00 |
kipp%netscape.com
|
6797e11f82
|
Removed a compiler warning
|
1999-05-03 20:51:30 +00:00 |
mjudge%netscape.com
|
05804e7429
|
m5 BUGS Choffman approved. simon reviewed. removing possible memory leak and getting anchor and focus frame to use the proper range instead of addreffing a node each! tested this afternoon
|
1999-04-29 20:24:21 +00:00 |
kipp%netscape.com
|
4bc35ca479
|
Removed compiler warnings
|
1999-04-27 22:14:17 +00:00 |
kin%netscape.com
|
4cd147a086
|
Fix from mjudge@netscape.com for bug #5505 (Crash clicking on throbber in apprunner)
|
1999-04-26 19:38:22 +00:00 |
mjudge%netscape.com
|
75dd0e4936
|
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 |
rickg%netscape.com
|
0d1b06ca19
|
sync with nsString2 API
|
1999-04-20 07:20:21 +00:00 |
kipp%netscape.com
|
47b8e9a5dd
|
Updated to new nsIHTMLReflow method signatures
|
1999-04-20 00:26:32 +00:00 |
kipp%netscape.com
|
022ebc1833
|
Use revised image loading api
|
1999-04-13 21:51:00 +00:00 |
joki%netscape.com
|
26b45c4762
|
New api's into nsEventStateManager for content state change (hover,focus,active)
|
1999-04-12 21:24:07 +00:00 |
kipp%netscape.com
|
da97d410cf
|
Added SetClipRect helper method
|
1999-04-10 17:32:22 +00:00 |
kipp%netscape.com
|
fab8db134e
|
Whacked paint methods to use new constants
|
1999-03-26 00:39:35 +00:00 |
peterl%netscape.com
|
78240897f9
|
augmented ReResolveStyleContext to capture style change information
|
1999-03-25 06:43:38 +00:00 |
kipp%netscape.com
|
f7b3921a2c
|
Spanked to collapse inline-reflow with line-layout into line-layout; fixed bugs #1278, #1990, #3527, #1670, etc.
|
1999-03-18 21:03:25 +00:00 |
mjudge%netscape.com
|
a876641fd7
|
I am "unfixing" something. This was something I introduced to prevent an M3 bug with a hack, it is not necessary anymore. reviewd by sfrasier. several people have verified this.
|
1999-03-16 00:08:38 +00:00 |
mjudge%netscape.com
|
33739be53c
|
fix hack for getting selection to "Really" update the frame
|
1999-03-14 01:18:47 +00:00 |
mjudge%netscape.com
|
dabafbc386
|
needed to get caret to draw at end of line and on an empty text element
|
1999-03-13 21:33:34 +00:00 |
mjudge%netscape.com
|
098064a40c
|
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
|
da63a4ae6d
|
Removed dead code; output rects naturally
|
1999-03-05 04:22:54 +00:00 |
mjudge%netscape.com
|
b2dcf8b115
|
updates and fixes for CTRL left arrow and right arrow. also fixes for releasing the presshell correctly. the selection code was leaking it. updates for PREV and NEXT in nsFrameTraversal
|
1999-03-03 01:51:21 +00:00 |
kipp%netscape.com
|
4a28dcfe2b
|
fixed up operator new usage
|
1999-02-26 20:02:06 +00:00 |
kipp%netscape.com
|
cfa5bbce41
|
Fixed remaining issues with operator new/delete
|
1999-02-26 19:26:29 +00:00 |
kipp%netscape.com
|
2a7e5e3d17
|
Implement operator delete; get rid of static constructor
|
1999-02-26 17:05:20 +00:00 |
troy%netscape.com
|
f19915b56d
|
Removed nsIFrame::CreateContinuingFrame()
|
1999-02-25 05:31:15 +00:00 |
troy%netscape.com
|
dfdacc8159
|
Changed nsIFrame::Init() to take an additional parameter
|
1999-02-25 03:27:57 +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 |
kipp%netscape.com
|
72301876ca
|
Revised the signature of the VerticalAlignFrames method
|
1999-02-23 19:32:20 +00:00 |
warren%netscape.com
|
3642da81a5
|
Cleaned up nsICollection and nsIEnumerator. Broke out nsIBidirectionalEnumerator. Added ISupportsArray enumerator. Cleaned nsISupportsArray.
|
1999-02-23 08:10:24 +00:00 |
mjudge%netscape.com
|
f3a99f20af
|
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
|
22e51f8412
|
Shift click to continue selection
|
1999-02-21 01:23:40 +00:00 |
mjudge%netscape.com
|
c61751911a
|
nsPresShell now listens to changes in the domselection. (also modified nsIEnumerator to use NS_IMETHOD instead of virtual nsresult). Added batching for selection changes. you can move the selection, do things then turn off batching for an update if necessary. also prevented circular referencing by adding listener removal to PresShell::endDocumentListening(sp)
|
1999-02-19 23:47:36 +00:00 |
kipp%netscape.com
|
5ce6265190
|
Removed GetAutoMarginSize; added VerticalAlignFrames
|
1999-02-18 03:25:23 +00:00 |
mjudge%netscape.com
|
53c6e919fe
|
fixing some things for selection to allow keyboard navigation. not hooked up to caret yet. also removed some not used calls in nsFrame for the "old" selection model.
|
1999-02-16 02:42:08 +00:00 |
troy%netscape.com
|
7b2012fca2
|
Fixed some errors related to switch to using nsCOMPtr
|
1999-02-12 18:41:26 +00:00 |
kipp%netscape.com
|
5a554d526e
|
COMized nsIPresShell and nsIPresContext
|
1999-02-12 17:45:58 +00:00 |
sfraser%netscape.com
|
9400d14672
|
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 |
akkana%netscape.com
|
bf0baf8027
|
Rename nsISelection to nsIFrameSelection
|
1999-02-11 23:12:28 +00:00 |
troy%netscape.com
|
b27d9f730e
|
API changes for nsIPresContext ResolveStyleContextFor and ResolvePseudoStyleContextFor
|
1999-02-11 15:56:23 +00:00 |
mjudge%netscape.com
|
bca382f43e
|
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
|
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
|
b8965b6929
|
Changed GetFrameState() and GetFrameType() to use pointer arguments instead of
references
|
1999-02-10 04:17:06 +00:00 |
troy%netscape.com
|
a9159f71d6
|
Changed GetAdditionalChildListName() and FirstChild() to use ** instead
of *&
|
1999-02-10 02:25:01 +00:00 |
troy%netscape.com
|
40e3d2b1c8
|
Changed GetParent() to use ** instead of *&
|
1999-02-10 01:36:30 +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 |