summaryrefslogtreecommitdiff
path: root/vcl/source/window
AgeCommit message (Expand)Author
2014-08-21only subtract height of hscroll if visibleCaolán McNamara
2014-08-21facepalm: nAvailHeight is not derived from allocation WidthCaolán McNamara
2014-06-10fdo79368 Don't process overflow menu items twice.Andrzej Hunt
2014-06-10Integrate branch of IAccessible2Steve Yin
2014-05-22SvxRelativeField: set the unit from the passed stringmapMichael Stahl
2014-04-30Toolbar overflow/context menu: keep ordering and don't discard separator.Andrzej Hunt
2014-04-16hidpi: Forgotten rounding.Jan Holesovsky
2014-04-16fdo#77059, hidpi: Increase the threshold of what DPI we consider hi-dpi.Jan Holesovsky
2014-04-02Hopefully fix Windows HiDPI toolbar layout bugKeith Curtis
2014-03-25force DPIScaleFactor to 1 on MacNorbert Thiebaud
2014-03-25hidpi: Sidebar, fontwork, autoformat and other improvements.Keith Curtis
2014-03-25hidpi: Make many places Hi-DPI aware.Jan Holesovsky
2014-03-25Introduce DPI scale factor for Hi-DPI displays.Jan Holesovsky
2014-03-07fdo#59329 Fix docked window border linesAhmad H. Al Harthi
2014-03-07fdo#59329 fix docked panels bordersAhmad H. Al Harthi
2014-03-03Resolves: rhbz#1007697 Update on a Window triggering delete on windowCaolán McNamara
2014-02-18fdo#41760 rhbz#1038189 refresh printer list when print dialog launchedCaolán McNamara
2014-02-18Resolves: fdo#74284 use AccessibleRole::PANEL for VclBoxes under windowsCaolán McNamara
2014-02-04fdo#74104 fdo#73904 backport Message dialog creation from message stringsCaolán McNamara
2014-01-09stop condition reversed, sighCaolán McNamara
2013-12-09Zip .ui translations per UIConfig target.Matúš Kukan
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-29typo: seperator -> separatorAndras Timar
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