Age | Commit message (Expand) | Author |
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-27 | loplugin:staticfunction | Noel Grandin |
2015-03-26 | const_cast: convert some C-style casts and remove some redundant ones | Stephan Bergmann |
2015-03-26 | tdf#39440 cppcheck cleanliness, Fixing basic cpp errors | Varun |
2015-03-24 | loplugin:constantfunction: rsc | Noel Grandin |
2015-03-05 | Explicitly default the copy ctor | Stephan Bergmann |
2015-03-02 | V805: Decreased performance | Caolán McNamara |
2015-03-02 | remove executable bit from c / h / cxx / hxx / l files | Michael Stahl |
2015-03-01 | wrong length value for string length | Markus Mohrhard |
2015-02-23 | remove unnecessary parenthesis in return statements | Noel Grandin |
2015-02-09 | Werror: data lost during conversion from size_t to int | David Ostrovsky |
2015-01-26 | coverity#1266502 Useless call | Caolán McNamara |
2015-01-26 | followup code removal after changing virtual methods to non-virtual | Noel Grandin |
2015-01-26 | new loplugin: change virtual methods to non-virtual | Noel Grandin |
2015-01-20 | Some more loplugin:cstylecast: rsc | Stephan Bergmann |
2015-01-08 | brute-force find-and-remove of unused #define constants. | Noel Grandin |
2015-01-07 | fdo#84938: convert STREAM_ #defines to 'enum class' | Noel Grandin |
2015-01-06 | fdo#84938: replace BUTTONTYPE_ constants with 'enum class' | Noel Grandin |
2015-01-02 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2015-01-02 | Remove unnecessary comphelper::string::getToken | Stephan Bergmann |
2014-12-31 | various other apparently unnecessary rsc stuff | Caolán McNamara |
2014-12-31 | drop dateformatter resource loading | Caolán McNamara |
2014-12-31 | drop timeformatter resource loading | Caolán McNamara |
2014-12-31 | TimeFields not loaded from resource files anymore | Caolán McNamara |
2014-12-28 | splitters no longer loaded from resource files | Caolán McNamara |
2014-12-22 | HelpButtons no longer loaded from .rsc files | Caolán McNamara |
2014-12-19 | fdo#39440 rsc: reduce scope of local variables | Michael Weghorn |
2014-11-21 | document coverity#983096 Resource leak | Caolán McNamara |
2014-11-14 | fdo#86023 - O[U]String needs a 'clear' method | Brij Mohan Lal Srivastava |
2014-11-05 | fdo#84938: replace TOOLBOXITEM_ constants with enum | Noel Grandin |
2014-11-03 | coverity#982297 EBCDIC-related cleanup | Caolán McNamara |
2014-11-01 | fdo#84938: replace MIB_ constants with enum | Noel Grandin |
2014-10-28 | sal_Int16 as the underlying type of WindowBorderStyle | Takeshi Abe |
2014-10-28 | fdo#84938: replace TIMEF_ constants with enum | Noel Grandin |
2014-10-27 | fdo#84938: replace KEYTYPE_ constants with enum | Noel Grandin |
2014-10-23 | fdo#84938: replace MENUITEM constants with enum | Noel Grandin |
2014-10-21 | fdo#84938: replace WINDOW_BORDER constants with enum | Noel Grandin |
2014-10-20 | fdo#84938: replace TIB_ constants with enum | Noel Grandin |
2014-10-15 | fdo#84938: replace SYMBOL_TYPE constants with enum | Noel Grandin |
2014-10-13 | coverity#982170 Unchecked return value from library | Caolán McNamara |
2014-10-06 | warning C4101: unreferenced local variable | Stephan Bergmann |
2014-10-04 | we really do not care about ebcdic do we ? | Norbert Thiebaud |
2014-10-04 | coverity#706152 Copy into fixed size buffer | Norbert Thiebaud |
2014-10-04 | cosmetic: start bringing rscpp in this century c-wise | Norbert Thiebaud |
2014-10-02 | remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macro | Michael Stahl |
2014-09-29 | loplugin: cstylecast | Noel Grandin |
2014-09-23 | fdo#82577: Handle Window | Noel Grandin |
2014-09-19 | warning C4701: potentially uninitialized local variable | Stephan Bergmann |
2014-09-19 | cid#983095 Resource leak | Noel Grandin |