Age | Commit message (Expand) | Author | Files | Lines |
2014-02-23 | Remove unneccessary comments | Alexander Wilms | 1 | -1/+1 |
2014-02-07 | Simplify access to theCoreReflection singleton | Stephan Bergmann | 1 | -27/+5 |
2014-01-31 | Silence javadoc 8 errors | Stephan Bergmann | 5 | -27/+39 |
2013-12-16 | Clean-up uno/lbnames.h | Stephan Bergmann | 2 | -0/+2 |
2013-09-26 | typo fixes in comments | Andras Timar | 1 | -1/+1 |
2013-08-29 | [API CHANGE] Remove obsolete com.sun.star.comp.helper.UnoInfo | Stephan Bergmann | 2 | -108/+0 |
2013-08-19 | Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVA | Tor Lillqvist | 1 | -1/+1 |
2013-06-11 | Related: #i122483# set correct classpath, include unoil.jar | Jürgen Schmidt | 1 | -1/+2 |
2013-05-07 | Extract SmoketestCommandEnvironment.java from juh.jar | Stephan Bergmann | 5 | -225/+0 |
2013-05-06 | fix typos (wich instead of which) | Philipp Riemer | 1 | -1/+1 |
2013-05-06 | cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removal | Philipp Riemer | 1 | -9/+4 |
2013-05-06 | remove usage of RTL_CONSTASCII_USTRINGPARAM | Luboš Luňák | 2 | -7/+6 |
2013-05-06 | Java cleanup, remove unnecessary @SuppressWarnings annotations | Noel Grandin | 1 | -1/+0 |
2013-05-06 | Java cleanup, convert Hashtable to HashMap | Noel Grandin | 4 | -14/+34 |
2013-04-25 | Clean up Java ServiceManager bootstrapping | Stephan Bergmann | 1 | -20/+5 |
2013-04-22 | Move to MPLv2 license headers, with ESC decision and author's permission. | Michael Meeks | 4 | -88/+16 |
2013-04-18 | Let juhx.dll export undecorated symbols on Windows | Stephan Bergmann | 5 | -19/+112 |
2013-04-15 | fdo#60724 successfull -> successful | Thomas Arnhold | 2 | -7/+7 |
2013-04-11 | Remove createRegistryServiceFactory preload left-over | Stephan Bergmann | 1 | -22/+0 |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák | 4 | -16/+11 |
2013-04-02 | drop prefix from ::css | Thomas Arnhold | 1 | -1/+1 |
2013-03-19 | automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings | Thomas Arnhold | 1 | -8/+4 |
2013-03-18 | fix javadoc warnings | Peter Foley | 1 | -4/+3 |
2013-03-14 | remove legacy build.pl prj/build.lst files. | Michael Meeks | 1 | -3/+0 |
2013-03-03 | Related to fdo#60724: correct spelling | Thomas Arnhold | 1 | -1/+1 |
2013-02-28 | remove all d.lst | Michael Stahl | 1 | -0/+0 |
2013-02-26 | odk: remove temporary Zip file gratuitous complexity | Michael Stahl | 2 | -57/+0 |
2013-02-22 | s/the the/the/ | Tor Lillqvist | 3 | -4/+4 |
2013-02-22 | s/whith/with/ | Tor Lillqvist | 1 | -1/+1 |
2013-01-30 | Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRING | Jean-Noël Rouvignac | 3 | -18/+12 |
2013-01-26 | gbuild: fix silly "expandtabs" in makefile VIM modelines | Michael Stahl | 5 | -5/+5 |
2012-12-21 | API CHANGE: Remove deprecated cppuhelper/servicefactory.hxx and Java equiv. | Stephan Bergmann | 5 | -340/+0 |
2012-11-30 | c++ API: use css alias in generated headers, adds global css decl | Thorsten Behrens | 1 | -2/+0 |
2012-11-09 | Introdude SAL_JNI_EXPORT and use that instead of JNIEXPORT | Tor Lillqvist | 2 | -4/+4 |
2012-11-09 | Use JNIEXPORT to really export these for Android | Tor Lillqvist | 2 | -4/+4 |
2012-10-07 | DISABLE_DYNLOADING tentative fix | Tor Lillqvist | 1 | -2/+20 |
2012-10-01 | fdo#51304: Remove the author of some java source files | Anurag Jain | 5 | -16/+0 |
2012-09-28 | gbuild: invert handling of standard system libraries: | Michael Stahl | 2 | -4/+0 |
2012-09-28 | gbuild: replace direct gb_STDLIBS use with ... | Michael Stahl | 2 | -2/+4 |
2012-09-28 | gbuild: split uwinapi out of gb_STDLIBS | Michael Stahl | 2 | -0/+2 |
2012-09-21 | No juh library to load in the disable-dynloading case (on Android) | Tor Lillqvist | 2 | -2/+36 |
2012-09-20 | No need for the juh/juhx dance when DISABLE_DYNLOADING | Tor Lillqvist | 3 | -2/+50 |
2012-09-17 | Keep null service manager throw a DeploymentException | Stephan Bergmann | 1 | -1/+2 |
2012-09-17 | Require XComponentContext.getServiceManager to throw instead of returning null | Stephan Bergmann | 1 | -0/+5 |
2012-09-06 | Java cleanup, remove unnecessary imports | Noel Grandin | 7 | -59/+0 |
2012-08-20 | Java5 updates - convert to generics | Noel Grandin | 9 | -62/+62 |
2012-08-20 | Remove dead java code, fields and local variables | Noel Grandin | 3 | -7/+0 |
2012-08-20 | Java update - fix various javadoc issues | Noel Grandin | 2 | -3/+3 |
2012-08-17 | gbuild: register all jars | Michael Stahl | 1 | -3/+3 |
2012-08-15 | gbuild: remove most uses of gb_Jar_set_jarclasspath: | Michael Stahl | 1 | -1/+1 |