Age | Commit message (Expand) | Author |
2015-05-28 | Rewrite all calls like Dialog(params).Execute() | Philippe Jung |
2015-05-25 | Audit all PostUserEvent calls and instrument for VclPtr. | Michael Meeks |
2015-05-18 | Remove include stdio (part2) | Julien Nabet |
2015-04-23 | loplugin:staticmethods | Noel Grandin |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-13 | loplugin:staticmethods | Noel Grandin |
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-25 | Typos | Julien Nabet |
2015-03-17 | Fix various XServiceInfo implementations | Stephan Bergmann |
2015-03-13 | tdf#43157: Fix format string violations in OSL_TRACE etc. | Stephan Bergmann |
2015-03-12 | Clean up previous commit | Stephan Bergmann |
2015-03-12 | scripting: use constructor syntax in vbaevents.component | Chris Sherlock |
2015-03-02 | pyuno, scripting: remove executable bits from python, js, bsh files | Michael Stahl |
2015-02-21 | Typo: deleteing->deleting | Julien Nabet |
2015-02-16 | Make LogUtils.getTrace actually work | Stephan Bergmann |
2015-02-16 | rhbz#1192732: Revert "From the context of the code, this field should... | Stephan Bergmann |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2015-01-29 | scripting: remove unnecessary SAL_CALL | Michael Stahl |
2015-01-26 | Fix types of functions called via pointer (-fsanitze=function) | Stephan Bergmann |
2015-01-26 | new loplugin: change virtual methods to non-virtual | Noel Grandin |
2015-01-23 | typo: langugage -> language | Andras Timar |
2015-01-13 | fdo#88256 fix crash when running javascript macro | Noel Grandin |
2015-01-04 | cppcheck: Possible inefficient checking for <var> emptiness | Julien Nabet |
2015-01-04 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2014-12-21 | fdo#39440 reduce scope of local variables | Michael Weghorn |
2014-12-19 | java: scripting: fix bug in removing model from map | Noel Grandin |
2014-12-18 | scripting: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-15 | scripting: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-11 | java: revert part of commit, scripting/ is public API | Noel Grandin |
2014-12-11 | java: reduce visibility of fields and methods | Noel Grandin |
2014-12-10 | java: unused imports | Noel Grandin |
2014-12-05 | java: remove some unused local variables | Noel Grandin |
2014-12-05 | java: remove some unused fields | Noel Grandin |
2014-12-02 | pyuno: move "officehelper.py" from scripting to pyuno | Michael Stahl |
2014-11-25 | java: final fields that can be static | Noel Grandin |
2014-11-18 | java: make fields final where possible | Noel Grandin |
2014-11-17 | sal: clean up public headers with include-what-you-use | Michael Stahl |
2014-11-12 | Fix common typos. No automatic tools. Handmade… | Andrea Gelmini |
2014-11-12 | java: convert fields to local variables where possible | Noel Grandin |
2014-11-12 | java: reduce excessive code indentation levels | Noel Grandin |
2014-11-05 | fdo#38835 strip out OUString globals | Noel Grandin |
2014-10-24 | coverity#1237350 use our double-locking templates for this | Caolán McNamara |
2014-10-22 | Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTING | Tor Lillqvist |
2014-10-19 | scripting: redundant cast to String | Robert Antoni Buj i Gelonch |
2014-10-17 | java: when rethrowing exceptions, store the original | Noel Grandin |
2014-10-17 | java: final fields that can be static | Noel Grandin |
2014-10-17 | java: no need to call String.valueOf to append to a String | Noel Grandin |
2014-10-16 | java: when rethrowing, store the original exception | Noel Grandin |
2014-10-16 | java: always use braces for while loops | Noel Grandin |