6190 Commits

Author SHA1 Message Date
hyatt%netscape.com
cbc2b0c2ce Fixing column resizing bugs. 1999-09-03 08:49:15 +00:00
hyatt%netscape.com
963ee4f0de Column resizing works, and boy is it slow. 1999-09-03 07:59:01 +00:00
bruce%cybersight.com
443ae40b6e Use nsCRT::free() instead of delete[] for char* data. 1999-09-03 07:42:41 +00:00
bruce%cybersight.com
4fc6b7833c Use nsCRT::free() instead of delete[] for char* data. 1999-09-03 07:26:10 +00:00
bruce%cybersight.com
17430c7c3c Replace delete[] for char* data with nsCRT::free(). 1999-09-03 07:20:03 +00:00
hyatt%netscape.com
99b35b6acf More column resizing fun. 1999-09-03 05:12:10 +00:00
karnaze%netscape.com
cd3dbc4f8d bug 1163 - implemented bordercolor attribute on table 1999-09-03 05:06:08 +00:00
kipp%netscape.com
86e12ae621 Implement fix for bug #5821 as per dbaron's suggestion 1999-09-03 03:47:49 +00:00
kipp%netscape.com
b2b92bb835 Eliminate some useless string malloc/free's 1999-09-03 03:47:06 +00:00
kipp%netscape.com
3072eef9ea Eliminate a uselss string copy 1999-09-03 03:45:44 +00:00
hyatt%netscape.com
7da189847c Column resizing. Not quite ready yet. Very soon now. 1999-09-03 03:21:56 +00:00
pinkerton%netscape.com
c302e0ade3 personal toolbar d&d now in JavaScript. 1999-09-02 23:16:37 +00:00
kin%netscape.com
e7fa038c87 Added support for scrolling SELECTION_ANCHOR_REGION into view.
Renamed GetFocusNodeRect() to GetSelectionRegionRect().
Made code in GetPrimaryFrameForFocusNode() more generic and put it
in a method called GetPrimaryFrameForRangeEndpoint().
GetPrimaryFrameFor{Anchor,Focus}Node() now call GetPrimaryFrameForRangeEndpoint().
1999-09-02 21:59:51 +00:00
buster%netscape.com
27032c0f32 just a comment about a possible bug I saw going through this code 1999-09-02 20:47:20 +00:00
buster%netscape.com
a85b0c659f fixed wrapping issues. dogfood bug 8984 1999-09-02 20:46:53 +00:00
buster%netscape.com
f73226e81f added PRInt32 GetWidthInCharacters() const; 1999-09-02 20:45:50 +00:00
buster%netscape.com
cad140c93a replaced #define DEFAULT_PIXEL_WIDTH with nsTextControlFrame::GetDefaultColumnWidth() 1999-09-02 20:45:21 +00:00
buster%netscape.com
096cf35713 added GetDefaultColumnWidth(), replacing a hardcoded #define 1999-09-02 20:44:17 +00:00
bienvenu%netscape.com
f466ad1dda fix build bustage 1999-09-02 19:21:45 +00:00
scc%netscape.com
d9c3a15ac9 get rid of some slamm warnings 1999-09-02 19:04:36 +00:00
karnaze%netscape.com
fa024d2268 I forgot to check this in last night with the other changes. 1999-09-02 18:39:10 +00:00
karnaze%netscape.com
fed4bd6496 I forgot to check this is last night with fixes for table borders. 1999-09-02 18:20:43 +00:00
joki%netscape.com
de39ff5831 Fix for bug 12226, allow reentrant events 1999-09-02 18:14:01 +00:00
kipp%netscape.com
ca2b2003c6 Fixed an nsString usage oopsie 1999-09-02 18:02:52 +00:00
kipp%netscape.com
b1ed8de092 Moved atom init to factory where it should have been 1999-09-02 18:02:21 +00:00
kipp%netscape.com
1e904c8b7b Save some memory by not saving away useless text runs 1999-09-02 18:01:59 +00:00
kipp%netscape.com
fb369c9dbe Setup html and xul atoms too 1999-09-02 18:01:32 +00:00
kipp%netscape.com
57543b73ec Add xul/content directory to includes 1999-09-02 18:01:14 +00:00
rods%netscape.com
4b2f3e78ca commented out some unused variables to remove warnings 1999-09-02 13:51:12 +00:00
sspitzer%netscape.com
56873de822 bulletproofing to prevent the crash I reported in bug #13007. assert is better than a crash any day. 1999-09-02 07:22:47 +00:00
pinkerton%netscape.com
6ef6ed8924 removed all of the drag gesture code. it should now be written in javascript. 1999-09-02 06:51:53 +00:00
pinkerton%netscape.com
543644ab9f fix crasher on drop and how we free the data. 1999-09-02 06:47:14 +00:00
troy%netscape.com
60ea03d2ca Fix for bug #12997 1999-09-02 05:21:39 +00:00
karnaze%netscape.com
56ddbd02ab regression tests 1999-09-02 04:30:44 +00:00
pinkerton%netscape.com
e58a5c3434 exposing drag and drop events to JS. 1999-09-02 03:51:03 +00:00
karnaze%netscape.com
d52908a587 regression tests 1999-09-02 03:46:43 +00:00
ramiro%netscape.com
89026e1e4a quiet debug noise 1999-09-02 03:34:21 +00:00
hyatt%netscape.com
47259d4d45 Must fix build bustage. I have to have access to members of this object without
being forced to call member functions (since my content nodes are in a separate
DLL from layout).
1999-09-02 02:09:07 +00:00
mjudge%netscape.com
6cce4df61f new tweak for selecting from disparate ranges to narrow ones in tables. works great now. 1999-09-02 01:36:49 +00:00
mjudge%netscape.com
bcbb9f3512 new fix for table selection into and out. works great. 1999-09-02 00:48:15 +00:00
akkana%netscape.com
5afa8c3b70 12496: Fix XIF content comments 1999-09-02 00:29:03 +00:00
karnaze%netscape.com
5b0679f4bf bugs 965, 1053, 1163 - improved handling of borders; bug 10216 align, text-align on caption. 1999-09-02 00:07:14 +00:00
karnaze%netscape.com
cde37cbb23 changed default for nsStyleTable.mRules to NS_STYLE_TABLE_RULES_ALL 1999-09-02 00:06:35 +00:00
mjudge%netscape.com
3b3c9f8b30 oops infinite loop. need to break out if no frame is found. 1999-09-02 00:04:56 +00:00
mjudge%netscape.com
92b707ec13 fixes for optimizing selection 1999-09-01 23:32:55 +00:00
kmcclusk%netscape.com
cf4f73e939 Bug#12729 Modified SinkContext::DemoteContainer to cache the child's mForm before
Removing it. After removing it the child's mForm is reset to the cached value.
1999-09-01 21:57:01 +00:00
mjudge%netscape.com
fa5d3c3459 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
mjudge%netscape.com
9c8fd6ae78 getting rid of build warnings 1999-09-01 21:37:32 +00:00
karnaze%netscape.com
8bad55df9a new regression tests 1999-09-01 21:20:44 +00:00
kipp%netscape.com
433a754f0b Remove a warning 1999-09-01 20:59:13 +00:00