summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)AuthorFilesLines
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-04-23Fix typoAndrea Gelmini1-1/+1
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen2-0/+2
2020-04-11rename vcl::Window::Update to PaintImmediatelyNoel Grandin1-3/+3
2020-04-10Make BitmapPrimitive2D vcl-independentArmin Le Grand3-1/+22
2020-03-29Fix is_typed_flags for MessBoxStyle (toolkit/msgbox)Julien Nabet1-1/+1
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen4-5/+0
2020-03-21simplify codeNoel Grandin1-18/+4
2020-03-20Dispose dialog created during testStephan Bergmann1-0/+1
2020-03-15Revert "loplugin:constfields in toolkit"Noel Grandin9-13/+13
2020-03-13Revert "loplugin:constfields in svtools"Noel Grandin1-1/+1
2020-03-07clang-format toolkit, tools, uui with under 5-percent lines of changeMuhammet Kara1-1/+1
2020-03-03inline some use-once constantsNoel Grandin11-198/+49
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-11/+11
2020-02-20tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorEda Nur Var1-2/+1
2020-02-18move SVTXFormattedField, SVTXCurrencyField, SVTXNumericField to toolkitCaolán McNamara2-16/+1008
2020-02-16move TreeControlPeer to toolkitCaolán McNamara4-0/+1759
2020-02-14move dialog.hxx to vcl/include/toolkitCaolán McNamara5-6/+5
2020-02-14move VCLXFileControl to toolkitCaolán McNamara5-0/+608
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin1-2/+1
2020-02-08replace some more copy/clear with swapNoel Grandin1-2/+1
2020-02-05move some toolkit/ headers inside the moduleNoel Grandin63-67/+3343
2020-02-04tdf#117331 Merge jurt and unoil into ridlSamuel Mehrbrodt2-2/+1
2020-01-28tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorHakan Bakacak1-2/+1
2020-01-28tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorMehmet Emin Başoğlu1-2/+1
2020-01-28move private TimeBox to toolkit-only headersCaolán McNamara2-2/+2
2020-01-28New loplugin:unsignedcompareStephan Bergmann6-23/+27
2020-01-27Split independent loop vars, giving them appropriate typesStephan Bergmann1-3/+2
2020-01-26rename some local variablesNoel Grandin1-1/+1
2020-01-25tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN1-2/+2
2020-01-24loplugin:makeshared in svgio..writerperfectNoel Grandin2-2/+2
2020-01-14tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci2-4/+2
2020-01-09Improve loplugin:redundantcast for sal_Int... vs. ::sal_Int...Stephan Bergmann1-1/+1
2020-01-08Grammar fixesAndrea Gelmini1-1/+1
2019-12-26use more TOOLS_WARN_EXCEPTIONNoel Grandin3-3/+4
2019-12-23sal_Char->char in toolkitNoel Grandin5-78/+78
2019-12-22loplugin:finalclasses in UnoControls..writerperfectNoel Grandin2-2/+2
2019-12-09weld Property BrowserCaolán McNamara1-0/+3
2019-12-03remove some useless comment linesNoel Grandin26-94/+0
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-11/+11
2019-11-30merge classes VCLXTopWindow_Base and VCLXTopWindowNoel Grandin1-59/+28
2019-11-27tdf#129037 disable updates during multiselectionCaolán McNamara1-0/+5
2019-11-26tdf#129037 add a way to select multiple entries of a ListBox togetherCaolán McNamara1-1/+6
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann11-4/+51
2019-11-15make some classes module-privateNoel Grandin1-1/+1
2019-11-14Resolves: tdf#128792 progressbar control not createdCaolán McNamara1-2/+5
2019-11-13revert action button changes to UNO XStyleSettingTomaž Vajngerl2-45/+11
2019-11-12toolkit: UnoEditControl::insertText() assert on invalid indexMichael Stahl1-1/+6
2019-11-11tdf#127921 Revert mouse/key listeners to original stateSamuel Mehrbrodt1-68/+49
2019-11-09custom widgets: support custom action button text colorsAshod Nakashian2-0/+47