Commit Graph

305 Commits

Author SHA1 Message Date
toshok%netscape.com
a9ddc88b80 make sure we use the right size for an LO_FLOAT element. 1998-07-31 03:25:08 +00:00
toshok%netscape.com
ce052abc4e track change to lo_AppendFloatInLineList, and plug a style sheet memory leak. 1998-07-31 03:23:54 +00:00
toshok%netscape.com
a1f347a78c Change lo_AppendFloatInLineList to use lo_NewElement instead of XP_NEW_ZAP. This fixes a memory leak, since now it's allocated from the arena instead of just random heap space. 1998-07-31 03:22:35 +00:00
toshok%netscape.com
5585c8333c Add LO_SPACER to the list of elements to ignore in lo_DisplayElement. 1998-07-31 03:19:21 +00:00
guha%netscape.com
0e25cd15f1 Make related links work again 1998-07-31 02:55:27 +00:00
mjudge%netscape.com
8962f7ebcd ENDER checkins. all Ifdef'd out 1998-07-31 00:24:57 +00:00
cmanske%netscape.com
acc1d6016a Fixed build bustage 1998-07-30 04:38:01 +00:00
pierre%netscape.com
fa7460a752 added ostrstream.h 1998-07-30 03:32:43 +00:00
pierre%netscape.com
d318816ff3 First Checked In. 1998-07-30 03:32:20 +00:00
cmanske%netscape.com
c08490ff21 Backed out hack for loading image problems in Composer. Also fixed other Composer bugs 1998-07-30 02:30:35 +00:00
sdagley%netscape.com
8c24fc154d Fix build hoarkage caused by missing access path in one of the project targets 1998-07-29 21:55:32 +00:00
toshok%netscape.com
baf7c85d49 Always initialize clear_type. gets rid of UMR. 1998-07-29 20:30:24 +00:00
toshok%netscape.com
43355cce76 make sure to initialize all parts of the LO_TextStruct structure. this was causing UMR's in the XFE (and causing the text to just not be displayed). 1998-07-29 19:41:17 +00:00
toshok%netscape.com
3b2b453d84 Free the cloned tag of the LO_LIST element. 1998-07-29 07:37:14 +00:00
toshok%netscape.com
3f42ebd9eb call lo_FreeLayoutData when we're done relaying out -- stop leaking memory on resizes 1998-07-29 07:36:54 +00:00
sar%netscape.com
7715c80dd3 backing out toshok's changes made to a closed burning tree 1998-07-29 02:41:52 +00:00
toshok%netscape.com
19661eba07 call lo_FreeLayoutData when we're done relaying out -- stop leaking memory on resizes. 1998-07-29 00:37:32 +00:00
toshok%netscape.com
2afdbeecd5 Free the cloned tag of the LO_LIST element. 1998-07-29 00:37:04 +00:00
pinkerton%netscape.com
fa4316d9cc Added clickCountToOpen() and made some methods const. 1998-07-28 00:44:27 +00:00
cmanske%netscape.com
28fc5354ea Tweaked return key handling to pay attention to m_bUseCurrentTextFormat value when adjusting text format 1998-07-27 16:34:48 +00:00
cmanske%netscape.com
0a41929fcc Added check for null pointer in lo_ValidEditableElement 1998-07-27 16:14:29 +00:00
cmanske%netscape.com
5745def7d6 Implemented smart detection of character format (to be used for next text type) depending on last arrow key usage 1998-07-27 15:45:27 +00:00
cmanske%netscape.com
3a9ef55473 Fixed Composer bug 227527 - Implemented autodelete of single space in table cell when new text is typed. 1998-07-27 04:17:18 +00:00
cmanske%netscape.com
ab8bf13420 Added detection of element clicked on to determine text format to use 1998-07-27 02:01:51 +00:00
cmanske%netscape.com
ecd25f62b4 Lots of Composer bug fixes and continued work on table and list editing 1998-07-27 01:09:58 +00:00
kin%netscape.com
b6f70ddf26 Fix for 5.0SF1 in bug #300901: Lose <br> inside a cell in a table
Modified lo_LayoutTag() to set hard linebreaks for NSDTs.
Reviewed by toshok and nisheeth.
1998-07-24 23:59:46 +00:00
kin%netscape.com
e017a96635 Fix for bug #300809: Composer adds and deletes tags; bad image display;
HTML does not validate
Modified CEditContainerElement::PrintEnd() to fix problem where we were
not closing all CENTER tags.
1998-07-24 23:04:39 +00:00
sman%netscape.com
146b35a4e0 libmime updates: security cleansing 1998-07-24 21:05:24 +00:00
brade%netscape.com
7f15e6bcfa make editor call API change 1998-07-24 04:15:11 +00:00
brade%netscape.com
560c5a173c remove warnings on Macintosh; clean up internal API calls 1998-07-24 04:14:39 +00:00
brade%netscape.com
8e2eface0f remove warnings on Macintosh; clean up internal API calls (if'd out for now) 1998-07-24 04:12:58 +00:00
brade%netscape.com
c7d5cb1433 fix warnings (only for Macintosh) 1998-07-24 03:58:28 +00:00
brade%netscape.com
73849c8195 fix warning on Macintosh 1998-07-24 01:56:47 +00:00
blythe%netscape.com
1b128161ec aprvd Scott Furman, changes to support VC6 compiler 1998-07-24 01:30:02 +00:00
akkana%netscape.com
fde82a1240 244341: infinite loop/hang in text layout. Reviewed by Nisheeth.
Thanks to Matthew Dillon <dillon@backplane.com> for the fix!
1998-07-24 00:39:30 +00:00
ramiro%netscape.com
12d1c7fd78 C++ comment begone from c code. thank you. 1998-07-23 18:22:43 +00:00
hyatt%netscape.com
57f7ee6d6b Landing SHACK changes for RDF_BRANCH. 1998-07-23 17:44:53 +00:00
hyatt%netscape.com
d3d979d411 Landing SHACK changes from RDF branch. 1998-07-23 17:44:04 +00:00
cmanske%netscape.com
64b11d6784 Fixed bugs 174178, 188530, 299735. Implemented new drag cell and table behavior 1998-07-23 04:18:49 +00:00
cmanske%netscape.com
753cb8807b Fixed problem with clearing is_new_document flag in edit buffer when reusing existing new-doc buffer 1998-07-21 23:36:03 +00:00
cmanske%netscape.com
3ccf46e63f Fixed bad XP_BOOL usage. Submitted by Kazushi Marukawa (jam@pobox.com) 1998-07-21 22:57:04 +00:00
ftang%netscape.com
a9f2ea0982 fix 241429 1998-07-21 20:38:27 +00:00
scullin%netscape.com
ac396e4c83 Include xp strings.
NGLayout build only.
1998-07-21 18:40:42 +00:00
cmanske%netscape.com
a2778a753d Added flag to signal editor when laying out images in Composer 1998-07-21 04:13:04 +00:00
cmanske%netscape.com
b2e7b71d98 Fixed problem with loading images in Composer 1998-07-21 02:38:18 +00:00
cmanske%netscape.com
988822a48f Fixed SF1 bug 148158 as well as problems with loading images into an editor document 1998-07-21 01:59:47 +00:00
valeski%netscape.com
67c2c7307c 63313 - Bugsplat query page now loads faster. This was a problem with javascript pages. approved by don. 1998-07-21 01:53:10 +00:00
dfm%netscape.com
0b7890852b Landed privacy features from PRIVACY_BRANCH_070898; Transaction Receipts
and Privacy Policies are still switched off, so mozilla/privacy doesn't
build by default.
1998-07-20 18:40:09 +00:00
saari%netscape.com
07b719d451 Merging sfraser's MacMemAllocator changes from 4.5 1998-07-20 18:10:48 +00:00
pinkerton%netscape.com
19b70478ff turn on Hyatt's hack for chrome images on mac. Still off on X. 1998-07-20 16:09:34 +00:00