Age | Commit message (Expand) | Author |
2015-06-26 | loplugin:stringconstant: handle OUString+=OUString(literal) | Stephan Bergmann |
2015-06-23 | Revert "Typo: iff->if" | Julien Nabet |
2015-06-23 | Revert "Wrong comment with 'sal_True' instead of 'true'" | Julien Nabet |
2015-06-23 | Wrong comment with 'sal_True' instead of 'true' | Julien Nabet |
2015-06-23 | Typo: iff->if | Julien Nabet |
2015-06-22 | Fix typos | Andrea Gelmini |
2015-06-15 | cppcheck:unreadVariable | Noel Grandin |
2015-06-13 | Fix typos | Andrea Gelmini |
2015-06-13 | Typos | Julien Nabet |
2015-06-10 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-05-05 | Use typed Idle::SetIdleHdl Link | Stephan Bergmann |
2015-05-02 | drop useless debugging stuff | Caolán McNamara |
2015-05-02 | drop useless debugging stuff | Caolán McNamara |
2015-04-30 | Bin some pointless comments and reduce some vertical whitespace | Tor Lillqvist |
2015-04-28 | Fix sal_Int16 var initialization | Stephan Bergmann |
2015-04-28 | Fix sal_Bool -> bool assignment | Stephan Bergmann |
2015-04-28 | Rephrase comparisons between bool and sal_Bool | Stephan Bergmann |
2015-04-27 | More loplugin:simplifybool | Stephan Bergmann |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-10 | linguistic: try to avoid crash with null LngSvcMgr::pAvailGrammarSvcs | Michael Stahl |
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 |