Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-02 | translations converted to gbuild | Matúš Kukan | |
2012-02-28 | Make sure osl_openFile is called with an absolute URL | Stephan Bergmann | |
2012-02-28 | Better error message | Stephan Bergmann | |
2012-02-28 | Prevent crash of helpex.exe | Andras Timar | |
2012-02-28 | fix behaviour of propex tool on Windows | Andras Timar | |
2012-02-27 | Make localize follow clone/* instead of symlinks | Stephan Bergmann | |
...so that it works on Windows. | |||
2012-02-26 | print what directory localize tool cannot open | Andras Timar | |
Currently it cannot open /dictionaries under Cygwin, because it is a Cygwin symlink that Windows programs cannot follow. TODO... | |||
2012-02-24 | more silent output of non-verbose help build | Andras Timar | |
2012-02-24 | unusedcode.easy: remove unused code | Thomas Arnhold | |
2012-02-23 | do not print ".\n" to console | Andras Timar | |
2012-02-23 | ja help overflows clucene's default limits | Caolán McNamara | |
2012-02-23 | just link to HelpIndexer | Caolán McNamara | |
2012-02-23 | tweak for cross-platformity | Caolán McNamara | |
2012-02-23 | make sure we retain fix for fdo#40665 in clucene | Caolán McNamara | |
2012-02-23 | use different OUString ctor for RTL_TEXTENCODING_UCS4 | Caolán McNamara | |
2012-02-23 | HelpIndexer and HelpSearch: remove Java | Gert van Valkenhoef | |
2012-02-23 | HelpIndexer: use OSL for directory access | Gert van Valkenhoef | |
2012-02-23 | Add C++ HelpSearch and call from XMLHelp. Fix string conversion bug. | Gert van Valkenhoef | |
2012-02-23 | tweak build | Caolán McNamara | |
2012-02-23 | HelpIndexer using rtl::OUString, called from xmlhelp | Gert van Valkenhoef | |
2012-02-23 | Separate HelpIndexer into header, implementation, and main | Gert van Valkenhoef | |
2012-02-23 | Add C++ HelpIndexer | Gert van Valkenhoef | |
2012-02-21 | WaE: unreadVariable | Thomas Arnhold | |
2012-02-21 | WaE: duplicateBranch | Thomas Arnhold | |
2012-02-21 | unwrap ifdefs with unused members | Caolán McNamara | |
2012-02-19 | Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) | Takeshi Abe | |
to equalsIgnoreAsciiCaseAscii("...") | |||
2012-02-19 | remove the function declatation as well | Ivan Timofeev | |
2012-02-19 | Remove unused code | Petr Vorel | |
2012-02-18 | Fix typos in comments | Elton Chung | |
2012-02-17 | fdo#40665 use CJKAnalyzer for ko, zh-CN, and zh-TW, too | Andras Timar | |
2012-02-17 | Remove unused code. | Petr Vorel | |
2012-02-17 | Make l10ntools module buildable with dbglevel=3 again. | Thorsten Behrens | |
2012-02-16 | callcatcher: update unused code list | Caolán McNamara | |
2012-02-16 | Missing return statement | Stephan Bergmann | |
2012-02-15 | Various string function clean up | Stephan Bergmann | |
Added: * rtl::OString::matchL * rtl::OString::endsWith * rtl::OString::endsWithL * rtl::OString::indexOfL * rtl::OString::replaceFirst * rtl::OString::replaceAll * rtl::OString::getToken * rtl::OUString::endsWith * rtl::OUString::replaceFirst * rtl::OUString::replaceFirstAsciiL * rtl::OUString::replaceFirstAsciiLAsciiL * rtl::OUString::replaceAll * rtl::OUString::replaceAllAsciiL * rtl::OUString::replaceAllAsciiLAsciiL * rtl::OUString::getToken plus underlying C functions where necessary Deprecated: * comphelper::string::remove * comphelper::string::getToken Removed: * comphelper::string::searchAndReplaceAsciiL * comphelper::string::searchAndReplaceAllAsciiWithAscii * comphelper::string::searchAndReplaceAsciiI * comphelper::string::replace * comphelper::string::matchL * comphelper::string::matchIgnoreAsciiCaseL * comphelper::string::indexOfL Also fixed some apparent misuses of RTL_CONSTASCII_USTRINGPARAM -> RTL_CONSTASCII_STRINGPARAM. | |||
2012-02-13 | l10ntools now only depends on sal and externals | Stephan Bergmann | |
Still room for further improvement. Includes some fixes for regressions introduced with previous commits. | |||
2012-02-13 | WaE: keep msvc happy | Caolán McNamara | |
2012-02-13 | unusedcode.easy: Removed unused code | Alexander Bergmann | |
2012-02-13 | callcatcher: regenerate list | Caolán McNamara | |
2012-02-11 | l10ntools: use correct string literal for ssize_t | Thomas Arnhold | |
2012-02-10 | Various more l10ntools clean up | Stephan Bergmann | |
2012-02-10 | Various more l10ntools clean up | Stephan Bergmann | |
"localize" is now directly a C++ program w/o wrapper script. Also, its command line has changed slightly, taking the source root as explicit argument (instead of implicitly as cwd). | |||
2012-02-09 | gsicheck now only depends on sal | Stephan Bergmann | |
2012-02-09 | convert system path to url | Caolán McNamara | |
otherwise seg faults in building nlpsolver | |||
2012-02-08 | New file was missing from previous commit | Stephan Bergmann | |
2012-02-08 | Various more l10ntools clean up | Stephan Bergmann | |
2012-02-08 | Freed l10ntools from tools/stream.hxx | Stephan Bergmann | |
Removed completely cases of convoluted code to remove UTF-8 BOM from files or translate line endings. Hopefully none of this was actually necessary (on Windows?). | |||
2012-02-08 | update unused list | Caolán McNamara | |
2012-02-07 | Freed l10ntools from tools/string; Windows redux | Stephan Bergmann | |
2012-02-07 | Freed l10ntools from tools/string | Stephan Bergmann | |