summaryrefslogtreecommitdiff
path: root/include/vcl/layout.hxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-23tdf#90372: Make VclScrolledWindow candidate for tabstoppingKatarina Behrens1-1/+1
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-1/+1
2015-05-29convert 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
2014-09-23fdo#82577: Handle WindowNoel Grandin1-65/+65
2014-09-08make this ctor of MessageDialog for the builder onlyCaolán McNamara1-1/+3
2014-08-20add a VclViewportCaolán McNamara1-0/+11
2014-07-15Related: fdo#80633 we can retain cached size for visibility changeCaolán McNamara1-1/+1
2014-05-30New loplugin:inlinevisible to flag inline functions marked DLLEXPORTStephan Bergmann1-2/+2
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-82/+82
2014-03-01Remove visual noise from includeAlexander Wilms1-1/+1
2014-01-28coverity#1019410 : Uninitialized scalar fieldNorbert Thiebaud1-0/+1
2014-01-17Window::Notify should return boolStephan Bergmann1-1/+1
2014-01-02allow simple MessageDialogs to be created from just message stringsCaolán McNamara1-2/+5
2013-12-21add an intermediate virtual 'response' to MessageDialogCaolán McNamara1-0/+2
2013-10-23fixincludeguards.sh: include/vclThomas Arnhold1-2/+2
2013-09-30merge queue_layout and queue_resizeCaolán McNamara1-0/+2
2013-09-16Resolves: fdo#69236 route size request to layout widget, not hard-coded valueCaolán McNamara1-14/+13
2013-09-08convert already exists dialog to .uiCaolán McNamara1-0/+3
2013-08-24add gtk_message_dialog_new-alike ctor for MessageDialogCaolán McNamara1-0/+5
2013-08-04add a VclFrame::get_labelCaolán McNamara1-0/+1
2013-07-30Resolves: fdo#67378 merge the label into the disclosure buttonCaolán McNamara1-0/+8
2013-07-29let the pixel control find parent tabpage in layoutCaolán McNamara1-1/+1
2013-07-25Resolves: fdo#61544 improve handling of grid's not enough layout spaceCaolán McNamara1-0/+1
2013-07-19add a callback mechanism for post-expansion mode changeCaolán McNamara1-0/+3
2013-07-16add and use VclExpander::[g|s]et_expandedCaolán McNamara1-0/+8
2013-07-12Related: fdo#66817 ensure VclExpander label is mnemonic for disclosure buttonCaolán McNamara1-0/+1
2013-05-29convert save defaults to .ui formatCaolán McNamara1-1/+10
2013-05-29convert more queryboxes to new message box replacementCaolán McNamara1-1/+16