summaryrefslogtreecommitdiff
path: root/vcl/source/window/window.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-02-25Resolves: fdo#60764 sort options can grow too wide to fit on screenCaolán McNamara1-1/+1
2013-02-25Resolves: rhbz#895196 sc filter float a11y parent of itself loop/recurseCaolán McNamara1-3/+9
2012-12-03fdo#43901 & fdo#42577 RTL tollbars mirroring & fdo#56412Abdulmajeed Al-Abaulrazzaq1-1/+1
2012-12-03ugly hack to avoid virtual method in WindowMarkus Mohrhard1-3/+6
2012-12-03first working version of modal ref input dlgsMarkus Mohrhard1-1/+7
2012-11-26Make ~Window more robustStephan Bergmann1-29/+37
2012-11-22AllSettings with LanguageTagEike Rathke1-2/+2
2012-11-20Enforce use of accessors on gen.hxx structuresMatteo Casalin1-5/+5
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-29/+19
2012-11-06impress211: #i110990# Fixed slide show spanning multiple displays on Windows.Andre Fische1-6/+6
2012-11-05fdo#46808, rename methodNoel Grandin1-1/+1
2012-10-31fdo#46808, Deprecate configuration::ConfigurationProvider old-style serviceNoel Grandin1-1/+1
2012-10-31Get rid of vcl::unohelper::GetMultiServiceFactoryStephan Bergmann1-109/+95
2012-10-22add infrastructure for secondary button groupsCaolán McNamara1-0/+1
2012-10-11add a stub ScrolledWindow to store scroll propertiesCaolán McNamara1-1/+4
2012-10-09kill off the layout competitionCaolán McNamara1-5/+0
2012-10-04handle children of deferred dialog betterCaolán McNamara1-4/+2
2012-10-04be more tolerant of temporary frameless parentsCaolán McNamara1-2/+4
2012-09-28sort child positions within parents according to grid positionCaolán McNamara1-2/+2
2012-09-28reduce size requests if new text is same as oldCaolán McNamara1-0/+3
2012-09-28we need to have the outermost TabDialog as the recipient of tab keystrokesCaolán McNamara1-1/+2
2012-09-28move layout diagnostics to vcl.layout channelCaolán McNamara1-1/+1
2012-09-28having two SetPosSizePixel is a blasted nuisanceCaolán McNamara1-2/+2
2012-09-28add left/right/top/bottom margin supportCaolán McNamara1-0/+5
2012-09-28Keep binary resource help id on retro-fitCaolán McNamara1-11/+32
2012-09-28ditch over complex property bucketsCaolán McNamara1-24/+10
2012-09-28move from window.cxx to window2.cxx to build under windowsCaolán McNamara1-310/+0
2012-09-28adapt for changesCaolán McNamara1-2/+0
2012-09-28hook up tooltipsCaolán McNamara1-0/+4
2012-09-28improve queue_resizeCaolán McNamara1-4/+7
2012-09-28skip queue_resize on irrelevant state changesCaolán McNamara1-2/+19
2012-09-28allow bare Windows to be replaceable too (GtkDrawingArea)Caolán McNamara1-1/+9
2012-09-28implement widget alignment within gtkgridCaolán McNamara1-0/+76
2012-09-28extend property snaffling to listboxes etc.Caolán McNamara1-0/+2
2012-09-28move height/width request into WindowImplCaolán McNamara1-5/+32
2012-09-28blasted BorderWindows are a painCaolán McNamara1-0/+8
2012-09-28Implement conversion scheme for dialogs without changing their codeCaolán McNamara1-0/+124
2012-09-28support sensitive propertyCaolán McNamara1-0/+2
2012-09-28add resizable bitsCaolán McNamara1-0/+8
2012-09-28basic optimization passCaolán McNamara1-19/+0
2012-09-28implement Grid and Box propertiesCaolán McNamara1-4/+1
2012-09-28move property setting into widgetsCaolán McNamara1-0/+49
2012-09-28document methodsCaolán McNamara1-2/+2
2012-09-28don't bother with children resize request while dialog is closingCaolán McNamara1-1/+3
2012-09-28Implement "visible" from builder. Fix queueResize.Caolán McNamara1-0/+1
2012-09-28allow reordering widget according to packing::positionCaolán McNamara1-0/+32
2012-09-28retro-fit dialog child traversal with nextLogicalChildOfParentCaolán McNamara1-1/+1
2012-09-28implement override [height|width]-requestCaolán McNamara1-2/+19
2012-09-28better use of hasPendingLayoutCaolán McNamara1-0/+4
2012-09-28reduce flicker with another timerCaolán McNamara1-19/+20