summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)Author
2023-11-19WIP: async popup menusJan-Marek Glogowski
2023-11-15avoid double map lookupNoel Grandin
2023-11-08loplugin:fieldcast in VCLXWindowImplNoel Grandin
2023-11-08loplugin:fieldcast in MutableTreeDataModelNoel Grandin
2023-11-02'new Double' is deprecated in JavaNoel Grandin
2023-10-30tdf#157518: vcl: Introduce vcl control LevelBarSarper Akdemir
2023-10-26tdf#153519 use new IdleTask::waitUntilIdleDispatchedNoel Grandin
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: toolkitStephan Bergmann
2023-10-20Use getXWeak in toolkitMike Kaganski
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski
2023-10-05Replace getTabIndexPropertyName and getStepPropertyName (toolkit)Julien Nabet
2023-10-05Replace 2 other lcl_throw* by throwing the right exception directly (toolkit)Julien Nabet
2023-10-05Replace 3 lcl_throw* by throwing the right exception directly (toolkit)Julien Nabet
2023-09-23Use less epoxy external headers dependencyGabor Kelemen
2023-09-10MutableTreeDataModel does not need to implement XAggreggationNoel Grandin
2023-09-07no need to take a lock and do nothingNoel Grandin
2023-09-02no need to use UNO_QUERY_THROW hereNoel Grandin
2023-09-01tdf#104833 a11y: Use VCLXAccessibleEdit for VCLXMultiLineEditMichael Weghorn
2023-09-01tdf#104833 Move VCLXMultiLineEdit to public toolkit headerMichael Weghorn
2023-08-30make IAccessibleTableControl extend cppu::WeakImplHelperNoel Grandin
2023-08-25Revert "use more Reference::query instead of UNO_QUERY_THROW"Noel Grandin
2023-08-22tdf#156473 a11y: Keep a reference to table's a11y objectMichael Weghorn
2023-08-18use more Reference::query instead of UNO_QUERY_THROWNoel Grandin
2023-08-18tdf#156561 a11y: Create VCLXTopWindow peer for border win frameMichael Weghorn
2023-08-18tdf#141101 tdf#156561 a11y: Handle a11y child events in win parentMichael Weghorn
2023-08-03toolkit: Use range-based for, drop invalidTableControlActionMichael Weghorn
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin
2023-08-02a11y: Don't always append window type to a11y name in debug buildsMichael Weghorn
2023-08-02a11y: Convert AccessibleTableControlObjType to enum classMichael Weghorn
2023-07-27tdf#155625 a11y: Notify about menu item role changeMichael Weghorn
2023-07-25Convert internal vcl bitmap formats transparency->alpha (II)Noel Grandin
2023-07-21loplugin:redundantcast small improvementNoel Grandin
2023-07-20split GetWindowExtentsRelative asunderNoel Grandin
2023-07-12simplifyNoel Grandin
2023-05-31do not throw DisposedException when inside a dispose() methodNoel Grandin
2023-05-09move a toolkit header inside the moduleNoel Grandin
2023-05-07improve some usage of OInterfaceIteratorHelper4Noel Grandin
2023-05-04Resolves: tdf#155029 set StandardStyles before updateFromModelCaolán McNamara
2023-04-23use more TOOLS_WARN_EXCEPTIONNoel Grandin
2023-04-23Run clang-tidy with misc-unused-using-decls on modules [s-t]*Gabor Kelemen
2023-04-21MCGR: Reduce diverse GradientStyle enums to single UNO API oneArmin Le Grand (allotropia)
2023-04-12Revert "remove unnecessary UnoControlModel::setPropertyValues"Noel Grandin
2023-04-10pack the ImplPropertyInfo structNoel Grandin
2023-04-10use std::unordered_map for static properties in toolkitNoel Grandin
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2023-04-01use more XVclWindowPeerNoel Grandin
2023-03-31simplify subclasses of comphelper::OPropertySetHelperNoel Grandin
2023-03-31remove unnecessary UnoControlModel::setPropertyValuesNoel Grandin
2023-03-13convert UnoControlModel and friends to use std::mutexNoel Grandin