1. cc5baa4 fix build by Caolán McNamara · 11 years ago
  2. 936a496 Switch VclBuilder constructors to use VclPtr. by Michael Meeks · 11 years ago
  3. 4c66517 convert SYMBOL_DRAW constants to scoped enum by Noel Grandin · 11 years ago
  4. 4906ecb cleanup SvHeaderTabListBox by Tomaž Vajngerl · 11 years ago
  5. 50128d0 cleanup SvSimpleTable by Tomaž Vajngerl · 11 years ago
  6. 5ffe469 crash in numbering on/off->more numbering by Caolán McNamara · 11 years ago
  7. 6679105 Revert "Switch VclBuilder constructors to use VclPtr." by Michael Meeks · 11 years ago
  8. 9f016bd Switch VclBuilder constructors to use VclPtr. by Michael Meeks · 11 years ago
  9. 82d68f9 convert COMMAND_ constants to scoped enum by Noel Grandin · 11 years ago
  10. 19ea033 tdf#91138 - hold reference until idle dispose. by Michael Meeks · 11 years ago
  11. b01554b tdf#91052 - more macros for 'make' constructors. by Michael Meeks · 11 years ago
  12. 47df2b2 loplugin:cstylecast: nop between pointer types of exactly same spelling by Stephan Bergmann · 11 years ago
  13. 34f1986 refactor ToolPanelDrawer to use RenderContext by Tomaž Vajngerl · 11 years ago
  14. 373edbd refactor PanelTabBar to use RenderContext by Tomaž Vajngerl · 11 years ago
  15. f4147a3 refactor TableControl to use RenderContext by Tomaž Vajngerl · 11 years ago
  16. f54212f refactor SvResizeWindow to use RenderContext by Tomaž Vajngerl · 11 years ago
  17. 2fa4411 refactor ValueSet to use RenderContext by Tomaž Vajngerl · 11 years ago
  18. fb8f83c refactor TabBar to use RenderContext by Tomaž Vajngerl · 11 years ago
  19. 0617f87 refactor Ruler to use RenderContext by Tomaž Vajngerl · 11 years ago
  20. 71c5617 refactor Roadmap to use RenderContext, some cleanup by Tomaž Vajngerl · 11 years ago
  21. 01f1a5b remove whitespace, decrease indent level, cleanup by Tomaž Vajngerl · 11 years ago
  22. ec55cab remove whitespace by Tomaž Vajngerl · 11 years ago
  23. a0ba87f refactor HeadBar to use RenderContext by Tomaž Vajngerl · 11 years ago
  24. 7d890d0 refactor "Calendar" control to use RenderContext by Tomaž Vajngerl · 11 years ago
  25. 279c665 remove whitespace by Tomaž Vajngerl · 11 years ago
  26. 25a0bd7 refactor TreeListBox to use RenderContext by Tomaž Vajngerl · 11 years ago
  27. 69e233b refactor BrowseBox, IconChoice to use RenderContext by Tomaž Vajngerl · 11 years ago
  28. f17f17c refactor svtools - BrowseBox to use RenderContext by Tomaž Vajngerl · 11 years ago
  29. 6d4ee1d SvtMatchContext_Impl::pBox is never assigned to... by Stephan Bergmann · 11 years ago
  30. 6dc42c8 Use IMPL_LINK_NOARG[_TYPED] where applicable by Stephan Bergmann · 11 years ago
  31. 67e82c4 No more need for EMPTYARG in C++11 by Stephan Bergmann · 11 years ago
  32. 4f00dce Use IMPL_[STATIC_]LINK_NOARG where applicable by Stephan Bergmann · 11 years ago
  33. 9bb254f NOINSTANCE is implied now in IMPL_STATIC_LINK... by Stephan Bergmann · 11 years ago
  34. 73d0dfd Replace IMPL_STATIC_LINK[_TYPED] with more useful variants by Stephan Bergmann · 11 years ago
  35. 548a689 VclPtr: fix crash on loading kde86727-1.html by Caolán McNamara · 11 years ago
  36. 5eb6bd4 lopluign:staticmethods: Handle DECL_LINK by Stephan Bergmann · 11 years ago
  37. d174c1a tdf#91157 svtools: fix missing dispose in RoadmapItem causing MM crash by Miklos Vajna · 11 years ago
  38. aeaa099 Use bool instead of int by Stephan Bergmann · 11 years ago
  39. 7df89ec Remove unnecessary includes of sot/storage.hxx from include/ by Stephan Bergmann · 11 years ago
  40. 0241519 Unwind SotStorageStreamRef typedef by Stephan Bergmann · 11 years ago
  41. dc47b2e Unwind SotStorageRef typedef by Stephan Bergmann · 11 years ago
  42. efecaf0 convert BMP_DITHER flags to scoped enum by Noel Grandin · 11 years ago
  43. 662fc8e convert BMP_MIRROR constants to scoped enum by Noel Grandin · 11 years ago
  44. 8fca0c4 vcl: rename other members of StateChangedType for consistency by Michael Stahl · 11 years ago
  45. c9b4c56 Use typed Idle::SetIdleHdl Link by Stephan Bergmann · 11 years ago
  46. 36c8dd2 tdf#91027 - cleanup dbaccess related dispose logic. by Michael Meeks · 11 years ago
  47. 8cafd08 Use typed Timer::SetTimeoutHdl Link by Stephan Bergmann · 11 years ago
  48. 393c51c Audit LoseFocus - forms, reportdesign, sc, starmath, svtools. by Michael Meeks · 11 years ago
  49. 9d17e12 Audit LoseFocus - basctl, cui, dbaccess. by Michael Meeks · 11 years ago
  50. 3ead3ad Gradually typed Link by Stephan Bergmann · 11 years ago
  51. d883c12 Get rid of the initial :: for the vcl namespace by Tor Lillqvist · 11 years ago
  52. 0acd47f Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/END by Stephan Bergmann · 11 years ago
  53. e6c08b6 Remove unnecessary STATIC_LINK macro by Stephan Bergmann · 11 years ago
  54. c9af632 tdf#90802 add Church Slavic [cu-RU] locale by Aleksandr Andreev · 11 years ago
  55. 626fe166 redundant cast by Caolán McNamara · 11 years ago
  56. aaa1861 convert WZB_ constants to scoped enum by Noel Grandin · 11 years ago
  57. 6cea2e6 fix compile: delegate RenderContext parameter to super by Tomaž Vajngerl · 11 years ago
  58. 9905a8b replace Paint calls to Invalidate + fix compilation by Tomaž Vajngerl · 11 years ago
  59. f50fd96 mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&) by Tomaž Vajngerl · 11 years ago
  60. ce82146 Merge remote-tracking branch 'origin/feature/vclptrmerge2' by Michael Meeks · 11 years ago
  61. e8b97a5 Merge remote-tracking branch 'origin/feature/vclptr' by Michael Meeks · 11 years ago
  62. dd4c3f3 TabBar::GetPageBits return type is TabBarPageBits (aka sal_uInt16) by Stephan Bergmann · 11 years ago
  63. f5a1a26 Ruler::StartDrag return type wants to be bool by Stephan Bergmann · 11 years ago
  64. 97e0004 IcnCursor_Impl::GetSortListPos bVertical param wants to be of type bool by Stephan Bergmann · 11 years ago
  65. c1a4cd6 Dialog::Execute return type is short/VclResponseType by Stephan Bergmann · 11 years ago
  66. 99d4b08 WizardDialog::DeactivatePage return type wants to be bool by Stephan Bergmann · 11 years ago
  67. 79faad7 More loplugin:simplifybool by Stephan Bergmann · 11 years ago
  68. b0d9184 loplugin:simplifybool by Stephan Bergmann · 11 years ago
  69. 2240118 Improved loplugin:literaltoboolconversion looking into cond. exprs. by Stephan Bergmann · 11 years ago
  70. 6cf3756 Clarify assertion, and add missing disposeAndClear. by Michael Meeks · 11 years ago
  71. dd7778a convert SV_ENTRYFLAG constants to scoped enum by Noel Grandin · 11 years ago
  72. 2884e9b convert SVLBOX_ constants to scoped enum by Noel Grandin · 11 years ago
  73. 1b5f693 convert SV_DRAGDOP_ constants to scoped enum by Noel Grandin · 11 years ago
  74. 38143e4 convert TREEBOX_ALLITEM constants to scoped enum by Noel Grandin · 11 years ago
  75. 8d3eefd convert TREEFLAG_ constants to scoped enum by Noel Grandin · 11 years ago
  76. 923de83 convert SV_LBOXTAB_ constants to scoped enum by Noel Grandin · 11 years ago
  77. 909fdd8 convert FCT_ constants to scoped enum by Noel Grandin · 11 years ago
  78. f3632c2 convert COL_ATTRS_ constants to scoped enum by Noel Grandin · 11 years ago
  79. 2c9ee17 convert SCRWIN_ constants to scoped enum by Noel Grandin · 11 years ago
  80. 865535a remove RULER_SCROLL constants, unused by Noel Grandin · 11 years ago
  81. c283328 convert ICNVIEW_FLAG_ constants to scoped enum by Noel Grandin · 11 years ago
  82. 321d924 convert HIB_ constants to scoped enum by Noel Grandin · 11 years ago
  83. 2ba3521 convert FILEVIEW_ constants to scoped enum by Noel Grandin · 11 years ago
  84. 699ba64 convert ADJUSTMENT_ flags to scoped enum by Noel Grandin · 11 years ago
  85. 24724aa convert GRFMGR_DRAW_ constants to scoped enum by Noel Grandin · 11 years ago
  86. 2d1c78e5 convert FILECTRL_ constants to scoped enum by Noel Grandin · 11 years ago
  87. 442f3b5 convert FILECTRL_ constant to scoped enum by Noel Grandin · 11 years ago
  88. ed54799 convert EBBF_ constants to scoped enum by Noel Grandin · 11 years ago
  89. 6e3bbbd convert FONTLIST_FONTNAMETYPE constants to scoped enum by Noel Grandin · 11 years ago
  90. cd23e6d convert BorderWidth flags to scoped enum by Noel Grandin · 11 years ago
  91. 0578aa4 convert BROWSER_ constants to scoped enum by Noel Grandin · 11 years ago
  92. da36fc8 No more need for PartialWeakComponentImplHelper here by Stephan Bergmann · 11 years ago
  93. 9f81582 Remove erroneous SAL_NO_ACQUIRE pieces introduced in error. by Michael Meeks · 11 years ago
  94. 0dac111 store the paint rect in the SvViewDataEntry for SvTreeListBox by Tomaž Vajngerl · 11 years ago
  95. f124884 dbaccess: convert new to ::Create. by Michael Meeks · 11 years ago
  96. 354df32 cui: convert new to ::Create. by Michael Meeks · 11 years ago
  97. a92cea7 Windows compilation fixes. by Michael Meeks · 11 years ago
  98. 3f57332 svtools: convert new to ::Create. by Noel Grandin · 11 years ago
  99. cb516fa svx: convert new to ::Create. by Noel Grandin · 11 years ago
  100. 9f23260 SvStream: WriteUChar -> WriteBool by Stephan Bergmann · 11 years ago