summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)Author
2021-02-23loplugin:refcounting in toolkitNoel
2021-02-22forward declare some things and avoid includesCaolán McNamara
2021-02-22Adapt to changed CreateWindow signatureStephan Bergmann
2021-02-19foward declare NotebookBarAddonsItem instead of using includeCaolán McNamara
2021-02-17loplugin:referencecasting in test..toolkitNoel
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann
2021-02-06move MenuButton to vcl/toolkitCaolán McNamara
2021-01-28simplify code, use more subView()Noel
2021-01-27tdf#139609 avoid fetching unnecessary xid under gtk3Caolán McNamara
2021-01-26use an accessor for SystemEnvData::aWindowCaolán McNamara
2021-01-25avoid some ref-countingNoel Grandin
2021-01-24Use ContainerType().swap and avoid local variablesMike Kaganski
2021-01-16make the Color constructors explicitly specify transparencyNoel
2021-01-09fix coverity parse errorsCaolán McNamara
2021-01-02tdf#74702 - vcl: introduce OutputDevice::GetDeviceInfo()Chris Sherlock
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-25tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorBayram Çiçek
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-04add a way to get an awt::XPopupMenu from a PopupMenuCaolán McNamara
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-14tdf#138187 Don't open UNO hyperlink control's URL twiceMichael Weghorn
2020-11-12Permit scrollable AWT tab pages a la scrolled DialogThorsten Behrens
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin
2020-10-28convert some more long -> tools::LongNoel
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-23Change SystemParentData::aWindow to sal_uIntPtrStephan Bergmann
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-10-20fix font orientation conversion in VCLUnoHelperNoel Grandin
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-26Fix typo in codeAndrea Gelmini
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski
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-19move VclMultiLineEdit to toolkit-only headersCaolán McNamara
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
2020-08-04loplugin:flatten in toolkitNoel Grandin
2020-07-25cid#1465510 Dereference null return valueCaolán McNamara
2020-07-23access via NumericFormatter instead of NumericFieldCaolán McNamara
2020-07-23NumericFormatter can be toolkit only nowCaolán McNamara
2020-07-21weld DateControlCaolán McNamara