1. a461467 drawinglayer, editeng, forms, fpicker: convert new to ::Create. by Michael Meeks · 11 years ago
  2. 8a65284 Automated conversion of VclPtr construction to use Instance template. by Michael Meeks · 11 years ago
  3. d1091fd re-insert erroneously converted delete calls. by Michael Meeks · 11 years ago
  4. 61b224f vclwidget: fixup locally allocated vcl::Window objects by Noel Grandin · 11 years ago
  5. d7a84ce vclwidget: only call dispose() once by Noel Grandin · 11 years ago
  6. c0a802b Audit and correct misc. clears -> disposeAndClears. by Michael Meeks · 11 years ago
  7. 1c4025b vclwidget: change all vcl::window fields to be wrapped in VclPtr by Noel Grandin · 11 years ago
  8. 954e5e4 prophylactic double dispose audit. by Michael Meeks · 11 years ago
  9. 00f2787 vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtr by Noel Grandin · 11 years ago
  10. a3cc3ce vcl: VclPtr conversion in fpicker by Noel Grandin · 11 years ago
  11. 14505bb loplugin:staticmethods by Noel Grandin · 11 years ago
  12. 00a1974 loplugin:redundantcast by Stephan Bergmann · 11 years ago
  13. 54e87df Change INetProtocol enumerators to CamelCase by Stephan Bergmann · 11 years ago
  14. 44b3e56 Change INetProtocol to scoped enumeration by Stephan Bergmann · 11 years ago
  15. aa1b911 loplugin:staticmethods by Noel Grandin · 11 years ago
  16. 2fb62e5 Replace remaining getCppuType et al with cppu::UnoType by Stephan Bergmann · 11 years ago
  17. 89d2e21 Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  18. 5584d73 Typos by Julien Nabet · 11 years ago
  19. 858e455 loplugin:constantfunction: various by Noel Grandin · 11 years ago
  20. c6c4d21 tdf#88230: Remove bogus AcquireSolarMutex fpicker wrapper by Pranav Kant · 11 years ago
  21. 33de587 tdf#88230: cleanup solar mutex yielding by Pranav Kant · 11 years ago
  22. 36aafef tdf#43157: Fix format string violations in OSL_TRACE etc. (Mac OS X) by Stephan Bergmann · 11 years ago
  23. 077043e loplugin:passstuffbyref by Stephan Bergmann · 11 years ago
  24. 5ec422c fpicker: remove checks for obsolete _WIN32_WINNT versions by Michael Stahl · 11 years ago
  25. e80d1cf tdf#89700 Move “File type” up by Adolfo Jayme Barrientos · 11 years ago
  26. 9f8ffc8 add GetSelectEntryData to ListBox and ComboBox by Noel Grandin · 11 years ago
  27. a6f8766 loplugin:deletedspecial (Mac OS X) by Stephan Bergmann · 11 years ago
  28. c1894ce loplugin:deletedspecial by Stephan Bergmann · 11 years ago
  29. 4f7a1f5 fdo#75757: Remove inheritance from std::vector by Matthew Pottage · 11 years ago
  30. 3e79e65 fix windows build by Caolán McNamara · 11 years ago
  31. c7258cf shared_ptr<T>(new T(args)) -> make_shared<T>(args) by Caolán McNamara · 11 years ago
  32. f61dbc3 followup code removal after changing virtual methods to non-virtual by Noel Grandin · 11 years ago
  33. b44cbb2 new loplugin: change virtual methods to non-virtual by Noel Grandin · 11 years ago
  34. ba68436 Win SDK 8.1: apparently VersionHelpers.h needs to be included explicitly by Michael Stahl · 11 years ago
  35. 74b0c5d Some more loplugin:cstylecast: fpicker by Stephan Bergmann · 11 years ago
  36. 4500afc try to fix GetVersionEx deprecation warnings from Windows SDK 8.1 by Michael Stahl · 11 years ago
  37. a5b5ad9 fdo#84938: replace DATACHANGED_ constants with 'enum class' by Noel Grandin · 11 years ago
  38. 2f69e16 override the overloading of "overload" to decrease cognitive (over-)load by Michael Stahl · 11 years ago
  39. 45ec1d9 brute-force find-and-remove of unused #define constants. by Noel Grandin · 11 years ago
  40. 7f8f277 fdo#84938: convert STREAM_ #defines to 'enum class' by Noel Grandin · 11 years ago
  41. 68e0fb7 fdo#83371 : cannot navigate to list Files in LibreOffice dialogs by Szymon Kłos · 11 years ago
  42. 87e0ae6 fdo#85182 : default focus on folder rather than filename by Szymon Kłos · 11 years ago
  43. 50e960e single \n should be non-translatable in UI by Andras Timar · 11 years ago
  44. 940f74e fpicker: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  45. afb5143 fdo#39440 reduce scope of local variables by Michael Weghorn · 11 years ago
  46. 1f76438 fpicker: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  47. e123ffd fdo#37814: SHCreateItemFromParsingName doesn't like LO's file URLs by Stephan Bergmann · 11 years ago
  48. 3c1dc46 loplugin:cstylecast by Stephan Bergmann · 11 years ago
  49. 1c1c515 Older Mac apparently need a reinterpret_cast here by Stephan Bergmann · 11 years ago
  50. 8783158 fpicker (Mac): loplugin:cstylecast by Stephan Bergmann · 11 years ago
  51. 1459645 fdo#84938: replace EVENT_ constants with enum by Tobias Madl · 11 years ago
  52. 038683b Silence Mac OS X 10.9/10.10 deprecations for now by Stephan Bergmann · 11 years ago
  53. e5a7e724 fdo#85347 Make file picker modal again by Adolfo Jayme Barrientos · 11 years ago
  54. 15b4ab8 cppuhelper: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  55. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  56. d32be3a fdo#86023 - O[U]String needs a 'clear' method by Brij Mohan Lal Srivastava · 11 years ago
  57. da40cac Fix common typos. No automatic tools. Handmade… by Andrea Gelmini · 11 years ago
  58. fc0d57b Revert "use the new OUString::fromUtf8 method" by Stephan Bergmann · 11 years ago
  59. 05050cd use the new OUString::fromUtf8 method by Noel Grandin · 11 years ago
  60. 705c48d fdo#38835 strip out OUString globals by Noel Grandin · 11 years ago
  61. 0371a63 remove unnecessary 'using namespace rtl' declarations by Noel Grandin · 11 years ago
  62. fe25090 MAC_OS_X_VERSION_MIN_REQUIRED is always >= 1080 now by Tor Lillqvist · 11 years ago
  63. b02e958 MAC_OS_X_VERSION_MAX_ALLOWED is always >= 1080 now by Tor Lillqvist · 11 years ago
  64. 04a810c back out more wrong and confusing tools::Time comment changes by Eike Rathke · 12 years ago
  65. fb51536 fpicker (Windows): std::auto_ptr -> std::unique_ptr by Stephan Bergmann · 12 years ago
  66. fc04f76 fdo#82577: Handle Time by Noel Grandin · 12 years ago
  67. 827c46e fdo#82577: Handle Window by Noel Grandin · 12 years ago
  68. 764e301 fdo#84086 Fix assorted use-after-free bugs by Matthew J. Francis · 12 years ago
  69. ea846ca loplugin:salbool by Stephan Bergmann · 12 years ago
  70. 6fb5bf526 fpicker: sal_Bool -> bool by Stephan Bergmann · 12 years ago
  71. 037d03b Typo: (N|n)ormaly->(N|n)ormally by Julien Nabet · 12 years ago
  72. 1eb607e oops, forgot to include osl/thread.h by Michael Stahl · 12 years ago
  73. d386f88 set names on the Win32-only threads by Michael Stahl · 12 years ago
  74. 30ae83c fdo#82577: Handle KeyCode by Tor Lillqvist · 12 years ago
  75. a107bdf ErrorBox->MessageDialog by Caolán McNamara · 12 years ago
  76. 945f900 warning C4505: unreferenced local function has been removed by Thomas Arnhold · 12 years ago
  77. bcad6c7 warning C4189: local variable is initialized but not referenced by Thomas Arnhold · 12 years ago
  78. 51f4c78 warning C4189: local variable is initialized but not referenced by Thomas Arnhold · 12 years ago
  79. 2203ac5 remove obsolete comment by Thomas Arnhold · 12 years ago
  80. 9bac4d4 typo: more then -> more than by Takeshi Abe · 12 years ago
  81. 4f2b97d WaE: convenience initializer should not invoke an initializer on 'super' by Tor Lillqvist · 12 years ago
  82. c1dd91a callcatcher: update unused code by Caolán McNamara · 12 years ago
  83. bb4ffcd win32 fpicker: correctly set the default file name by Aurimas Fišeras · 12 years ago
  84. a37d99e Revert "Cleaning: remove use of old edt1 from dlg.h (Windows)" by Aurimas Fišeras · 12 years ago
  85. 1745801 -Wdeprecated-declarations: first deprecated in OS X 10.10 by rbuj · 12 years ago
  86. ba6781f use SimpleReferenceObject in fpicker module by Noel Grandin · 12 years ago
  87. 5983675 fix crash when m_aType is '*' by Caolán McNamara · 12 years ago
  88. a402fd0 loplugin:stringconcat by Stephan Bergmann · 12 years ago
  89. 5371bc5 coverity#703963 Unchecked return value by Norbert Thiebaud · 12 years ago
  90. 656dd07 Dead code by Stephan Bergmann · 12 years ago
  91. 3828e94 -Werror,-Wunused-macros by Stephan Bergmann · 12 years ago
  92. 01da41b tweak helpids now by Caolán McNamara · 12 years ago
  93. eb8c561 rework resize into a custom widget by Caolán McNamara · 12 years ago
  94. f90eb33 DLG_FPICKER_EXPLORERFILE conversion to .ui by Szymon Kłos · 12 years ago
  95. 171efcb fdo#76203 - use consistent titlecase for UI title labels by Joren De Cuyper · 12 years ago
  96. 8fe9b36 loplugin:staticcall by Stephan Bergmann · 12 years ago
  97. 184a00b loplugin: inlinesimplememberfunctions by Noel Grandin · 12 years ago
  98. 0e507ae various: remove SAL_THROW macro by Noel Grandin · 12 years ago
  99. bcd5da6 fdo#68849: Add header guards to all include files by Jens Carl · 12 years ago
  100. ebc0a15 remove more unnecesary OUString constructor use by Noel Grandin · 12 years ago