Age | Commit message (Expand) | Author |
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 |
2014-10-15 | More -Werror,-Wunused-private-field | Stephan Bergmann |
2014-10-14 | fix import location of XScriptContext | Noel Grandin |
2014-10-14 | scripting: replace '.size() == 0' with '.isEmpty()' (collections) | Robert Antoni Buj i Gelonch |
2014-10-14 | scripting: use new exception constructors | Robert Antoni Buj i Gelonch |
2014-10-13 | scripting: Null pointer dereference | Robert Antoni Buj i Gelonch |
2014-10-10 | Scripting: Remove org package | David Ostrovsky |
2014-10-09 | typo: Lable -> Label | Andras Timar |
2014-10-08 | scripting: as of release 5, 'enum' is a keyword | Robert Antoni Buj i Gelonch |
2014-10-07 | LocalOffice should be an abstract class | Noel Grandin |
2014-10-07 | java: use isEmpty() instead of "size() == 0" | Noel Grandin |
2014-10-07 | java: use equalsIgnoreCase() instead of toLowerCase().equals() | Noel Grandin |
2014-10-07 | java: simplify conditions involving logical negation | Noel Grandin |
2014-10-07 | java: optimise calls to toArray | Noel Grandin |
2014-10-07 | java: remove useless overriding methods | Noel Grandin |
2014-10-06 | scripting: line break (code formatting) | Robert Antoni Buj i Gelonch |
2014-10-05 | coverity#1209004 Unchecked return value | Norbert Thiebaud |
2014-10-03 | scripting: organize imports | Robert Antoni Buj i Gelonch |
2014-10-02 | scripting: The if statement is redundant | Robert Antoni Buj i Gelonch |
2014-10-02 | scripting: Format_java_code.sh initial run | Robert Antoni Buj i Gelonch |
2014-10-01 | scripting: std::auto_ptr -> std::unique_ptr | Stephan Bergmann |
2014-09-30 | scripting: another missing SolarMutex guard | Michael Stahl |
2014-09-29 | fix more Java1.5 incompatibility | Noel Grandin |
2014-09-26 | scripting: modify astyle.options | Robert Antoni Buj i Gelonch |