summaryrefslogtreecommitdiff
path: root/vcl/source/window/dialog.cxx
AgeCommit message (Expand)Author
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
2012-09-28defer initializing dialog until sizeable/unsizeable is knownCaolán McNamara
2012-09-28move layout diagnostics to vcl.layout channelCaolán McNamara
2012-09-28convert writer, draw, impress, calc and starmath printer dialogsCaolán McNamara
2012-09-28seperate layout from resizeCaolán McNamara
2012-09-28calculate and position taking external margins into accountCaolán McNamara
2012-09-28having two SetPosSizePixel is a blasted nuisanceCaolán McNamara
2012-09-28Implement a VclExpander equivalent of GtkExpanderCaolán McNamara
2012-09-28Keep binary resource help id on retro-fitCaolán McNamara
2012-09-28Cut Gordian Knot of helpids with .ui formatCaolán McNamara
2012-09-28get order of destruction right to keep vcl happyCaolán McNamara
2012-09-28make isLayoutEnabled stricterCaolán McNamara
2012-09-28add and use a "WINDOW_CONTAINER" typeCaolán McNamara
2012-09-28improve queue_resizeCaolán McNamara