Age | Commit message (Expand) | Author |
2022-07-11 | tools: rename getHeight/Width() to GetOpenHeight/Width() | Chris Sherlock |
2022-07-08 | [API CHANGE] Drop css::accessibility::XAccessibleStateSet | Noel Grandin |
2022-06-17 | tdf#149575 UnoControlTabPageContainer: Handle tab image | Ilhan Yesil |
2022-06-14 | Fix leak with stock widgets in a dialog from an extension | Samuel Mehrbrodt |
2022-06-10 | new loplugin:moveit | Noel Grandin |
2022-05-20 | new loplugin:unnecessary locking | Noel Grandin |
2022-05-18 | tdf#105972: pdf form: export date fields as date type | Xisco Fauli |
2022-05-18 | tdf#105972: pdf form: export time fields as time type | Xisco Fauli |
2022-05-17 | tdf#105972: pdf form: export numeric and currency fields as number type | Xisco Fauli |
2022-05-13 | tdf#148706: map value prop in numericfield to text | Xisco Fauli |
2022-05-12 | tdf#143612: map SecondaryRefValue in form pdf export | Xisco Fauli |
2022-05-12 | related: tdf#148442: do not replace 'Yes' if onValue is empty | Xisco Fauli |
2022-05-11 | tdf#148442: map RefValue property to onValue in pdf | Xisco Fauli |
2022-05-05 | use more o3tl::getToken | Noel Grandin |
2022-05-03 | Use o3tl::make_unsigned in some places | Stephan Bergmann |
2022-05-03 | Just use Any ctor instead of makeAny in toolkit | Stephan Bergmann |
2022-04-20 | loplugin:passstuffbyref | Noel Grandin |
2022-04-11 | loplugin:stringview add check for getToken().toInt32 | Noel Grandin |
2022-04-02 | Recheck modules t* with IWYU | Gabor Kelemen |
2022-03-28 | Operate on VCL Menu with SolarMutex locked | Stephan Bergmann |
2022-03-05 | GetComponentServiceName can be const | Noel Grandin |
2022-02-22 | Add XWeak constructor and operator= to uno::WeakReference | Noel Grandin |
2022-02-09 | expand out IMPLEMENT_FORWARD_XTYPEPROVIDER3 | Noel Grandin |
2022-01-20 | WASM --enable-wasm-strip now skips lots of LO code | Armin Le Grand (Allotropia) |
2022-01-14 | make comphelper::OInterfaceContainerHelper4 more threadsafe | Noel Grandin |
2022-01-14 | no need to hold OInterfaceContainerHelper4 by unique_ptr | Noel Grandin |
2022-01-08 | Fix build | Mike Kaganski |
2022-01-08 | move UserData bodge into VCLXMenu | Caolán McNamara |
2021-12-27 | osl::Mutex->std::mutex in ODocumentCloser | Noel Grandin |
2021-12-27 | use comphelper::WeakComponentImplHelper in GridColumn | Noel Grandin |
2021-12-18 | use more cppu::BaseMutex | Noel Grandin |
2021-12-18 | tdf#146286 Crash/hang calling context menu | Noel Grandin |
2021-12-17 | osl::Mutex->std::mutex in VCLXMenu | Noel Grandin |
2021-12-17 | osl::Mutex->std::mutex in VCLXFont | Noel Grandin |
2021-12-16 | use more OInterfaceContainerHelper3 in toolkit | Caolán McNamara |
2021-11-29 | use more XPopupMenu methods over PopupMenu ones | Caolán McNamara |
2021-11-29 | move PopupMenu::IsInExecute out of vcl/include/menu.hxx | Caolán McNamara |
2021-11-28 | use more OInterfaceContainerHelper3 in toolkit | Noel Grandin |
2021-11-12 | adapt to Sequence::operator[] non-const removal | Luboš Luňák |
2021-11-12 | make it possible to find out what fonts are actually really used | Luboš Luňák |
2021-10-31 | Prepare for removal of non-const operator[] from Sequence in toolkit | Mike Kaganski |
2021-10-31 | add o3tl::span ctor from std::vector | Luboš Luňák |
2021-10-30 | tools::Long->sal_Int32 in the DX arrays | Noel Grandin |
2021-10-29 | pass DX array around using o3tl::span instead of pointer | Noel Grandin |
2021-10-20 | loplugin:indentation check for indent inside block | Noel Grandin |
2021-10-15 | Remove non-const Sequence::begin()/end() in internal code | Mike Kaganski |
2021-10-14 | Avoid COW overhead using css::uno::Sequence | Mike Kaganski |
2021-10-12 | loplugin:moveparam in various | Noel Grandin |
2021-10-08 | loplugin:moveparam in vcl | Noel Grandin |
2021-10-05 | drop 'using namespace std' in s* + toolkit | Julien Nabet |