Age | Commit message (Expand) | Author | Files | Lines |
2018-08-23 | Resolves: tdf#119399 add es-VE currency Bolivar Soberano VES Bs.S. | Eike Rathke | 1 | -1/+8 |
2018-07-02 | Explicitly qualify ICU types with icu:: namespace | Eike Rathke | 6 | -27/+27 |
2018-03-01 | 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 | Resolves: tdf#105837 use angle quotation marks (Guillemets) for [*-CH] | Eike Rathke | 3 | -10/+10 |
2018-01-26 | Change TimeSeparator for locale la_VA, lld_IT and vec_IT. | Winfried Donkers | 3 | -30/+30 |
2018-01-26 | Fix incorrect AM/PM symbols in locale it_CH and vec_IT. | Winfried Donkers | 2 | -4/+4 |
2018-01-26 | tdf#105226 follow up: change time separator for locale it_IT. | Winfried Donkers | 1 | -10/+10 |
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 |
2017-11-23 | Make loplugin:unnecessaryparen look through implicit | Stephan Bergmann | 1 | -1/+1 |
2017-11-20 | Upgrade to ICU 60.1 | Eike Rathke | 1 | -0/+21 |
2017-11-17 | Revert "Upgrade to ICU 60.1" | Eike Rathke | 1 | -21/+0 |
2017-11-17 | Upgrade to ICU 60.1 | David Tardon | 1 | -0/+21 |
2017-11-06 | loplugin:constparams in various(2) | Noel Grandin | 2 | -2/+2 |
2017-11-02 | coverity#1420537 Uninitialized scalar field | Caolán McNamara | 1 | -1/+2 |
2017-11-01 | loplugin:finalclasses in h*,i*,j* | Noel Grandin | 3 | -8/+6 |
2017-10-27 | Resolves: tdf#81671 add DecimalSeparatorAlternative to ar-* and fa-IR | Eike Rathke | 6 | -0/+6 |
2017-10-27 | Define optional <Separators><DecimalSeparatorAlternative>, tdf#81671 | Eike Rathke | 1 | -1/+2 |
2017-10-27 | Parse/gen optional <DecimalSeparatorAlternative> in locale data, tdf#81671 | Eike Rathke | 1 | -5/+14 |
2017-10-27 | Allow decimalSeparatorAlternative in cclass_unicode::parseText(), tdf#81671 | Eike Rathke | 2 | -5/+14 |
2017-10-27 | Instanciate XLocaleData5 in all internal interfaces, tdf#81671 | Eike Rathke | 8 | -16/+16 |
2017-10-27 | Implement LocaleData2, XLocaleData5, LocaleDataItem2, tdf#81671 | Eike Rathke | 3 | -4/+52 |
2017-10-25 | Use SAL_N_ELEMENTS | Eike Rathke | 1 | -2/+2 |
2017-10-25 | Always generate count number of elements in locale data arrays | Eike Rathke | 1 | -2/+2 |
2017-10-23 | loplugin:includeform: i18npool | Stephan Bergmann | 38 | -48/+48 |
2017-10-23 | overload std::hash for OUString and OString | Noel Grandin | 1 | -1/+1 |
2017-10-16 | tdf#96197 i18npool: don't read beyond end of string | Michael Stahl | 1 | -1/+2 |
2017-10-04 | Change define to inline and donate some spaces, tdf#96197 follow-up | Eike Rathke | 1 | -1/+6 |
2017-10-04 | tdf#96197 do not break Korean words in the middle. | Mark Hung | 2 | -0/+35 |
2017-10-04 | move stuff in i18npool/i18nutil in own namespace | Noel Grandin | 116 | -407/+440 |
2017-10-04 | tdf#95656 fix orientation for Bopomofo tonal marks | Mark Hung | 1 | -0/+3 |
2017-09-29 | Throw exception also in case an unexpected rBreakType was passed | Eike Rathke | 1 | -1/+1 |
2017-09-28 | Fix typo | Andrea Gelmini | 1 | -1/+1 |
2017-09-28 | i18n-perf: cache map of breakiterators, tdf#108703 | Eike Rathke | 2 | -58/+190 |
2017-09-27 | loplugin:flatten in various | Noel Grandin | 3 | -110/+109 |
2017-09-22 | i18npool: -Werror=misleading-indentation | Michael Stahl | 1 | -6/+6 |
2017-09-22 | loplugin:flatten in filter..i18npool | Noel Grandin | 5 | -123/+91 |
2017-09-06 | iOS, make gendict.cxx compile | jan Iversen | 1 | -1/+2 |
2017-09-05 | Revert "iOS, Executable_gendict.mk contained work ifneq" | jan iversen | 1 | -1/+1 |
2017-09-05 | iOS, Executable_gendict.mk contained work ifneq | jan Iversen | 1 | -1/+1 |
2017-08-23 | loplugin:useuniqueptr, look for containers.. | Noel Grandin | 4 | -21/+13 |
2017-08-18 | loplugin:unnecessaryparen | Noel Grandin | 1 | -1/+1 |
2017-08-17 | remove unnecessary use of OUString::getStr | Noel Grandin | 3 | -22/+18 |
2017-08-02 | remove unnecessary use of 'this->' | Noel Grandin | 4 | -12/+12 |
2017-07-31 | loplugin:constparams in basctl | Noel Grandin | 4 | -5/+5 |
2017-07-25 | use more comphelper::InitAnyPropertySequence | Noel Grandin | 1 | -5/+5 |
2017-07-18 | loplugin:constparams in i18npool,opencl,svl | Noel Grandin | 8 | -11/+11 |
2017-07-13 | use more OUString::operator== in forms..sal | Noel Grandin | 5 | -15/+15 |
2017-07-11 | use more range-for on uno::Sequence | Noel Grandin | 1 | -10/+6 |