Граф коммитов

31 Коммитов

Автор SHA1 Сообщение Дата
dmose%mozilla.org 42fc94a6ec updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
kipp%netscape.com d656b82be2 r=ftang (someday); fixed 17559 regression - there were a few cases where characters > 127 were leaking out without setting the mHasMultibyte flag that were triggering painting bugs on macs... 1999-11-01 15:32:37 +00:00
kipp%netscape.com 20cde21ca2 r=ftang,brade, bug=16886,9101 - the text transformer was letting some nbsp's through in a few special cases; the text transformer also squelches shy characters now (9101) 1999-10-25 23:04:51 +00:00
kipp%netscape.com a74943d540 Fixed percolation of nbsp's into the transformed buffer (bug 16886) 1999-10-21 20:47:36 +00:00
kipp%netscape.com 0c68b7cb66 r=ftang; rewrite to fix 16656, parts of 7455 1999-10-19 23:01:45 +00:00
kipp%netscape.com ad778d6889 r=troy; revised nsITextContent api to simplify it and the consumers; this is done as prep work for bug 9101 1999-10-15 23:36:07 +00:00
kipp%netscape.com b0dcc883f8 Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage 1999-10-08 20:41:19 +00:00
warren%netscape.com add4f1c124 Refcounted case conversion service properly 1999-09-26 10:05:51 +00:00
kipp%netscape.com 4f1117a580 Changed to have the stack buffer embedded in the xformer 1999-09-22 00:40:16 +00:00
troy%netscape.com b5fa42f1ba Minor changes to reduce the amount of unnecessary ref counting and speed
things up a little
1999-09-16 23:31:59 +00:00
ftang%netscape.com 26e88426e4 implement word jump for non Ascii 1999-08-19 06:06:57 +00:00
ftang%netscape.com 8ef9ee4a19 tune performance by elimate unnecessary reference to nsIWordBreaker in nsTexTransformer. Add NS_PRECONDITION code into nsTextTransformer to make code better 1999-08-10 07:23:56 +00:00
ftang%netscape.com f6855356f2 fix bug 7544 1999-06-15 02:21:03 +00:00
kipp%netscape.com a2d2d07781 Use shared IID 1999-04-27 22:14:36 +00:00
ftang%netscape.com 2ccd9da21c add one boolean to indicate word break or line break 1999-04-06 22:41:44 +00:00
kipp%netscape.com d8d50a289b Support MOZ_PRE_WRAP 1999-03-31 04:12:46 +00:00
ftang%netscape.com 2e945807e6 fix mHasMultibyte hint problem when the first character of the *word* is not ASCII 1999-03-11 03:00:33 +00:00
kipp%netscape.com 44975aa096 Eliminate some compiler warnings 1999-03-05 04:28:54 +00:00
ftang%netscape.com 7cfb73c4eb change nsTextTransformer to break line by calling nsILineBreak and make nsTextFrame pass the nsILineBreaker to nsTextTransformer 1999-02-24 18:21:23 +00:00
ftang%netscape.com de8f97717d Make Case conversion work for non-Latin1 Unicode. Reviewed by kipp. Perofrmance is the same after changing this. 1999-02-23 02:27:54 +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 0d2000e2a7 gettig word jumping to work, adding GetPrevWord to texttransformer 1999-02-22 03:20:59 +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
kipp%netscape.com 8fc647b798 Use macros from nsTextFragment 1999-01-05 23:02:27 +00:00
kipp%netscape.com 5dbc0c6813 Fixed bug #1257: the bug was that we were overrunning the transformers malloc'd buffer because the mBufferLength was never being updated 1998-11-14 22:27:50 +00:00
kipp%netscape.com 3d1b53d6d1 Use computed word-len not out parameter that is unset at the time of usage 1998-10-26 17:27:35 +00:00
kipp%netscape.com 2039512c3d Slimmed down the implementation 1998-10-21 20:05:31 +00:00
kipp%netscape.com 5e6f816dda Fixed lastFrag computation 1998-10-21 03:07:37 +00:00
kipp%netscape.com 0fba6da5b9 Fixed lastFrag computation (doh!) 1998-10-21 03:04:46 +00:00
kipp%netscape.com f0628ec32c Added support for capitalization transform 1998-10-20 16:45:14 +00:00
kipp%netscape.com 49fb374228 new 1998-10-20 00:17:17 +00:00