summaryrefslogtreecommitdiff
path: root/vcl/source/window
AgeCommit message (Expand)AuthorFilesLines
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
2022-02-15lok: sc: introduce LocalStartDrag methodHenry Castro3-9/+23
2022-02-11lok: add drag & drop functionalityHenry Castro1-0/+57
2022-02-11lok: fix the "mbStartDragCalled" statusHenry Castro1-1/+0
2022-02-10lok: add generic class DragContext, DropContextHenry Castro1-0/+36
2022-02-10lok: introduce local mouse trackingHenry Castro3-32/+74
2022-02-08lok: introduce Application::LOKHandleMouseEventHenry Castro1-2/+2
2022-02-08lok: sc: introduce ImplLOKHandleMouseEventHenry Castro1-0/+122
2022-02-07lok: add 'dropdown' dialog typeHenry Castro1-1/+4
2022-02-04Resolves: tdf#146997 use sal_Int64 instead of sal_Int32 for spinbutton valuesCaolán McNamara1-13/+9
2022-02-02Fix variable nameAndrea Gelmini1-4/+4
2022-02-01fix the orientation combobox in the print dialogLuboš Luňák1-31/+6
2022-01-28Temporary is enough here, to reduce scopeMike Kaganski1-2/+1
2022-01-27tdf#144166 use border drawing style for VclScrolledWindowCaolán McNamara1-2/+4
2022-01-27Related: tdf#146648 let SetWindowState size trump the initial layout pref sizeCaolán McNamara1-0/+16
2022-01-26move ToolBoxItemId into its own headerCaolán McNamara1-0/+1
2022-01-24gtk3: set placeholder image in GtkButton in .uiCaolán McNamara1-0/+2
2022-01-24RTL: lok: mirror cursor position when neededSzymon Kłos1-1/+14
2022-01-24RTL: lok: render tunneled dialogs mirroredSzymon Kłos1-6/+13
2022-01-24RTL: lok: handle mirrored mouse coordinatesSzymon Kłos1-0/+8
2022-01-22Use o3tl::convert instead of OutputDevice::LogicToLogicMike Kaganski1-5/+5
2022-01-18Avoid endless recursion in ImplSmallBorderWindowView::InitStephan Bergmann1-2/+10
2022-01-09Catch exception if failing to set the drag sourceJan-Marek Glogowski1-3/+11
2022-01-07VCL move platform code from mouse.cxx into pluginsJan-Marek Glogowski1-61/+12
2022-01-04lokit: double check for disposed windows & fix leak.Michael Meeks1-1/+1