1. a92cea7 Windows compilation fixes. by Michael Meeks · 11 years ago
  2. 85b0132 Fix SfxTabPage creation to use VclPtr. by Michael Meeks · 11 years ago
  3. d8ebd90 sfx2: convert new to ::Create. by Noel Grandin · 11 years ago
  4. 5df7078 svx: convert new to ::Create. by Noel Grandin · 11 years ago
  5. 0269ef9 sw: convert new to ::Create. by Noel Grandin · 11 years ago
  6. d24f93d make CreateItemWindow return a VclPtr<>. by Michael Meeks · 11 years ago
  7. f1879e2 make CreatePrinterOptionsPage returns a VclPtr<>. by Michael Meeks · 11 years ago
  8. d3d2453 Unregister sidebar ControllerItems at the right time. by Michael Meeks · 11 years ago
  9. 389d3e6 Properly dispose old sidebar Panels when we switch panel. by Michael Meeks · 11 years ago
  10. bd5c762 More missing lifecycle pieces. by Michael Meeks · 11 years ago
  11. 0a778c5 Remove debugging snafu. by Michael Meeks · 11 years ago
  12. 6f9c00d Sidebar lifecycle - dispose panel if we fail to construct it properly. by Michael Meeks · 11 years ago
  13. 26fced1 Re-work sidebar factory to use VclPtr. by Michael Meeks · 11 years ago
  14. 5245021 Explicit disposeOnce instead of transient wrappers. by Michael Meeks · 11 years ago
  15. c9f2abe More lifecycle correction. by Michael Meeks · 11 years ago
  16. c6fb78d disposeAndClear in place of DELETEZ. by Michael Meeks · 11 years ago
  17. e9696b9 Fix more misc. lifecycle mistakes. by Michael Meeks · 11 years ago
  18. f9a55aa Lots more small re-basing issues fixed. by Michael Meeks · 11 years ago
  19. 8a65284 Automated conversion of VclPtr construction to use Instance template. by Michael Meeks · 11 years ago
  20. d46e0d9 second half of non-scriptable, Instance constructor conversion. by Michael Meeks · 11 years ago
  21. 385bae4 vclwidget: some small fixes by Noel Grandin · 11 years ago
  22. c612c3b protect more printer code-paths. by Michael Meeks · 11 years ago
  23. d1091fd re-insert erroneously converted delete calls. by Michael Meeks · 11 years ago
  24. 61b224f vclwidget: fixup locally allocated vcl::Window objects by Noel Grandin · 11 years ago
  25. 23d833d Move OutputDevice members to VclPtr: chart2, sfx2, cui. by Michael Meeks · 11 years ago
  26. e1b8e36 Fix OutputDevice members / stack allocation: desktop, sfx2, lwp. by Michael Meeks · 11 years ago
  27. 4f386d0 more lifecycle cleanup & fixing. by Michael Meeks · 11 years ago
  28. 0556598 vclwidget: check for calling delete on subclasses of vcl::Window by Noel Grandin · 11 years ago
  29. 7aa921c lingering smart_ptr 'reset' -> disposeAndClear. by Michael Meeks · 11 years ago
  30. 256371f clear() is the equivalent of assigning a local ptr to NULL. by Michael Meeks · 11 years ago
  31. a140e0d fix explicit delete. by Michael Meeks · 11 years ago
  32. 2b1772c add missing disposeAndClear pieces for VclMEdit by Michael Meeks · 11 years ago
  33. 6d0c891 vclwidget: fix more places that should be wrapping in VclPtr by Noel Grandin · 11 years ago
  34. 149ee09 ensure valid iterator even with empty content. by Michael Meeks · 11 years ago
  35. efa40d4 vclptr: switch printers away from boost_shared. by Michael Meeks · 11 years ago
  36. c72fac2 vclwidget: convert lots more sites to use VclPtr by Noel Grandin · 11 years ago
  37. de6b914 accessibility: cleanup for updated toolkit API. by Michael Meeks · 11 years ago
  38. 51e97b2 toolkit: first cut at switching to VclPtr. by Michael Meeks · 11 years ago
  39. 00ebfa7 convert a problematic array to VclPtr. by Michael Meeks · 11 years ago
  40. d7a84ce vclwidget: only call dispose() once by Noel Grandin · 11 years ago
  41. c0a802b Audit and correct misc. clears -> disposeAndClears. by Michael Meeks · 11 years ago
  42. 1c4025b vclwidget: change all vcl::window fields to be wrapped in VclPtr by Noel Grandin · 11 years ago
  43. 954e5e4 prophylactic double dispose audit. by Michael Meeks · 11 years ago
  44. d0cc0d3 more double dispose protection. by Michael Meeks · 11 years ago
  45. 562109b8 vcl: ensure that VclBuilder is disposed before parent window. by Michael Meeks · 11 years ago
  46. eb7f057 vcl lifecycle: delete children in dispose. by Michael Meeks · 11 years ago
  47. 125895c vcl:fixes towards unit test happiness by Noel Grandin · 11 years ago
  48. 00f2787 vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtr by Noel Grandin · 11 years ago
  49. fbe6619 vcl: VclPtr conversion in sfx2 by Noel Grandin · 11 years ago
  50. 0cd2bf1 Resolves: tdf#90423 too risky to dlclose basctl once opened by Caolán McNamara · 11 years ago
  51. fecdbca Related: tdf#87675 Edit Linked Style Button is nonclickable on None Entry by Heena Gupta · 11 years ago
  52. 0242f4a Related: tdf#87675 "Edit" Button for linked style in edit paragraph style by Heena Gupta · 11 years ago
  53. 14505bb loplugin:staticmethods by Noel Grandin · 11 years ago
  54. cfab2fd convert SFX_SHELL constants to scoped enum by Noel Grandin · 11 years ago
  55. 502a766 convert SFX_LOAD constants to scoped enum by Noel Grandin · 11 years ago
  56. 7e1d930 cleanup templdgi by Tomaž Vajngerl · 11 years ago
  57. 49a7470 cleanup templdlg by Tomaž Vajngerl · 11 years ago
  58. 5e4cb2b cleanup templdgi.hxx by Tomaž Vajngerl · 11 years ago
  59. 9d5b66b unique_ptr for SfxTemplatePanelControl pImpl by Tomaž Vajngerl · 11 years ago
  60. 5ba54aa Remove dead INetProtocol::Vim by Stephan Bergmann · 11 years ago
  61. 52ae345 sfx2: try to fix WNT build by Michael Stahl · 11 years ago
  62. 2a6451d fix osx build by Noel Grandin · 11 years ago
  63. 869aaf8 convert SvtModuleOptions::EModule to scoped enum by Noel Grandin · 11 years ago
  64. 4906c24 convert SvtModuleOptions::EFactory to enum class by Noel Grandin · 11 years ago
  65. 1a3c99f callcatcher: update unusedcode by Caolán McNamara · 11 years ago
  66. c8e3929 Resolves: tdf#89885 use a readonly GtkEntry for location by Caolán McNamara · 11 years ago
  67. 6d089a4 Kill INetProtocol::News by Tor Lillqvist · 11 years ago
  68. 5241788 Kill INetProtocol::Imap and Pop3 by Tor Lillqvist · 11 years ago
  69. 7c44154 tdf#72337: sfx2: make the SfxMedium stream-reuse hack runtime-optional by Michael Stahl · 11 years ago
  70. 54e87df Change INetProtocol enumerators to CamelCase by Stephan Bergmann · 11 years ago
  71. 44b3e56 Change INetProtocol to scoped enumeration by Stephan Bergmann · 11 years ago
  72. 796ca9b Remove obsolete INET_PROT_PRIVATE alias by Stephan Bergmann · 11 years ago
  73. aa1b911 loplugin:staticmethods by Noel Grandin · 11 years ago
  74. 2fc4a8c Add support for cppu::UnoType<void> by Stephan Bergmann · 11 years ago
  75. 6ef1c55 Replace remaining getCppuType et al with cppu::UnoType by Stephan Bergmann · 11 years ago
  76. fae6699 sfx2: fix VBA crash when disposing SfxBaseModel by Michael Stahl · 11 years ago
  77. 749e5cd Reduce to static_cast any reinterpret_cast from void pointers by Stephan Bergmann · 11 years ago
  78. 65e9940 Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  79. 7fe192d Bin a few SAL_INFOs that basically just say "we are here" by Tor Lillqvist · 11 years ago
  80. 98ce4ac const_cast: convert some C-style casts and remove some redundant ones by Stephan Bergmann · 11 years ago
  81. 25d3c61 Typo: formated->formatted by Julien Nabet · 11 years ago
  82. 9b0e09d SkipImages option for document import by László Németh · 11 years ago
  83. 799a787 convert SFX_PRINTER constants to enum class by Noel Grandin · 11 years ago
  84. fba2d76 convert SfxPopupWindowType to enum class by Noel Grandin · 11 years ago
  85. b2125ae convert FILTER_APPLICATION to enum class by Noel Grandin · 11 years ago
  86. ecec9af convert SVX_ZOOM_ENABLE constants to enum class by Noel Grandin · 11 years ago
  87. 5d37fa2 convert SvxZoomType to enum class by Noel Grandin · 11 years ago
  88. 23e0b0b convert sfxlink to enum class by Noel Grandin · 11 years ago
  89. ffcfcd7 convert SfxChildAlignment to enum class by Noel Grandin · 11 years ago
  90. eba9e9f convert SfxPopupAction to enum class by Noel Grandin · 11 years ago
  91. 0938461 tdf#90095 Fixed wrong behavior of template delete dialog by Michael Horn · 11 years ago
  92. f0aaeb4 HAVE_FEATURE_SCRIPTING, but no config_features.h include. by Jan Holesovsky · 11 years ago
  93. 4dce503 coverity#1288895 Explicit null dereferenced by Caolán McNamara · 11 years ago
  94. 0597e4b WaE: -Werror=maybe-uninitialized by Caolán McNamara · 11 years ago
  95. 5133b27 loplugin:constantfunction: sfx2 by Noel Grandin · 11 years ago
  96. 48bb291 convert SFX_FILTER_ constants to enum class by Noel Grandin · 11 years ago
  97. 762a23a sal_uIntPtr->SotClipboardFormatId by Caolán McNamara · 11 years ago
  98. dcde8ab SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILE by Caolán McNamara · 11 years ago
  99. fb14be5 create new 'enum class' SotClipboardFormatId to unify types by Noel Grandin · 11 years ago
  100. 3099c70b Fix various XServiceInfo implementations by Stephan Bergmann · 11 years ago