Age | Commit message (Expand) | Author |
2022-04-20 | loplugin:passstuffbyref | Noel Grandin |
2022-03-29 | a11y: Use new table model change types for row/col ins/del | Michael Weghorn |
2022-03-09 | a11y: Leave cell vector handling to AccessibleGridControlTable | Michael Weghorn |
2022-03-09 | Related: tdf#147742 a11y: Dispose table cells as well | Michael Weghorn |
2022-03-09 | a11y: Drop AccessibleGridControl::m_xCell | Michael Weghorn |
2022-03-09 | a11y: Let AccessibleGridControlTable calculate child index | Michael Weghorn |
2022-03-09 | a11y: Move TABLE_MODEL_CHANGED handling to table | Michael Weghorn |
2022-03-07 | tdf#42982: improve UNO API error reporting | Deep17 |
2022-03-04 | tdf#147742 a11y: AccessibleGridControlBase: get accessible desc on demand | Michael Weghorn |
2022-03-04 | tdf#147742 a11y: AccessibleGridControl...: get accessible name on demand | Michael Weghorn |
2022-03-04 | tdf#147742 a11y: AccessibleGridControlTable needs SolarMutex | Michael Weghorn |
2022-03-04 | tdf#147742 a11y: AccessibleGridControlHeader needs SolarMutex | Michael Weghorn |
2022-03-04 | a11y: Use more conventional indentation of 4 spaces | Michael Weghorn |
2022-02-24 | a11y: Simplify AccessibleGridControlTable::getAccessibleCellAt | Michael Weghorn |
2022-02-06 | We know the length here | Mike Kaganski |
2022-01-13 | Recheck modules [a-c]* with IWYU | Gabor Kelemen |
2021-12-25 | pass unique_lock as param in WeakComponentImplHelperBase::disposing | Noel Grandin |
2021-12-24 | use comphelper::WeakComponentImplHelper in EditBrowseBoxTableCellAccess | Noel Grandin |
2021-12-21 | loplugin:flatten in accessibility..basic | Noel Grandin |
2021-12-19 | osl::Mutex->std::mutex in AccessibleBrowseBoxAccess | Noel Grandin |
2021-12-03 | Fix --disable-scripting for DESKTOP build | Jan-Marek Glogowski |
2021-12-01 | gbuild: introduce plugin + loader concepts | Jan-Marek Glogowski |
2021-11-29 | move PopupMenu::IsInExecute out of vcl/include/menu.hxx | Caolán McNamara |
2021-11-19 | loplugin:stringliteraldefine in accessibility | Noel Grandin |
2021-10-28 | Prepare for removal of non-const operator[] from Sequence in accessibility | Mike Kaganski |
2021-10-17 | Simplify Sequence in accessibility | Julien Nabet |
2021-10-15 | Remove non-const Sequence::begin()/end() in internal code | Mike Kaganski |
2021-09-28 | vcl: rename OutDevState to Stack | Chris Sherlock |
2021-09-20 | clean up ambiguous confusing rectangle APIs like IsInside() | Luboš Luňák |
2021-09-15 | loplugin:finalclasses | Noel Grandin |
2021-09-15 | Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4 | Mike Kaganski |
2021-09-15 | Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE] | Mike Kaganski |
2021-09-15 | Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1 | Mike Kaganski |
2021-09-06 | tdf#114441: Convert use of sal_uLong to better integer types | Baran Aytas |
2021-08-08 | no need to allocate ControlLayoutData separately | Noel Grandin |
2021-08-01 | unordered_map is better for pointer keys | Noel Grandin |
2021-07-29 | Adapt again to C++20 char8_t | Stephan Bergmann |
2021-07-29 | Pass context and resource string down to boost::locale separately | Noel Grandin |
2021-07-28 | a11y: Add XAccessibleValue::getMinimumIncrement method | Michael Weghorn |
2021-07-28 | a11y: Expose FormattedField as spinbox | Michael Weghorn |
2021-07-02 | convert AccessibleBrowseBoxObjType to scoped enum | Noel Grandin |
2021-06-26 | loplugin:finalclasses in accessibility | Noel Grandin |
2021-06-17 | use string_view in the Translate API | Noel Grandin |
2021-06-15 | vcl: outdevmap.hxx -> rendercontext/ImplMapRes.hxx | Chris Sherlock |
2021-06-05 | Simplify Sequences initializations (accessibility/binaryurp) | Julien Nabet |
2021-05-13 | Revert "simplify the vcl<->toolkit connection" | Noel Grandin |
2021-05-12 | simplify the vcl<->toolkit connection | Noel Grandin |
2021-05-05 | loplugin:constmethod | Noel Grandin |
2021-05-02 | throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite | Stephan Bergmann |
2021-04-12 | forward decl vcl::Window in toolkit/awt/vclxwindow.hxx | Caolán McNamara |