Age | Commit message (Expand) | Author |
2023-12-04 | cid#1545597 Using invalid iterator | Julien Nabet |
2023-11-20 | c++20: use std::erase(_if) instead of std::remove(_if)+erase (toolkit) | Julien Nabet |
2023-11-15 | avoid double map lookup | Noel Grandin |
2023-11-08 | loplugin:fieldcast in VCLXWindowImpl | Noel Grandin |
2023-11-08 | loplugin:fieldcast in MutableTreeDataModel | Noel Grandin |
2023-11-02 | 'new Double' is deprecated in Java | Noel Grandin |
2023-10-30 | tdf#157518: vcl: Introduce vcl control LevelBar | Sarper Akdemir |
2023-10-26 | tdf#153519 use new IdleTask::waitUntilIdleDispatched | Noel Grandin |
2023-10-20 | Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: toolkit | Stephan Bergmann |
2023-10-20 | Use getXWeak in toolkit | Mike Kaganski |
2023-10-15 | Repurpose loplugin:stringstatic for O[U]String vars that can be constexpr | Stephan Bergmann |
2023-10-14 | Use exception ctors, instead of setting members later | Mike Kaganski |
2023-10-05 | Replace getTabIndexPropertyName and getStepPropertyName (toolkit) | Julien Nabet |
2023-10-05 | Replace 2 other lcl_throw* by throwing the right exception directly (toolkit) | Julien Nabet |
2023-10-05 | Replace 3 lcl_throw* by throwing the right exception directly (toolkit) | Julien Nabet |
2023-09-23 | Use less epoxy external headers dependency | Gabor Kelemen |
2023-09-10 | MutableTreeDataModel does not need to implement XAggreggation | Noel Grandin |
2023-09-07 | no need to take a lock and do nothing | Noel Grandin |
2023-09-02 | no need to use UNO_QUERY_THROW here | Noel Grandin |
2023-09-01 | tdf#104833 a11y: Use VCLXAccessibleEdit for VCLXMultiLineEdit | Michael Weghorn |
2023-09-01 | tdf#104833 Move VCLXMultiLineEdit to public toolkit header | Michael Weghorn |
2023-08-30 | make IAccessibleTableControl extend cppu::WeakImplHelper | Noel Grandin |
2023-08-25 | Revert "use more Reference::query instead of UNO_QUERY_THROW" | Noel Grandin |
2023-08-22 | tdf#156473 a11y: Keep a reference to table's a11y object | Michael Weghorn |
2023-08-18 | use more Reference::query instead of UNO_QUERY_THROW | Noel Grandin |
2023-08-18 | tdf#156561 a11y: Create VCLXTopWindow peer for border win frame | Michael Weghorn |
2023-08-18 | tdf#141101 tdf#156561 a11y: Handle a11y child events in win parent | Michael Weghorn |
2023-08-03 | toolkit: Use range-based for, drop invalidTableControlAction | Michael Weghorn |
2023-08-02 | split Point/Size/Rectangle into AbsoluteScreenPixel* types | Noel Grandin |
2023-08-02 | a11y: Don't always append window type to a11y name in debug builds | Michael Weghorn |
2023-08-02 | a11y: Convert AccessibleTableControlObjType to enum class | Michael Weghorn |
2023-07-27 | tdf#155625 a11y: Notify about menu item role change | Michael Weghorn |
2023-07-25 | Convert internal vcl bitmap formats transparency->alpha (II) | Noel Grandin |
2023-07-21 | loplugin:redundantcast small improvement | Noel Grandin |
2023-07-20 | split GetWindowExtentsRelative asunder | Noel Grandin |
2023-07-12 | simplify | Noel Grandin |
2023-05-31 | do not throw DisposedException when inside a dispose() method | Noel Grandin |
2023-05-09 | move a toolkit header inside the module | Noel Grandin |
2023-05-07 | improve some usage of OInterfaceIteratorHelper4 | Noel Grandin |
2023-05-04 | Resolves: tdf#155029 set StandardStyles before updateFromModel | Caolán McNamara |
2023-04-23 | use more TOOLS_WARN_EXCEPTION | Noel Grandin |
2023-04-23 | Run clang-tidy with misc-unused-using-decls on modules [s-t]* | Gabor Kelemen |
2023-04-21 | MCGR: Reduce diverse GradientStyle enums to single UNO API one | Armin Le Grand (allotropia) |
2023-04-12 | Revert "remove unnecessary UnoControlModel::setPropertyValues" | Noel Grandin |
2023-04-10 | pack the ImplPropertyInfo struct | Noel Grandin |
2023-04-10 | use std::unordered_map for static properties in toolkit | Noel Grandin |
2023-04-02 | Avoid conversions between OUString and OString in VCL | Mike Kaganski |
2023-04-01 | use more XVclWindowPeer | Noel Grandin |
2023-03-31 | simplify subclasses of comphelper::OPropertySetHelper | Noel Grandin |
2023-03-31 | remove unnecessary UnoControlModel::setPropertyValues | Noel Grandin |