Age | Commit message (Expand) | Author |
2023-04-02 | Avoid conversions between OUString and OString in VCL | Mike Kaganski |
2023-02-27 | UITest does not need to be a class | Noel Grandin |
2023-02-24 | use comphelper::WeakComponentImplHelper for UIObjectUnoObj | Noel Grandin |
2023-02-24 | use comphelper::WeakComponentImplHelper for UITestUnoObj | Noel Grandin |
2023-02-01 | Let executeAction always ProcessEventsToIdle | Stephan Bergmann |
2023-01-05 | tdf#56973 - Copy/paste (single) sheet is checked but not enabled | Andreas Heinisch |
2022-09-21 | use more string_view in vcl | Noel Grandin |
2022-06-10 | new loplugin:moveit | Noel Grandin |
2022-05-20 | revert some questionable changes "new loplugin:unnecessary locking" | Noel Grandin |
2022-05-20 | new loplugin:unnecessary locking | Noel Grandin |
2022-04-04 | use string_view in comphelper::string::split | Noel Grandin |
2022-04-01 | uitest: add wrapper for VclExpander | Xisco Fauli |
2022-02-19 | uilogger: make vertical tab handling more robust | Ilmari Lauhakangas |
2021-11-30 | tdf#145952 don't crash with LO_COLLECT_UIINFO set in autofilter | Caolán McNamara |
2021-11-01 | Prepare for removal of non-const operator[] from Sequence in vcl | Mike Kaganski |
2021-10-15 | Remove non-const Sequence::begin()/end() in internal code | Mike Kaganski |
2021-10-11 | In O[U]StringBuffer, make string_view params replacements for OUString ones | Stephan Bergmann |
2021-09-28 | gives names to all the Idles and Tasks | Noel Grandin |
2021-09-06 | clang-tidy:readability-redundant-member-init | Noel Grandin |
2021-07-30 | use less GetOutDev() | Noel Grandin |
2021-07-09 | split out duplicated condition and test it once | Caolán McNamara |
2021-07-08 | we check pChild against null in one branch but not another | Caolán McNamara |
2021-06-28 | UIObjectUnoObj::executeAction does not need mutable state in UIObjectUnoObj | Stephan Bergmann |
2021-06-28 | Remove dubious lone mutex lock | Stephan Bergmann |
2021-06-28 | No need for these function arguments to be captured in UIObjectUnoObj | Stephan Bergmann |
2021-06-25 | Fix misuse of volatile to avoid a data race | Stephan Bergmann |
2021-06-24 | Delete copy ctors/assignments for DLLEXPORT class | Mike Kaganski |
2021-06-10 | -Werror,-Wunused-but-set-variable (Clang 13 trunk) | Stephan Bergmann |
2021-06-04 | Fix UITest | Mike Kaganski |
2021-06-04 | Fix UITest | Mike Kaganski |
2021-05-28 | IsDisposed->isDisposed in vcl/../uitest | Noel Grandin |
2021-05-17 | split OutputDevice from Window | Noel Grandin |
2021-05-03 | loplugin:stringadd improvement for appending numbers | Noel Grandin |
2021-04-28 | disposed window accessed during UITest_sw_navigator | Caolán McNamara |
2021-04-27 | loplugin:stringadd convert chained append to + | Noel Grandin |
2021-04-23 | vcl: use SolarMutexGuard when accessing UIObjectUnoObj::mpObj | Michael Stahl |
2021-04-22 | no need to create temporaries when appending number to O[U]StringBuffer | Noel Grandin |
2021-04-16 | jsdialog: uitest: handle click for drawing area | Szymon Kłos |
2021-04-15 | store ptr to the original entries in SfxItemPropertyMap | Noel Grandin |
2021-04-13 | tdf#124176 Use pragma once in vcl | sarynasser |
2021-04-13 | fix window --disable-pch build | Caolán McNamara |
2021-04-12 | forward decl vcl::Window in uiobject.hxx | Caolán McNamara |
2021-04-12 | tdf#132869 - Show the error message in a tooltip | Andreas Heinisch |
2021-03-17 | throw exception for errors in uitest actions | Noel Grandin |
2021-03-11 | use strong_int for item ids in vcl::ToolBox | Noel |
2021-03-09 | SetCurItemId takes an ItemId not a Position | Caolán McNamara |
2021-03-05 | include the id of the duplicate in the warning about it | Caolán McNamara |
2021-03-03 | vcl/floatwin.hxx can be toolkit only now | Caolán McNamara |
2021-03-01 | tdf#140528: sw: Add UItest | Xisco Fauli |
2021-02-22 | forward declare some things and avoid includes | Caolán McNamara |