Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-02 | Bin no longer used iOS cppunit stuff that even breaks the build | Tor Lillqvist | |
Change-Id: I459f7fd097a81ef5977974f52b0cc2c2f155a810 | |||
2012-07-27 | stray fprintf | Caolán McNamara | |
Change-Id: Icd10968e886be1d534e8037db6225e83712384ee | |||
2012-07-27 | add regression test for #i19716# | Caolán McNamara | |
Change-Id: I11440667bdf73ed09ebc83771acf33e2d3e61f6c | |||
2012-07-27 | add regression test for #i21290 | Caolán McNamara | |
Change-Id: Ic60f440f8dc8fcfa76a023557e76fcf8e3c52476 | |||
2012-07-25 | Related: #i85411# catalan word breaking rules out of sync with ZWNJ | Caolán McNamara | |
I can see no reason to have specific catalan rules, old examples work fine with default rules Change-Id: Ifacb7b46204d8aed543ab0c77fe80d1d5c5de738 | |||
2012-07-25 | Related: #i17155# regression test for slash part of word for line break | Caolán McNamara | |
Change-Id: I5b457531fb94f66dd7f5fdcc4636c5a202a036f1 | |||
2012-07-25 | Related: #i13451# regression test for Catalan dictionary word breakiterator | Caolán McNamara | |
Change-Id: I7785746b2cf4e5e054ced5b728dc69e6b1a966f2 | |||
2012-07-25 | Related: #i29548# Thai word breakiterator regression test | Caolán McNamara | |
Change-Id: Ie47dfe6ab5e308c0353d557fe7530a983622db96 | |||
2012-07-24 | Disable testWordBoundaries test with old icu. | Jan Holesovsky | |
Change-Id: I8d75eeb2eee43e1338a6f54c4b8ed633631bac0d | |||
2012-07-23 | Related: #i13494# regression tests for word iterator | Caolán McNamara | |
Change-Id: Ifad0a8ae01386db80a5eca9dfba8ee6841980139 | |||
2012-07-18 | 0xFFF9 is a better choice for CH_TXTATR_INWORD than 0x0002. | Caolán McNamara | |
a) the default properties for the code point make it not split a word it appears in into two different words in any break mode we have. Which is what we want from a CH_TXTATR_INWORD b) unicode TR#20 gives for the interlinear annotation anchor: "What to do if detected: In a proxy context or browser context, remove U+FFF9", so when we need to strip it from text to run that text through e.g. the spellchecker or word counting then there's a solid precedent for stripping it In addition I *do* want the footnote placeholder to break the word it appears in, that gives the desired wordcount and cursor travelling behaviour The BREAKWORD and other *random* selection of CH_TXTATR are still odd choices, and there's way too many of them. Change-Id: I930ff8ff806af448829bc1a1ae6cb92053e9a284 | |||
2012-07-18 | beef up the join and break tests | Caolán McNamara | |
Change-Id: Ia34c2f18cfa84447578604ff27a9145d17bf354a | |||
2012-07-18 | move test to right category | Caolán McNamara | |
Change-Id: If2cb8da2a24331cc01fed85750747fff3d2fc8e0 | |||
2012-07-17 | Resolves: fdo49629 GotoEndOfWord fails with footnote at word end | Caolán McNamara | |
a) remove special handling of 0x0002 in our custom icu rules. Which brings us a step closer to getting rid of at least some of them in favour of the defaults b) expand the 0x02 in SwTxtNode::BuildConversionMap like we do for fields so Good side effect is our word count and character count now take into account the actual footnote indicator text, as does our cursor travelling. Both of which are more word-alike. Change-Id: I3b0024ac4b10934bee7a9e83b0fce08a18556c7b | |||
2012-07-13 | re-base on ALv2 code. Includes: | Michael Meeks | |
cws mba34issues01: #i117709#: make sure that parent of error message box is visible Patch contributed by Mathias Bauer http://svn.apache.org/viewvc?view=revision&revision=1172346 i#119036 - improve user experience of certification dialog - only shown once Patch contributed by Oliver-Rainer Wittmann http://svn.apache.org/viewvc?view=revision&revision=1299727 | |||
2012-07-13 | Related: fdo#49629 add test case for #i14904# | Caolán McNamara | |
Change-Id: I2bed0272eade44ab988f2cd9becb1f8ef0f232a9 | |||
2012-07-13 | Related: fdo#49629 add test case for #i21907# | Caolán McNamara | |
Change-Id: Ie1dd9091e4d8ee09c9a75eecf28fd6cd06ea1839 | |||
2012-07-13 | Related: fdo#49629 add test case for #i11993# | Caolán McNamara | |
Change-Id: I4466b57514352620fd26072544ec6e50bf08708c | |||
2012-07-13 | skip khmer test on older 'broken' icu versions | Caolán McNamara | |
Change-Id: Iab813f5288af1f0e054c022c4e4a99b92c7ce1ce | |||
2012-07-13 | Resolves: fdo#52020 ICU breakiterator not used for Khmer | Caolán McNamara | |
Change-Id: I4c99129cabe70f17aa223cf8ec0ae1529188b6b7 | |||
2012-06-27 | targetted re-work of cppunit pieces. | Michael Meeks | |
2012-06-05 | add a titlecase regression test | Caolán McNamara | |
Change-Id: Ic802fc816d54b97b333e3b2bc394beb383f3e5ef | |||
2012-05-13 | Resolves: fdo#49849 implement Unicode 6.1 hebrew line breaking rules | Caolán McNamara | |
i.e. sync with svn diff -c 31071 http://source.icu-project.org/repos/icu/icu/trunk/source/data/brkitr/line.txt Change-Id: I I I41b3d02f1a0da3b83a9684f29d466660d96254c6 | |||
2012-04-13 | setup/teardown default component context once before/after all tests | Caolán McNamara | |
avoids the problems of dangling uno singletons invalidated after the first dispose and the chain of other singletons that don't expect to need to re-initialize, etc. reenable editeng cppunit test inherit i18npool cppunit test from unotest base drop LibreOfficeProtector, do "throwable" work in setUp/tearDown not in ctors/dtors | |||
2012-04-12 | Resolves: fdo#40292 Tamil grapheme cluster rules | Caolán McNamara | |
2012-02-14 | use icu's breakiterator for Thai, not our customized generic rules | Caolán McNamara | |
2012-02-14 | add northern-thai example | Caolán McNamara | |
2012-02-14 | add a unit test to demo broken thai word-boundary detection | Caolán McNamara | |
2011-11-27 | remove include of pch header from i18npool | Norbert Thiebaud | |
2011-11-03 | Follow UAX-29 and present user-perceived character counts | Caolán McNamara | |
Not a count of code-units, nor a count of code-points, but try and follow http://unicode.org/reports/tr29/ and present the grapheme count. Add a few representative tests to try and avoid gotchas. | |||
2011-09-16 | Removed leftover makefile.mk after gbuildization. | Stephan Bergmann | |
2011-09-12 | sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵ | Stephan Bergmann | |
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx. | |||
2011-09-07 | Get the file: URIs right | Tor Lillqvist | |
2011-08-23 | Make it compile | Tor Lillqvist | |
2011-08-21 | Further attempt to make this test run on iOS | Tor Lillqvist | |
2011-08-17 | convert i18npool to gbuild | Matúš Kukan | |
2011-08-14 | Try to make i18npool_cppunittester_all work | Tor Lillqvist | |
2011-08-03 | Add statically linked i18npool cppunittester for iOS | Tor Lillqvist | |
2011-07-19 | Resolves: fdo#38095 half&full width forms need to remain asian | Caolán McNamara | |
2011-06-08 | This is a native shop, nothing for you here | Tor Lillqvist | |
2011-06-01 | call dispose | Caolán McNamara | |
2011-03-29 | use --xxx instead of -xxx for command line options | Norbert Thiebaud | |
2011-03-21 | update regression tests for new component registration | Caolán McNamara | |
2011-03-15 | add regression test for weak chars | Caolán McNamara | |
2011-02-18 | Try and protect the Indic grapheme/cell skipping with a unit test. | Caolán McNamara | |
2011-02-09 | Trying to remove the stlport mention from the code | Fridrich Štrba | |
2011-02-09 | Removing the ext_std masterpiece | Fridrich Štrba | |
2011-01-25 | Related: fdo#31271 create a unit test for the line break iterator | Caolán McNamara | |