summaryrefslogtreecommitdiff
path: root/include/vcl/edit.hxx
AgeCommit message (Expand)Author
2017-04-28move builder attributes from OString to OUStringCaolán McNamara
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-01-30convert edit menu to .ui formatCaolán McNamara
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-10-25remove now unused ImplLoadRes methodsCaolán McNamara
2016-10-25no Edit controls loaded from .src nowCaolán McNamara
2016-10-12drop unused argumentCaolán McNamara
2016-10-07loplugin:staticmethods: vclStephan Bergmann
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-31loplugin:countusersofdefaultparamsNoel Grandin
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-07-25inconsistent default param vals in SetMaxTextLenNoel Grandin
2016-06-24loplugin:singlevalfields in vcl(part1)Noel Grandin
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin
2016-06-18uitest: a slightly better approach for the factory problem in the ui testingMarkus Mohrhard
2016-05-31Convert ControlType to scoped enumNoel Grandin
2016-05-25Convert AUTOCOMPLETE to scoped enumNoel Grandin
2016-04-05Resolves; tdf#87120 no keyboard navigation inside floating windowsCaolán McNamara
2016-02-26loplugin:unuseddefaultparms in include/vcl (part2)Noel Grandin
2016-02-18move from boost::signal to typed LinkCaolán McNamara
2016-02-12tdf#97425 - JVM start parameters should be editable.akki95
2016-02-09Formatting changes across all modulesChris Sherlock
2015-11-26vcl: reduce pointless timer / scheduler / idle includes.Michael Meeks
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-16convert Link<> to typedNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-10tdf#92982 vcl rendercontext: simplify Edit::ImplClearBackground() logicMiklos Vajna
2015-07-10vcl: remove boost/signal2/signal.hpp from headerMichael Stahl
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin
2015-05-27convert WINDOW_DRAW flags to scoped enumNoel Grandin
2015-05-20edit - setup painting settings in ApplySettingsTomaž Vajngerl
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl
2015-05-11gtk3: put magic 4 behind ImplGetExtraYOffsetCaolán McNamara
2015-05-07Refactor "Edit" to use RenderContext when paintingTomaž Vajngerl
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29vcl edit: Delegate RenderContext to sub-methods, use InvalidateTomaž Vajngerl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-09vcl:compilerplugin: new rule, no passing of vcl::Window by VclPtrNoel Grandin
2015-04-09vcl: plugin: check that VclPtr is passed by referenceNoel Grandin
2015-04-09vcl: rename VclReference to VclPtrNoel Grandin
2015-04-09vcl: add cast operator to VclReference to convert to pointerNoel Grandin
2015-04-09vcl: manage SubEdit with references - and fix leak / cleanup.Michael Meeks
2015-03-06idle includes and enum useJennifer Liebel
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin