summaryrefslogtreecommitdiff
path: root/accessibility
AgeCommit message (Expand)AuthorFilesLines
2017-04-23a11y crash on accessing disposed TabControl during close of impressCaolán McNamara1-3/+8
2015-10-18RemoteFilesDialogSzymon Kłos9-44/+11
2015-08-06fix a11y crash seen in save-as-templateCaolán McNamara1-3/+2
2015-08-06Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann1-0/+2
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini11-32/+11
2015-05-15conver MENU_FLAG_ constants to scoped enumNoel Grandin2-2/+2
2015-05-02cppcheck: noExplicitConstructorCaolán McNamara4-5/+8
2015-04-30Gradually typed LinkStephan Bergmann1-2/+2
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist8-12/+12
2015-04-28some build fixesCaolán McNamara3-3/+3
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks40-159/+127
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann2-3/+3
2015-04-22convert TREEBOX_ALLITEM constants to scoped enumNoel Grandin2-6/+6
2015-04-22convert TREEFLAG_ constants to scoped enumNoel Grandin2-13/+13
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin26-94/+94
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann1-1/+1
2015-04-13loplugin:staticmethodsNoel Grandin2-3/+3
2015-04-10More misc. cleanup.Michael Meeks1-1/+1
2015-04-10vclwidget: make sure we have an explicit destructorNoel Grandin1-6/+6
2015-04-10accessibility: cleanup for updated toolkit API.Michael Meeks22-114/+73
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin20-38/+47
2015-04-09loplugin:staticmethodsNoel Grandin2-2/+2
2015-04-03Resolves: tdf#82998 no object:active descendant changed emittedCaolán McNamara1-40/+16
2015-04-03Related: tdf#82998 rearrange, no logic changeCaolán McNamara1-34/+41
2015-04-03Related: tdf#82998 assume VALUE_CHANGED makes sense only for windowsCaolán McNamara1-1/+5
2015-04-03Related: tdf#82998 don't emit an Indeterminate state change for boxesCaolán McNamara1-14/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann3-4/+4
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant7-21/+16
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-1/+1
2015-03-09V801: Decreased performanceCaolán McNamara2-3/+3
2015-02-24Avoid unnecessary bad downcasts to ToolBoxStephan Bergmann1-6/+6
2015-02-22Typo: aditional->additionalJulien Nabet1-1/+1
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara11-173/+169
2015-02-07loplugin:deletedspecialStephan Bergmann7-24/+16
2015-02-02callcatcher: remove some unused methodsCaolán McNamara2-29/+0
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara6-66/+0
2015-01-27tdf#88702 ACCESSIBILITY Toggle buttons state not reliably updatedNiklas Johansson1-4/+3
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin15-21/+21
2015-01-07Accessibility: Expose keyboard short-cuts of menu entriesNiklas Johansson1-0/+4
2015-01-06fdo#84938: replace BUTTONTYPE_ constants with 'enum class'Noel Grandin1-4/+4
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara2-2/+0
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara1-2/+2
2014-12-08reduce scope of local variablesMichael Weghorn1-3/+2
2014-11-30fdo#86117 a11y: Exception when closing popup from ToolBox w/o separatorMaxim Monastirsky1-1/+7
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava6-8/+8
2014-11-05fdo#84938: replace TOOLBOXITEM_ constants with enumNoel Grandin1-4/+4
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin3-8/+6
2014-11-01fdo#84938: replace MIB_ constants with enumNoel Grandin1-2/+2
2014-10-23fdo#84938: replace MENUITEM constants with enumNoel Grandin1-1/+1