summaryrefslogtreecommitdiff
path: root/svtools/source/contnr/svimpbox.cxx
AgeCommit message (Expand)Author
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-11loplugin: defaultparamsNoel Grandin
2015-07-20svtools: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-06-15cppcheck:redundantAssignmentNoel Grandin
2015-06-10coverity#1302618 deref of NULLCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-06-01invalidate entry instead of everything in TreeListViewTomaž Vajngerl
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-26convert SCROLL constants to scoped enumNoel Grandin
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks
2015-05-14convert QUICKHELP constants to scoped enumNoel Grandin
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-05-11refactor TreeListBox to use RenderContextTomaž Vajngerl
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
2015-05-02Audit LoseFocus - forms, reportdesign, sc, starmath, svtools.Michael Meeks
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-22convert SV_ENTRYFLAG constants to scoped enumNoel Grandin
2015-04-22convert SV_DRAGDOP_ 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-17svtools: convert new to ::Create.Noel Grandin
2015-04-09svtools: apply vcl::window refcounting changesNoel Grandin
2015-04-09loplugin:staticmethodsNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-19loplugin:constantfunction: svtoolsNoel Grandin
2015-03-06Idle: Changed to new enum nameTobias Madl
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl
2015-02-27Avoid unnecessary bad downcastStephan Bergmann
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin
2014-12-09changed timers to idlesJennifer Liebel
2014-12-09changed timers to idleJennifer Liebel
2014-12-09changed timers to idlesJennifer Liebel
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin
2014-10-09Resolves: fdo#82270 Grabbing focus can invalidate the entriesCaolán McNamara
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-29loplugin: cstylecastNoel Grandin
2014-08-31Treeview may lose focus when left/right arrow is usedNiklas Johansson
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-07-03coverity#706077 Unintended sign extensionCaolán McNamara
2014-05-11fix-includes.pl: svtoolsThomas Arnhold
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann
2014-03-06coverity#982472 Dereference after null checkCaolán McNamara
2014-03-03Use cstdlib std::abs instead of stdlib.h absStephan Bergmann