summaryrefslogtreecommitdiff
path: root/include/vcl/dialog.hxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-6/+6
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-1/+1
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin1-2/+0
2015-07-09tdf#92630 Enable auto-accelerator behaviour for gtkSimon Long1-0/+1
2015-05-27convert WINDOW_DRAW flags to scoped enumNoel Grandin1-1/+1
2015-05-18mark ApplySettings to override in DialogTomaž Vajngerl1-1/+1
2015-05-18ApplySettings for dialogTomaž Vajngerl1-0/+2
2015-05-06cleanup DIALOG_NO_PARENT, follow on to tdf#91090Noel Grandin1-9/+8
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-1/+1
2015-04-09vcl: some VclPtr fixes found by the new plugin codeNoel Grandin1-1/+1
2015-04-09vcl:compilerplugin: new rule, no passing of vcl::Window by VclPtrNoel Grandin1-2/+2
2015-04-09compilerplugin: check that necessary Window subclasses have a dispose methodNoel Grandin1-0/+1
2015-04-09vcl: rename VclReference to VclPtrNoel Grandin1-8/+5
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-6/+10
2015-04-01loplugin:staticfunctionNoel Grandin1-1/+1
2015-02-24Avoid bad downcasts to VclBoxStephan Bergmann1-1/+1
2015-02-23tdf#86543: reinterpret_cast -1 of appropriate width as special markerStephan Bergmann1-1/+1
2015-02-07loplugin:deletedspecialStephan Bergmann1-9/+6
2014-11-16vcl: let the ModalDialog ctor take an OUStringMiklos Vajna1-1/+1
2014-11-16vcl: let the ModelessDialog ctor take an OUStringMiklos Vajna1-1/+1
2014-11-15vcl: let the Dialog ctor take an OUStringMiklos Vajna1-2/+2
2014-10-11convert vcl StateChangedType to enum classNoel Grandin1-1/+1
2014-09-29loplugin: cstylecastNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-9/+9
2014-09-03convert RID_SVXTBX_UNDO_REDO_CTRL floating window to .uiCaolán McNamara1-1/+1
2014-09-02map deletable to WB_CLOSEABLECaolán McNamara1-1/+1
2014-09-02rearrange matters to get FloatingWindows working loaded from .uiCaolán McNamara1-4/+1
2014-08-30move layout from dialog to systemwindowCaolán McNamara1-19/+3
2014-08-26Dialogs no longer loaded from resource filesCaolán McNamara1-2/+0
2014-08-26ModalDialogs no longer loaded from resource filesCaolán McNamara1-1/+0
2014-08-11callcatcher: update unused codeCaolán McNamara1-7/+0
2014-07-15Related: fdo#80633 we can retain cached size for visibility changeCaolán McNamara1-1/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-2/+2
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-11/+11
2014-03-01Remove visual noise from includeAlexander Wilms1-8/+8
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-12/+12
2014-01-17Window::Notify should return boolStephan Bergmann1-1/+1
2013-10-23fixincludeguards.sh: include/vclThomas Arnhold1-3/+3
2013-09-30merge queue_layout and queue_resizeCaolán McNamara1-1/+1
2013-06-28always call setDeferredProperties for dialog get/set titleCaolán McNamara1-0/+3
2013-05-10make some important single-parameter constructors explicitHerbert Dürr1-9/+9
2013-04-23execute move of global headersBjoern Michaelsen1-0/+185