Age | Commit message (Expand) | Author | Files | Lines |
2018-07-04 | remove the useOffset thread-unsafe hack from transliteration | Luboš Luňák | 22 | -137/+123 |
2018-06-28 | Check string length before copying, tdf#115007 follow-up | Eike Rathke | 1 | -1/+2 |
2018-06-27 | locale hu_HU.xml: add date formats with suffixes, articles | László Németh | 1 | -0/+102 |
2018-06-27 | tdf#115007 add NatNum12 formatting to dates | László Németh | 1 | -8/+6 |
2018-06-21 | NatNum12: fix and add capitalization prefixes, tdf#115007 follow-up | László Németh | 5 | -22/+66 |
2018-06-11 | tdf#115007: add import/export to NatNum12 (spell out numbers, | László Németh | 2 | -6/+8 |
2018-06-11 | tdf#115007: Use [NatNum12 params...] syntax | Mike Kaganski | 4 | -34/+47 |
2018-06-05 | NatNum spelling: also spell decimals | Mike Kaganski | 1 | -2/+34 |
2018-05-22 | Use vector in BreakIterator_th instead of C arrays | Khaled Hosny | 2 | -30/+21 |
2018-05-22 | Fold BreakIterator_CTL into BreakIterator_th | Khaled Hosny | 5 | -202/+112 |
2018-05-22 | tdf#113694 Fix BreakIterator_CTL surrogate pairs | Khaled Hosny | 3 | -5/+28 |
2018-05-20 | Add and fixed missing Korean Hanja sound | DaeHyun Sung | 1 | -488/+545 |
2018-05-18 | Resolves: tdf#117655 Add Iloko [ilo-PH] locale data | Eike Rathke | 3 | -1/+380 |
2018-05-15 | Guard static variables, tdf#115007 tdf#117171 follow-up | Eike Rathke | 1 | -0/+5 |
2018-05-15 | tdf#115007: add NatNum codes for cardinal/ordinal number names/indicators | Mike Kaganski | 2 | -58/+115 |
2018-05-03 | tdf#117171 support localized number name numbering styles | László Németh | 2 | -0/+49 |
2018-04-29 | loplugin:useuniqueptr in cclass_Unicode | Noel Grandin | 2 | -17/+12 |
2018-04-17 | loplugin:constparams | Noel Grandin | 1 | -1/+1 |
2018-04-16 | Use https instead of http | Gulsah Kose | 1 | -1/+1 |
2018-04-02 | use https links for api.libreoffice.org and opengrok | dennisroczek | 1 | -4/+4 |
2018-04-01 | fix some openoffice bugzilla links | dennisroczek | 1 | -1/+1 |
2018-04-01 | remove unused processfactory.hxx includes | Jochen Nitschke | 10 | -11/+4 |
2018-03-31 | tdf#116666 Hungarian collation: casing and equality fixes | László Németh | 1 | -9/+47 |
2018-03-29 | tdf#116666 fix Hungarian sorting | László Németh | 1 | -0/+14 |
2018-03-18 | Use for-range loops in hwpfilter, i18n*, idl* and io | Julien Nabet | 4 | -14/+15 |
2018-03-15 | tdf#116072 Add PrefixLetter ")" in Hungarian word breaking | László Németh | 1 | -1/+9 |
2018-03-13 | tdf#114622 Add Numbering in Arabic-Indic numerals | Suhail Alkowaileet | 1 | -0/+30 |
2018-03-08 | loplugin:constantparam in desktop..i18npool | Noel Grandin | 1 | -19/+17 |
2018-02-28 | tdf#116072 Extend MidLetter in Hungarian word breaking | László Németh | 1 | -0/+6 |
2018-02-27 | Resolves: tdf#116062 revert [fr-CH] to use previous single quote characters | Eike Rathke | 1 | -2/+2 |
2018-02-09 | Use angle quotation marks (Guillemets) for [*-CH], tdf#115493 related | Eike Rathke | 2 | -6/+6 |
2018-02-09 | Resolves: tdf#105837 use angle quotation marks (Guillemets) for [de-CH] | Eike Rathke | 1 | -4/+4 |
2018-02-02 | loplugin:useuniqueptr in i18npool | Noel Grandin | 16 | -109/+87 |
2018-02-01 | i18npool: MSVC: pragma warning: make more specific, remove obsolete | Mike Kaganski | 3 | -12/+1 |
2018-01-25 | Change TimeSeparator for locale la_VA, lld_IT and vec_IT. | Winfried Donkers | 3 | -30/+30 |
2018-01-25 | tdf#105226 follow up: change time separator for locale it_IT. | Winfried Donkers | 1 | -10/+10 |
2018-01-25 | Fix incorrect AM/PM symbols in locale it_CH and vec_IT. | Winfried Donkers | 2 | -4/+4 |
2018-01-25 | Fix Index::getIndexWeight for empty input | Stephan Bergmann | 1 | -1/+1 |
2018-01-22 | tdf#105226 fix incorrect AM/PM symbol in locale it_IT. | Winfried Donkers | 1 | -2/+2 |
2018-01-20 | tdf#113854 - Switch Cross-reference "above" and "below" in Swedish | sleepingpillow | 1 | -2/+2 |
2018-01-19 | loplugin:unusedmethods also check for functions returning bool | Noel Grandin | 2 | -3/+2 |
2018-01-18 | Include android/compatibility.hxx from ubiquitous sal/config.h | Stephan Bergmann | 1 | -2/+0 |
2018-01-18 | Revert part of 970b76816a03be0f57f35a790bea57bf299e344b | Julien Nabet | 1 | -1/+1 |
2018-01-17 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2018-01-17 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2018-01-17 | i18npool: try to fix Android build, no std::trunc | Michael Stahl | 1 | -0/+2 |
2018-01-17 | Use std::trunc instead of casting (to express intent more clearly) | Stephan Bergmann | 1 | -3/+5 |
2018-01-17 | Calendar_hijri::getJulianDay can just as well return sal_Int32 | Stephan Bergmann | 2 | -9/+8 |
2018-01-16 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2018-01-15 | More loplugin:cstylecast: i18npool | Stephan Bergmann | 6 | -22/+22 |