1. dcfb17b Some more loplugin:cstylecast: shell by Stephan Bergmann · 11 years ago
  2. 4500afc try to fix GetVersionEx deprecation warnings from Windows SDK 8.1 by Michael Stahl · 11 years ago
  3. 45ec1d9 brute-force find-and-remove of unused #define constants. by Noel Grandin · 11 years ago
  4. 54942f0 spelling: attachement -> attachment by Noel Grandin · 11 years ago
  5. ea644f0 fdo#39440 reduce scope of local variables by Michael Weghorn · 11 years ago
  6. 7f09f38 shell: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  7. 4888f82 shell: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  8. 15b4ab8 cppuhelper: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  9. 357f9d2 give all the open-url scripts the same starting permissions by Caolán McNamara · 11 years ago
  10. 20dab42 drop gnome-open-url binary by Caolán McNamara · 11 years ago
  11. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  12. da40cac Fix common typos. No automatic tools. Handmade… by Andrea Gelmini · 11 years ago
  13. 88a40e7 O_RDWR and O_CREAT are defined in fcntl.h by Richard PALO · 11 years ago
  14. a395a39 Do as for Linux, borrowed from Gabriele Bulfon <gabriele.bulfon at sonicle.com> by Richard PALO · 11 years ago
  15. 89c47e4 that stuff seems to be totally unused by Markus Mohrhard · 11 years ago
  16. 8b94b2e Don't add toolkit related shell packages with headless build by Riccardo Magliocchetti · 11 years ago
  17. fc0d57b Revert "use the new OUString::fromUtf8 method" by Stephan Bergmann · 11 years ago
  18. f3f63f5 fdo#82038: senddoc, uri-encode got lost on Mac by Stephan Bergmann · 11 years ago
  19. 05050cd use the new OUString::fromUtf8 method by Noel Grandin · 11 years ago
  20. 58735f0 scp2: move unix/gnome executables to AutoInstall by Michael Stahl · 11 years ago
  21. c70f154 Removed duplicated includes by Andrea Gelmini · 11 years ago
  22. 0371a63 remove unnecessary 'using namespace rtl' declarations by Noel Grandin · 11 years ago
  23. 04a810c back out more wrong and confusing tools::Time comment changes by Eike Rathke · 12 years ago
  24. 36d24bc shell (Windows): std::auto_ptr -> std::unique_ptr by Stephan Bergmann · 12 years ago
  25. 5b401a0 shell: std::auto_ptr -> std::unique_ptr by Stephan Bergmann · 12 years ago
  26. fc04f76 fdo#82577: Handle Time by Noel Grandin · 12 years ago
  27. ae4c836 bnc#887307 ODF files not showing up on Windows search by Andras Timar · 12 years ago
  28. 8405ee5 shell: sal_Bool -> bool by Stephan Bergmann · 12 years ago
  29. 037d03b Typo: (N|n)ormaly->(N|n)ormally by Julien Nabet · 12 years ago
  30. 83ac0fd Fix *_component_getFactory function type by Stephan Bergmann · 12 years ago
  31. 5253732 Fix some *_component_getFactory function types by Stephan Bergmann · 12 years ago
  32. e99535d remove executable bits by Thomas Arnhold · 12 years ago
  33. 578d3fc warning C4505: unreferenced local function has been removed by Thomas Arnhold · 12 years ago
  34. a445eb4 warning C4189: local variable is initialized but not referenced by Thomas Arnhold · 12 years ago
  35. 4469c60 warning C4296: '<' : expression is always false by Thomas Arnhold · 12 years ago
  36. a59e2d4 fdo#82038: Make sending email from LO work again on OS X by Tor Lillqvist · 12 years ago
  37. e395aa0 match va_start() with va_end() by Takeshi Abe · 12 years ago
  38. 38e2ef8 Fix FTBFS with TDE support enabled by Timothy Pearson · 12 years ago
  39. 7182db5 Include <algorithm> for std::min() and max() by Tor Lillqvist · 12 years ago
  40. e2080e7 new compilerplugin returnbyref by Noel Grandin · 12 years ago
  41. a15715c -Wstrict-prototypes by Stephan Bergmann · 12 years ago
  42. 5a37986 the BSD family also uses gio by Baptiste Daroussin · 12 years ago
  43. 184a00b loplugin: inlinesimplememberfunctions by Noel Grandin · 12 years ago
  44. c2034f3 fixincludeguards: fix include guards by Thomas Arnhold · 12 years ago
  45. 8e115c6 fdo#68849: Add header guards to all include files by Jens Carl · 12 years ago
  46. ebc0a15 remove more unnecesary OUString constructor use by Noel Grandin · 12 years ago
  47. f0ae48b remove unnecessary NULL parameter passed to UNO Exception by Noel Grandin · 12 years ago
  48. 01443bb cppcheck: Variable 'i' is assigned a value that is never used by Thomas Arnhold · 12 years ago
  49. 2bd7767 Resolves fdo#70681: fixincludeguards.pl: all that's left by Thomas Arnhold · 12 years ago
  50. 8fd54c1 Related fdo#60338: Do not use umask(3) in a MT program by Stephan Bergmann · 12 years ago
  51. 096d1d6 This code is not linked against sal by Stephan Bergmann · 12 years ago
  52. 70e744b fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IF by Michaël Lefèvre · 12 years ago
  53. c327aca remove globally disabled warnings from source files by Thomas Arnhold · 12 years ago
  54. 9037e22 remove presys.h and postsys.h by Thomas Arnhold · 12 years ago
  55. 177d32b shell: sal_Bool->bool by Noel Grandin · 12 years ago
  56. 5babf1b remove unnecessary scope qualifier from sal_Bool uses by Noel Grandin · 12 years ago
  57. d59fe93 Use boost::noncopyable by Stephan Bergmann · 12 years ago
  58. 6a3b0b7 Explicitly mark overriding destructors as "virtual," Mac OS X redux by Stephan Bergmann · 12 years ago
  59. 362d4f0 Explicitly mark overriding destructors as "virtual" by Stephan Bergmann · 12 years ago
  60. 5eb733c loplugin:saloverride by Stephan Bergmann · 12 years ago
  61. 22a7f8b coverity#982766 Dereference null return value by Caolán McNamara · 12 years ago
  62. 70cc2b1 First batch of adding SAL_OVERRRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
  63. bc13d93 coverity#708176 Uninitialized scalar field by Caolán McNamara · 12 years ago
  64. 86a3258 Find places where OUString and OString are passed by value. by Noel Grandin · 12 years ago
  65. c84f0da Blind Windows build fix by Tor Lillqvist · 12 years ago
  66. ff3f66d Simplify by Tor Lillqvist · 12 years ago
  67. ee39446 Why would we need GNOME and KDE scripts on OS X? by Tor Lillqvist · 12 years ago
  68. 42c9f35 shell: get rid of separate Library_syssh_win.mk by Michael Stahl · 12 years ago
  69. 72ef2d5 std::exception retrofit sequel by Stephan Bergmann · 12 years ago
  70. 5e21a41 cppuhelper: retrofit std::exception into overriding exception specs by Stephan Bergmann · 12 years ago
  71. e44a7ee KDE: don't throw on TemplatePathVariable by Maxim Monastirsky · 12 years ago
  72. d18a275 Remove visual noise from shell by Alexander Wilms · 12 years ago
  73. 838b77f Resolves: rhbz#1065807 use xdg ~/Templates for default Template location by Caolán McNamara · 12 years ago
  74. 5673bac Revert partially "Replace deprecated std::auto_ptr with boost::scoped_ptr" by Takeshi Abe · 12 years ago
  75. 4a9347f Replace deprecated std::auto_ptr with boost::scoped_ptr by Takeshi Abe · 12 years ago
  76. 0ce0c36 Remove unneccessary comments by Alexander Wilms · 12 years ago
  77. eeee164 cppcheck: redundantAssignment by Julien Nabet · 12 years ago
  78. 5c8a3bf Don't call pclose(NULL) by Stephan Bergmann · 12 years ago
  79. f669e79 Properly encode cmd line for popen by Stephan Bergmann · 12 years ago
  80. 46e63b7 instdir/program/senddoc lacks executable mode bits by Stephan Bergmann · 12 years ago
  81. be053c9 Spelling correction: s/retrive/retrieve/ by Tor Lillqvist · 12 years ago
  82. b55259e typo fixes by Andras Timar · 12 years ago
  83. 9ed3647 Adapt all (non-extension, SharedLibrary) .components to environment="..." by Stephan Bergmann · 12 years ago
  84. a83b2af Clean-up uno/lbnames.h by Stephan Bergmann · 12 years ago
  85. 1817692 Looks like the Windows tag is still LANG_ORIYA by Stephan Bergmann · 12 years ago
  86. 108eee3 Related: rhbz#1040291 Change language name from 'Oriya' to 'Odia' by Caolán McNamara · 12 years ago
  87. 73342db remove unnecessary RTL_CONSTASCII_STRINGPARAM by Noel Grandin · 12 years ago
  88. f01580c Windows: Require at least Windows XP SP2 by Thomas Arnhold · 12 years ago
  89. 610b2b9 remove unnecessary use of OUString constructor when assigning by Noel Grandin · 12 years ago
  90. 6b1aff8 -Werror,-Wunused-member-function by Stephan Bergmann · 12 years ago
  91. 89b1a04 -Werror,-Wunused-exception-parameter by Stephan Bergmann · 12 years ago
  92. 0a9ef5a convert OUString 0==compareToAscii to equalsAscii by Noel Grandin · 12 years ago
  93. da20c7f43 remove unnecessary use of OUString constructor in SHELL module by Noel Grandin · 12 years ago
  94. bcb51cf fdo#63020: Replace ::comphelper::stl_begin()... by Marcos Paulo de Souza · 12 years ago
  95. 9bd00ed include <stack> by Takeshi Abe · 12 years ago
  96. 9c2ab71 Drop unnecessary #includes by Takeshi Abe · 12 years ago
  97. 5811602 windows: remove _CRTIMP and _NTSDK definitions by Thomas Arnhold · 12 years ago
  98. 48dd357 fixincludeguards.sh: shell by Thomas Arnhold · 12 years ago
  99. a71a562 fdo 70998: Termchange: Graphics->Image by Samuel Mehrbrodt · 12 years ago
  100. 326f3e4 shell: mapix.h is not needed at all by Thomas Arnhold · 12 years ago