1. 3592db6 Fix unhelpful MI from a VclPtr type and Abstract factory type. by Michael Meeks · 11 years ago
  2. 354df32 cui: convert new to ::Create. by Michael Meeks · 11 years ago
  3. 85b0132 Fix SfxTabPage creation to use VclPtr. by Michael Meeks · 11 years ago
  4. 7019810 loplugin:cstylecast by Noel Grandin · 11 years ago
  5. 734e4dc loplugin:cstylecast by Noel Grandin · 11 years ago
  6. acf245c wrap dialog subclass in ScopedVclPtrInstance by Noel Grandin · 11 years ago
  7. 5245021 Explicit disposeOnce instead of transient wrappers. by Michael Meeks · 11 years ago
  8. c9f2abe More lifecycle correction. by Michael Meeks · 11 years ago
  9. e985155 Misc. other fixing. by Michael Meeks · 11 years ago
  10. cf13f78 Lost more cleanup and fixing post re-basing. by Michael Meeks · 11 years ago
  11. 7a1fad0 convert ScopedVclPtr to ScopedVclPtrInstance by Noel Grandin · 11 years ago
  12. 3bf4ada dialogs lifetimes should be wrapped in ScopedVclPtr by Noel Grandin · 11 years ago
  13. 4ff758fe Manual cleanup of misc. issues. by Michael Meeks · 11 years ago
  14. 8a65284 Automated conversion of VclPtr construction to use Instance template. by Michael Meeks · 11 years ago
  15. 5d133eb6 first half of non-scriptable, Instance constructor conversion. by Michael Meeks · 11 years ago
  16. ad8a207 cure a lot of unfortunate ScopedVclPtrs. by Michael Meeks · 11 years ago
  17. d1091fd re-insert erroneously converted delete calls. by Michael Meeks · 11 years ago
  18. 11e83bc wrap some more OutputDevice in VclPtr by Noel Grandin · 11 years ago
  19. 61b224f vclwidget: fixup locally allocated vcl::Window objects by Noel Grandin · 11 years ago
  20. 23d833d Move OutputDevice members to VclPtr: chart2, sfx2, cui. by Michael Meeks · 11 years ago
  21. e1b8e36 Fix OutputDevice members / stack allocation: desktop, sfx2, lwp. by Michael Meeks · 11 years ago
  22. eac22a0 Fix OutputDevice members / stack allocation: chart, canvas, cui. by Michael Meeks · 11 years ago
  23. 0556598 vclwidget: check for calling delete on subclasses of vcl::Window by Noel Grandin · 11 years ago
  24. 256371f clear() is the equivalent of assigning a local ptr to NULL. by Michael Meeks · 11 years ago
  25. 6d0c891 vclwidget: fix more places that should be wrapping in VclPtr by Noel Grandin · 11 years ago
  26. c72fac2 vclwidget: convert lots more sites to use VclPtr by Noel Grandin · 11 years ago
  27. d7a84ce vclwidget: only call dispose() once by Noel Grandin · 11 years ago
  28. c0a802b Audit and correct misc. clears -> disposeAndClears. by Michael Meeks · 11 years ago
  29. 1c4025b vclwidget: change all vcl::window fields to be wrapped in VclPtr by Noel Grandin · 11 years ago
  30. 954e5e4 prophylactic double dispose audit. by Michael Meeks · 11 years ago
  31. 562109b8 vcl: ensure that VclBuilder is disposed before parent window. by Michael Meeks · 11 years ago
  32. 00f2787 vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtr by Noel Grandin · 11 years ago
  33. ebd195b vcl: VclPtr conversion in cui by Noel Grandin · 11 years ago
  34. 14505bb loplugin:staticmethods by Noel Grandin · 11 years ago
  35. 7380228 clean-up acccfg by Tomaž Vajngerl · 11 years ago
  36. 704edbf convert DIC_ERR_ constants to scoped enum by Noel Grandin · 11 years ago
  37. 27e8eb7 convert SV_ITEMSTATE constants to SvItemState scoped enum by Noel Grandin · 11 years ago
  38. 90dc63a convert SHADOW_ constants to enum class by Noel Grandin · 11 years ago
  39. 5ba54aa Remove dead INetProtocol::Vim by Stephan Bergmann · 11 years ago
  40. 869aaf8 convert SvtModuleOptions::EModule to scoped enum by Noel Grandin · 11 years ago
  41. 4906c24 convert SvtModuleOptions::EFactory to enum class by Noel Grandin · 11 years ago
  42. 6d089a4 Kill INetProtocol::News by Tor Lillqvist · 11 years ago
  43. 5241788 Kill INetProtocol::Imap and Pop3 by Tor Lillqvist · 11 years ago
  44. 54e87df Change INetProtocol enumerators to CamelCase by Stephan Bergmann · 11 years ago
  45. 44b3e56 Change INetProtocol to scoped enumeration by Stephan Bergmann · 11 years ago
  46. e9cb557 loplugin:staticmethods by Noel Grandin · 11 years ago
  47. f70d827 ival is the intended source here by Caolán McNamara · 11 years ago
  48. bd23cf0 tdf#87441: Check for read-only RemoveHiddenContent by Stephan Bergmann · 11 years ago
  49. 8701899 Replace MailerProgramCfg_Impl with direct configuration access by Stephan Bergmann · 11 years ago
  50. f14e4cf Replace RemoveHiddenContentCfg_Impl with direct configuration access by Stephan Bergmann · 11 years ago
  51. c1a9f44 tdf#87441: RemoveHiddenContent is indep. of ExternalMailer/Program R/O state by Stephan Bergmann · 11 years ago
  52. 4b66829 convert BOX_LINE and BOXINFO_LINE to enum class by Noel Grandin · 11 years ago
  53. 28c8a52 Replace remaining getCppuType et al with cppu::UnoType by Stephan Bergmann · 11 years ago
  54. 2302e9e tdf#84228: Fix annoying double shadow in preview by Katarina Behrens · 11 years ago
  55. a5a1cf9 Reduce to static_cast any reinterpret_cast from void pointers by Stephan Bergmann · 11 years ago
  56. 33f1e29 tdf#87441: Adjustable hidden content removal in e-mails by Stefan Heinemann · 11 years ago
  57. 50a0ddb fdo#87441-Send document as Email removes invisible content by Charu Tyagi · 11 years ago
  58. 1700129 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. f2d556c work around Windows and OSX macro collisions with enum values by Noel Grandin · 11 years ago
  61. 93ddb2c convert BUTTON_ constants to enum class by Noel Grandin · 11 years ago
  62. 02b4e4c const_cast: convert some C-style casts and remove some redundant ones by Stephan Bergmann · 11 years ago
  63. 701343b convert SvxNumRuleType to enum class by Noel Grandin · 11 years ago
  64. 44101b2 convert NUM_ constants to enum clas by Noel Grandin · 11 years ago
  65. 25d3c61 Typo: formated->formatted by Julien Nabet · 11 years ago
  66. 6ef4d92 convert VALID_ constants to enum class by Noel Grandin · 11 years ago
  67. 799a787 convert SFX_PRINTER constants to enum class by Noel Grandin · 11 years ago
  68. ecec9af convert SVX_ZOOM_ENABLE constants to enum class by Noel Grandin · 11 years ago
  69. 5d37fa2 convert SvxZoomType to enum class by Noel Grandin · 11 years ago
  70. 23e0b0b convert sfxlink to enum class by Noel Grandin · 11 years ago
  71. 9559cef loplugin:constantfunction: cui by Noel Grandin · 11 years ago
  72. ea59d42 Untangle locale label and trim some whitespace, tdf#90157 by Adolfo Jayme Barrientos · 11 years ago
  73. 89399a6 Char highlight: option about export LO character background to MSO formats by Zolnai Tamás · 11 years ago
  74. 33de587 tdf#88230: cleanup solar mutex yielding by Pranav Kant · 11 years ago
  75. 4582eab push build along a bit further by Caolán McNamara · 11 years ago
  76. 0b76f7e tdf#86787: Page style margin limited to 99.99mm by Rishabh Kumar · 11 years ago
  77. 6bf3b6d loplugin:constantfunction: svtools by Noel Grandin · 11 years ago
  78. 48bb291 convert SFX_FILTER_ constants to enum class by Noel Grandin · 11 years ago
  79. 69d0d5f fix a bit awkward UI text by Markus Wernig · 11 years ago
  80. fb14be5 create new 'enum class' SotClipboardFormatId to unify types by Noel Grandin · 11 years ago
  81. f7424ed SfxTabDialog: avoid changing const input parameter by Zolnai Tamás · 11 years ago
  82. c3cd100 CppCheck cleanlyness : reduce variable's scope by Michaël Lefèvre · 11 years ago
  83. 765f621 utl::ConfigItem::Commit() should call ClearModified() by Michael Stahl · 11 years ago
  84. b5aa860 Make "Embedded Objects" frame expendable to fill space better by Zolnai Tamás · 11 years ago
  85. b6d6dab V668 no sense in testing the result of new against null by Caolán McNamara · 11 years ago
  86. 8f9b0c8 Idle: Changed to new enum name by Tobias Madl · 11 years ago
  87. 2d95bc0 Idle: Removed VCL_IDLE_PRIORITY_ prefix of enum by Tobias Madl · 11 years ago
  88. 57656eb Idle and Timer are now completely independent by Tobias Madl · 11 years ago
  89. 49524c6 idle includes and enum use by Jennifer Liebel · 11 years ago
  90. 8261436 Timer: Adapted all idle includes and enum uses by Tobias Madl · 11 years ago
  91. 8250981 usage info: Spell “The Document Foundation” out and improve frame’s name by Adolfo Jayme Barrientos · 11 years ago
  92. 725fdd9 remove dots from Delete buttons for OpenCL lists by Stanislav Horacek · 11 years ago
  93. c622304 V813: Decreased performance by Caolán McNamara · 11 years ago
  94. ab86a53 V805: Decreased performance by Caolán McNamara · 11 years ago
  95. 2c33449 unconditional break in while loop by Markus Mohrhard · 11 years ago
  96. 2f928b2 remove NUMBERFORMAT_ constants by Noel Grandin · 11 years ago
  97. ba233e8 remove unnecessary parenthesis in return statements by Noel Grandin · 11 years ago
  98. 48f0a5e Typos by Julien Nabet · 11 years ago
  99. b0979fb Typo: with->width by Julien Nabet · 11 years ago
  100. a96acac Resolves: tdf#89417 disable hardware accel checkbox if property is readonly by Caolán McNamara · 11 years ago