1. 6c2d66e remove const sal_Char * casts of rtl::OUStringToOString results, fixes ucb by Michael Meeks · 15 years ago
  2. 06ae024 cast gone by Caolán McNamara · 15 years ago
  3. e94a19f simplfy dmake to gbuild bridgefile by Bjoern Michaelsen · 15 years ago
  4. 4e4bfa4 verbose error message please by Caolán McNamara · 15 years ago
  5. eabbfc9 solve a cosmetic issue in Extension Manager window by Andras Timar · 15 years ago
  6. 1f5c696 add mode-lines to .m files and last round of merged files, etc. by Caolán McNamara · 15 years ago
  7. 50ce26d WaE: suggest a space before ';' or explicit braces around empty body in 'while' statement by Tor Lillqvist · 15 years ago
  8. c04c8e9 ByteString->rtl::OStringBuffer by Caolán McNamara · 15 years ago
  9. af1a8de why use a pointer when a reference will do by Caolán McNamara · 15 years ago
  10. f0149fe Android now builds up to instsetoo_native by Thorsten Behrens · 15 years ago
  11. 2e2dcef make WinResTarget's name independent of LinkTarget by David Tardon · 15 years ago
  12. a44020d add resource files by David Tardon · 15 years ago
  13. cbeebc2 make the case not ENABLE_QUICKSTART_LIBPNG work again by Norbert Thiebaud · 15 years ago
  14. c6811e6 refactor start.c and splash.c. de-couple the 2 sources and avoid globals by Norbert Thiebaud · 15 years ago
  15. a66f990 Undo basis/brand split: move dynamic libraries from basis to brand. by Stephan Bergmann · 15 years ago
  16. 8714265 just silence the auto_ptr deprecations in isolation by Caolán McNamara · 15 years ago
  17. 4f3e9f3 Always link with user32 by Tor Lillqvist · 15 years ago
  18. 8a915ad Simplify the manifest dance by Tor Lillqvist · 15 years ago
  19. 69bd187 $(COM) == MSC => $(OS_FOR_BUILD) == WNT ;-) by Jan Holesovsky · 15 years ago
  20. b0ddd56 Fix manifest creation in the MinGW case (and hopefully not breaking native). by Jan Holesovsky · 15 years ago
  21. 919ce6a Unify the MinGW / native Win temporary name here. by Jan Holesovsky · 15 years ago
  22. 2c1e9e8 A trailing "\0" on an ICON line is unnecessary and causes an error by Tor Lillqvist · 15 years ago
  23. 4c8424f Small refactoring to avoid duplication of source file list by Tor Lillqvist · 15 years ago
  24. 6060731 This should use a static C/C++ runtime by Tor Lillqvist · 15 years ago
  25. 69f6285 Use libcmtd in a dbgutil MSVC build by Tor Lillqvist · 15 years ago
  26. 8427fab This is a GUI executable by Tor Lillqvist · 15 years ago
  27. c2da4b8 No need to do -D_DEBUG here, done in windows.mk by Tor Lillqvist · 15 years ago
  28. 46292bd Fix the MSVC build of unopkg.com, too by Tor Lillqvist · 15 years ago
  29. aa7541b Ensure a failing soffice.bin makes oosplash fail. by Stephan Bergmann · 15 years ago
  30. 0607102 Improved some error reporting. by Stephan Bergmann · 15 years ago
  31. bf65a6e include dp_gui_theextmgr.hxx only once by Andras Timar · 15 years ago
  32. e629526 Fixes for MSVC build by Caolán McNamara · 15 years ago
  33. 6560e48 Simplify code by letting get_app_path always include a final slash. by Stephan Bergmann · 15 years ago
  34. 0538506 ah, not windows only of course by Caolán McNamara · 15 years ago
  35. aba2154 get it to link with msvc at least by Caolán McNamara · 15 years ago
  36. cb60a99 do not localize files in this directory by Andras Timar · 15 years ago
  37. 36bc016 WaE: fall through to final return by Caolán McNamara · 15 years ago
  38. be6a867 OSL_TRACE: Remove trailing newlines by Thomas Arnhold · 15 years ago
  39. b1f4e84 Removed unused BOXT feature. by Stephan Bergmann · 15 years ago
  40. d91df66 Rename guistdio to crashrep.com. by Jan Holesovsky · 15 years ago
  41. 6f65af3 Build unopkg.exe directly. by Jan Holesovsky · 15 years ago
  42. 151eba7 Create unopkg.com directly. by Jan Holesovsky · 15 years ago
  43. 80f2495 Create unopkg.bin directly. by Jan Holesovsky · 15 years ago
  44. 0a5fe38 Fix manifest creation. by Jan Holesovsky · 15 years ago
  45. f6b3306 I think this is supposed to be a so-called GUI executable by Tor Lillqvist · 15 years ago
  46. 9a86428 unopkgio should be a console executable by Tor Lillqvist · 15 years ago
  47. 558ebfd Avoid officeloader -> soffice renaming dance, build that directly. by Jan Holesovsky · 15 years ago
  48. a32da8a Deliver basis-link and ure-link. by Jan Holesovsky · 15 years ago
  49. 8033c50 soffice.sh should not be delivered on MacOS by David Tardon · 15 years ago
  50. 581c45b Make 'desktop' build again with MinGW. by Jan Holesovsky · 15 years ago
  51. 877d87d get quickstart to link on windows by Caolán McNamara · 15 years ago
  52. c2ecd91 Fix endless loop during building soffice.exe deps on Windows. by Jan Holesovsky · 15 years ago
  53. 7dae288 progress to link stage of loader2 by Caolán McNamara · 15 years ago
  54. 2c17f11 despite its name, it appears not to be a gui app by Caolán McNamara · 15 years ago
  55. 04adca7 inch closer to building under windows by Caolán McNamara · 15 years ago
  56. 38fd95c fix link failure on linux if not using libXinerama by Peter Foley · 15 years ago
  57. e76fba3 Just return, not return 0; as it is void function. by Tomas Chvatal · 15 years ago
  58. 0fbd4e6 Return soon if build with --without-java, as no checks are needed. by Tomas Chvatal · 15 years ago
  59. bb5bdbb Revert "Trying to chop out the uwinapi library" by Fridrich Štrba · 15 years ago
  60. 4acffc2 catch by const reference by Caolán McNamara · 15 years ago
  61. 2dea0da Trying to chop out the uwinapi library by Fridrich Štrba · 15 years ago
  62. b5cc76f Fix typo by Tor Lillqvist · 15 years ago
  63. 63cf6aa ooopathutils_hack linked_libs -> ooopathutils linked_static_libs by Caolán McNamara · 15 years ago
  64. d9056acc missing $ by Caolán McNamara · 15 years ago
  65. bf0a3ad desktop scripts need to be packaged on MacOSX too by Norbert Thiebaud · 15 years ago
  66. 4dd88c9 fix build blocker in desktop on MacOSX by Norbert Thiebaud · 15 years ago
  67. ef95e4c Executable_officeloader.mk: fix obvious issues by Michael Stahl · 15 years ago
  68. 6df9c47 gbuildize desktop by David Tardon · 15 years ago
  69. ab5ce3f make the needed change to soffice.sh at configure time by David Tardon · 15 years ago
  70. 0510c98 WaE: declaration of 'index' shadows a global declaration by David Tardon · 15 years ago
  71. b2d9db4 WaE: declaration of 'i' shadows a previous local by David Tardon · 15 years ago
  72. 30bf29f WaE: declaration of 'j' shadows a previous local by David Tardon · 15 years ago
  73. b7998b6 No need to bark about G_SLICE on stderr. by Stephan Bergmann · 15 years ago
  74. d996328 sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed out a6913c9677c2 by Stephan Bergmann · 15 years ago
  75. 30ad5e9 sb140: #i117694# some CppUnit related cleanup by Stephan Bergmann · 15 years ago
  76. 2d1454a Drop Win9x code by Tor Lillqvist · 15 years ago
  77. 332dbe0 deleted unneded var and code simplified in desktop, launcher.cxx by Pierre-André Jacquod · 15 years ago
  78. 5052b81 don't reply on ../ure to find javaldx, use proper ../basis-link/ure-link by Rene Engelhard · 15 years ago
  79. 1d38dba sb140: #i117084# do not leak Lockfile instance by Stephan Bergmann · 15 years ago
  80. e700031 sb140: #i116910# do not leak Thread_Impl from desktop::Acceptor by Stephan Bergmann · 15 years ago
  81. 31cd830 update to latest version of vcredist fdo#40399 by Andras Timar · 15 years ago
  82. d3e6020 Work around compilation errors with mingw-w64 and --enable-debug by Tor Lillqvist · 15 years ago
  83. a78a6e0 Resolves: fdo#37195 CreateProcessServiceFactory can't happen before sync by Caolán McNamara · 15 years ago
  84. 8de61c9 grabbag of unused code by Caolán McNamara · 15 years ago
  85. c7c62c7 oops, out-by-one idiocy by Caolán McNamara · 15 years ago
  86. f2079a1 Drop OS/2 lines by Tor Lillqvist · 15 years ago
  87. acfe7d3 regoptions (etc.) now unused post registration-removal by Caolán McNamara · 15 years ago
  88. b2d7ede ditch product registration implementation by Caolán McNamara · 15 years ago
  89. 9950fc4 print fatal UNO exceptions' text in a friendly way from OpenClients failures by Michael Meeks · 15 years ago
  90. 2f800d9 fdo#37206 toggle default config to false for crash-reporter installed by Caolán McNamara · 15 years ago
  91. b573629 registered but uninstalled database drivers break address book wizard by Caolán McNamara · 15 years ago
  92. 8a0941a use RTL_CONSTASCII_LENGTH/SAL_N_ELEMENTS by Caolán McNamara · 15 years ago
  93. 2ef7e20 catch by const reference by Caolán McNamara · 15 years ago
  94. 90fe8da add a jdk 1.5-alike string replace to comphelper::string by Caolán McNamara · 15 years ago
  95. 4cab499 explicitly call XDesktop::terminate on early "restart" exit by Caolán McNamara · 15 years ago
  96. a1316a5 why create a com.sun.star.util.PathSubstitution and not use it by Caolán McNamara · 15 years ago
  97. 040b8f4 Some cppcheck cleaning by Julien Nabet · 15 years ago
  98. 37d7efc Some cppcheck cleaning by Julien Nabet · 15 years ago
  99. 8bada81 Remove unused env XENVIRONMENT by Thomas Arnhold · 15 years ago
  100. f6182f1 windres is picky by Tor Lillqvist · 15 years ago