summaryrefslogtreecommitdiff
path: root/toolkit/source/awt
AgeCommit message (Expand)Author
2021-05-12fix leak in VCLXWindowNoel Grandin
2021-05-04final 'next incompatible build' TODOCaolán McNamara
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-12vclxtopwindow.hxx and vclxcontainer.hxx can now be private headersCaolán McNamara
2021-04-12VCLXMultiPage can be in private headersCaolá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-02-25dockwin.hxx doesn't need to include floatwin.hxxCaolán McNamara
2021-02-23loplugin:refcounting in toolkitNoel
2021-02-22Adapt to changed CreateWindow signatureStephan Bergmann
2021-02-17loplugin:referencecasting in test..toolkitNoel
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-16make the Color constructors explicitly specify transparencyNoel
2021-01-02tdf#74702 - vcl: introduce OutputDevice::GetDeviceInfo()Chris Sherlock
2020-12-25tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorBayram Çiçek
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-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-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-03Make ImpSvNumberformatScan::GetColor constMike Kaganski
2020-09-02move Edit into toolkit only headersCaolán McNamara
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-19move VclMultiLineEdit to toolkit-only headersCaolán McNamara
2020-08-18move VCLXMultiLineEdit and MultiLineEdit to toolkitCaolá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
2020-07-20SVTXDateField is preferred ahead of VCLXDateFieldCaolán McNamara
2020-07-20drop unused VCLXCurrencyFieldCaolán McNamara
2020-07-20UnoControlCurrencyFieldModel ends up using a SVTXCurrencyFieldCaolán McNamara
2020-07-15move SVTXDateField to toolkitCaolán McNamara