summaryrefslogtreecommitdiffstats
path: root/accessibility
Commit message (Expand)AuthorAgeFilesLines
* a11y crash on accessing disposed TabControl during close of impressCaolán McNamara2017-01-131-3/+8
* tdf#104767: Fix calculus of child index in commitTableEvent (accessibility)Julien Nabet2016-12-201-1/+1
* tdf#93430: Cannot get accessible text attributes for 'Not in dictionary' entryTamás Zolnai2016-12-111-1/+58
* tdf#99687: Find Text widget fails to emit object:text-caret-moved eventsTamás Zolnai2016-11-281-1/+1
* Resolves: tdf#103032 a11y crash on listbox dispose in toolbar dropdownCaolán McNamara2016-10-134-53/+51
* Resolves: tdf#100272 row ally index is ROW_INVALIDCaolán McNamara2016-06-111-1/+8
* clang-tidy misc-unused-raiiNoel Grandin2016-05-191-1/+1
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-181-1/+1
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-1/+1
* connectivity: replace boost::remove_reference with std::remove_referenceMichael Stahl2016-05-061-1/+0
* clang-tidy modernize-loop-convert in a*Noel Grandin2016-04-215-24/+20
* new plugin stylepoliceNoel Grandin2016-04-213-10/+10
* cppcheck: silence known conditions warnings accessibilityJochen Nitschke2016-04-181-4/+4
* clean-up: unused using declarations and includesJochen Nitschke2016-04-182-4/+0
* loplugin:passstuffbyref in variousNoel Grandin2016-04-142-2/+2
* tdf#94306 remove unused boost dependenciesJochen Nitschke2016-04-131-1/+0
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-122-2/+0
* tdf#94306 replace boost::noncopyable in ..Jochen Nitschke2016-04-041-2/+3
* tdf#97499 Fixed containers parameters clearing #4tymyjan2016-04-041-2/+1
* tdf#97966 Drop 'static' keywordsWastack2016-04-012-3/+3
* tdf#97525 vcl: make DeletionListener internalJochen Nitschke2016-03-311-1/+0
* loplugin:constantparam in accessiblityNoel Grandin2016-03-232-47/+28
* convert SvButtonState to scoped enumNoel Grandin2016-03-182-10/+10
* loplugin:constantparam in accessibilityNoel Grandin2016-03-095-10/+10
* use consistent #define checks for the Windows platformNoel Grandin2016-02-172-3/+3
* Remove excess newlinesChris Sherlock2016-02-0982-610/+0
* vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock2016-02-081-1/+1
* solenv: fix mkdocs.sh to take into account projects with no inc dirChris Sherlock2016-02-051-9/+9
* accessibility: fix rest of doxygen errorsChris Sherlock2016-02-048-91/+86
* accessibility: cleanup doxygen errorsChris Sherlock2016-02-046-68/+60
* accessibility: fix doxygen errorsChris Sherlock2016-02-0417-225/+213
* vcl: take into account the font width is the average font widthChris Sherlock2016-02-042-3/+3
* boost::hash->std::hashNoel Grandin2016-02-021-1/+0
* tdf#88205 Delete 'css::uno::Sequence'kerem2016-01-311-2/+1
* OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara2016-01-311-1/+0
* Unwind trivial AccessibleExtendedComponentHelper_BASE typedefsStephan Bergmann2016-01-278-25/+14
* vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock2016-01-211-1/+1
* vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2016-01-172-2/+2
* revert vcl patch series that brok Mac and WindowsNorbert Thiebaud2016-01-162-2/+2
* vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2016-01-162-2/+2
* loplugin:unusedmethods unused return value in accessibilityNoel Grandin2016-01-112-2/+0
* Fix typosAndrea Gelmini2016-01-101-1/+1
* Fix typosAndrea Gelmini2016-01-052-2/+2
* Remove unused ToolPanel (aka TaskPane)Samuel Mehrbrodt2015-12-178-1425/+0
* No need for a separate <vcl/graph.h>Tor Lillqvist2015-12-111-1/+0
* loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann2015-12-101-1/+1
* Use comphelper::containerToSequence()Noel Grandin2015-12-032-36/+31
* loplugin:unusedfields variousNoel Grandin2015-11-251-4/+0
* add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin2015-11-202-23/+4
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-151-48/+307