summaryrefslogtreecommitdiffstats
path: root/accessibility/source
Commit message (Expand)AuthorAgeFilesLines
* don't need to include vcl/menu.hxx hereCaolán McNamara2020-12-151-0/+1
* OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel2020-12-011-1/+2
* a11y : avoid double lockingArnaud Versini2020-11-291-3/+8
* loplugin:stringviewparam extend to comparison operatorsNoel2020-11-241-1/+1
* move RadioButton to be toolkit onlyCaolán McNamara2020-11-201-1/+1
* loplugin:stringviewparam check methods tooNoel2020-11-171-1/+1
* tdf#123936 Formatting file in module accessibility with clangPhilipp Hofer2020-11-106-68/+32
* tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen2020-11-053-3/+2
* use tools::Long in accessibility..basctlNoel2020-10-214-17/+17
* move Edit into toolkit only headersCaolán McNamara2020-09-021-1/+1
* tdf#136331 implement applying atk properties to tab pagesCaolán McNamara2020-09-021-9/+9
* SvtIconChoiceCtrl can move into toolkit only headersCaolán McNamara2020-08-272-2/+2
* tdf#136162 implement applying atk properties to gen menusCaolán McNamara2020-08-272-1/+6
* move VclMultiLineEdit to toolkit-only headersCaolán McNamara2020-08-191-1/+1
* Fix typosAndrea Gelmini2020-08-171-1/+1
* SvTreeListBox can move into toolkit headers nowCaolán McNamara2020-08-122-3/+3
* svlbitm.hxx can be toolkit only nowCaolán McNamara2020-08-121-1/+1
* move CheckBox to toolkit-only headersCaolán McNamara2020-07-123-3/+3
* Upcoming improved loplugin:staticanonymous -> redundantstatic: accessibilityStephan Bergmann2020-06-301-1/+1
* move ListBox to toolkit-only headersCaolán McNamara2020-06-235-5/+5
* accessibility : don't initialize manually VclPtrArnaud Versini2020-06-212-5/+0
* PopupMenuFloatingWindow is now unusedCaolán McNamara2020-06-121-14/+1
* loplugin:simplifypointertobool improveNoel Grandin2020-06-034-4/+4
* loplugin:simplifybool in accessibility..basicNoel Grandin2020-05-284-10/+10
* move ComboBox to toolkit-only headersCaolán McNamara2020-05-203-3/+3
* tdf#118418 implement scrollSubstringTo() for gtkColomban Wendling2020-05-0712-0/+57
* Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann2020-04-272-0/+2
* controllayout.hxx can be a toolkit-only headerCaolán McNamara2020-04-253-3/+3
* tdf#42982: Improve UNO API error reportingIan Barkley-Yeung2020-04-211-1/+4
* loplugin:flatten in accessibilityNoel Grandin2020-04-1822-974/+974
* rename vcl::Window::Update to PaintImmediatelyNoel Grandin2020-04-111-1/+1
* loplugin:virtualdeadNoel Grandin2020-04-021-12/+2
* move svtabbx.hxx to vcl/toolkitCaolán McNamara2020-02-192-6/+2
* clang-format accessibility & basctl with under 5-percent lines of changeMuhammet Kara2020-02-161-1/+1
* New loplugin:unsignedcompareStephan Bergmann2020-01-283-8/+10
* Use properly typed variable for iterationStephan Bergmann2020-01-261-2/+3
* rename some local variablesNoel Grandin2020-01-262-2/+2
* Avoid explicit cast to smaller sal_uInt16 from larger sal_Int32Stephan Bergmann2020-01-251-1/+2
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci2020-01-151-2/+1
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci2020-01-131-2/+1
* tdf#124176:Use pragma once instead of include guardsAyhan Yalçınsoy2019-12-201-4/+1
* loplugin:mergeclasses ListBoxAccessibleBase with AccessibleListBoxEntryNoel Grandin2019-12-032-172/+108
* remove some useless comment linesNoel Grandin2019-12-0317-17/+0
* loplugin:unusedfieldsNoel Grandin2019-11-211-4/+0
* loplugin:unusedmethodsNoel Grandin2019-11-201-9/+0
* loplugin:singlevalfieldsNoel Grandin2019-11-161-54/+2
* loplugin:indentation find broken if statementsNoel Grandin2019-11-062-2/+2
* tdf#42949 Fix IWYU warnings in accessibility/Gabor Kelemen2019-10-2844-129/+42
* move HAVE_FEATURE_DESKTOP/OPENCL to their dedicated headersLuboš Luňák2019-10-151-1/+1
* simplify "a = a +" to "a +="Noel Grandin2019-10-111-1/+1