summaryrefslogtreecommitdiff
path: root/vcl/source/window/dialog.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-28reduce flicker with another timerCaolán McNamara1-1/+13
2012-09-28set sane-ish maximum dialog sizeCaolán McNamara1-5/+9
2012-09-28find buttons in 'action area'Caolán McNamara1-4/+19
2012-09-28add a more formal isLayoutEnabledCaolán McNamara1-2/+9
2012-09-28add basic hbox, vbox and dialog supportCaolán McNamara1-0/+23
2012-09-12targetted VBA re-work.Noel Power1-11/+0
2012-07-16Replaced all calls to deprecated function ImplDelData::IsDelete()Jesso Clarence Murugan1-5/+5
2012-06-27Remove commented out codeThomas Arnhold1-17/+0
2012-04-25Removed usused method Dialog::Dialog(Window,ResId)Vicente Vendrell1-11/+0
2012-04-04No dialogs to be shown from vcl in a non-NativeActivity Android appTor Lillqvist1-1/+11
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-1/+1
2011-12-09callcatcher: remove unused code post automation removalCaolán McNamara1-9/+0
2011-12-06Fix non --enable-dbgutil builds.Stephan Bergmann1-4/+0
2011-12-06Make dialogs fail with an exception in headless tests.Stephan Bergmann1-11/+15
2011-11-27remove include of pch header from vclNorbert Thiebaud1-2/+0
2011-10-25re-write gtksys to use the cleaner GdkScreen API avoiding X & XineramaMichael Meeks1-0/+10
2011-09-15ByteString->rtl::OString[Buffer]Caolán McNamara1-11/+17
2011-09-12callcatcher: drop unused methodsCaolán McNamara1-7/+0
2011-09-05callcatcher: drop some Impl methods, regenerate listCaolán McNamara1-31/+0
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky1-3/+4
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-60/+60