summaryrefslogtreecommitdiff
path: root/toolkit/source/awt/vclxwindow.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-02-28tdf#159735 a11y: Dispose win accessible with VCLXWindowMichael Weghorn1-1/+0
2023-12-30cid#1545965 COPY_INSTEAD_OF_MOVECaolán McNamara1-4/+4
2023-11-08loplugin:fieldcast in VCLXWindowImplNoel Grandin1-4/+3
2023-10-20Use getXWeak in toolkitMike Kaganski1-22/+22
2023-05-09move a toolkit header inside the moduleNoel Grandin1-1/+1
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-6/+3
2023-02-22BaseMutex->std::mutex in ListenerMultiplexerBaseNoel Grandin1-2/+2
2023-01-16XUnoTunnel->dynamic_cast in VCLXPointerNoel Grandin1-1/+1
2023-01-13XUnoTunnel->dynamic_cast in VCLXDeviceNoel Grandin1-4/+0
2022-12-19remove dependency from drawinglayer to frameworkNoel Grandin1-0/+15
2022-09-19tdf#149797 Change highlight background color in some controlsIlhan Yesil1-0/+46
2022-08-02clang-tidy modernize-pass-by-value in toolkitNoel Grandin1-2/+3
2021-12-16use more OInterfaceContainerHelper3 in toolkitCaolán McNamara1-3/+2
2021-11-28use more OInterfaceContainerHelper3 in toolkitNoel Grandin1-10/+11
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-1/+1
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin1-1/+0
2021-08-30tdf#74702 vcl: introduce GetSystemTextColor()Chris Sherlock1-2/+2
2021-08-19loplugin:constmethodsNoel Grandin1-1/+1
2021-05-20fix VCLXWindow related leaksNoel Grandin1-2/+13
2021-05-17split OutputDevice from WindowNoel Grandin1-12/+11
2021-05-14tdf#142255 Crash when trying to insert a shapeNoel Grandin1-22/+38
2021-05-13fix leak in VCLXWindowImplNoel Grandin1-5/+7
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin1-1/+1
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin1-1/+1
2021-05-12fix leak in VCLXWindowNoel Grandin1-16/+32
2021-05-04final 'next incompatible build' TODOCaolán McNamara1-2/+2
2021-03-03vcl/floatwin.hxx can be toolkit only nowCaolán McNamara1-1/+1
2021-02-25dockwin.hxx doesn't need to include floatwin.hxxCaolán McNamara1-0/+1
2021-02-23loplugin:refcounting in toolkitNoel1-1/+1
2021-01-16make the Color constructors explicitly specify transparencyNoel1-25/+14
2020-08-04loplugin:flatten in toolkitNoel Grandin1-121/+120
2020-05-22PaintToDevice doesn't use its Size argumentCaolán McNamara1-1/+1
2020-05-22remove Size arg from Window::Draw and depend on GetSizePixelCaolán McNamara1-9/+3
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-04-11rename vcl::Window::Update to PaintImmediatelyNoel Grandin1-3/+3
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen1-1/+0
2020-03-21simplify codeNoel Grandin1-18/+4
2020-03-15Revert "loplugin:constfields in toolkit"Noel Grandin1-1/+1
2020-02-08replace some more copy/clear with swapNoel Grandin1-2/+1
2020-02-05move some toolkit/ headers inside the moduleNoel Grandin1-1/+1
2019-11-11tdf#127921 Revert mouse/key listeners to original stateSamuel Mehrbrodt1-68/+49
2019-09-18tdf#42949 Fix IWYU warnings in toolkit/Gabor Kelemen1-10/+1
2019-09-06Fixing "...."Andrea Gelmini1-1/+1
2019-08-22loplugin:constmethod in toolkitNoel Grandin1-2/+2
2019-08-08tdf#74702: use OutputDevice::GetBackgroundColor()Chris Sherlock1-1/+1
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov1-1/+1
2019-06-04tdf#39593 remove IMPL_XUNOTUNNEL* macrosArkadiy Illarionov1-22/+2
2019-05-21Related tdf#122920 Treat UNO key events the same as mouse eventsSamuel Mehrbrodt1-15/+18
2019-05-06Fix indentationSamuel Mehrbrodt1-1/+1
2019-04-17tdf#122920 Send UNO mouse events to parent window listeners as wellSamuel Mehrbrodt1-34/+50