1. 587c59fb Java cleanup, Convert Vector to ArrayList by Noel Grandin · 13 years ago
  2. 72e5d0c Move to MPLv2 license headers, with ESC decision and author's permission. by Michael Meeks · 13 years ago
  3. 6f17a2f Java cleanup, access static methods using correct syntax by Noel Grandin · 13 years ago
  4. 1cc9bbf gbuild: drop empty use_packages calls by David Tardon · 13 years ago
  5. 6c7659b move URE headers to include/ by David Tardon · 13 years ago
  6. cb6b6e2 Fix for method name change by Noel Grandin · 13 years ago
  7. 43debfa General cleanup of OfficeBeans by Chris Sherlock · 13 years ago
  8. 6fd2146 add missing dep on jawt by David Tardon · 13 years ago
  9. aa753f0 -Wunused-macros by Stephan Bergmann · 13 years ago
  10. 79b0046 remove legacy build.pl prj/build.lst files. by Michael Meeks · 13 years ago
  11. b768611 remove all d.lst by Michael Stahl · 13 years ago
  12. 308cac3 sal: new ZipPackage_sal_odk_headers for public ODK headers by Michael Stahl · 13 years ago
  13. 616c692 s/the the/the/ by Tor Lillqvist · 13 years ago
  14. c290989 Get rid of (most uses of) GUI by Tor Lillqvist · 13 years ago
  15. e5ccda4 fix officebean on mingw by Peter Foley · 13 years ago
  16. f09e4ae add missing deps on sal headers by David Tardon · 13 years ago
  17. 5032dc0 gbuild: invert handling of standard system libraries: by Michael Stahl · 14 years ago
  18. fa48978 bean: just use AWTLIB on all platfroms to simplify this by Michael Stahl · 14 years ago
  19. dc397aae gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT: by Michael Stahl · 14 years ago
  20. b85c349 gbuild: replace direct gb_STDLIBS use with ... by Michael Stahl · 14 years ago
  21. 2e677c3 gbuild: split uwinapi out of gb_STDLIBS by Michael Stahl · 14 years ago
  22. 4c9e62c Java cleanup, convert ArrayList and Vector to use generics by Noel Grandin · 14 years ago
  23. bf43520 Java cleanup, remove unnecessary imports by Noel Grandin · 14 years ago
  24. 8bfe479 Java5 updates - convert to generics by Noel Grandin · 14 years ago
  25. f72ff01 Remove dead java code, fields and local variables by Noel Grandin · 14 years ago
  26. f6a62d9 Java update - fix various javadoc issues by Noel Grandin · 14 years ago
  27. 5a4bcd3 gbuild: register all jars by Michael Stahl · 14 years ago
  28. b80b7ba Static method sleep from Thread should be accessed in a static way by Julien Nabet · 14 years ago
  29. 889de66 Typo ressource -> resource by Stephan Bergmann · 14 years ago
  30. f9fa0dd Java5 updates - update code to use generics by Noel Grandin · 14 years ago
  31. 6f36747 re-base on ALv2 code. by Michael Meeks · 14 years ago
  32. 708229d fdo#49580: Fix bean after gbuild'ification by Stephan Bergmann · 14 years ago
  33. 6752930 LocalOfficeConnection description must end in ServiceManager by Stephan Bergmann · 14 years ago
  34. b1c3e8a make gbuild the default assumption of build.pl by Bjoern Michaelsen · 14 years ago
  35. c6ade726 WaE: cast from pointer to integer of different size by David Tardon · 14 years ago
  36. c923f7d gbuild: "use" vs. "add": by Michael Stahl · 14 years ago
  37. fe98151 gb_JunitTest_JunitTest takes only one argument by Stephan Bergmann · 14 years ago
  38. 223cca4 Added READMEs for modules which used to be in components by Josh Heidenreich · 14 years ago
  39. c857dff switch to include-based build rather than sourced-based build by Norbert Thiebaud · 14 years ago
  40. aab14cb fix prefix of command line switches (-- instead of -) by Andras Timar · 14 years ago
  41. 25e1037 Link most libs and executables with gb_STDLIBS as presumably is intended by Tor Lillqvist · 14 years ago
  42. a7058d7 Bypass bean for Android which has no java.awt by Tor Lillqvist · 14 years ago
  43. ee7e362 Accept also Oracle Corporation as Java vendor here, too by Tor Lillqvist · 14 years ago
  44. b1b25a9 Kill a bunch of empty lines by Tor Lillqvist · 14 years ago
  45. 2acd8fb in modules, when we have a env we are in stage gbuild by Bjoern Michaelsen · 14 years ago
  46. e10fc18 typo fix: explicitely -> explicitly by Lior Kaplan · 14 years ago
  47. d73e574 move reconfigure into gbuild by Bjoern Michaelsen · 14 years ago
  48. f2f0dbd make gbuild makefiles run independant of pwd again by Bjoern Michaelsen · 14 years ago
  49. 0ea8c01 tweak gbuild standart Makefile to allow partial build in unsourced env by Norbert Thiebaud · 14 years ago
  50. c77a925 no need for SRCDIR parameter here by Matúš Kukan · 14 years ago
  51. 9142f9a WaE: win32 cleanup by Michael Meeks · 15 years ago
  52. e94a19f simplfy dmake to gbuild bridgefile by Bjoern Michaelsen · 15 years ago
  53. 4f3e9f3 Always link with user32 by Tor Lillqvist · 15 years ago
  54. 5663d30 get bean linking under windows by Caolán McNamara · 15 years ago
  55. 4478b73 convert bean to gbuild and add to tail_build by Peter Foley · 15 years ago
  56. 265a458 Fix wrong comments which prevent to compile by Julien Nabet · 15 years ago
  57. cf4e20e Some PMD cleaning by Julien Nabet · 15 years ago
  58. db57823 Don't use the (win32) jawt_md.h as we don't have that when cross-compiling by Tor Lillqvist · 15 years ago
  59. 1b13657 jawt_md.h is not needed in this file by Tor Lillqvist · 15 years ago
  60. 4c7a759 fix comment typo by Caolán McNamara · 15 years ago
  61. d32db65 Drop %_EXT% which was always empty by Tor Lillqvist · 15 years ago
  62. ea9d29c Drop OS2 by Tor Lillqvist · 15 years ago
  63. 2be3b8b Change <file>.toURL() to <file>.toURI().toURL() by Julien Nabet · 15 years ago
  64. e76e239 we only need the java lib path to link bean by Caolán McNamara · 15 years ago
  65. cc5db64 Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 by Norbert Thiebaud · 15 years ago
  66. 4327ec0 Clean up makefiles by Thomas Arnhold · 15 years ago
  67. 2945b56 Clean up makefiles by Thomas Arnhold · 15 years ago
  68. 152ae30 Remove superfluous empty lines at end by Tor Lillqvist · 15 years ago
  69. 422f6dd Bypass if no SOLAR_JAVA by Tor Lillqvist · 15 years ago
  70. c377471 Use SetWindowLongPtr by Tor Lillqvist · 15 years ago
  71. 6045d65 WaE: gcc 4.6.0 various warnings by Caolán McNamara · 15 years ago
  72. b77940e add modelines to .hxx files as well by Caolán McNamara · 15 years ago
  73. 85900d0 sb123:#i111449# remove all subdirs in complex tests by Lars Langhans · 16 years ago
  74. abce795 sb123:#i111449# makefile cleanups for qa/complex tests by Lars Langhans · 16 years ago
  75. ca1a016 sb123:#i111449# cleanups in beans qa/complex tests by Lars Langhans · 16 years ago
  76. 36de66b changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) by Jens-Heiner Rechtien · 16 years ago
  77. da0f3ac #i103496#: sandbox removed by Mathias Bauer · 16 years ago
  78. b16d453 #i103496#: remove unneccessary sandbox module by Mathias Bauer · 16 years ago
  79. a408bb5 CWS-TOOLING: integrate CWS l10nframework01 by Ivo Hinkelmann · 17 years ago
  80. dd47ba9 CWS-TOOLING: integrate CWS cmcfixes58 by Release Engineers · 17 years ago
  81. d7cfa3d8 CWS-TOOLING: integrate CWS sb104 by Oliver Bolte · 17 years ago
  82. 93d89bf CWS-TOOLING: integrate CWS sb93 by Vladimir Glazounov · 18 years ago
  83. 57a8051 CWS-TOOLING: integrate CWS jsc311 by Vladimir Glazounov · 18 years ago
  84. fe260a9 INTEGRATION: CWS oobeanfix_DEV300 (1.11.12); FILE MERGED by Rüdiger Timm · 18 years ago
  85. c415890 INTEGRATION: CWS changefileheader (1.3.50); FILE MERGED by Rüdiger Timm · 18 years ago
  86. 60938a9 INTEGRATION: CWS changefileheader (1.2.12); FILE MERGED by Rüdiger Timm · 18 years ago
  87. f31246c INTEGRATION: CWS changefileheader (1.4.16); FILE MERGED by Rüdiger Timm · 18 years ago
  88. bd3a008 INTEGRATION: CWS changefileheader (1.3.46); FILE MERGED by Rüdiger Timm · 18 years ago
  89. 35a42bd INTEGRATION: CWS changefileheader (1.4.16); FILE MERGED by Rüdiger Timm · 18 years ago
  90. 3231590 INTEGRATION: CWS changefileheader (1.3.46); FILE MERGED by Rüdiger Timm · 18 years ago
  91. d19b971 INTEGRATION: CWS changefileheader (1.4.36); FILE MERGED by Rüdiger Timm · 18 years ago
  92. 685b75d INTEGRATION: CWS changefileheader (1.6.8); FILE MERGED by Rüdiger Timm · 18 years ago
  93. dbd7fe1 INTEGRATION: CWS changefileheader (1.6.8); FILE MERGED by Rüdiger Timm · 18 years ago
  94. bea5540 INTEGRATION: CWS changefileheader (1.6.50); FILE MERGED by Rüdiger Timm · 18 years ago
  95. 63a07f1 INTEGRATION: CWS changefileheader (1.5.48); FILE MERGED by Rüdiger Timm · 18 years ago
  96. 5281170 INTEGRATION: CWS changefileheader (1.3.50); FILE MERGED by Rüdiger Timm · 18 years ago
  97. d38adb9 INTEGRATION: CWS changefileheader (1.4.50); FILE MERGED by Rüdiger Timm · 18 years ago
  98. b31e70d INTEGRATION: CWS changefileheader (1.14.34); FILE MERGED by Rüdiger Timm · 18 years ago
  99. 6f65b7e INTEGRATION: CWS changefileheader (1.3.50); FILE MERGED by Rüdiger Timm · 18 years ago
  100. fd9b646 INTEGRATION: CWS changefileheader (1.4.50); FILE MERGED by Rüdiger Timm · 18 years ago