summaryrefslogtreecommitdiff
path: root/vcl/source/window/window.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-05a11y: Enable accessibility for comboboxes in sidebarAntony1-0/+11
2024-03-28vcl: Implement JSLevelBarHubert Figuière1-0/+1
2024-03-04vcl: interface for WinAPI FlashWindow() functionVasily Melenchuk1-0/+4
2024-02-28tdf#159735 a11y: Dispose win accessible with VCLXWindowMichael Weghorn1-0/+1
2024-02-10tdf#54169: implement auto-accelerator feature on WindowsMike Kaganski1-1/+3
2023-12-30move IsFuzzing to comphelperCaolán McNamara1-3/+3
2023-12-04cid#1545582 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-11-08loplugin:fieldcast in WindowImplNoel Grandin1-0/+1
2023-11-02vcl: removed redundant checkVasily Melenchuk1-3/+0
2023-08-31jsdialog: render font previews with hidpiSzymon Kłos1-5/+9
2023-08-18Rename Window::ImplIsAccessibleNativeFrame and make it publicMichael Weghorn1-1/+1
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin1-17/+18
2023-07-26no need to check IsMapModeEnabled hereNoel Grandin1-5/+2
2023-07-21loplugin:redundantcast small improvementNoel Grandin1-1/+1
2023-07-20split GetWindowExtentsRelative asunderNoel Grandin1-10/+9
2023-07-20simplify the operation of ImplGetWindowExtentsRelativeNoel Grandin1-4/+2
2023-07-04ImplGetUnmirroredOutOffX can be constNoel Grandin1-4/+4
2023-05-31vcl: one more nullptr check in Window::GetOutDev()Miklos Vajna1-1/+1
2023-05-21Revert "tdf#63130 when getting the size, do not do a full paint"Caolán McNamara1-5/+1
2023-05-20loplugin:unusedfieldsNoel Grandin1-3/+0
2023-05-17vcl: fix crash in Window::GetOutDev()Miklos Vajna1-1/+1
2023-05-17tdf#63130 when getting the size, do not do a full paintNoel Grandin1-1/+5
2023-04-04jsdialog: dump label relation between widgetsSzymon Kłos1-0/+8
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-2/+2
2023-04-01use more XVclWindowPeerNoel Grandin1-4/+4
2022-11-21tdf#143209 vcl: track partial scroll deltasJonas Eyov1-0/+2
2022-09-19Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt1-5/+5
2022-09-10unique_ptr->optional for AllSettingsNoel Grandin1-3/+3
2022-08-22DumpAsPropertyTree: use more efficient overloads of JsonWriter::putMike Kaganski1-1/+1
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-06-08VCL add vcl::WindowPosSize abstract classJan-Marek Glogowski1-23/+23
2022-06-03elide some makeStringAndClear() classNoel Grandin1-2/+2
2022-05-17Drop pointless and misleading copypasta commentsTor Lillqvist1-6/+5
2022-03-15Avoid segv when co-editing around SvxColorTabPage.Michael Meeks1-1/+2
2022-03-14lok: fix position og autofilter in RTL modeSzymon Kłos1-2/+5
2022-02-15lok: sc: introduce LocalStartDrag methodHenry Castro1-0/+1
2022-02-10lok: introduce local mouse trackingHenry Castro1-0/+2
2021-11-01Prepare for removal of non-const operator[] from Sequence in vclMike Kaganski1-8/+8
2021-10-08vcl: split out outdev.h into seperate headersChris Sherlock1-1/+2
2021-09-28gives names to all the Idles and TasksNoel Grandin1-2/+2
2021-09-25vcl: Add sal/config.h in preparation for patchChris Sherlock1-0/+2
2021-09-23WB_DEFAULTWIN should be sufficient to flag that no icon is requiredCaolán McNamara1-1/+5
2021-09-23tdf#144624 Prevent infinite recursion when loading SVG iconAleksei Nikiforov1-0/+3
2021-08-30tdf#74702 vcl: introduce GetSystemTextColor()Chris Sherlock1-1/+1
2021-08-11no need to allocate AllSettings separately in ImplSVAppDataNoel Grandin1-2/+2
2021-08-03vcl: avoid native widget pieces for disposed BorderWindow.Michael Meeks1-2/+3
2021-07-29jsdialog: handle toolbox menus togglingSzymon Kłos1-0/+3
2021-07-20jsdialog: sidebar: dump visibility state for widgetsSzymon Kłos1-1/+3
2021-07-16tdf#142923 Deleting comment in Writer leaves visual artifact behindNoel Grandin1-6/+6
2021-07-13vcl: make get_id safe for disposed windows.Michael Meeks1-1/+2