Age | Commit message (Expand) | Author |
2015-04-09 | loplugin:staticmethods | Noel Grandin |
2015-04-08 | convert CapType to scoped enum | Noel Grandin |
2015-04-08 | convert DIC_ERR_ constants to scoped enum | Noel Grandin |
2015-04-08 | convert PATH_FLAG to scoped enum | Noel Grandin |
2015-04-02 | Change INetProtocol enumerators to CamelCase | Stephan Bergmann |
2015-04-02 | Change INetProtocol to scoped enumeration | Stephan Bergmann |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2015-03-31 | Reduce to static_cast any reinterpret_cast from void pointers | Stephan Bergmann |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-03-19 | loplugin:constantfunction: linguistic | Noel Grandin |
2015-03-11 | utl::ConfigItem::Commit() should call ClearModified() | Michael Stahl |
2015-03-09 | V801: Decreased performance | Caolán McNamara |
2015-03-06 | Idle: Changed to new enum name | Tobias Madl |
2015-03-06 | Idle: Removed VCL_IDLE_PRIORITY_ prefix of enum | Tobias Madl |
2015-03-06 | Idle and Timer are now completely independent | Tobias Madl |
2015-03-06 | Timer: Adapted all idle includes and enum uses | Tobias Madl |
2015-02-23 | Typo: initialy->initially | Julien Nabet |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2015-01-22 | rhbz#1184582: At least catch and log UNO exceptions in grammar checking thread | Stephan Bergmann |
2015-01-09 | java: simplify array creation | Noel Grandin |
2015-01-06 | fdo#84938: convert IMPORT_ constants to 'enum class' | Noel Grandin |
2015-01-02 | linguistic: fix gcc-4.8 build | Miklos Vajna |
2015-01-02 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2014-12-18 | linguistic: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-18 | fdo#39440 reduce scope of local variables | Michael Weghorn |
2014-12-12 | linguistic: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-10 | java: simplify the getMSF() methods | Noel Grandin |
2014-12-09 | changed timers to idles | Tobias Madl |
2014-11-14 | fdo#86023 - O[U]String needs a 'clear' method | Brij Mohan Lal Srivastava |
2014-11-12 | Fix common typos. No automatic tools. Handmade… | Andrea Gelmini |
2014-11-07 | coverity#1251171 Missing break in switch | Norbert Thiebaud |
2014-11-06 | Revert "use the new OUString::fromUtf8 method" | Stephan Bergmann |
2014-11-06 | use the new OUString::fromUtf8 method | Noel Grandin |
2014-11-05 | fdo#38835 strip out OUString globals | Noel Grandin |
2014-11-03 | fdo#61167 suggest titlecase and uppercase words from exception dict | Andras Timar |
2014-10-29 | remove unnecessary 'using namespace rtl' declarations | Noel Grandin |
2014-10-03 | loplugin: cstylecast | Noel Grandin |
2014-09-30 | linguistic: std::auto_ptr -> std::unique_ptr | Stephan Bergmann |
2014-08-25 | set names on a bunch more threads... | Michael Stahl |
2014-08-22 | pAvailGrammarSvcs can be reset to 0 on error | Caolán McNamara |
2014-08-12 | Resolves: fdo#81972 determining capitalization of >=63335 char word hangs | Caolán McNamara |
2014-08-08 | java: remove unused variables | Noel Grandin |
2014-08-05 | java: remove commented out code | Noel Grandin |
2014-08-02 | linguistic/workben/sspellimp.cxx fix cppcheck error | Simon Danner |
2014-06-17 | improve the inlinesimplememberfunctions clang plugin | Noel Grandin |
2014-05-23 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20 | Julien Nabet |
2014-05-14 | Find places where uno::Sequence is passed by value. | Noel Grandin |
2014-05-10 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8 | Julien Nabet |
2014-04-30 | Many spelling fixes: directories h* - p*. | Pedro Giffuni |
2014-04-15 | linguistic: sal_Bool->bool | Noel Grandin |