Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-01-15 | convert a<b?a:b to std::min(a,b) | Noel Grandin | 6 | -14/+12 |
2018-01-12 | More loplugin:cstylecast: i18npool | Stephan Bergmann | 15 | -69/+69 |
2018-01-11 | convert (a>b?a:b) to std::max(a,b) | Noel Grandin | 3 | -10/+7 |
2017-12-30 | crash in sc, make TextSearch thread safe | Caolán McNamara | 2 | -0/+9 |
2017-12-20 | loplugin:unusedindex | Mike Kaganski | 3 | -25/+19 |
2017-12-19 | Explicitly qualify ICU types with icu:: namespace | Eike Rathke | 6 | -27/+27 |
2017-12-13 | Make loplugin:salcall look into macros too | Stephan Bergmann | 1 | -2/+2 |
2017-12-11 | loplugin:salcall fix functions | Noel Grandin | 29 | -50/+50 |
2017-12-07 | loplugin:salcall handle static methods | Noel Grandin | 7 | -7/+7 |
2017-12-06 | loplugin:salcall handle virtual methods | Noel Grandin | 4 | -4/+4 |
2017-12-05 | loplugin:salcall fix non-virtual methods | Noel Grandin | 39 | -90/+90 |
2017-11-30 | loplugin:unusedmethods | Noel Grandin | 2 | -9/+0 |
2017-11-29 | loplugin:unusedmethods | Noel Grandin | 2 | -9/+0 |
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 |