summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)AuthorFilesLines
9 hoursloplugin:ostr in toolkitNoel Grandin48-375/+377
11 daysreplace createFromAscii with OUString literals in toolkitNoel Grandin5-28/+5
11 daysreplace createFromAscii with OUString literals in OAccessibleControlContextNoel Grandin2-5/+5
11 daysreplace createFromAscii with OUString literals in GridColumnNoel Grandin2-13/+13
2024-05-01simplify and reduce OUString allocation in UnoControlNoel Grandin1-28/+13
2024-04-24[API CHANGE] a11y: Use XAccessible for relation targetsMichael Weghorn1-3/+3
2024-04-20Return double from OutputDevice::GetTextArrayMike Kaganski1-1/+1
2024-04-04loplugin:unusedmethodsNoel Grandin1-1/+0
2024-04-03tdf#146619 Drop unused 'using namespace' in: toolkit/Gabor Kelemen7-7/+0
2024-03-31convert SortableGridDataModel to comphelper::WeakComponentImplHelperNoel Grandin1-114/+138
2024-03-31convert VCLXToolkit to comphelper::WeakComponentImplHelperNoel Grandin1-87/+73
2024-03-31Resolves: tdf#157258 "Always autocorrect to" deletes the wordCaolán McNamara1-2/+21
2024-03-22tdf#114441 change use of sal_uLong to better integer types in toolkitanish.deshpande2-3/+3
2024-03-18tdf#145614 Convert GCM_PROPERTY_ID #defines to enumRMZeroFour1-10/+15
2024-02-29Create an UNO service to do the symbol lookup in toolkit::AccessibilityClientNoel Grandin1-31/+6
2024-02-28tdf#159735 a11y: Dispose win accessible with VCLXWindowMichael Weghorn1-1/+0
2024-02-28tdf#114441 Convert sal_uLong to sal_uInt32 in TreeControlPeerAhmedHamed2-6/+6
2024-02-24remove dummy accessibility factoryNoel Grandin1-129/+8
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski5-9/+9
2024-01-25tdf#158101 Make non-gtk backends context popup menu itemJim Raykowski1-1/+6
2024-01-08cid#1545370 COPY_INSTEAD_OF_MOVECaolán McNamara1-4/+3
2023-12-30cid#1545965 COPY_INSTEAD_OF_MOVECaolán McNamara1-4/+4
2023-12-24cid#1545470 COPY_INSTEAD_OF_MOVECaolán McNamara1-3/+2
2023-12-23cid#1546006 COPY_INSTEAD_OF_MOVECaolán McNamara1-4/+2
2023-12-21SVT_DLL_NAME is unusedNoel Grandin1-1/+0
2023-12-19tdf#123864 a11y: Handle new CHECKABLE state in misc placesMichael Weghorn2-0/+2
2023-12-14tdf#151456: AnimatedImages in Basic Dialog : StepTime is ignoredJulien Nabet1-1/+1
2023-12-12cid#1546444 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-12-11cid#1545577 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-12-10cid#1545177 COPY_INSTEAD_OF_MOVECaolán McNamara1-7/+7
2023-12-10cid#1545987 std::swap COPY_INSTEAD_OF_MOVECaolán McNamara1-8/+2
2023-12-09cid#1556778 COPY_INSTEAD_OF_MOVECaolán McNamara1-3/+2
2023-12-04cid#1545597 Using invalid iteratorJulien Nabet1-1/+3
2023-11-20c++20: use std::erase(_if) instead of std::remove(_if)+erase (toolkit)Julien Nabet1-1/+1
2023-11-15avoid double map lookupNoel Grandin1-6/+9
2023-11-08loplugin:fieldcast in VCLXWindowImplNoel Grandin1-4/+3
2023-11-08loplugin:fieldcast in MutableTreeDataModelNoel Grandin1-7/+3
2023-11-02'new Double' is deprecated in JavaNoel Grandin1-1/+1
2023-10-30tdf#157518: vcl: Introduce vcl control LevelBarSarper Akdemir1-1/+1
2023-10-26tdf#153519 use new IdleTask::waitUntilIdleDispatchedNoel Grandin1-0/+8
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: toolkitStephan Bergmann3-3/+3
2023-10-20Use getXWeak in toolkitMike Kaganski20-96/+91
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann1-4/+2
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski2-10/+3
2023-10-05Replace getTabIndexPropertyName and getStepPropertyName (toolkit)Julien Nabet1-22/+10
2023-10-05Replace 2 other lcl_throw* by throwing the right exception directly (toolkit)Julien Nabet1-18/+6
2023-10-05Replace 3 lcl_throw* by throwing the right exception directly (toolkit)Julien Nabet1-24/+6
2023-09-23Use less epoxy external headers dependencyGabor Kelemen1-1/+0
2023-09-10MutableTreeDataModel does not need to implement XAggreggationNoel Grandin1-3/+3
2023-09-07no need to take a lock and do nothingNoel Grandin2-10/+0