summaryrefslogtreecommitdiff
path: root/vcl/source/window/dialog.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-07-02Resolves: fdo#66502 set AutoMnemonics before calculating layoutCaolán McNamara1-3/+3
2013-05-13fdo#46808, Convert util::PathSettings service to new styleNoel Grandin1-7/+4
2013-05-01create a HIG compliant MessageDialog and map to GtkMessageDialogCaolán McNamara1-0/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-14/+14
2013-03-08set action and content area via their internal-child idsCaolán McNamara1-2/+14
2013-03-07rename setInitialLayoutSize to setOptimalLayoutSizeCaolán McNamara1-2/+7
2013-03-06merge isLayoutEnabledsCaolán McNamara1-2/+1
2013-02-24be more forgiving on 768 height screens to allow dialogs occupy more heightCaolán McNamara1-15/+14
2013-02-23No NativeActivity, so native_app_glue and struct android_app are meaninglessTor Lillqvist1-5/+3
2013-02-21Revert "Clean up remains of NativeActivity-based Android app support"Michael Meeks1-8/+5
2013-02-02add theme content_area_spacing to dialog vbox spacing, not overrideCaolán McNamara1-1/+2
2013-01-14we only ever want the preferred window size from GetOptimalSizeCaolán McNamara1-3/+3
2013-01-14merge the 'holy default' default window sizes to a single placeCaolán McNamara1-1/+25
2013-01-12RTL_CONSTASCII_(U)STRINGPARAM removed in vcl/source/windowChr. Rossmanith1-7/+7
2012-12-13add get_content_area and get_action_area to DialogCaolán McNamara1-0/+10
2012-12-12Resolves: fdo#57469 allow tab to traverse into custom widgetsCaolán McNamara1-0/+10
2012-12-04remove ability to auto-replace .res widgets with .ui versionsCaolán McNamara1-70/+1
2012-12-04export VclScrolledWindow for external-to-builder useCaolán McNamara1-5/+5
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-2/+0
2012-11-21Clean up remains of NativeActivity-based Android app supportTor Lillqvist1-5/+8
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2012-10-20use correct deferred parent windowCaolán McNamara1-2/+2
2012-10-04callcatcher: update unused code listCaolán McNamara1-11/+0
2012-10-04handle children of deferred dialog betterCaolán McNamara1-6/+12
2012-09-28truly skip unshown widgets in tab traversalCaolán McNamara1-2/+2
2012-09-28defer initializing dialog until sizeable/unsizeable is knownCaolán McNamara1-2/+14
2012-09-28move layout diagnostics to vcl.layout channelCaolán McNamara1-4/+2
2012-09-28convert writer, draw, impress, calc and starmath printer dialogsCaolán McNamara1-1/+1
2012-09-28seperate layout from resizeCaolán McNamara1-1/+6
2012-09-28calculate and position taking external margins into accountCaolán McNamara1-2/+2
2012-09-28having two SetPosSizePixel is a blasted nuisanceCaolán McNamara1-8/+11
2012-09-28Implement a VclExpander equivalent of GtkExpanderCaolán McNamara1-28/+31
2012-09-28Keep binary resource help id on retro-fitCaolán McNamara1-6/+13
2012-09-28Cut Gordian Knot of helpids with .ui formatCaolán McNamara1-7/+10
2012-09-28get order of destruction right to keep vcl happyCaolán McNamara1-4/+8
2012-09-28make isLayoutEnabled stricterCaolán McNamara1-8/+7
2012-09-28add and use a "WINDOW_CONTAINER" typeCaolán McNamara1-8/+9
2012-09-28improve queue_resizeCaolán McNamara1-17/+15
2012-09-28avoid redraws when size/pos is unchangedCaolán McNamara1-23/+4
2012-09-28allow TabPages to load .ui files for retrofittingCaolán McNamara1-17/+35
2012-09-28move dialog-contained widget builder into dialog baseclassCaolán McNamara1-5/+107
2012-09-28extend property snaffling to listboxes etc.Caolán McNamara1-0/+2
2012-09-28move setting dialog properties on box child to initial showCaolán McNamara1-19/+52
2012-09-28Implement conversion scheme for dialogs without changing their codeCaolán McNamara1-1/+34
2012-09-28add prevLogicalChildOfParentCaolán McNamara1-0/+29
2012-09-28implement sucking in the padding from the themeCaolán McNamara1-15/+55
2012-09-28basic optimization passCaolán McNamara1-5/+25
2012-09-28retro-fit dialog child traversal with nextLogicalChildOfParentCaolán McNamara1-7/+33
2012-09-28implement override [height|width]-requestCaolán McNamara1-7/+2
2012-09-28tweak timer to affect layout-ed dialogs onlyCaolán McNamara1-9/+7