1. 4bf95c4 make use of startsWith() by Thomas Arnhold · 13 years ago
  2. b768611 remove all d.lst by Michael Stahl · 13 years ago
  3. 76b3e61 loplugin: unused variables by Thomas Arnhold · 13 years ago
  4. d5caf68 loplugin: unused variables by Thomas Arnhold · 13 years ago
  5. f120441 fdo#46808, Adapt document::XMLOasisBasicImporter UNO service to new style by Noel Grandin · 13 years ago
  6. e5fdaec fdo#46808, Adapt document::XML*BasicExporter UNO services to new style by Noel Grandin · 13 years ago
  7. 49cf14a fdo#46808, Adapt document::GraphicObjectResolver UNO service to new style by Noel Grandin · 13 years ago
  8. a53586f gbuild: do not copy boost headers around by Michael Stahl · 13 years ago
  9. 773ad75 fdo#46808, Adapt util::NumberFormatsSupplier UNO service to new style by Noel Grandin · 13 years ago
  10. 66a1758 c++ API: use css alias in generated headers, adds global css decl by Thorsten Behrens · 13 years ago
  11. 41c77ac targetted cleanup of misc. vba pieces. by Noel Power · 13 years ago
  12. fb741b5 fdo#46808, Adapt xml::sax::XWriter UNO service to new style by Noel Grandin · 13 years ago
  13. a20f9a4 fdo#46808, Adapt xml::sax::XParser UNO service to new style by Noel Grandin · 14 years ago
  14. 36a2db3 Replace usage of rtl_*Memory with equivalent from string.h by Arnaud Versini · 14 years ago
  15. 5032dc0 gbuild: invert handling of standard system libraries: by Michael Stahl · 14 years ago
  16. b85c349 gbuild: replace direct gb_STDLIBS use with ... by Michael Stahl · 14 years ago
  17. 2e677c3 gbuild: split uwinapi out of gb_STDLIBS by Michael Stahl · 14 years ago
  18. 1a62e46 add missing deps on headers by David Tardon · 14 years ago
  19. 6f955b6 remove duplicated code by Luboš Luňák · 14 years ago
  20. e27fc9b disable scrollable Frame ( not working well ) by Noel Power · 14 years ago
  21. 7c7267e get scrollbar details actually read for groupbox by Noel Power · 14 years ago
  22. 5dc1968 add persistence support for the scrollable attributes by Noel Power · 14 years ago
  23. c6943a4 Correct OUString check with proper startsWith() by Olivier Hallot · 14 years ago
  24. c75af85 kill RTL_CONSTASCII_USTRINGPARAM in xmlscript by Olivier Hallot · 14 years ago
  25. 1340890 simplify include guards by Thomas Arnhold · 14 years ago
  26. 4cbdfe1 re-base on ALv2 code. by Michael Meeks · 14 years ago
  27. ae7534f targetted rename xcr -> xmlscript to match includes and module name by Michael Meeks · 14 years ago
  28. fdda178 targetted improvement of UNO API includes / usage by Michael Meeks · 14 years ago
  29. 1ab899c .xml files don't need executable bits by Michael Stahl · 14 years ago
  30. b9042fa re-base on ALv2 code. by Michael Meeks · 14 years ago
  31. 0db1b46 gbuildify xmlscript by Norbert Thiebaud · 14 years ago
  32. 3ffb36f revert gmk4 by Norbert Thiebaud · 14 years ago
  33. 6573aa1 targeted string re-work by Norbert Thiebaud · 14 years ago
  34. c9337a8 Targeted string re-work xmlhelp/xmlscript by Thorsten Behrens · 14 years ago
  35. bb9f730 nuke unused typedef by Takeshi Abe · 14 years ago
  36. 01dc468 removed unused temporary rtl::OUString by Takeshi Abe · 14 years ago
  37. b1c3e8a make gbuild the default assumption of build.pl by Bjoern Michaelsen · 14 years ago
  38. e4fb171 Replaced a few equal calls with == by Szabolcs Dezsi · 14 years ago
  39. 4c50f23 LinkTarget.mk: remove gb_LinkTarget_add_package_headers by Michael Stahl · 14 years ago
  40. c923f7d gbuild: "use" vs. "add": by Michael Stahl · 14 years ago
  41. d6bc02f Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator by Szabolcs Dezsi · 14 years ago
  42. 743f220 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator by Szabolcs Dezsi · 14 years ago
  43. 8a01ee6 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator by Szabolcs Dezsi · 14 years ago
  44. 643a582 removed duplicate #includes by Takeshi Abe · 14 years ago
  45. 3881465 remove static OUStrings from static_initialization_and_destruction chain by Caolán McNamara · 14 years ago
  46. f567f8b .dtd files don't need executable bits by Michael Stahl · 14 years ago
  47. 9429bbb .component files don't need executable bits by Michael Stahl · 14 years ago
  48. 68f2753 .h files don't need executable bits by Michael Stahl · 14 years ago
  49. 2a11719 chmod -x by Tor Lillqvist · 14 years ago
  50. 3daf816 Bin a few more 16-bit Windows leftovers by Tor Lillqvist · 14 years ago
  51. 84b3f7b gbuild: get rid of realpath in gb_Foo_set_include by Matúš Kukan · 14 years ago
  52. 4f688fd more documentation and cleanups for various modules. by Michael Meeks · 14 years ago
  53. 64e1ae0 Added READMEs for modules which used to be in libs-core by Josh Heidenreich · 14 years ago
  54. c857dff switch to include-based build rather than sourced-based build by Norbert Thiebaud · 14 years ago
  55. 9d4e1a5 Fix for fdo43460 Part LIV getLength() to isEmpty() by Olivier Hallot · 14 years ago
  56. 0439af2 Code cleanup: ( () ) replaced by (()) by Alexander Bergmann · 14 years ago
  57. 7c704c7 Removed some unused parameters; added SAL_UNUSED_PARAMETER. by Stephan Bergmann · 14 years ago
  58. b35c0ae catch exception by constant reference by Takeshi Abe · 14 years ago
  59. d592113 Removed unnecessary tools/debug.hxx includes. by Marcel Metz · 14 years ago
  60. 59bf1b5 regpathhelper: unused, so we've got to have two of them by Caolán McNamara · 14 years ago
  61. 2acd8fb in modules, when we have a env we are in stage gbuild by Bjoern Michaelsen · 14 years ago
  62. d73e574 move reconfigure into gbuild by Bjoern Michaelsen · 14 years ago
  63. c0bed9c remove precompiled_xxx.hxx/cxx by Norbert Thiebaud · 14 years ago
  64. 3f2ff54 remove pch from the include list by Norbert Thiebaud · 14 years ago
  65. b080fa4 remove include of pch header from xmlscript by Norbert Thiebaud · 14 years ago
  66. f2f0dbd make gbuild makefiles run independant of pwd again by Bjoern Michaelsen · 14 years ago
  67. d63d64c4 empty a bunch of d.lst files by Michael Stahl · 14 years ago
  68. 0ea8c01 tweak gbuild standart Makefile to allow partial build in unsourced env by Norbert Thiebaud · 14 years ago
  69. e94a19f simplfy dmake to gbuild bridgefile by Bjoern Michaelsen · 15 years ago
  70. be6a867 OSL_TRACE: Remove trailing newlines by Thomas Arnhold · 15 years ago
  71. 1afef0e9 Remove RCS header by Thomas Arnhold · 15 years ago
  72. d64bbd6 detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set by Norbert Thiebaud · 15 years ago
  73. 15f482b Add prefixes for some component_getFactory functions by Matúš Kukan · 15 years ago
  74. b2bd33e prefer makefile-gmake-mode to plain makefile-mode by Takeshi Abe · 15 years ago
  75. 8882559 reflect gmake flavor by Takeshi Abe · 15 years ago
  76. 9e28007 Emacs mode line compatible with vi's one by Takeshi Abe · 15 years ago
  77. 9ef56cb2 realpaths to get windows building here by Caolán McNamara · 15 years ago
  78. 386c283 Some cppcheck cleaning by Julien Nabet · 15 years ago
  79. 4122c3b Add consistent Emacs and vim mode lines by Tor Lillqvist · 15 years ago
  80. 906cd25 postmerge fixes for gnumake4 by Bjoern Michaelsen · 15 years ago
  81. 200bc6c resyncing to master by Bjoern Michaelsen · 15 years ago
  82. fb30c0c Generate correctly named import library for WNTGCC by Tor Lillqvist · 15 years ago
  83. a90983b Remove component_getImplementationEnvironment methods by Matúš Kukan · 15 years ago
  84. 322220d callcatcher: unused getScriptLibraryContainer by Caolán McNamara · 15 years ago
  85. 5cba588 gnumake4: fix buildbreakers from merge by Bjoern Michaelsen · 15 years ago
  86. 92667c8e Merge branch 'master' into feature/gnumake4 by Bjoern Michaelsen · 15 years ago
  87. f79e31b gnumake4: #i116959#: kill gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags} [hg:389f5e8ec8cd] by Michael Stahl · 15 years ago
  88. 6cf6db3 CWS gnumake4: some fixes for Windows [hg:9eb9b5d5181e] by Mathias Bauer · 15 years ago
  89. b0fe608 CWS gnumake4: convert xmlscript to new build system [hg:d4df54d61f2a] by Mathias Bauer · 15 years ago
  90. 45ba1e1 Deliver also a static library by Tor Lillqvist · 15 years ago
  91. 4912a5e Drop %_EXT% which was always empty by Tor Lillqvist · 15 years ago
  92. 561192c Easyhack: Add visibility markup to all component_get* functions by Julien Nabet · 15 years ago
  93. df965c9 drop bogus executable flag from idl/build/src and config files by Francisco Saito · 15 years ago
  94. d3174fe drop bogus executable flag from image files by Francisco Saito · 15 years ago
  95. e60d365 drop bogus executable flag from [ch]xx/bas/asm files by Francisco Saito · 15 years ago
  96. 970be45 Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...) by Thomas Arnhold · 15 years ago
  97. 3d9981a Remove dead code in libs-core by Xisco Fauli · 15 years ago
  98. 091e4ae Merge remote-tracking branch 'origin/integration/dev300_m101' by Jan Holesovsky · 15 years ago
  99. c703f03 Fix build in scripting by Thorsten Behrens · 15 years ago
  100. 6495f39 Move OSL_ENSURE(0,...) to OSL_FAIL(...) by Thomas Arnhold · 15 years ago