summaryrefslogtreecommitdiff
path: root/vcl/source/window
AgeCommit message (Expand)AuthorFilesLines
2022-06-17Convert ImplWindowStateFromStr to WindowData(str)Jan-Marek Glogowski1-5/+3
2022-06-15Drop SalMenu::DrawMenuBar (is WIN-only)Jan-Marek Glogowski1-3/+0
2022-06-13avoid uninitialized data when handling WindowStateLuboš Luňák1-17/+12
2022-06-09a Frame has max two childrenCaolán McNamara1-1/+1
2022-06-08VCL add vcl::WindowPosSize abstract classJan-Marek Glogowski8-227/+221
2022-06-08tdf#119827 implement GtkBuilder "scale" property for font sizeCaolán McNamara2-0/+16
2022-06-05assert if a model is used in duplicate widgetsCaolán McNamara1-0/+4
2022-06-03Related: tdf#147844 still log the discrepancyAron Budea1-3/+3
2022-06-03elide some makeStringAndClear() classNoel Grandin1-2/+2
2022-05-27tdf#147844: Use sanity check only if LibreOfficeKit is activeXisco Fauli1-3/+8
2022-05-23Removed duplicated includeAndrea Gelmini1-2/+0
2022-05-22tdf#145182 related: fix SwNavigator repositioning on resizeJim Raykowski1-1/+3
2022-05-17Drop pointless and misleading copypasta commentsTor Lillqvist1-6/+5
2022-05-09Related: tdf#148433 experiment with SAL_DISABLE_CURSOR_INDICATORCaolán McNamara1-1/+7
2022-05-06Related: tdf#148433 use a slightly different cursor directional indicatorCaolán McNamara1-5/+9
2022-05-05loplugin:unusedvariableplusNoel Grandin1-3/+0
2022-05-04remove unused layout callLuboš Luňák1-2/+0
2022-05-04remove completed TODOCaolán McNamara1-1/+0
2022-05-04reset cached SalLayoutGlyphs when statusbar text changesLuboš Luňák1-0/+1
2022-05-04tidy up SalLayoutGlyphs usage in StatusBarLuboš Luňák1-24/+23
2022-05-04do not allow reusing already used SalLayoutGlyphs (tdf#148477)Luboš Luňák1-3/+5
2022-05-03Just use Any ctor instead of makeAny in vclStephan Bergmann2-7/+7
2022-04-30jsdialog: used for formulabarSzymon Kłos1-3/+8
2022-04-29Fix Method EraseAllMnemonicChars bugxuenhua1-1/+1
2022-04-26add o3tl::toUInt32Noel Grandin2-2/+4
2022-04-26Use o3tl::make_unsigned in some placesStephan Bergmann1-1/+2
2022-04-26tdf#125931: Enable sidebar in MathMike Kaganski1-0/+1
2022-04-20tdf#97228 Move ToolbarValue class to separate include fileVaibhavMalik41872-0/+2
2022-04-15sc: introduce SparklineShell and Sparkline contextTomaž Vajngerl1-0/+1
2022-04-14Resolves: tdf#148476 allow dialog resize buttons to "shrink" againCaolán McNamara2-6/+5
2022-04-13jsdialog: reenable after welding, unify with dialogsSzymon Kłos1-6/+0
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin2-45/+46
2022-04-11lok: fix formulabar renderingSzymon Kłos1-1/+1
2022-04-01uitest: add wrapper for VclExpanderXisco Fauli1-0/+5
2022-03-31tdf#147668: Reliably remove GTK menu bar widgetStephan Bergmann2-0/+4
2022-03-28jsdialog: fix toolboxes with childrenSzymon Kłos1-3/+0
2022-03-24loplugin:constantparamNoel Grandin1-2/+2
2022-03-15Avoid segv when co-editing around SvxColorTabPage.Michael Meeks1-1/+2
2022-03-14lok: fix position og autofilter in RTL modeSzymon Kłos2-3/+6
2022-03-14lok: send logic autofilter positionSzymon Kłos1-1/+4
2022-03-09gtk4: remove set_accessible_relation_label_forCaolán McNamara1-2/+0
2022-03-09Related: tdf#146551 Make image and native checkmark same size in menuMike Kaganski1-1/+1
2022-03-08Resolves: tdf#147722 ScrolledWindow expands beyond buttonboxCaolán McNamara1-1/+1
2022-03-08replace member-of in .ui a11y relationsCaolán McNamara2-13/+0
2022-03-07do not pass XComponentContext to officecfg::...::get() callsLuboš Luňák1-1/+1
2022-03-07tdf#140222 make InterimTearableParent docking windows not dockableJim Raykowski1-1/+2
2022-02-28Related: tdf#147667 don't toggle radiobutton on mnemonic if it's not uniqueCaolán McNamara1-2/+4
2022-02-18lok: reset and cancel properly Drag & Drop actionSzymon Kłos1-21/+27
2022-02-16Add sanity check to avoid potential crash in the Collabora Online serverTor Lillqvist1-2/+3
2022-02-15lok: fix sending mouse pointerHenry Castro1-2/+4