summaryrefslogtreecommitdiffstats
path: root/accessibility
Commit message (Expand)AuthorAgeFilesLines
* fix a11y crash seen in save-as-templateCaolán McNamara2015-06-231-3/+2
* Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann2015-06-181-0/+2
* tdf#62475: partial handmade fixesAndrea Gelmini2015-05-1511-32/+11
* conver MENU_FLAG_ constants to scoped enumNoel Grandin2015-05-152-2/+2
* cppcheck: noExplicitConstructorCaolán McNamara2015-05-024-5/+8
* Gradually typed LinkStephan Bergmann2015-04-301-2/+2
* Get rid of the initial :: for the vcl namespaceTor Lillqvist2015-04-308-12/+12
* some build fixesCaolán McNamara2015-04-283-3/+3
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-2840-159/+127
|\
| * More misc. cleanup.Michael Meeks2015-04-101-1/+1
| * vclwidget: make sure we have an explicit destructorNoel Grandin2015-04-101-6/+6
| * accessibility: cleanup for updated toolkit API.Michael Meeks2015-04-1022-114/+73
| * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-1020-38/+47
* | More loplugin:simplifyboolStephan Bergmann2015-04-271-1/+1
* | loplugin:simplifyboolStephan Bergmann2015-04-242-3/+3
* | convert TREEBOX_ALLITEM constants to scoped enumNoel Grandin2015-04-222-6/+6
* | convert TREEFLAG_ constants to scoped enumNoel Grandin2015-04-222-13/+13
* | remove unnecessary use of void in function declarationsNoel Grandin2015-04-1526-94/+94
* | loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann2015-04-131-1/+1
* | loplugin:staticmethodsNoel Grandin2015-04-132-3/+3
|/
* loplugin:staticmethodsNoel Grandin2015-04-092-2/+2
* Resolves: tdf#82998 no object:active descendant changed emittedCaolán McNamara2015-04-031-40/+16
* Related: tdf#82998 rearrange, no logic changeCaolán McNamara2015-04-031-34/+41
* Related: tdf#82998 assume VALUE_CHANGED makes sense only for windowsCaolán McNamara2015-04-031-1/+5
* Related: tdf#82998 don't emit an Indeterminate state change for boxesCaolán McNamara2015-04-031-14/+2
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-283-4/+4
* tdf#88230: cleanup solar mutex yieldingPranav Kant2015-03-207-21/+16
* create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2015-03-181-1/+1
* V801: Decreased performanceCaolán McNamara2015-03-092-3/+3
* Avoid unnecessary bad downcasts to ToolBoxStephan Bergmann2015-02-241-6/+6
* Typo: aditional->additionalJulien Nabet2015-02-221-1/+1
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-1611-173/+169
* loplugin:deletedspecialStephan Bergmann2015-02-077-24/+16
* callcatcher: remove some unused methodsCaolán McNamara2015-02-022-29/+0
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-296-66/+0
* tdf#88702 ACCESSIBILITY Toggle buttons state not reliably updatedNiklas Johansson2015-01-271-4/+3
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-2615-21/+21
* Accessibility: Expose keyboard short-cuts of menu entriesNiklas Johansson2015-01-071-0/+4
* fdo#84938: replace BUTTONTYPE_ constants with 'enum class'Noel Grandin2015-01-061-4/+4
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-022-2/+0
* boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara2014-12-271-2/+2
* reduce scope of local variablesMichael Weghorn2014-12-081-3/+2
* fdo#86117 a11y: Exception when closing popup from ToolBox w/o separatorMaxim Monastirsky2014-11-301-1/+7
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-146-8/+8
* fdo#84938: replace TOOLBOXITEM_ constants with enumNoel Grandin2014-11-051-4/+4
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-053-8/+6
* fdo#84938: replace MIB_ constants with enumNoel Grandin2014-11-011-2/+2
* fdo#84938: replace MENUITEM constants with enumNoel Grandin2014-10-231-1/+1
* fdo#84938: replace TIB_ constants with enumNoel Grandin2014-10-201-5/+5
* convert SV_BMP_ constants to enumNoel Grandin2014-10-181-4/+4