1. 3757c03 java: simplify array creation by Noel Grandin · 11 years ago
  2. 2f69e16 override the overloading of "overload" to decrease cognitive (over-)load by Michael Stahl · 11 years ago
  3. 86c189cf odk: use HTML_TIMESTAMP doxygen option by Miklos Vajna · 11 years ago
  4. 5373352 Bump copyright year to 2015 by Andras Timar · 11 years ago
  5. 03497d2 No need for CppunitTest_odk_checkapi to disable compiler plugins by Stephan Bergmann · 11 years ago
  6. d5c86be No need for RTL_USING in addition to LIBO_INTERNAL_ONLY by Stephan Bergmann · 11 years ago
  7. 86ba184 Introduce gb_*_set_external_code by Stephan Bergmann · 11 years ago
  8. a2e4be6 The touch module, ByteBufferWrapper, and the libotouch library can go away now by Tor Lillqvist · 11 years ago
  9. 454dddd java: remove some unused fields and variables by Noel Grandin · 11 years ago
  10. 7320714 java: fix non-public UNO implementation classes by Noel Grandin · 11 years ago
  11. fd60dd5 java: improve use of WrappedTargetException to set cause properly by Noel Grandin · 11 years ago
  12. ffffc52 java: remove comment noise by Noel Grandin · 11 years ago
  13. 827430c Fold URE: Windows by Stephan Bergmann · 11 years ago
  14. 428bd61 Consistently use $(...) by Stephan Bergmann · 11 years ago
  15. 0ffe0bf Fold URE: Remove OO_SDK_URE_HOME on non-Windows by Stephan Bergmann · 11 years ago
  16. d30caae Remove obsolete setsdkenv_windows.template by Stephan Bergmann · 11 years ago
  17. bd1cba5 Some Windows Command Prompt don't like if ... ( set PATH=... ) by Stephan Bergmann · 11 years ago
  18. 542120c Generate oxt in OUT_BIN by Stephan Bergmann · 11 years ago
  19. 982f199 Fold URE: Linux ure/share/misc/* -> program/ by Stephan Bergmann · 11 years ago
  20. 8fdb239 Fold URE: Linux ure/share/java/* -> program/classes/ by Stephan Bergmann · 11 years ago
  21. 34f8136 Fold URE: Linux ure/lib/* -> program/: adapt OO_SDK_URE_LIB_DIR by Stephan Bergmann · 11 years ago
  22. eef94c1 Fold URE: Linux ure/bin/* -> program/ by Stephan Bergmann · 11 years ago
  23. 5d602146 java: remove some comment noise by Noel Grandin · 11 years ago
  24. 58eab57 java: final fields that can be static by Noel Grandin · 11 years ago
  25. d395093 Adapt documentation to reality by Stephan Bergmann · 11 years ago
  26. 0d2befd Re-indent (no change to content) by Stephan Bergmann · 11 years ago
  27. 2052ea7 Both OFFICE_HOME and OO_SDK_URE_HOME are always set by Stephan Bergmann · 11 years ago
  28. 26cf7dc Make SDK examples compile again by Stephan Bergmann · 11 years ago
  29. a3a57be java: fix some raw types warnings by Noel Grandin · 11 years ago
  30. 0063cf2 java: make fields final where possible by Noel Grandin · 11 years ago
  31. 5208856 document coverity#706181 Use of untrusted string value by Caolán McNamara · 11 years ago
  32. da40cac Fix common typos. No automatic tools. Handmade… by Andrea Gelmini · 11 years ago
  33. bb43702 java: convert fields to local variables where possible by Noel Grandin · 11 years ago
  34. b95dcb9 java: last statement in finalize() method should be call to super.finalize() by Noel Grandin · 11 years ago
  35. 36ff152 java: reduce excessive code indentation levels by Noel Grandin · 11 years ago
  36. fa836ca odk: disable MSVC warning C4996 by Michael Stahl · 11 years ago
  37. 0c0e3e7 Fixed typos. No automatic tools (sed, and so on). by Andrea Gelmini · 11 years ago
  38. 0371a63 remove unnecessary 'using namespace rtl' declarations by Noel Grandin · 11 years ago
  39. 03c7c26 java: final fields that can be static by Noel Grandin · 11 years ago
  40. 12b01b9 java: no need to call String.valueOf to append to a String by Noel Grandin · 11 years ago
  41. 9341bf3 java: when rethrowing, store the original exception by Noel Grandin · 11 years ago
  42. 973eb2f java: reduce the depth of some deeply nested if blocks by Noel Grandin · 11 years ago
  43. cc25440 reformat ValueChanger by Noel Grandin · 11 years ago
  44. 52781ca update page footer of SDK docs by Andras Timar · 11 years ago
  45. 8196833 java: use equalsIgnoreCase() instead of toLowerCase().equals() by Noel Grandin · 12 years ago
  46. f9be443 java: use equals() to compare Strings, not == by Noel Grandin · 12 years ago
  47. dc53e30 java: simplify conditions involving logical negation by Noel Grandin · 12 years ago
  48. 222505c java: no need to explicitly extend java.lang.Object by Noel Grandin · 12 years ago
  49. fc04f76 fdo#82577: Handle Time by Noel Grandin · 12 years ago
  50. d5a252d [API CHANGE] Remove internal-only osl/diagnose.hxx from SDK by Stephan Bergmann · 12 years ago
  51. bfeb412 Fix OFFICE_PROGRAM_PATH for new Mac OS X layout by Stephan Bergmann · 12 years ago
  52. 4845fd1 Remove obsolete -malign-natural on Mac OS X from SDK, too by Stephan Bergmann · 12 years ago
  53. 7907783 typo by Stephan Bergmann · 12 years ago
  54. 8702519 Fix OO_SDK_URE_HOME for new Mac OS X layout by Stephan Bergmann · 12 years ago
  55. 0c3f80c Use OO_SDK_URE_BIN_DIR by Stephan Bergmann · 12 years ago
  56. aa7852d Move the non-Darwin way to determine OO_SDK_URE_HOME to where it belongs by Stephan Bergmann · 12 years ago
  57. b346371 Remove unused OFFICE_OR_URE[_SUGGESTION] variables by Stephan Bergmann · 12 years ago
  58. 9bd221a config.guess is apparently not supposed to be called directly by Stephan Bergmann · 12 years ago
  59. a3ed215 Add back XTestDialogHandler methods by Stephan Bergmann · 12 years ago
  60. d3886f8 Add back XExampleAddIn methods by Stephan Bergmann · 12 years ago
  61. 28114b8 There is no com.sun.star.lib.util.ExceptionHelper by Stephan Bergmann · 12 years ago
  62. 2217eef Add back getMyFirst/SecondValue methods by Stephan Bergmann · 12 years ago
  63. cb8a670 Add back __writeRegistryServiceInfo method by Stephan Bergmann · 12 years ago
  64. 411e180 check that ODK headers compile with C++03 by Luboš Luňák · 12 years ago
  65. 7240018 build ODK headers check without LIBO_INTERNAL_ONLY by Luboš Luňák · 12 years ago
  66. 16fd784 do not call the checkapi cxx file 'strings.cxx', now that it's the only one by Luboš Luňák · 12 years ago
  67. 037d03b Typo: (N|n)ormaly->(N|n)ormally by Julien Nabet · 12 years ago
  68. dc4b82a Fixed some CppunitTest names by Stephan Bergmann · 12 years ago
  69. 7db1ac5 Typo: mesage->message by Julien Nabet · 12 years ago
  70. c0415d5 java: remove unnecessary constructor declarations by Noel Grandin · 12 years ago
  71. 6884ef6 java: don't catch and then just rethrow an exception by Noel Grandin · 12 years ago
  72. 8c9fdc4 java: remove modifiers implied by the context by Noel Grandin · 12 years ago
  73. 3f210b0 java: remove unnecessary return statements by Noel Grandin · 12 years ago
  74. 60f152c java: avoid unnecessary comparisons in boolean expressions by Noel Grandin · 12 years ago
  75. 2922a96 java: Avoid naming non-fields with the prefix m_ by Noel Grandin · 12 years ago
  76. 4b4bff3 java: no need to instantiate String objects directly by Noel Grandin · 12 years ago
  77. 0764292 java: use 'Short.valueOf' instead of 'new Short' by Noel Grandin · 12 years ago
  78. ff0ad04 java: use 'Integer.valueOf' instead of 'new Integer' by Noel Grandin · 12 years ago
  79. be1bb7b java: use Boolean.valueOf instead of instantiating Boolean objects by Noel Grandin · 12 years ago
  80. 56ef553 java: classes in java.lang package do not need to be fully qualified by Noel Grandin · 12 years ago
  81. 3a8d351 java: remove unused methods by Noel Grandin · 12 years ago
  82. 341d9c4 odk: Clean up comments by Chris Laplante · 12 years ago
  83. 3579f76f Suppress unchecked warning - this is fine by Chris Sherlock · 12 years ago
  84. 0d916bb java: remove unused imports by Noel Grandin · 12 years ago
  85. ac5954d java: remove commented out code by Noel Grandin · 12 years ago
  86. 34bcf9b java: remove dead methods by Noel Grandin · 12 years ago
  87. 4155c28 java: remove unused interfaces by Noel Grandin · 12 years ago
  88. 8583da1 java: remove unused fields by Noel Grandin · 12 years ago
  89. 68cd011 java: reduce scope, make some methods private by Noel Grandin · 12 years ago
  90. 70f56bc java: reduce scope, make member classes private by Noel Grandin · 12 years ago
  91. da677df java: reduce scope, make fields private by Noel Grandin · 12 years ago
  92. 14d1a11 java: reduce scope, make constructors private by Noel Grandin · 12 years ago
  93. e701b3f java: reduce scope, make constants private by Noel Grandin · 12 years ago
  94. 5656fe5 java: fix broken javadoc tags by Noel Grandin · 12 years ago
  95. 1c49650 java: remove useless javadoc tags by Noel Grandin · 12 years ago
  96. f086884 java: remove unused parameters by Noel Grandin · 12 years ago
  97. c218458 java: remove unnecessary semi-colons by Noel Grandin · 12 years ago
  98. 2035213 java: remove unused methods by Noel Grandin · 12 years ago
  99. f35c721 java: remove unused fields by Noel Grandin · 12 years ago
  100. 161a7e3 java: remove unused parameters by Noel Grandin · 12 years ago