summaryrefslogtreecommitdiff
path: root/vcl/source/window/dialog.cxx
AgeCommit message (Expand)Author
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
2013-02-24be more forgiving on 768 height screens to allow dialogs occupy more heightCaolán McNamara
2013-02-23No NativeActivity, so native_app_glue and struct android_app are meaninglessTor Lillqvist
2013-02-21Revert "Clean up remains of NativeActivity-based Android app support"Michael Meeks
2013-02-02add theme content_area_spacing to dialog vbox spacing, not overrideCaolán McNamara
2013-01-14we only ever want the preferred window size from GetOptimalSizeCaolán McNamara
2013-01-14merge the 'holy default' default window sizes to a single placeCaolán McNamara
2013-01-12RTL_CONSTASCII_(U)STRINGPARAM removed in vcl/source/windowChr. Rossmanith
2012-12-13add get_content_area and get_action_area to DialogCaolán McNamara
2012-12-12Resolves: fdo#57469 allow tab to traverse into custom widgetsCaolán McNamara
2012-12-04remove ability to auto-replace .res widgets with .ui versionsCaolán McNamara
2012-12-04export VclScrolledWindow for external-to-builder useCaolán McNamara
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
2012-11-21Clean up remains of NativeActivity-based Android app supportTor Lillqvist
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-10-20use correct deferred parent windowCaolán McNamara
2012-10-04callcatcher: update unused code listCaolán McNamara
2012-10-04handle children of deferred dialog betterCaolán McNamara
2012-09-28truly skip unshown widgets in tab traversalCaolán McNamara