summaryrefslogtreecommitdiff
path: root/vcl/source/window/window.cxx
AgeCommit message (Expand)Author
2012-09-28implement Grid and Box propertiesCaolán McNamara
2012-09-28move property setting into widgetsCaolán McNamara
2012-09-28document methodsCaolán McNamara
2012-09-28don't bother with children resize request while dialog is closingCaolán McNamara
2012-09-28Implement "visible" from builder. Fix queueResize.Caolán McNamara
2012-09-28allow reordering widget according to packing::positionCaolán McNamara
2012-09-28retro-fit dialog child traversal with nextLogicalChildOfParentCaolán McNamara
2012-09-28implement override [height|width]-requestCaolán McNamara
2012-09-28better use of hasPendingLayoutCaolán McNamara
2012-09-28reduce flicker with another timerCaolán McNamara
2012-09-28make setting properties virtual in order to handle borderwindowCaolán McNamara
2012-09-28resize not-shown-yet dialogs to fit contentsCaolán McNamara
2012-09-28add a more formal isLayoutEnabledCaolán McNamara
2012-09-28only queue Resize if we're initializd sufficiently to be able to resizeCaolán McNamara
2012-09-28implement minimum width/height for buttons in buttonboxCaolán McNamara
2012-09-28allow arbitrary child propertiesCaolán McNamara
2012-09-28add basic hbox, vbox and dialog supportCaolán McNamara
2012-08-23Fix typo in a comment (copied here and there).Jan Holesovsky
2012-07-16Replaced all calls to deprecated function ImplDelData::IsDelete()Jesso Clarence Murugan
2012-06-29some pesky XubStringsCaolán McNamara
2012-06-19merge together hand-crafted traditional/simplified chinese testsCaolán McNamara
2012-06-13calc input line: Fix crash with accessibility enabled.Jan Holesovsky
2012-06-12Get rid of GRADIENT_* defines, they conflict with Windows GDI types.Jan Holesovsky
2012-06-11FixedBorder is no longer usedCaolán McNamara
2012-06-09Do what the TODO said: Remove unused member and inclusion of vcl/virdev.hxxTor Lillqvist
2012-06-02targeted string re-workNorbert Thiebaud
2012-05-29nuke unused typedefTakeshi Abe
2012-05-22convert GetSurroundingText family to OUStringCaolán McNamara
2012-03-06nothing uses ImplAsyncStateChangedHdl anymore nowCaolán McNamara
2012-03-06last user of Window::PostStateChanged was TaskBarCaolán McNamara
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2012-02-18Fix typos in commentsElton Chung
2012-01-31Fix for fdo43460 Part LVIII getLength() to isEmpty()Olivier Hallot
2012-01-18remove unused codeThomas Arnhold
2012-01-10Use SAL_N_ELEMENTSThomas Arnhold
2011-12-18translate German comments to English in VCL moduleLuc Castermans
2011-12-08childs -> childrenMichael T. Whiteley
2011-12-07Change "menues" to "menus"Michael T. Whiteley
2011-11-27remove include of pch header from vclNorbert Thiebaud
2011-11-20Review comment translations by Luc Castermans <luc.castermans@gmail.com>Lionel Elie Mamane
2011-11-20translated German comments to EnglishLuc Castermans
2011-11-07redundant if not-null checks on deleteThomas Arnhold
2011-10-27removed dead codeTakeshi Abe
2011-10-10ByteString->rtl::OStringCaolán McNamara
2011-10-05conversion operator gone nowCaolán McNamara
2011-09-20ByteString->rtl::OString[Buffer]Caolán McNamara
2011-09-15ByteString->rtl::OString[Buffer]Caolán McNamara
2011-08-17When painting overlapped controls, paint the bottom one first.Kohei Yoshida
2011-07-26callcatcher: clean WindowThomas Arnhold
2011-07-14iOS hackingTor Lillqvist