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