summaryrefslogtreecommitdiff
path: root/include/vcl/window.hxx
AgeCommit message (Expand)AuthorFilesLines
2024-07-17vcl: support for Windows ITaskbarList3 interfaceVasily Melenchuk1-0/+3
2024-05-16VCL: Windows: more usecases for FlashWindow() API to inform on changesVasily Melenchuk1-2/+2
2024-03-14reduce symbol visibility in vclNoel Grandin1-93/+93
2024-03-05Fix Windows --enable-mergelibs=more buildNoel Grandin1-1/+1
2024-03-04vcl: interface for WinAPI FlashWindow() functionVasily Melenchuk1-0/+3
2024-01-16calc: on editing invalidation of view with different zoom is wrongMarco Cecchetti1-0/+2
2023-10-23vcl: migrate text layout functions out of OutputDeviceChris Sherlock1-1/+1
2023-08-31jsdialog: render font previews with hidpiSzymon Kłos1-2/+2
2023-08-18Rename Window::ImplIsAccessibleNativeFrame and make it publicMichael Weghorn1-1/+1
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin1-6/+6
2023-07-26improve override of Window::Invalidate(*)Noel Grandin1-4/+4
2023-07-20split GetWindowExtentsRelative asunderNoel Grandin1-4/+4
2023-07-18remove ImplFrameToOutput and ImplOutputToFrameNoel Grandin1-4/+0
2023-07-04ImplGetUnmirroredOutOffX can be constNoel Grandin1-1/+1
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-4/+4
2023-04-01use more XVclWindowPeerNoel Grandin1-4/+4
2023-03-07lok: form controls: rendering and mouse event forwardingMarco Cecchetti1-1/+1
2022-10-24Drop Window::LogicMouse*Mike Kaganski1-7/+0
2022-08-25vcl: rename GetNonMnemonicString() and make it standalone functionChris Sherlock1-2/+0
2022-08-03tdf#117388 use native scrollbar under gtk in writerCaolán McNamara1-3/+4
2022-07-20move wintypes.hxx from tools to vclChris Sherlock1-1/+1
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-1/+1
2022-03-08replace member-of in .ui a11y relationsCaolán McNamara1-1/+0
2022-02-15lok: sc: introduce LocalStartDrag methodHenry Castro1-0/+1
2022-02-10lok: introduce local mouse trackingHenry Castro1-0/+2
2022-01-25lok: enable in-place editing of math equationsMike Kaganski1-0/+1
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin1-1/+1
2021-08-30tdf#74702 vcl: introduce GetSystemTextColor()Chris Sherlock1-14/+1
2021-08-30vcl: move TextLayoutCache into vcl::text namespaceChris Sherlock1-1/+1
2021-07-09drop newly unused SetParentToDefaultWindowCaolán McNamara1-8/+0
2021-07-09can avoid exporting the Compat methodsCaolán McNamara1-8/+8
2021-07-08make SetParentToDefaultWindow available from vcl onlyCaolán McNamara1-1/+1
2021-05-31Drop Window::IsDisposedNoel1-1/+2
2021-05-18loplugin:unusedmethodsNoel Grandin1-24/+0
2021-05-17split OutputDevice from WindowNoel Grandin1-36/+143
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin1-8/+4
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin1-4/+8
2021-05-06make it possible to write canvas unittestsLuboš Luňák1-10/+2
2021-05-04sal_uLong->sal_Int32 in PointerStateNoel Grandin1-3/+2
2021-04-06forward declare vcl::window in vcl/event.hxxCaolán McNamara1-15/+0
2021-03-30ImplGetWinChildClipRegion never returns nullCaolán McNamara1-1/+1
2021-03-11use some forward declares to reduce includesCaolán McNamara1-13/+0
2021-03-09fetch/set/clear primary selection without intermediate vcl::WindowCaolán McNamara1-1/+0
2021-02-05improve SalInstanceWidget::drawCaolán McNamara1-0/+2
2021-01-24Window::HasMirroredGraphics is unnecessaryNoel Grandin1-2/+0
2021-01-22find-can-be-private-symbolsNoel1-1/+1
2021-01-13Revert "jsdialog: disable idle notify"Szymon Kłos1-3/+0
2021-01-02tdf#74702 - vcl: introduce OutputDevice::GetDeviceInfo()Chris Sherlock1-0/+2
2021-01-02tdf#74702 - vcl: introduce OutputDevice::CanEnableNativeWidget()Chris Sherlock1-0/+2
2020-12-22jsdialog: disable idle notifyHenry Castro1-0/+3