summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-25tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorBayram Çiçek1-1/+1
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-1/+2
2020-12-04add a way to get an awt::XPopupMenu from a PopupMenuCaolán McNamara2-0/+9
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel2-2/+3
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel2-2/+2
2020-11-18tdf#123936 Formatting files in module toolkit with clang-formatPhilipp Hofer7-58/+54
2020-11-14tdf#138187 Don't open UNO hyperlink control's URL twiceMichael Weghorn1-22/+0
2020-11-12Permit scrollable AWT tab pages a la scrolled DialogThorsten Behrens3-6/+19
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin3-3/+3