summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)AuthorFilesLines
2021-05-28IsDisposed->isDisposed in toolkitNoel Grandin1-2/+2
2021-05-25fix leak in toolkit testNoel Grandin2-0/+3
2021-05-20fix VCLXWindow related leaksNoel Grandin1-2/+13
2021-05-19fix crash in X-Ray extensionNoel Grandin1-8/+16
2021-05-17split OutputDevice from WindowNoel Grandin5-27/+20
2021-05-14tdf#142255 Crash when trying to insert a shapeNoel Grandin3-26/+46
2021-05-13DBG_ASSERT->assert in UnoWrapperNoel Grandin1-9/+10
2021-05-13can pass by const& hereNoel Grandin2-2/+2
2021-05-13fix leak in VCLXWindowImplNoel Grandin1-5/+7
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin7-21/+24
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin7-24/+21
2021-05-12fix leak in VCLXWindowNoel Grandin1-16/+32
2021-05-04final 'next incompatible build' TODOCaolán McNamara1-2/+2
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann23-75/+75
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-6/+3
2021-04-28use string_view in INetURLObject::encodeNoel Grandin1-1/+1
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-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin1-1/+1
2021-04-12forward decl vcl::Window in toolkit/awt/vclxwindow.hxxCaolán McNamara4-0/+4
2021-04-12vclxtopwindow.hxx and vclxcontainer.hxx can now be private headersCaolán McNamara8-10/+147
2021-04-12VCLXMultiPage can be in private headersCaolán McNamara7-2/+821
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+2
2021-04-08move set/get Pointer to VCLUnoHelperCaolán McNamara1-4/+22
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-5/+9
2021-04-07rtl::Static -> function local staticNoel Grandin1-5/+2
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-13Minor improvementTor Lillqvist1-3/+3
2021-03-12move hatchwindow to toolkitCaolán McNamara8-0/+1317
2021-03-11no need to cast to WorkWindow* to use ToTopCaolán McNamara1-2/+2
2021-03-03vcl/floatwin.hxx can be toolkit only nowCaolán McNamara2-2/+2
2021-03-02loplugin:refcounting in toolkitNoel3-10/+9
2021-02-25dockwin.hxx doesn't need to include floatwin.hxxCaolán McNamara1-0/+1
2021-02-23loplugin:refcounting in toolkitNoel16-50/+44
2021-02-22forward declare some things and avoid includesCaolán McNamara1-1/+2
2021-02-22Adapt to changed CreateWindow signatureStephan Bergmann1-9/+10
2021-02-19foward declare NotebookBarAddonsItem instead of using includeCaolán McNamara1-3/+2
2021-02-17loplugin:referencecasting in test..toolkitNoel6-12/+10
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann1-2/+4
2021-02-06move MenuButton to vcl/toolkitCaolán McNamara1-1/+1
2021-01-28simplify code, use more subView()Noel1-5/+3
2021-01-27tdf#139609 avoid fetching unnecessary xid under gtk3Caolán McNamara2-2/+2
2021-01-26use an accessor for SystemEnvData::aWindowCaolán McNamara2-2/+2
2021-01-25avoid some ref-countingNoel Grandin6-21/+21
2021-01-24Use ContainerType().swap and avoid local variablesMike Kaganski4-12/+5
2021-01-16make the Color constructors explicitly specify transparencyNoel4-48/+34
2021-01-09fix coverity parse errorsCaolán McNamara3-16/+16
2021-01-02tdf#74702 - vcl: introduce OutputDevice::GetDeviceInfo()Chris Sherlock1-43/+2
2020-12-26New loplugin:stringliteralvarStephan Bergmann3-16/+16