1. 99f622f tdf#99643 OLE automation bridge: fix 64-bit pointer conversions by Michael Stahl · 10 years ago
  2. dc66e55 tdf#96368: Address book wizard with no selection returns Evolution by Julien Nabet · 10 years ago
  3. 448fec8 tdf#62381: Stop using NPAPI plugin when NP_Initialize fails by Stephan Bergmann · 10 years ago
  4. e3e9684 tdf#92611 - unwind UNO lifecycle snafu. by Michael Meeks · 11 years ago
  5. 4f9d125 more untranslatable UI strings by Andras Timar · 11 years ago
  6. f91c990 abpilot: add translatable string early by Miklos Vajna · 11 years ago
  7. f8f605d gcc4.6: remove trigraph sequences '<::' by Thorsten Behrens · 11 years ago
  8. 4ce5375 Apply new VclPtr clang plugin to catch potential problems. by Noel Grandin · 11 years ago
  9. 07074e0 tdf#91702 - fix stack-based MessBox allocation. by Michael Meeks · 11 years ago
  10. 35e13c7 convert WINDOW_POSSIZE constants to scoped enum by Noel Grandin · 11 years ago
  11. 118da1a convert POINTER constants to scoped enum by Noel Grandin · 11 years ago
  12. 1f5754e Fix Windows 64-bit build by Stephan Bergmann · 11 years ago
  13. be8a023 Rewrite all calls like Dialog(params).Execute() by Philippe Jung · 11 years ago
  14. ac633ce tdf#91671 avoid use of already disposed control by David Tardon · 11 years ago
  15. f0bbafb Audit all PostUserEvent calls and instrument for VclPtr. by Michael Meeks · 11 years ago
  16. 25a47c5 convert TEXT_DRAW constants to scoped enum by Noel Grandin · 11 years ago
  17. f457f9b loplugin:staticmethods by Stephan Bergmann · 11 years ago
  18. a97fc29 refactor scanner ext. to use RenderContext by Tomaž Vajngerl · 11 years ago
  19. 5b1337f tdf#62475: partial handmade fixes by Andrea Gelmini · 11 years ago
  20. 7a7a908 tdf#91240 - cope with state-change after dispose and dispose fixedtext. by Michael Meeks · 11 years ago
  21. facc91a convert FLOATWIN_POPUPMODE constants to scoped enum by Noel Grandin · 11 years ago
  22. 936a496 Switch VclBuilder constructors to use VclPtr. by Michael Meeks · 11 years ago
  23. 6679105 Revert "Switch VclBuilder constructors to use VclPtr." by Michael Meeks · 11 years ago
  24. 9f016bd Switch VclBuilder constructors to use VclPtr. by Michael Meeks · 11 years ago
  25. 82d68f9 convert COMMAND_ constants to scoped enum by Noel Grandin · 11 years ago
  26. 6dc42c8 Use IMPL_LINK_NOARG[_TYPED] where applicable by Stephan Bergmann · 11 years ago
  27. 67e82c4 No more need for EMPTYARG in C++11 by Stephan Bergmann · 11 years ago
  28. a5e8f26 Replace IMPL_STATIC_LINK[_TYPED] with more useful variants by Stephan Bergmann · 11 years ago
  29. 266ce1c tdf#91052 - more macros for 'make' constructors. by Michael Meeks · 11 years ago
  30. 5eb6bd4 lopluign:staticmethods: Handle DECL_LINK by Stephan Bergmann · 11 years ago
  31. f9290d3 Clean up checks of sal_Bool values by Stephan Bergmann · 11 years ago
  32. b35828b convert CONFIG_MODE constants to scoped enum by Noel Grandin · 11 years ago
  33. b515d1f Use various typed ToolBox::Set*Hdl Links by Stephan Bergmann · 11 years ago
  34. 8fca0c4 vcl: rename other members of StateChangedType for consistency by Michael Stahl · 11 years ago
  35. c9b4c56 Use typed Idle::SetIdleHdl Link by Stephan Bergmann · 11 years ago
  36. 8cafd08 Use typed Timer::SetTimeoutHdl Link by Stephan Bergmann · 11 years ago
  37. b954271 Use typed TabControl::SetDeactivatePageHdl Link by Stephan Bergmann · 11 years ago
  38. 74ca486 these are static all the way down by Caolán McNamara · 11 years ago
  39. 0978dbb another attempt to get coverity to parse this by Caolán McNamara · 11 years ago
  40. b12c5d0 reorg this template to see if coverity can parse then by Caolán McNamara · 11 years ago
  41. 0dccc59 Use typed MaybeFile Link by Stephan Bergmann · 11 years ago
  42. 3ead3ad Gradually typed Link by Stephan Bergmann · 11 years ago
  43. c07a3b0 Get rid of initial :: for the svx namespace by Tor Lillqvist · 11 years ago
  44. d883c12 Get rid of the initial :: for the vcl namespace by Tor Lillqvist · 11 years ago
  45. 4a7dcee Clean up tools/link.hxx by Stephan Bergmann · 11 years ago
  46. e6c08b6 Remove unnecessary STATIC_LINK macro by Stephan Bergmann · 11 years ago
  47. 626fe166 redundant cast by Caolán McNamara · 11 years ago
  48. aaa1861 convert WZB_ constants to scoped enum by Noel Grandin · 11 years ago
  49. 969d833 Also add RenderContext parameter to updatecheckui by Tomaž Vajngerl · 11 years ago
  50. 6cea2e6 fix compile: delegate RenderContext parameter to super by Tomaž Vajngerl · 11 years ago
  51. 9905a8b replace Paint calls to Invalidate + fix compilation by Tomaž Vajngerl · 11 years ago
  52. f50fd96 mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&) by Tomaž Vajngerl · 11 years ago
  53. fc4935c extensions: fix GCC-4.7 build by Miklos Vajna · 11 years ago
  54. 0cdecf1 loplugin:vclwidgets (best guess) by Stephan Bergmann · 11 years ago
  55. e8b97a5 Merge remote-tracking branch 'origin/feature/vclptr' by Michael Meeks · 11 years ago
  56. c1a4cd6 Dialog::Execute return type is short/VclResponseType by Stephan Bergmann · 11 years ago
  57. 5c859f4 executedDialog _nExecutionResult param is of type sal_Int16/VclResponseType by Stephan Bergmann · 11 years ago
  58. 93fed09 Dialog::EndDialog nResult param is of type long/VclResponseType by Stephan Bergmann · 11 years ago
  59. 4591a13 More loplugin:simplifybool by Stephan Bergmann · 11 years ago
  60. 537921f loplugin:simplifybool by Stephan Bergmann · 11 years ago
  61. 2240118 Improved loplugin:literaltoboolconversion looking into cond. exprs. by Stephan Bergmann · 11 years ago
  62. 5ad2982 fix windows build by Noel Grandin · 11 years ago
  63. 0a7b739 loplugin:staticmethods by Noel Grandin · 11 years ago
  64. a57a1494 loplugin:staticmethods by Noel Grandin · 11 years ago
  65. a880ec8 loplugin:staticmethods by Noel Grandin · 11 years ago
  66. 12ba9e3 loplugin:staticmethods by Noel Grandin · 11 years ago
  67. 6903488 extensions: remove unnecessary include by Michael Stahl · 11 years ago
  68. 89ec942 Fix a number of boost::unique_ptr errors. by Michael Meeks · 11 years ago
  69. 3f32e14 extensions: convert new to ::Create. by Michael Meeks · 11 years ago
  70. 1b5f693 convert SV_DRAGDOP_ constants to scoped enum by Noel Grandin · 11 years ago
  71. 11c8346 callcatcher: update unused code by Caolán McNamara · 11 years ago
  72. 6ff2d84a Various #include <sal/log.hxx> fixups by Stephan Bergmann · 11 years ago
  73. f124884 dbaccess: convert new to ::Create. by Michael Meeks · 11 years ago
  74. 0269ef9 sw: convert new to ::Create. by Noel Grandin · 11 years ago
  75. 0a497cb Use VclPtr for OGenericUnoDialog::createDialog. by Michael Meeks · 11 years ago
  76. 3e710c2 fix live children left behind at destroy by Noel Grandin · 11 years ago
  77. fe73ed7 convert SFX_ITEM constants to scoped enum by Noel Grandin · 11 years ago
  78. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago
  79. 373a9b9 loplugin:redundantcast: redundant const_cast followed by implicit upcast by Stephan Bergmann · 11 years ago
  80. c6fb78d disposeAndClear in place of DELETEZ. by Michael Meeks · 11 years ago
  81. e985155 Misc. other fixing. by Michael Meeks · 11 years ago
  82. f9a55aa Lots more small re-basing issues fixed. by Michael Meeks · 11 years ago
  83. 7a1fad0 convert ScopedVclPtr to ScopedVclPtrInstance by Noel Grandin · 11 years ago
  84. 8a65284 Automated conversion of VclPtr construction to use Instance template. by Michael Meeks · 11 years ago
  85. 5d133eb6 first half of non-scriptable, Instance constructor conversion. by Michael Meeks · 11 years ago
  86. ad8a207 cure a lot of unfortunate ScopedVclPtrs. by Michael Meeks · 11 years ago
  87. d1091fd re-insert erroneously converted delete calls. by Michael Meeks · 11 years ago
  88. 61b224f vclwidget: fixup locally allocated vcl::Window objects by Noel Grandin · 11 years ago
  89. 0556598 vclwidget: check for calling delete on subclasses of vcl::Window by Noel Grandin · 11 years ago
  90. 6d0c891 vclwidget: fix more places that should be wrapping in VclPtr by Noel Grandin · 11 years ago
  91. 6574128 cleanup Printer VclRef pieces. by Michael Meeks · 11 years ago
  92. c72fac2 vclwidget: convert lots more sites to use VclPtr by Noel Grandin · 11 years ago
  93. d7a84ce vclwidget: only call dispose() once by Noel Grandin · 11 years ago
  94. c0a802b Audit and correct misc. clears -> disposeAndClears. by Michael Meeks · 11 years ago
  95. 1c4025b vclwidget: change all vcl::window fields to be wrapped in VclPtr by Noel Grandin · 11 years ago
  96. 00f2787 vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtr by Noel Grandin · 11 years ago
  97. 1139e54 vcl: VclPtr conversion in extensions by Noel Grandin · 11 years ago
  98. 3e41b06 initial load of bibliography doesn't set bibliography type by Caolán McNamara · 11 years ago
  99. 3ad9d25 vcl: make VclPtr<T>(T*) constructor explicit by Noel Grandin · 11 years ago
  100. a632fa5 vcl: rename VclReference to VclPtr by Noel Grandin · 11 years ago