Age | Commit message (Expand) | Author | Files | Lines |
2013-10-23 | clean up some include guards | Thomas Arnhold | 1 | -2/+2 |
2013-10-22 | Bin comments that claim to say why some header is included | Tor Lillqvist | 13 | -22/+22 |
2013-10-20 | String -> OUString | Stephan Bergmann | 1 | -2/+1 |
2013-10-20 | drop unnecessary tools/string includes | Caolán McNamara | 2 | -2/+0 |
2013-10-13 | move externals together | David Tardon | 1 | -5/+4 |
2013-10-11 | the dreaded hu_HU_u8.dic of myspell-hu needs exceptional handling | Eike Rathke | 1 | -0/+16 |
2013-10-02 | lingucomponent: kill Package_config.mk | Matúš Kukan | 2 | -18/+0 |
2013-10-02 | CID#983035 fix potential memleak | Caolán McNamara | 1 | -1/+2 |
2013-09-19 | Sprinkle more boost_headers love | Tor Lillqvist | 1 | -0/+2 |
2013-09-17 | clearly it's enough to obtain the const array once | Eike Rathke | 1 | -1/+1 |
2013-09-17 | convert LINGUCOMPONENT module from String to OUString | Noel Grandin | 2 | -3/+3 |
2013-09-12 | get rid of unnecessary conversion, use LinguIsUnspecified(OUString) | Eike Rathke | 1 | -5/+1 |
2013-09-12 | a set of LanguageType fallback converted to is utter nonsense here | Eike Rathke | 1 | -5/+6 |
2013-09-12 | no need to count, just find | Eike Rathke | 1 | -1/+1 |
2013-09-12 | it's a set, so treat it as such | Eike Rathke | 1 | -4/+1 |
2013-09-12 | if valid accept whatever the dictionary's name might comprise | Eike Rathke | 1 | -3/+1 |
2013-09-03 | was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback() | Eike Rathke | 1 | -2/+2 |
2013-08-12 | Mark as const | Takeshi Abe | 1 | -1/+1 |
2013-07-13 | use static LanguageTag::convertTo...() for standalone conversions | Eike Rathke | 4 | -6/+6 |
2013-06-10 | Use a simpler fix for bad old libexttextcat constants. | Mark Wielaard | 1 | -11/+9 |
2013-05-15 | Spelling "separate" (etc) correctly is hard | Tor Lillqvist | 3 | -3/+3 |
2013-05-14 | One more XPropertySet -> XLinguProperties | Tor Lillqvist | 1 | -1/+1 |
2013-05-14 | fdo#46808, propogate XLinguProperties through some more code | Noel Grandin | 4 | -7/+7 |
2013-05-09 | small optimization, don't call objectAtIndex twice | Herbert Dürr | 1 | -2/+3 |
2013-05-06 | fix typos (wich instead of which) | Philipp Riemer | 1 | -1/+1 |
2013-04-30 | Move to MPLv2 license headers, with ESC decision and author's permission. | Michael Meeks | 8 | -168/+32 |
2013-04-24 | gbuild: drop empty use_packages calls | David Tardon | 1 | -3/+0 |
2013-04-24 | gbuild: drop uses of removed packages | David Tardon | 1 | -5/+0 |
2013-04-24 | move URE headers to include/ | David Tardon | 1 | -4/+0 |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák | 10 | -61/+50 |
2013-04-05 | new module i18nlangtag | Eike Rathke | 9 | -10/+10 |
2013-03-28 | add missing dep on osl/thread.h | David Tardon | 1 | -0/+2 |
2013-03-27 | -Wunused-macros | Stephan Bergmann | 1 | -5/+0 |
2013-03-25 | libexttextcat: mis-spell it again for old versions | Michael Stahl | 1 | -1/+1 |
2013-03-25 | libexttextcat: fix the --with-system case too... | Michael Stahl | 2 | -0/+12 |
2013-03-25 | Missing _TEXTCAT_RESULT_SHORT -> TEXTCAT_RESULT_SHORT_STR | Stephan Bergmann | 1 | -1/+1 |
2013-03-25 | libexttextcat: fix spelling of _TEXTCAT_RESULT_UNKOWN | Michael Stahl | 1 | -2/+2 |
2013-03-25 | Fix spelling errors and typos: 'unkown' change to 'unknown' | vincent | 1 | -2/+2 |
2013-03-14 | remove legacy build.pl prj/build.lst files. | Michael Meeks | 1 | -2/+0 |
2013-02-28 | remove all d.lst | Michael Stahl | 1 | -0/+0 |
2013-02-27 | cppuhelper: new ZipPackage_cppuhelper_odk_headers | Michael Stahl | 1 | -1/+1 |
2013-02-27 | cppu: new ZipPackage_cppu_odk_headers | Michael Stahl | 1 | -1/+1 |
2013-02-08 | fdo#60427, fdo#59337: spell words with ZWNJ/ZWJ, f-lig. (only 8-bit dic.) | László Németh | 1 | -3/+34 |
2013-01-30 | do not use removed A2OU macro | Luboš Luňák | 1 | -2/+2 |
2013-01-30 | Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRING | Jean-Noël Rouvignac | 10 | -66/+60 |
2013-01-27 | MacOSXSpell needs boost_headers | Tor Lillqvist | 1 | -0/+1 |
2013-01-26 | gbuild: do not copy boost headers around | Michael Stahl | 4 | -0/+4 |
2013-01-17 | Reduce scope | Julien Nabet | 1 | -2/+1 |
2013-01-09 | resolved fdo#58503 restore awkward handling of empty locale for legacy | Eike Rathke | 5 | -11/+11 |
2012-12-29 | Fix SimpleGuesser::operator=' should return 'SimpleGuesser & | Julien Nabet | 2 | -4/+9 |