summaryrefslogtreecommitdiff
path: root/include/svtools/treelistbox.hxx
AgeCommit message (Expand)Author
2015-09-28Return std::unique_ptr from SvTreeListBox::CreateContextMenuStephan Bergmann
2015-09-16convert Link<> to typedNoel Grandin
2015-09-11convert Link<> to typedNoel Grandin
2015-09-11convert Link<> to typedNoel Grandin
2015-09-09convert Link<> to typedNoel Grandin
2015-09-08convert Link<> to typedNoel Grandin
2015-09-04convert Link<> to typedNoel Grandin
2015-09-04convert Link<> to typedNoel Grandin
2015-07-24Fix alternating rows in SvTreeListBoxMihály Palenik
2015-07-14loplugin:unusedmethods svtoolsNoel Grandin
2015-06-10coverity#1302618 deref of NULLCaolán McNamara
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin
2015-05-24callcatcher: update unused codeCaolán McNamara
2015-05-18callcatcher: update unused codeCaolán McNamara
2015-05-18pass RenderContext to PreparePaint in TreeListBoxTomaž Vajngerl
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl
2015-05-13tdf#91125 - unwind horrendous SvTreeListBox drag&drop code.Michael Meeks
2015-05-11refactor TreeListBox to use RenderContextTomaž Vajngerl
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-22convert SVLBOX_ constants to scoped enumNoel Grandin
2015-04-22convert SV_DRAGDOP_ constants to scoped enumNoel Grandin
2015-04-22convert TREEBOX_ALLITEM constants to scoped enumNoel Grandin
2015-04-22convert TREEFLAG_ constants to scoped enumNoel Grandin
2015-04-22convert SV_LBOXTAB_ constants to scoped enumNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-14Help SvTreeListBox survive post dispose.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09svtools: apply vcl::window refcounting changesNoel Grandin
2015-04-09loplugin:staticmethodsNoel Grandin
2015-04-09some cleanup in treelistboxTomaž Vajngerl
2015-03-19loplugin:constantfunction: svtoolsNoel Grandin
2015-03-06idle includes and enum useJennifer Liebel
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2014-12-09changed timers to idleJennifer Liebel
2014-10-14fdo#84938 - replace LIST_ACTION constants with enumNoel Grandin
2014-10-02Improved striped rows implementationSamuel Mehrbrodt
2014-09-30Improve SvTreeListBox classPalenik Mihály
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-08-28callcatcher: update unused codeCaolán McNamara
2014-05-23Resolves: fdo#58187 Expand and Collapse should be virtualUlrich Kitzinger