1. d121773 fix shell build with Win8 SDK by Peter Foley · 14 years ago
  2. 565acfe Use prefix by Tor Lillqvist · 14 years ago
  3. ed08ddb fdo#53588 Assume cdir being in the last 1k of the file to speed-up search by Andras Timar · 14 years ago
  4. 40c85b8 fdo#53592: Try not to crash on empty m_ZipContent by Fridrich Štrba · 14 years ago
  5. d3300205 fdo#53533: don't seek to bogus offset by Fridrich Štrba · 14 years ago
  6. 4d7b955 libmerged: add more libraries by Matúš Kukan · 14 years ago
  7. 6fb127a Replace use_internal_api with use_udk_api etc. where appropriate by Stephan Bergmann · 14 years ago
  8. 2beba8f reduce ascii noise and useless comments by Thomas Arnhold · 14 years ago
  9. 49ad17e remove include comments and boxes by Thomas Arnhold · 14 years ago
  10. 8cdd150 Fixed multiple attachment passing to thunderbird: file:// part needs 's by Arno Teigseth · 14 years ago
  11. e5a0755 new does not return null by Stephan Bergmann · 14 years ago
  12. a767448 Search for char instead of 1 char long string, when possible. by Christophe JAILLET · 14 years ago
  13. 09a5a74 warning C4267: conversion from 'size_t' to 'unsigned long' by Michael Stahl · 14 years ago
  14. e61c222 warning C4267: conversion from 'size_t' to 'DWORD' by Michael Stahl · 14 years ago
  15. 9588985 clarify branding in comment by Michael Stahl · 14 years ago
  16. 9f41a8f warning C4267: conversion from 'size_t' to 'int' by Michael Stahl · 14 years ago
  17. d6ee925 shell: remove dead SaveDebugInfoToFile by Michael Stahl · 14 years ago
  18. b8c1742 warning C4267: conversion from 'size_t' to 'int' by Michael Stahl · 14 years ago
  19. 7677eaf warning C4267: conversion from 'size_t' to 'DWORD' by Michael Stahl · 14 years ago
  20. 9e20e9a warning C4100: unreferenced formal parameter by Michael Stahl · 14 years ago
  21. 23e2875 XML_Parse returns enum XML_Status by Michael Stahl · 14 years ago
  22. 5a44320 Related: fdo#30763 always fill in default name under GNOME by Caolán McNamara · 14 years ago
  23. 00240d0 Remove unused defines by Thomas Arnhold · 14 years ago
  24. 8e1bffe Remove include guards by Thomas Arnhold · 14 years ago
  25. 60845a6 enable gnome-mail and xdg-mail by Peter Tillemans · 14 years ago
  26. d0d24f7 .ulf files don't need executable bits by Michael Stahl · 14 years ago
  27. 1ab899c .xml files don't need executable bits by Michael Stahl · 14 years ago
  28. e9c3dca .cxx files don't need executable bits by Michael Stahl · 14 years ago
  29. ecf9432 re-base on ALv2 code. by Michael Meeks · 14 years ago
  30. b9042fa re-base on ALv2 code. by Michael Meeks · 14 years ago
  31. b6db3e3 re-base on ALv2 code. by Michael Meeks · 14 years ago
  32. 02d9bd3 fix typo: = -> == by David Tardon · 14 years ago
  33. 0dded0d fdo#47044: Adapt to different Windows versions' InternetQueryOption behavior by Stephan Bergmann · 14 years ago
  34. de0c09b targeted string re-work by Norbert Thiebaud · 14 years ago
  35. d554198 Make Win32 LibO installable side by side with other StarOffice derivatives by Jesús Corrius · 14 years ago
  36. d95d58a nuke unused namespace by Takeshi Abe · 14 years ago
  37. bb9f730 nuke unused typedef by Takeshi Abe · 14 years ago
  38. 6e6d81e targetted SAL_N_ELEMENTS reversion. by Michael Meeks · 14 years ago
  39. b6ce391 -Werror=deprecated-declarations by Stephan Bergmann · 14 years ago
  40. 22e8f9b shell: export more symbols, as private by Matúš Kukan · 14 years ago
  41. db416d1 export COM functions by David Tardon · 14 years ago
  42. bc406009 WaE: declaration of 'index' shadows a global declaration by David Tardon · 14 years ago
  43. 9cea55e WaE incomplete cppu::ImplementationEntry by Norbert Thiebaud · 14 years ago
  44. 6456d3d macbacked.cxx is really and objective c++ source -> rename .mm by Norbert Thiebaud · 14 years ago
  45. d4efa8b gbuildize shell by David Tardon · 14 years ago
  46. b202233 removed unused constant rtl::OUString by Takeshi Abe · 14 years ago
  47. 07b3d08 TDE integration by Norbert Thiebaud · 14 years ago
  48. b169bb2 Argh, another tweak. by Jan Holesovsky · 14 years ago
  49. 35ec153 Minor comment tweak. by Jan Holesovsky · 14 years ago
  50. 87897ea and be (not so) ultimately smart in the mailto handler by Luboš Luňák · 14 years ago
  51. b78e16f be even smarter in the mailto handler :) by Luboš Luňák · 14 years ago
  52. f0208e3 Add a comment why we do what we do ;-) by Jan Holesovsky · 14 years ago
  53. 77d4873 fdo#32621: Fall back to using the GNOME mailto URI handler if no valid mail program found by David Steele · 14 years ago
  54. 995de2b Reduce chatter by Tor Lillqvist · 14 years ago
  55. 86a8522 s/OpenOffice/LibreOffice/ by Andras Timar · 14 years ago
  56. 7bec043 WaE: initialization of pointer to null from a constant boolean expression by Tor Lillqvist · 14 years ago
  57. a219edf Don't check for ORBit < 2.8 by Ross Burton · 14 years ago
  58. f6eba1a2 fix library link order to work with link --as-needed by Petr Mladek · 14 years ago
  59. 3934efe sigh, need a 64bit zlib too on windows, reverting by Caolán McNamara · 14 years ago
  60. 452af5f gbuildize internal zlib by Caolán McNamara · 14 years ago
  61. e4fb171 Replaced a few equal calls with == by Szabolcs Dezsi · 14 years ago
  62. d6bc02f Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator by Szabolcs Dezsi · 14 years ago
  63. 27cea71 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator by Szabolcs Dezsi · 14 years ago
  64. d564c79 shell: fix silly flags from 2c5a817591 by Michael Stahl · 14 years ago
  65. a7dc11c typo fix by Andras Timar · 14 years ago
  66. 99d1eff replace OpenOffice.org to LibreOffice in registry keys by Andras Timar · 14 years ago
  67. 9345437 .txt files don't need executable bits by Michael Stahl · 14 years ago
  68. 9429bbb .component files don't need executable bits by Michael Stahl · 14 years ago
  69. 68f2753 .h files don't need executable bits by Michael Stahl · 14 years ago
  70. 8ba365c .c files don't need executable bits by Michael Stahl · 14 years ago
  71. fb067f9 replace OpenOffice.org to LibreOffice in registry keys by Andras Timar · 14 years ago
  72. 1a4276c WaE: ignoring lockf return value by Caolán McNamara · 14 years ago
  73. f729d2d Appease valgrind by Fridrich Štrba · 14 years ago
  74. baebdaa Call inflateInit2 instead of inflateInit for the zip stream by Fridrich Štrba · 14 years ago
  75. e6aa2b6 Remove unused define by Fridrich Štrba · 14 years ago
  76. 101aa28 Missing include by Stephan Bergmann · 14 years ago
  77. 04366df Simple Zip file-format implementation to avoid the need of minizip by Fridrich Štrba · 14 years ago
  78. 1f09f96 mingw: allow use of system zlib by David Tardon · 14 years ago
  79. d4b6761 Introduced SystemShellExecuteFlags::URIS_ONLY by Stephan Bergmann · 14 years ago
  80. 04c8f56 WaE: missing initializer for member by David Tardon · 14 years ago
  81. c79f039 WaE: deprecated conversion from string constant to 'LPSTR' by David Tardon · 14 years ago
  82. b0e3615 WaE: deprecated conversion from string constant to 'char*' by David Tardon · 14 years ago
  83. 392b37c WaE: comparison between signed and unsigned integer expressions by David Tardon · 14 years ago
  84. 5cf40e3 WaE: variable 'hr' set but not used by David Tardon · 14 years ago
  85. 3eb65ae WaE: variable 'bRet' set but not used by David Tardon · 14 years ago
  86. 2009feb WaE: defined but not used by David Tardon · 14 years ago
  87. 9dd2c03 WaE: deprecated conversion from string constant to 'LPSTR' by David Tardon · 14 years ago
  88. 75c5b35 WaE: deleting object of abstract class type with non-virt. destuctor by David Tardon · 14 years ago
  89. c6962820 WaE: variable 'hr' set but not used by David Tardon · 14 years ago
  90. 5982c03 suppress errors with -Werror by David Tardon · 14 years ago
  91. 2c5a817 WaE: "_WIN32_WINNT" redefined by David Tardon · 14 years ago
  92. 064d8f1 WaE: invalid conversion from 'const char*' to 'LPSTR' by David Tardon · 14 years ago
  93. bd6757d WaE: value computed is not used by David Tardon · 14 years ago
  94. ca67ec0 WaE: initialization order by David Tardon · 14 years ago
  95. 3b521d1 WaE: "_WIN32_WINNT" redefined by David Tardon · 14 years ago
  96. d30b4e9 Get rid of size() == 0 by Elton Chung · 14 years ago
  97. 23af031 Fix typos in comments by Elton Chung · 14 years ago
  98. a6ed487 Decrease verbiage a little bit by Tor Lillqvist · 14 years ago
  99. 8ab3795 make shell ByteString free by Caolán McNamara · 14 years ago
  100. 7c704c7 Removed some unused parameters; added SAL_UNUSED_PARAMETER. by Stephan Bergmann · 14 years ago