summaryrefslogtreecommitdiff
path: root/toolkit/source/awt/vclxtoolkit.cxx
AgeCommit message (Expand)AuthorFilesLines
2025-06-19a11y: Drop a11y logic from VCLXWindowMichael Weghorn1-1/+1
2025-05-28toolkit: Drop VCLXToolBoxMichael Weghorn1-1/+1
2025-05-25Unify on VclPtr::resetMike Kaganski1-1/+1
2025-03-10use more concrete UNO classes in toolkitNoel Grandin1-10/+8
2025-02-18vcl: menubtn.[hc]xx -> MenuButton.[hc]xxChristopher Sherlock1-1/+1
2025-02-18vcl: nType -> eTypeChristopher Sherlock1-17/+17
2024-12-04Move helpers for css::awt/VCL point/rect/size to vcl::unohelperMichael Weghorn1-1/+2
2024-07-11Unify/Port to use VCLUnoHelper for AWT <-> VCL conversionsMichael Weghorn1-2/+1
2024-07-03lok: Avoid launching an un-necessary thread.Michael Meeks1-1/+3
2024-06-30tdf#161844: AbsoluteScreenPixelRectangle is a closed intervalMike Kaganski1-2/+2
2024-05-15loplugin:ostr in toolkitNoel Grandin1-12/+12
2024-03-31convert VCLXToolkit to comphelper::WeakComponentImplHelperNoel Grandin1-87/+73
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-2/+2
2023-10-30tdf#157518: vcl: Introduce vcl control LevelBarSarper Akdemir1-1/+1
2023-10-26tdf#153519 use new IdleTask::waitUntilIdleDispatchedNoel Grandin1-0/+8
2023-10-20Use getXWeak in toolkitMike Kaganski1-4/+4
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin1-1/+1
2023-05-09move a toolkit header inside the moduleNoel Grandin1-1/+1
2023-04-01use more XVclWindowPeerNoel Grandin1-2/+2
2023-01-13XUnoTunnel->dynamic_cast in VCLXDeviceNoel Grandin1-1/+1
2023-01-09use std::this_thread::sleep_for instead of osl equivalentArnaud VERSINI1-1/+2
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann1-2/+1
2022-12-22loplugin:unocast (VCLXDialog)Stephan Bergmann1-1/+2
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-08-09move scrbar.hxx to vcl/toolkitCaolán McNamara1-1/+1
2022-08-06the "CreateWindow" function in svtools is newly removedCaolán McNamara1-62/+1
2022-08-06move SVTXGridControl to toolkitCaolán McNamara1-1/+8
2022-08-02clang-tidy modernize-pass-by-value in toolkitNoel Grandin1-2/+3
2022-07-20move wintypes.hxx from tools to vclChris Sherlock1-1/+1
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock1-2/+2
2022-05-03Use o3tl::make_unsigned in some placesStephan Bergmann1-1/+2
2021-12-18use more cppu::BaseMutexNoel Grandin1-8/+3
2021-11-28use more OInterfaceContainerHelper3 in toolkitNoel Grandin1-15/+10
2021-11-12adapt to Sequence::operator[] non-const removalLuboš Luňák1-3/+4
2021-11-12make it possible to find out what fonts are actually really usedLuboš Luňák1-0/+28
2021-09-18Fix typoAndrea Gelmini1-2/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-1/+1
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski1-2/+2
2021-07-09toolkit: initialise new VCLXTopWindow properlyMichael Stahl1-0/+1
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin1-3/+3
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin1-3/+3
2021-04-28Move some static functions from ProfileZone to TraceEvent where they belongTor Lillqvist1-2/+2
2021-04-27Refactor ProfileZone and create Chrome Trace Event Format dataTor Lillqvist1-3/+3
2021-04-27Clarify the ProfileRecording APITor Lillqvist1-2/+2
2021-04-12vclxtopwindow.hxx and vclxcontainer.hxx can now be private headersCaolán McNamara1-1/+1
2021-04-12VCLXMultiPage can be in private headersCaolán McNamara1-0/+1
2021-03-03vcl/floatwin.hxx can be toolkit only nowCaolán McNamara1-1/+1
2021-02-23loplugin:refcounting in toolkitNoel1-7/+5
2021-02-22Adapt to changed CreateWindow signatureStephan Bergmann1-9/+10
2021-02-06move MenuButton to vcl/toolkitCaolán McNamara1-1/+1