summaryrefslogtreecommitdiff
path: root/toolkit/source/controls
AgeCommit message (Expand)Author
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-30tdf#74702 vcl: introduce GetSystemTextColor()Chris Sherlock
2021-08-25osl::Mutex->std::mutex in ResourceListenerNoel Grandin
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin
2021-08-19toolkit: fix deadlock in MutableTreeNodeMichael Stahl
2021-08-18loplugin:constparamsNoel 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 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-27Avoid potential tools::Long vs. UNOIDL LONG mismatchStephan Bergmann
2021-07-22remove pimpl in AnimatedImagesControlModelNoel Grandin
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-05-28IsDisposed->isDisposed in toolkitNoel Grandin
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-12forward decl vcl::Window in toolkit/awt/vclxwindow.hxxCaolán McNamara
2021-04-12VCLXMultiPage can be in private headersCaolán McNamara
2021-04-07rtl::Static -> function local staticNoel Grandin
2021-03-02loplugin:refcounting in toolkitNoel
2021-02-23loplugin:refcounting in toolkitNoel
2021-02-22forward declare some things and avoid includesCaolán McNamara
2021-02-17loplugin:referencecasting in test..toolkitNoel
2021-01-25avoid some ref-countingNoel Grandin
2021-01-24Use ContainerType().swap and avoid local variablesMike Kaganski
2021-01-09fix coverity parse errorsCaolán McNamara
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-18tdf#123936 Formatting files in module toolkit with clang-formatPhilipp Hofer
2020-11-12Permit scrollable AWT tab pages a la scrolled DialogThorsten Behrens
2020-10-28std::set->o3tl::sorted_vector in toolkitNoel Grandin
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel
2020-10-11Revert "Permit scrollable AWT tab pages a la scrolled Dialog"Caolán McNamara
2020-10-11Permit scrollable AWT tab pages a la scrolled DialogThorsten Behrens
2020-10-04loplugin:reducevarscope in toolkit..unotoolsNoel
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-02move Edit into toolkit only headersCaolán McNamara
2020-09-01Fix typo in codeAndrea Gelmini
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-20loplugin:virtualdeadNoel Grandin
2020-08-18move VCLXMultiLineEdit and MultiLineEdit to toolkitCaolán McNamara
2020-08-12SvTreeListBox can move into toolkit headers nowCaolán McNamara
2020-08-12svlbitm.hxx can be toolkit only nowCaolán McNamara