Age | Commit message (Expand) | Author |
2021-08-19 | ridljar: check that UnoClassLoader is used for NativeLibraryLoader | Michael Stahl |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein |
2020-11-30 | Adapt buck build to jars merged into libreoffice.jar | Rene Engelhard |
2020-09-25 | socket cannot be null at this point | Noel Grandin |
2020-09-01 | Fix typo in code | Andrea Gelmini |
2020-08-21 | Fix typos | Andrea Gelmini |
2020-08-05 | add dependency to juh,jurt,ridl,unoil poms | Rene Engelhard |
2020-05-27 | tdf#131572 Add java 9 module info for unoloader.jar | Samuel Mehrbrodt |
2020-05-27 | tdf#131572 Add java 9 module info for libreoffice.jar | Samuel Mehrbrodt |
2020-05-07 | add pom for libreoffice.jar | Rene Engelhard |
2020-05-06 | Move all public Java classes to libreoffice.jar | Samuel Mehrbrodt |
2020-02-16 | GBUILD_TRACE, support for finding out where the build time is spent | Luboš Luňák |
2020-02-10 | Cleanup: Move unit tests to ridljar | Samuel Mehrbrodt |
2020-02-10 | Cleanup: Move files to ridljar | Samuel Mehrbrodt |
2020-02-06 | These JunitTests can be plain check, not subsequentcheck | Stephan Bergmann |
2020-02-04 | tdf#117331 Merge jurt and unoil into ridl | Samuel Mehrbrodt |
2019-08-12 | Fix typos | Andrea Gelmini |
2019-07-26 | Fix typos | Andrea Gelmini |
2019-05-27 | @deprecated should be with @Deprecated | Tomoyuki Kubota |
2018-07-08 | Fix typo | Andrea Gelmini |
2018-04-16 | Use https instead of http | Gulsah Kose |
2018-01-26 | Fix typos | Andrea Gelmini |
2017-08-25 | i#32546# - Java UnoRuntime.getUniqueKey/generateOid do not work reliably | Damjan Jovanovic |
2017-08-17 | remove UL/L suffixes from integer constants in initialiser/call expressions | Noel Grandin |
2017-02-03 | Typos | Julien Nabet |
2016-06-07 | error: unknown tag: internal | Stephan Bergmann |
2016-06-07 | [API CHANGE] Drop deprecated I*Description interfaces | Noel Grandin |
2016-05-16 | Fix typos | Andrea Gelmini |
2016-05-13 | Related tdf#99272: Prevent bogus com.sun.star.uno.Type(Short[].class) etc. | Stephan Bergmann |
2016-02-17 | ridljar: fix javadoc warnings | Michael Stahl |
2015-12-03 | Add build toolchain to upload LibreOffice API to Maven Central | David Ostrovsky |
2015-12-01 | Expose metadata to deploy LibreOffice artifacts on Maven Central | David Ostrovsky |
2015-11-05 | java: remove ((unnecessary)) parentheses | Noel Grandin |
2015-10-20 | coverity#1326356 presumably a deliberate fall through | Caolán McNamara |
2015-10-15 | [API CHANGE] Remove deprecated com.sun.star.uno.Union class | Stephan Bergmann |
2015-06-11 | java:regulatize the order of 'final' and public/private | Noel Grandin |
2014-12-16 | java: remove OOoRunnerLight | Noel Grandin |
2014-11-18 | java: make fields final where possible | Noel Grandin |
2014-11-18 | java: rather use @Deprecated annotation | Noel Grandin |
2014-11-12 | Fix common typos. No automatic tools. Handmade… | Andrea Gelmini |
2014-09-28 | ridljar: Any_Test & UnoRuntime_Test (JUnit) | Robert Antoni Buj i Gelonch |
2014-09-25 | java: when rethrowing exceptions, store the original cause | Noel Grandin |
2014-08-20 | java: remove unnecessary constructor declarations | Noel Grandin |
2014-08-19 | java: use 'Byte.valueOf' instead of 'new Byte' | Noel Grandin |
2014-08-19 | java: use 'Short.valueOf' instead of 'new Short' | Noel Grandin |
2014-08-19 | java: use 'Long.valueOf' instead of 'new Long' | Noel Grandin |
2014-08-19 | java: use 'Integer.valueOf' instead of 'new Integer' | Noel Grandin |
2014-08-12 | java: add @Override annotation to overriding methods | Noel Grandin |
2014-08-08 | java: remove dead methods | Noel Grandin |