summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)AuthorFilesLines
2023-05-15MCGR: Reduce diverse GradientStyle enums to single UNO API oneArmin Le Grand (allotropia)1-1/+1
2023-05-13Resolves: tdf#155029 set StandardStyles before updateFromModelCaolán McNamara1-18/+19
2022-12-06tdf#152380: add checks for names and values sequences length equalityMike Kaganski1-0/+3
2022-12-02tdf#152094 retain more accuracy from RefDevMode::MSO1Caolán McNamara2-11/+12
2022-12-01loplugin:unusedfields make some fields privateNoel Grandin1-2/+1
2022-12-01Use cppuhelper::ImplInheritanceHelper for toolkit VCLX window classesStephan Bergmann8-688/+35
2022-11-19loplugin:unusedmethodsNoel Grandin1-5/+0
2022-11-14tdf#152012 Fix assert fail on opening date pickerHossein1-1/+1
2022-10-21loplugin:referencecasting look for a new patternNoel Grandin3-18/+10
2022-10-04tdf#150786 use a 'standard' theme for form controlsCaolán McNamara1-0/+18
2022-09-26Fix typoAndrea Gelmini1-1/+1
2022-09-26tdf#117173 a11y: Send SHOWING state change event on Window{Show,Hide}Michael Weghorn1-0/+32
2022-09-19tdf#149797 Change highlight background color in some controlsIlhan Yesil5-1/+134
2022-09-19Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt2-3/+3
2022-09-16tdf#150974 Writer crashes when starting with WollMux installedNoel Grandin1-0/+26
2022-09-08Revert "tdf#150569 Modify hardcoded dates to extend the range of accepted dates"Juan C. Sanz2-4/+4
2022-09-07tdf#150569 Modify hardcoded dates to extend the range of accepted datesjucasaca2-4/+4
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn11-40/+40
2022-08-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock1-2/+2
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann25-25/+25
2022-08-12crashtesting: assert on export forum-fr-40415.ods to odsCaolán McNamara1-3/+3
2022-08-09move scrbar.hxx to vcl/toolkitCaolán McNamara5-5/+5
2022-08-07Removed duplicated includesAndrea Gelmini1-1/+0
2022-08-06the "CreateWindow" function in svtools is newly removedCaolán McNamara1-62/+1
2022-08-06move SVTXGridControl to toolkitCaolán McNamara30-1/+9789
2022-08-02clang-tidy modernize-pass-by-value in toolkitNoel Grandin11-25/+34
2022-07-27Make AccessibilityTools available more widely and use itColomban Wendling8-703/+6
2022-07-20move wintypes.hxx from tools to vclChris Sherlock2-2/+2
2022-07-18toolkit : remove useless commentsArnaud VERSINI1-11/+0
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock1-2/+2
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin13-172/+179
2022-06-17tdf#149575 UnoControlTabPageContainer: Handle tab imageIlhan Yesil3-0/+7
2022-06-14Fix leak with stock widgets in a dialog from an extensionSamuel Mehrbrodt1-0/+6
2022-06-11fix 32bit build in new a11y cppunit testsRene Engelhard2-9/+9
2022-06-10new loplugin:moveitNoel Grandin1-2/+1
2022-06-08Fix typoAndrea Gelmini1-1/+1
2022-06-08Fix typoAndrea Gelmini1-1/+1
2022-06-08toolkit: convert AccessibleStatusBar test to C++Colomban Wendling15-316/+1848
2022-05-20new loplugin:unnecessary lockingNoel Grandin1-1/+0
2022-05-18tdf#105972: pdf form: export date fields as date typeXisco Fauli1-0/+48
2022-05-18tdf#105972: pdf form: export time fields as time typeXisco Fauli1-2/+30
2022-05-17tdf#105972: pdf form: export numeric and currency fields as number typeXisco Fauli1-0/+36
2022-05-13tdf#148706: map value prop in numericfield to textXisco Fauli1-0/+8
2022-05-12tdf#143612: map SecondaryRefValue in form pdf exportXisco Fauli1-0/+16
2022-05-12related: tdf#148442: do not replace 'Yes' if onValue is emptyXisco Fauli1-2/+0
2022-05-11tdf#148442: map RefValue property to onValue in pdfXisco Fauli1-0/+9
2022-05-05use more o3tl::getTokenNoel Grandin1-1/+1
2022-05-04Just use Any ctor instead of makeAny (macOS)Stephan Bergmann1-4/+4
2022-05-03Use o3tl::make_unsigned in some placesStephan Bergmann9-15/+21
2022-05-03Just use Any ctor instead of makeAny in toolkitStephan Bergmann14-93/+92