summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)Author
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-08-04osl::Mutex->std::mutex in VCLXPointerNoel Grandin
2021-08-04osl::Mutex->std::mutex in VCLXRegionNoel Grandin
2021-08-04inline some typedefsNoel Grandin
2021-08-04getReference is unnecessaryNoel Grandin
2021-08-04osl::Mutex->std::mutex in MutableTreeNodeNoel Grandin
2021-08-04osl::Mutex->std::mutex in VCLXBitmapNoel Grandin
2021-08-04osl::Mutex->std::mutex in SimpleNamedThingContainerNoel Grandin
2021-08-04osl::Mutex->std::mutex in getDefaultFormatsNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-07-29rtl::Static -> static localNoel Grandin
2021-07-28a11y: Expose FormattedField as spinboxMichael Weghorn
2021-07-28Move SVTXNumericField and parents to public toolkit headerMichael Weghorn
2021-07-27Avoid potential tools::Long vs. UNOIDL LONG mismatchStephan Bergmann
2021-07-22remove pimpl in AnimatedImagesControlModelNoel Grandin
2021-07-21remove pimpl in AnimatedImagesPeerNoel Grandin
2021-07-09toolkit: initialise new VCLXTopWindow properlyMichael Stahl
2021-07-08pGetFormatter was already fetched via GetFormatter()Caolán McNamara
2021-07-07tdf#140594 Create proper window peer for FORMATTEDFIELDMichael Weghorn
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-26loplugin:finalclasses in toolkitNoel Grandin
2021-05-28IsDisposed->isDisposed in toolkitNoel Grandin
2021-05-25fix leak in toolkit testNoel Grandin
2021-05-20fix VCLXWindow related leaksNoel Grandin
2021-05-19fix crash in X-Ray extensionNoel Grandin
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-14tdf#142255 Crash when trying to insert a shapeNoel Grandin
2021-05-13DBG_ASSERT->assert in UnoWrapperNoel Grandin
2021-05-13can pass by const& hereNoel Grandin
2021-05-13fix leak in VCLXWindowImplNoel Grandin
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin
2021-05-12fix leak in VCLXWindowNoel Grandin
2021-05-04final 'next incompatible build' TODOCaolán McNamara
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin
2021-04-28use string_view in INetURLObject::encodeNoel Grandin
2021-04-28Move some static functions from ProfileZone to TraceEvent where they belongTor Lillqvist
2021-04-27Refactor ProfileZone and create Chrome Trace Event Format dataTor Lillqvist
2021-04-27Clarify the ProfileRecording APITor Lillqvist
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin
2021-04-12forward decl vcl::Window in toolkit/awt/vclxwindow.hxxCaolán McNamara
2021-04-12vclxtopwindow.hxx and vclxcontainer.hxx can now be private headersCaolán McNamara
2021-04-12VCLXMultiPage can be in private headersCaolán McNamara
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-04-08move set/get Pointer to VCLUnoHelperCaolán McNamara
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-04-07rtl::Static -> function local staticNoel Grandin
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-03-13Minor improvementTor Lillqvist