summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)Author
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
2021-03-12move hatchwindow to toolkitCaolán McNamara
2021-03-11no need to cast to WorkWindow* to use ToTopCaolán McNamara
2021-03-03vcl/floatwin.hxx can be toolkit only nowCaolán McNamara
2021-03-02loplugin:refcounting in toolkitNoel
2021-02-25dockwin.hxx doesn't need to include floatwin.hxxCaolán McNamara
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