1. abc6071 loplugin:unusedfields various by Noel Grandin · 10 years ago
  2. 319c9b9 com::sun::star->css in uui/ by Noel Grandin · 10 years ago
  3. dfb3be7 use unique_ptr for pImpl in vcl,vbahelper,uui by Noel Grandin · 10 years ago
  4. 8569c6d use initialiser list for Sequence<OUString> by Noel Grandin · 10 years ago
  5. 06116bd1 Fast PCH generator and optimized PCH files by Ashod Nakashian · 10 years ago
  6. 8e234c5 use initialiser syntax for Sequence<OUString> by Noel Grandin · 10 years ago
  7. bf8b321 loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  8. 4d6b905 loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) by Stephan Bergmann · 10 years ago
  9. 9426851 use uno::Reference::set method instead of assignment by Noel Grandin · 10 years ago
  10. 59b072e yyyyy by Noel Grandin · 10 years ago
  11. 3bc5df7 UNO: no need to use OUString constructor when calling createInstance by Noel Grandin · 10 years ago
  12. 9bcc09d Gracefully handle URLs INetURLObject refuses to parse by Stephan Bergmann · 10 years ago
  13. 7660e4d tdf#89694 Password dialog for opening OOXML shows url-encoded path by Tomofumi Yagi · 11 years ago
  14. f2937f2 loplugin:defaultparams by Stephan Bergmann · 10 years ago
  15. 6f1313b convert Link<> to typed by Noel Grandin · 10 years ago
  16. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  17. bff4c13 Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  18. ddc2809 boost->std by Caolán McNamara · 11 years ago
  19. ee7da35 Resolves: tdf#88206 replace cppu::WeakImplHelper* etc. by Takeshi Abe · 11 years ago
  20. 1f1ec81 remove more warnings about vba export by Markus Mohrhard · 11 years ago
  21. bcba410 loplugin:stringconstant: OUStringBuffer: appendAscii -> append by Stephan Bergmann · 11 years ago
  22. bd8b93f make PostUserEvent Link<> typed by Noel Grandin · 11 years ago
  23. 167bc62 Convert vcl Button Link<> click handler to typed Link<Button*,void> by Noel Grandin · 11 years ago
  24. 3d614a6 loplugin: defaultparams by Noel Grandin · 11 years ago
  25. 5da0dce Consolidate isFileUrl checks by Stephan Bergmann · 11 years ago
  26. 236714e Clean up remaining utl::LocalFileHelper::Convert... by Stephan Bergmann · 11 years ago
  27. 58d68a1 ConvertURLToSystemPath->getSystemPathFromFileURL by Caolán McNamara · 11 years ago
  28. f1c52754 left align in the login box by Szymon Kłos · 11 years ago
  29. 2660d24 new loplugin: refcounting by Noel Grandin · 11 years ago
  30. 04b472a loplugin:unusedmethods accessibility,fpicker,uui by Noel Grandin · 11 years ago
  31. 89c7799 remove some unnecessary typedefs around uno::Reference by Noel Grandin · 11 years ago
  32. 814867c more untranslatable UI strings by Andras Timar · 11 years ago
  33. 92d77c1 untranslatable UI string (since 2009) by Andras Timar · 11 years ago
  34. 8e22cd4 cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  35. 6c9dfa8 cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  36. bf6a14e make hardcoded string localizable by Andras Timar · 11 years ago
  37. 67e82c4 No more need for EMPTYARG in C++11 by Stephan Bergmann · 11 years ago
  38. cd3e945 VclPtr: presumably these also leak by Caolán McNamara · 11 years ago
  39. f0bed25 VclPtr: presumably these also leak by Caolán McNamara · 11 years ago
  40. fdb363b VclPtr: AlreadyOpenQueryBox doesn't get deleted by Caolán McNamara · 11 years ago
  41. 2c8dc03 convert BUTTONDIALOG constants to scoped enum by Noel Grandin · 11 years ago
  42. c6b5535 VclPtr: error dialogs never deleted by Caolán McNamara · 11 years ago
  43. 3ead3ad Gradually typed Link by Stephan Bergmann · 11 years ago
  44. e8b97a5 Merge remote-tracking branch 'origin/feature/vclptr' by Michael Meeks · 11 years ago
  45. a32f1d2 More loplugin:simplifybool by Stephan Bergmann · 11 years ago
  46. 5d5f447e UnoControls, toolkit, uuoi, xmlsecurity: convert new to ::Create. by Michael Meeks · 11 years ago
  47. 7a1fad0 convert ScopedVclPtr to ScopedVclPtrInstance by Noel Grandin · 11 years ago
  48. 3bf4ada dialogs lifetimes should be wrapped in ScopedVclPtr by Noel Grandin · 11 years ago
  49. 8a65284 Automated conversion of VclPtr construction to use Instance template. by Michael Meeks · 11 years ago
  50. d46e0d9 second half of non-scriptable, Instance constructor conversion. by Michael Meeks · 11 years ago
  51. 61b224f vclwidget: fixup locally allocated vcl::Window objects by Noel Grandin · 11 years ago
  52. d2d83f5 Move OutputDevice members to VclPtr: filter, reportdesign, uui. by Michael Meeks · 11 years ago
  53. 6d0c891 vclwidget: fix more places that should be wrapping in VclPtr by Noel Grandin · 11 years ago
  54. d7a84ce vclwidget: only call dispose() once by Noel Grandin · 11 years ago
  55. 1c4025b vclwidget: change all vcl::window fields to be wrapped in VclPtr by Noel Grandin · 11 years ago
  56. 00f2787 vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtr by Noel Grandin · 11 years ago
  57. 9676efc Reduce to static_cast any reinterpret_cast from void pointers by Stephan Bergmann · 11 years ago
  58. 33875d8 Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  59. 28a1e1d fix macro and enum name collision using CamelCase by Noel Grandin · 11 years ago
  60. 93ddb2c convert BUTTON_ constants to enum class by Noel Grandin · 11 years ago
  61. 33de587 tdf#88230: cleanup solar mutex yielding by Pranav Kant · 11 years ago
  62. 2f928b2 remove NUMBERFORMAT_ constants by Noel Grandin · 11 years ago
  63. 9888b27 loplugin:deletedspecial by Stephan Bergmann · 11 years ago
  64. de68bb8 Updated all precompiled headers. by Ashod Nakashian · 11 years ago
  65. 5bf41f6 coverity#1266503 Useless call by Caolán McNamara · 11 years ago
  66. 42f08a9 Some more loplugin:cstylecast: uui by Stephan Bergmann · 11 years ago
  67. bbba311 Typo: cedentials->credentials by Julien Nabet · 11 years ago
  68. 2ce0030 Fix long/sal_IntPtr mismatch on x86_64 platform on windows by David Ostrovsky · 11 years ago
  69. fd1372b boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
  70. 6c415f7 callcatcher: update unused code by Caolán McNamara · 11 years ago
  71. 7af4592 onedrive: Improve fallback dialog and instructions by Adolfo Jayme Barrientos · 11 years ago
  72. bb80b9e uui: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  73. 0f5e917 Introduce rtl::OUStringLiteral1 by Stephan Bergmann · 11 years ago
  74. ac5bdc7 OneDrive auth fallback dialog makefile by Mihai Varga · 12 years ago
  75. a3b93ed OneDrive authentication fallback request handler by Mihai Varga · 12 years ago
  76. 1ef1568 Authentication fallback dialog for the OneDrive connection by Mihai Varga · 12 years ago
  77. 514b5d6 uui: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  78. c3292f3 Remove resizable:False property from dialogs containing GtkEntry. by Jan Holesovsky · 11 years ago
  79. c483ac1 uui: HIG fixes by Adolfo Jayme Barrientos · 11 years ago
  80. 15b4ab8 cppuhelper: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  81. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  82. da40cac Fix common typos. No automatic tools. Handmade… by Andrea Gelmini · 11 years ago
  83. 279e991 coverity#1242367 Unchecked return value by Caolán McNamara · 11 years ago
  84. fc04f76 fdo#82577: Handle Time by Noel Grandin · 12 years ago
  85. 89d4080 border_width from 12 to 6, as the rest of dialogs by Adolfo Jayme Barrientos · 12 years ago
  86. 827c46e fdo#82577: Handle Window by Noel Grandin · 12 years ago
  87. 60e78fb fdo#82577: Handle Font by Noel Grandin · 12 years ago
  88. 2fe5d93 semibold->bold by Caolán McNamara · 12 years ago
  89. 481cd63 Related #82088: removed last css aliases in hxx by Stefan Weiberg · 12 years ago
  90. cbd717a drop unused helpids by Caolán McNamara · 12 years ago
  91. 96d7f61 DLG_FILTER_SELECT and DLG_SIMPLE_NAME_CLASH conversion to .ui by Szymon Kłos · 12 years ago
  92. a107bdf ErrorBox->MessageDialog by Caolán McNamara · 12 years ago
  93. e50bcaf STRING -> String by Thomas Arnhold · 12 years ago
  94. fbb3617 iahndl: do lazy replacement by Thomas Arnhold · 12 years ago
  95. efb658b FutureDocumentVersionProductUpdateRequest is never created by Caolán McNamara · 12 years ago
  96. 273ed07 remove unused resource ids by Thomas Arnhold · 12 years ago
  97. 23e818d AmbigousFilterRequest is only ever extracted, never created by Caolán McNamara · 12 years ago
  98. d92aa2f remove SFX_APP() macro that was a mer wrapper for SfxGetApp() by Norbert Thiebaud · 12 years ago
  99. 6ba2e7f drop unused helpid by Caolán McNamara · 12 years ago
  100. bcea1f9 use warning dialog hig settings by Caolán McNamara · 12 years ago