summaryrefslogtreecommitdiff
path: root/include/vcl/layout.hxx
AgeCommit message (Expand)AuthorFilesLines
2016-11-02getNonLayoutRealParent is unusedCaolán McNamara1-3/+0
2016-10-26loplugin:expandablemethods in vclNoel Grandin1-8/+0
2016-10-24implement VclVPaned and decripple formula panelCaolán McNamara1-0/+18
2016-10-21loplugin:expandablemethodds in include/vclNoel Grandin1-9/+0
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-4/+4
2016-09-15loplugin:countusersofdefaultparams in vclNoel Grandin1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-5/+5
2016-09-07loplugin:constantparam in vclNoel Grandin1-9/+8
2016-08-28screenshot: develop interactive screenshot dialogArmin Le Grand1-0/+4
2016-08-25GSoC notebookbar: container with context supportSzymon Kłos1-1/+3
2016-07-27improve passstuffbyref return analysisNoel Grandin1-2/+2
2016-07-08GSoC notebookbar: container with prioritySzymon Kłos1-1/+3
2016-06-01Convert VCL_MESSAGE to scoped enumNoel Grandin1-6/+6
2016-03-16loplugin:constantparams in vcl/Noel Grandin1-4/+4
2016-01-21tdf#95587: Make rectangle control within tab pages work againKatarina Behrens1-1/+0
2015-11-13tdf#90372: Make VclScrolledWindow candidate for tabstoppingKatarina Behrens1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-80/+80
2015-10-12convert Link<> to typedNoel Grandin1-2/+2
2015-10-06loplugin:unusedmethodsNoel Grandin1-3/+0
2015-10-06loplugin:mergeclassesNoel Grandin1-32/+0
2015-09-20convert Link<> to typedNoel Grandin1-1/+1
2015-09-14convert Link<> to typedNoel Grandin1-1/+1
2015-09-04convert Link<> to typedNoel Grandin1-1/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-1/+1
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin1-47/+0
2015-07-09tdf#92630 Enable auto-accelerator behaviour for gtkSimon Long1-0/+1
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-1/+1
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin1-3/+3
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-3/+3
2015-04-20vcl: convert new to ::CreateMichael Meeks1-2/+2
2015-04-10Cleanup layout and window merge.Michael Meeks1-2/+2
2015-04-10vclwidget: make sure we have an explicit destructorNoel Grandin1-0/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-2/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-13/+17
2015-04-09vcl: some VclPtr fixes found by the new plugin codeNoel Grandin1-1/+1
2015-04-09compilerplugin: check that necessary Window subclasses have a dispose methodNoel Grandin1-0/+2
2015-04-09vcl: a couple more places that shouldn't be stack-allocating Window objectsNoel Grandin1-4/+4
2015-04-09vcl: rename VclReference to VclPtrNoel Grandin1-25/+8
2015-04-09vcl: add cast operator to VclReference to convert to pointerNoel Grandin1-2/+2
2015-04-09vcl: convert MessageDialog to use VclReferences.Michael Meeks1-4/+22
2015-04-09vcl: more rtl::Reference cleanupMichael Meeks1-0/+1
2015-04-09manage VCL widgets using rtl::ReferenceNoel Grandin1-2/+2
2015-04-01loplugin:staticfunctionNoel Grandin1-2/+2
2014-12-17implement loading docking windows from .ui formatCaolán McNamara1-1/+2
2014-10-29Resolves: rhbz#1146169 a11y frames label dies before frameCaolán McNamara1-0/+1
2014-10-29ref-counting vcl::Window subclassesNoel Grandin1-12/+14
2014-10-11convert vcl StateChangedType to enum classNoel Grandin1-1/+1