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