hyatt%netscape.com
|
cc520bff21
|
Patching an error in the key event handling.
|
1999-08-24 00:42:02 +00:00 |
beard%netscape.com
|
b07fa8c481
|
fixes a crasher triggered by test case of bug #5194.
|
1999-08-07 20:43:47 +00:00 |
troy%netscape.com
|
0489aa0c60
|
Moved cantrenderreplacedelememt code over to the frame manager
|
1999-08-05 20:17:44 +00:00 |
troy%netscape.com
|
b80876174d
|
Added NULL pointer checks in GetPrimaryFrameFor() and GetPlaceholderFrameFor()
|
1999-08-05 03:23:39 +00:00 |
troy%netscape.com
|
71d5c08256
|
Changed frame construction code to use frame manager when modifying frame
model
|
1999-08-05 03:09:22 +00:00 |
buster%netscape.com
|
4333816066
|
added GetCaretEnabled
cleaned up caret APIs according to coding convention
|
1999-08-04 20:46:16 +00:00 |
troy%netscape.com
|
efd8280343
|
Now uses frame manager
|
1999-08-04 04:02:40 +00:00 |
rods%netscape.com
|
6412a66059
|
temporary fix for reentrancy bug in HandleEvent
|
1999-07-28 21:42:37 +00:00 |
joki%netscape.com
|
f1c8421c61
|
Event fixes to allow key event handling by GFX widgets and fixes for window.defaultStatus.
|
1999-07-26 15:02:19 +00:00 |
rods%netscape.com
|
022dd79bc6
|
Sending wrong length when putting data on the clipboards,
double byte chars need twice the space. Wrongly assummed nsString.Length()
return bytes instead of length in chars doubel or single.
|
1999-07-23 02:25:17 +00:00 |
troy%netscape.com
|
c551fe3166
|
Renamed DeleteFrame() to Destroy()
|
1999-07-22 02:24:52 +00:00 |
troy%netscape.com
|
99e5e0a462
|
Changed ScrollFrameIntoView() to also do horizontal scrolling if necessary
|
1999-07-19 18:38:33 +00:00 |
mjudge%netscape.com
|
516c093f8b
|
cant query interface from frame selection to dom selection since we now have more than one type of dom selection implementations. you must ask for ANY dom selection then remove yourself as a listener or whatever you want to do. MJ
|
1999-07-19 18:04:35 +00:00 |
mjudge%netscape.com
|
c0b1525970
|
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
|
37e8c3a392
|
Added code to make sure that posted events are removed when the frame they
refer to is destroyed
|
1999-07-16 23:27:46 +00:00 |
rods%netscape.com
|
07dc39f2d3
|
XIF is now being put into the transferable as double byte
|
1999-07-16 14:20:59 +00:00 |
troy%netscape.com
|
7b9d24e898
|
Turned on the use of the digital search tree code
|
1999-07-16 03:32:09 +00:00 |
sfraser%netscape.com
|
eeb1dfbdf1
|
Removal of nsCaretProperties
|
1999-07-14 22:18:29 +00:00 |
kipp%netscape.com
|
6c7e923344
|
nop
|
1999-07-14 17:30:07 +00:00 |
hyatt%netscape.com
|
d6584e757a
|
Fixing problems with redraw on initial show of window.
|
1999-07-07 22:34:31 +00:00 |
troy%netscape.com
|
9fc9b61b5c
|
Changed GetPrimaryFrameFor() to use a hash table to improve performance
|
1999-07-06 03:52:33 +00:00 |
hyatt%netscape.com
|
73b08a974d
|
Checking in support for intrinsic sizing of chrome.
|
1999-07-04 04:09:54 +00:00 |
troy%netscape.com
|
bad8b44c27
|
Work-in-progress for having GetPrimaryFrameFor() use a hash table
|
1999-06-30 04:42:26 +00:00 |
joki%netscape.com
|
2c742db83b
|
Fixes for event going to frames which have changes as a result of other event handlers. (loosely bug 1283)
|
1999-06-15 03:14:28 +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 |
nisheeth%netscape.com
|
6da324eafb
|
Patch from alecf to do a null pointer check in FindFrameWithContent().
|
1999-06-05 00:18:03 +00:00 |
dp%netscape.com
|
94344009c8
|
Landing xpcom20/21 branch.
|
1999-05-26 01:38:36 +00:00 |
rickg%netscape.com
|
33a564de2c
|
fixed per cyeh
|
1999-05-21 23:11:16 +00:00 |
joki%netscape.com
|
cd8037c601
|
Fix for bug 6005, crash on window closing via script. A: chofmann, R: vidur
|
1999-05-20 23:16:53 +00:00 |
mjudge%netscape.com
|
a15e7eb5ac
|
adding in selection of non text frames in editor only
|
1999-05-17 00:21:18 +00:00 |
rods%netscape.com
|
e4ee930f8c
|
removed reference to nsIDataFlavor and merged nsITransferable and nsIGenericTransferable
|
1999-05-13 21:53:57 +00:00 |
av%netscape.com
|
53ad276795
|
Fixing bug #3605
|
1999-05-05 01:10:25 +00:00 |
hyatt%netscape.com
|
01169c1e64
|
Changes to support window.open in AppRunner.
|
1999-05-04 23:29:06 +00:00 |
danm%netscape.com
|
e6c2df172d
|
PresShell given owning reference to its nsDocument and nsPresContext. Prevents early deletion of these objects in some cases. Part of bug 5844. a:kipp
|
1999-05-04 23:27:42 +00:00 |
rods%netscape.com
|
0f31c214df
|
Removed D&D statically defined IIDs and replaced them with the static class GetIID()
|
1999-05-04 14:55:24 +00:00 |
joki%netscape.com
|
d1f2b3ef88
|
Adding scrolling fixes to fix bug #3999, A: chofmann
|
1999-04-30 19:38:39 +00:00 |
pinkerton%netscape.com
|
1680448437
|
pinkerton/scc. appr chofmann. Bug #4127, et al. Fixing ownership models (more work to come).
|
1999-04-30 09:04:36 +00:00 |
kipp%netscape.com
|
0227e28077
|
Disable rendering during presentation tear down
|
1999-04-30 00:08:17 +00:00 |
mjudge%netscape.com
|
391dd39d84
|
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
|
39c56cdb27
|
Removed compiler warnings
|
1999-04-27 22:14:17 +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
|
c7748fdf2c
|
Changed FindFrameWithContent() to check for a frame type of "placeholderFrame"
and return the out-of-flow frame instead
|
1999-04-25 17:00:24 +00:00 |
kipp%netscape.com
|
53a3205060
|
Implement CancelReflowCommand; remove uselss root-frame resize in incremental reflow code
|
1999-04-23 20:01:20 +00:00 |
rods%netscape.com
|
e2de00bcd4
|
Changed Copy code to use nsCOMPtr
|
1999-04-23 17:15:53 +00:00 |
mcafee%netscape.com
|
2c905d7de3
|
Removing nsSelectionMgr from the build
|
1999-04-23 16:50:17 +00:00 |
mcafee%netscape.com
|
8cdb907705
|
Removing NEW_CLIPBOARD_SUPPORT ifdef.
|
1999-04-22 07:03:14 +00:00 |
kipp%netscape.com
|
bfa935e427
|
Tweaked verify-reflow implementation
|
1999-04-20 00:24:21 +00:00 |
peterl%netscape.com
|
5548b30fa8
|
sync to new state change api
|
1999-04-20 00:06:58 +00:00 |
rods%netscape.com
|
6a3ae34f17
|
Removed some D&D debug code
|
1999-04-17 13:54:00 +00:00 |
rods%netscape.com
|
c514b25e3b
|
Switched over to new nsIGenericTransferable
|
1999-04-17 13:51:42 +00:00 |