summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)Author
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
2020-07-15aServiceName is lowercase rDescriptor.WindowServiceName alreadyCaolán McNamara
2020-07-15weld LongCurrencyControlCaolán McNamara
2020-07-12move CheckBox to toolkit-only headersCaolán McNamara
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens
2020-07-06exile fmtfield.hxx to toolkit headersCaolán McNamara
2020-07-05return a reference instead of a pointerCaolán McNamara
2020-07-03change FormattedField so it doesn't inherit from Formatter but provides oneCaolán McNamara
2020-07-03remove some dead WindowType valuesNoel Grandin
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: toolkitStephan Bergmann
2020-06-24use more std::container::insert instead of std::copyNoel Grandin
2020-06-23move ListBox to toolkit-only headersCaolán McNamara
2020-06-23FixedBitmap can be in a toolkit only headerCaolán McNamara
2020-06-21don't include vcl/fmtfield.hxx from public hxxCaolán McNamara
2020-06-10tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMichael Warner
2020-06-02Fix typoAndrea Gelmini
2020-06-01Revert "tdf#125609 toolkit: don't use XTabController::getControls"Noel Grandin
2020-05-28Resolves: tdf#133411 drop CONTENT_FLOWS_TO from dialog to search resultsCaolán McNamara
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2020-05-22PaintToDevice doesn't use its Size argumentCaolán McNamara
2020-05-22remove Size arg from Window::Draw and depend on GetSizePixelCaolán McNamara
2020-05-20move ComboBox to toolkit-only headersCaolán McNamara
2020-05-20fix -Werror=maybe-uninitializedNoel Grandin
2020-05-18tdf#133142 UnoControlTabPageContainer: Handle tab property changesMichael Weghorn
2020-05-15ControlModelContainerBase: Use property for enabled statusMichael Weghorn
2020-05-15Forward 'removeTabPageContainerListener' as suchMichael Weghorn
2020-05-14UnoEditControl: Don't initialize members twiceMichael Weghorn
2020-05-14Rename ContainerControl_IBase -> ControlContainer_IBaseMichael Weghorn
2020-05-13fix ScriptEventContainer::isEmptyNoel Grandin
2020-05-11tdf#132832 calcAdjustedSize: Take max width into accountMichael Weghorn
2020-05-11Fix 32bit linux buildSamuel Mehrbrodt
2020-05-10compact namespace in testtools..toolkitNoel Grandin
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-05-09Just use initializer list for Sequence<OUString>Michael Weghorn
2020-05-09toolkit: Use lambda instead of FindControlModel functorMichael Weghorn
2020-05-08remove TriStateBox classCaolán McNamara
2020-05-08split button.hxx into toolkit-only pieceCaolán McNamara
2020-05-07Add comment about insertion orderSamuel Mehrbrodt
2020-05-07Test keeping element order in EventContainerSamuel Mehrbrodt
2020-05-07Revert "remove some "optimisation" insanity in ScriptEventContainer"Samuel Mehrbrodt
2020-05-06Resolves: tdf#132581 allow disabling the auto-group RadioButton featureCaolán McNamara
2020-05-06Move all public Java classes to libreoffice.jarSamuel Mehrbrodt
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-04-23Fix typoAndrea Gelmini
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-04-11rename vcl::Window::Update to PaintImmediatelyNoel Grandin
2020-04-10Make BitmapPrimitive2D vcl-independentArmin Le Grand