summaryrefslogtreecommitdiffstats
path: root/include/vcl/layout.hxx
Commit message (Expand)AuthorAgeFilesLines
* convert Link<> to typedNoel Grandin2015-10-121-2/+2
* loplugin:unusedmethodsNoel Grandin2015-10-061-3/+0
* loplugin:mergeclassesNoel Grandin2015-10-061-32/+0
* convert Link<> to typedNoel Grandin2015-09-201-1/+1
* convert Link<> to typedNoel Grandin2015-09-141-1/+1
* convert Link<> to typedNoel Grandin2015-09-041-1/+1
* Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin2015-08-261-1/+1
* loplugin:unusedmethods vcl(part2)Noel Grandin2015-07-101-47/+0
* tdf#92630 Enable auto-accelerator behaviour for gtkSimon Long2015-07-091-0/+1
* Apply new VclPtr clang plugin to catch potential problems.Noel Grandin2015-06-061-1/+1
* convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin2015-05-221-3/+3
* vcl: rename other members of StateChangedType for consistencyMichael Stahl2015-05-051-1/+1
* Gradually typed LinkStephan Bergmann2015-04-301-3/+3
* vcl: convert new to ::CreateMichael Meeks2015-04-201-2/+2
* Cleanup layout and window merge.Michael Meeks2015-04-101-2/+2
* vclwidget: make sure we have an explicit destructorNoel Grandin2015-04-101-0/+1
* vclwidget: only call dispose() onceNoel Grandin2015-04-101-1/+1
* Audit and correct misc. clears -> disposeAndClears.Michael Meeks2015-04-101-2/+2
* vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-101-13/+17
* vcl: some VclPtr fixes found by the new plugin codeNoel Grandin2015-04-091-1/+1
* compilerplugin: check that necessary Window subclasses have a dispose methodNoel Grandin2015-04-091-0/+2
* vcl: a couple more places that shouldn't be stack-allocating Window objectsNoel Grandin2015-04-091-4/+4
* vcl: rename VclReference to VclPtrNoel Grandin2015-04-091-25/+8
* vcl: add cast operator to VclReference to convert to pointerNoel Grandin2015-04-091-2/+2
* vcl: convert MessageDialog to use VclReferences.Michael Meeks2015-04-091-4/+22
* vcl: more rtl::Reference cleanupMichael Meeks2015-04-091-0/+1
* manage VCL widgets using rtl::ReferenceNoel Grandin2015-04-091-2/+2
* loplugin:staticfunctionNoel Grandin2015-04-011-2/+2
* implement loading docking windows from .ui formatCaolán McNamara2014-12-171-1/+2
* Resolves: rhbz#1146169 a11y frames label dies before frameCaolán McNamara2014-10-291-0/+1
* ref-counting vcl::Window subclassesNoel Grandin2014-10-291-12/+14
* convert vcl StateChangedType to enum classNoel Grandin2014-10-111-1/+1
* fdo#82577: Handle WindowNoel Grandin2014-09-231-65/+65
* make this ctor of MessageDialog for the builder onlyCaolán McNamara2014-09-081-1/+3
* add a VclViewportCaolán McNamara2014-08-201-0/+11
* Related: fdo#80633 we can retain cached size for visibility changeCaolán McNamara2014-07-151-1/+1
* New loplugin:inlinevisible to flag inline functions marked DLLEXPORTStephan Bergmann2014-05-301-2/+2
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-1/+1
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-82/+82
* Remove visual noise from includeAlexander Wilms2014-03-011-1/+1
* coverity#1019410 : Uninitialized scalar fieldNorbert Thiebaud2014-01-281-0/+1
* Window::Notify should return boolStephan Bergmann2014-01-171-1/+1
* allow simple MessageDialogs to be created from just message stringsCaolán McNamara2014-01-021-2/+5
* add an intermediate virtual 'response' to MessageDialogCaolán McNamara2013-12-211-0/+2
* fixincludeguards.sh: include/vclThomas Arnhold2013-10-231-2/+2
* merge queue_layout and queue_resizeCaolán McNamara2013-09-301-0/+2
* Resolves: fdo#69236 route size request to layout widget, not hard-coded valueCaolán McNamara2013-09-161-14/+13
* convert already exists dialog to .uiCaolán McNamara2013-09-081-0/+3
* add gtk_message_dialog_new-alike ctor for MessageDialogCaolán McNamara2013-08-241-0/+5
* add a VclFrame::get_labelCaolán McNamara2013-08-041-0/+1