summaryrefslogtreecommitdiff
path: root/vcl/source/window/dialog.cxx
AgeCommit message (Expand)Author
2014-10-11convert vcl StateChangedType to enum classNoel Grandin
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-12vcl: It's a close button, there is no such a thing as a 'closer'.Jan Holesovsky
2014-09-03move ImplWindowAutoMnemonic into DoInitialLayoutCaolán McNamara
2014-09-03convert RID_SVXTBX_UNDO_REDO_CTRL floating window to .uiCaolán McNamara
2014-09-02map deletable to WB_CLOSEABLECaolán McNamara
2014-09-02rearrange matters to get FloatingWindows working loaded from .uiCaolán McNamara
2014-08-30move layout from dialog to systemwindowCaolán McNamara
2014-08-26Dialogs no longer loaded from resource filesCaolán McNamara
2014-08-26ModalDialogs no longer loaded from resource filesCaolán McNamara
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-08-11callcatcher: update unused codeCaolán McNamara
2014-07-15Related: fdo#80633 we can retain cached size for visibility changeCaolán McNamara
2014-07-08Related: fdo#80633 dialog size cache has to be invalidated tooCaolán McNamara
2014-06-27tweak assert so comment appears in abort messageCaolán McNamara
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-14typo: hierarchie -> hierarchyThomas Arnhold
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-20remove whitespaceMarkus Mohrhard
2014-03-12Resolves: fdo#75982 set mnemonics targets for hidden labelsCaolán McNamara
2014-02-28More EndDialog() cleanupTor Lillqvist
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-18Translated German comments - find-german-comments cleanLuc Castermans
2014-02-06Introduce com.sun.star.util.thePathSettings singleton.Matúš Kukan
2014-01-28bool improvementsStephan Bergmann
2014-01-17Window::Notify should return boolStephan Bergmann
2013-11-01TypoTor Lillqvist
2013-11-01Maybe Dialog::Execute() is one good place to call touch_ui_dialog_modal()Tor Lillqvist
2013-11-01Bin pointless Android ifdefsTor Lillqvist
2013-09-30merge queue_layout and queue_resizeCaolán McNamara
2013-08-30Resolves: fdo#68396 Yield allowed layout timer to run during init layoutCaolán McNamara
2013-07-31convert vcl/mnemonic.hxx from XubString to OUStringNoel Grandin
2013-07-02Resolves: fdo#66502 set AutoMnemonics before calculating layoutCaolán McNamara
2013-07-01Resolves: #i119994# Range picker dialog is changed to modal mode wronglyYong Lin Ma
2013-06-28always call setDeferredProperties for dialog get/set titleCaolán McNamara
2013-06-18sal_Bool to boolTakeshi Abe
2013-06-05Some clean upStephan Bergmann
2013-05-22replace DialogCancelledException with std::abortMarkus Mohrhard
2013-05-13fdo#46808, Convert util::PathSettings service to new styleNoel Grandin
2013-05-01create a HIG compliant MessageDialog and map to GtkMessageDialogCaolán McNamara
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-08set action and content area via their internal-child idsCaolán McNamara
2013-03-07rename setInitialLayoutSize to setOptimalLayoutSizeCaolán McNamara
2013-03-06merge isLayoutEnabledsCaolán McNamara