Commit Graph

16 Commits

Author SHA1 Message Date
ftang%netscape.com
811e97ed82 Check in change to make it easier to do different line breaking.
Prepare for Thai line break to land. approved by thshok
1998-08-01 07:44:33 +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
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
toshok
134617a2e5 Only call lo_SetLineBreak if we indeed inserted a line break - fixes SF1 P0 bug 300047. 1998-07-14 22:16:21 +00:00
toshok
682346549a switch order of if checks. gets rid of a SF1 P0 bug 300045. 1998-07-14 21:39:00 +00:00
nisheeth
91b5a97ca7 Fix for bug#124552. No code review needed coz fix is smaller than 5 lines.
Now text layout looks at both the state structure and the current text block
for propagating anchor information when a new text layout element is created.
1998-06-16 03:05:10 +00:00
nisheeth
aea8359755 Fix for bug #108358. No code review coz its a one liner. Fixes the infinite
loop by letting us break out on a condition that wasn't being checked
earlier in lo_LayoutTextBlock() in laytext.c.  Thanks a lot to Jeff
Caldwell (look@shell.lazerlink.net) for the patch.
1998-06-12 01:16:59 +00:00
gordon
03e58a5dca Fixing Mac bustage by adding typecast. Approved by sar. 1998-06-10 23:04:18 +00:00
toshok
0a6e8a22c3 fix relayout of preformatted text (and hopefully help out in the
relayout of normal text as well.)  Make sure we start at the element
immediately following the LO_TextBlock (if possible, otherwise start
at the startTextElement.)  Also, loop up to and including the
endElement.  Lastly, insert new soft line breaks after recycling the
old ones.
1998-06-10 19:12:01 +00:00
jgellman
9f800f1e0e merge from OJI branch 1998-06-03 00:37:20 +00:00
toshok
e08bc01688 Remove #ifdef's for TEXT_CHUNK_LIMIT, since it's always defined to something. 1998-05-07 21:16:02 +00:00
toshok
79741f2460 I know I'm going to get strung up for this, but I just can't read this file without a window that's like 150 columns wide. 1998-05-07 21:12:03 +00:00
toshok
d2cd5fd1cf remove huge commented out chunks of code (that have been commented out since time began, it seems.) also added a couple of fairly bogus comments at the beginnings of lo_Push/PopAlignment 1998-05-07 20:44:45 +00:00
nisheeth
bae32c65fd Warning fix. Thanks to tenthumbs@cybernex.net. 1998-04-29 08:39:56 +00:00
valeski
94b209c54f compiler warning fix (paren inclusion) submitted by dkindred@cmu.edu . approved/rev'd by nisheeth 1998-04-21 17:17:35 +00:00
ltabb
3b56a9af51 Free the lizard 1998-03-28 02:44:41 +00:00