summaryrefslogtreecommitdiff
path: root/vcl/source/window
AgeCommit message (Expand)Author
2013-12-06map homogeneous to opposite of non-homogeneousCaolán McNamara
2013-12-06Re-organize OS X and iOS code in vcl a bitTor Lillqvist
2013-12-06Zip .ui translations per UIConfig target.Matúš Kukan
2013-12-05Resolves: #i123795# variable names should not confuse vcl...Herbert Dürr
2013-12-04Resolves: rhbz#1038189 refresh printer list when print dialog launchedCaolán McNamara
2013-12-04Device-specific font substitution is not usedKhaled Hosny
2013-12-04VCL : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2013-12-04convert OutputDevice::HasGlyphs from xub_StrLen->sal_Int32Noel Grandin
2013-12-02Resolves: #i123765# reset buffered DropTarget when undockingArmin Le Grand
2013-12-02Resolves: #i74854# fix buttons in MsgBox with info iconHerbert Dürr
2013-11-30WaE: ‘nPos’ may be used uninitialized in this functionTomaž Vajngerl
2013-11-29typo: seperator -> separatorAndras Timar
2013-11-25Integrate branch of IAccessible2Steve Yin
2013-11-25this is the same condition as isSuitableDestinationCaolán McNamara
2013-11-19uia: merge VCL pieces of IAccessible2 work.Michael Meeks
2013-11-18want to be able to support non homogeneous buttons in buttonboxesCaolán McNamara
2013-11-18adjust sizes of primary and secondary areasCaolán McNamara
2013-11-18HIG seperate primary and secondary text by 24pixelsCaolán McNamara
2013-11-15add a stock connect button stringCaolán McNamara
2013-11-14Force SetBackground() only if the appropriate settings changed.Jan Holesovsky
2013-11-14remove unnecessary sal_Unicode casts in VCL moduleNoel Grandin
2013-11-10clean up #ifdef ICC codeMichael Stahl
2013-11-07remove unnecessary use of OUString constructor in VCL moduleNoel Grandin
2013-11-05Resolves: fdo#70588 MultiLineEdits don't need WB_WORDBREAK setNiklas Johansson
2013-11-04Resolves: fdo#70588 MultiLineEdits don't need WB_WORDBREAK setCaolán McNamara
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin
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-10-29Resolves: rhbz#1021915 force menubar menus to be up/down onlyCaolán McNamara
2013-10-28Add some (commented out) SAL_DEBUG() callsTor Lillqvist
2013-10-23clean up places accessing the NULL at the of an OUStringNoel Grandin
2013-10-22ImplCalcSize etc can be constCaolán McNamara
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-22vcl: mark more Image constructors as "explicit"Michael Stahl
2013-10-21post String conversion cleanupThomas Arnhold
2013-10-14ensure message box is first child of message dialogCaolán McNamara
2013-10-12It's whether X11 is used that is meant hereTor Lillqvist
2013-10-11Don't use X11 concepts on iOS or AndroidTor Lillqvist
2013-10-09Fix for iOS scroll by pixels, and pinch to zoomptyl@cloudon.com
2013-10-08CID#1079271 uninitialized member variablesCaolán McNamara
2013-10-07fdo#70160: Revert "Sidebar: Correcting anomalous mouse behaviour while resizing"Jan Holesovsky
2013-09-30merge queue_layout and queue_resizeCaolán McNamara
2013-09-26typo fixes in commentsAndras Timar
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
2013-09-18WaE: may be used uninitializedTor Lillqvist
2013-09-17pFontSubst is always NULLCaolán McNamara
2013-09-17support gtk-stop generic labelCaolán McNamara
2013-09-16Resolves: fdo#69236 route size request to layout widget, not hard-coded valueCaolán McNamara
2013-09-13Sidebar: Correcting anomalous mouse behaviour while resizingPrashant Pandey