Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-11[A11y] Make Breadcrumb bar accessible under VoiceOveriain holmes
2017-06-14[A11y] Add a Link roleiain holmes
2017-06-14[A11y] Simplify the API for adding label relationshipsiain holmes
2017-05-30[Windows] Fix build.Marius Ungureanu
2017-05-29Merge pull request #2489 from iainx/fix-a11y-texteditor-crashiain
[A11y] Prevent a crash when interacting with the text editor
2017-05-26[A11y] Make the StringTagSelectorButton an AXPopUpButtoniain holmes
Fixes BXC #53524
2017-05-26[A11y] Prevent a crash when interacting with the text editoriain holmes
2017-05-15[A11y] Make the project options panels accessibleiain holmes
Adds label and help to most of the project options panels in the main repo. Panels using Xwt can't be made accessible yet. Partially fixes #53537
2017-04-28[Atk] Fix leak caused by circular referencing in Atk code. (#2293)Marius Ungureanu
The action code was creating a circular ref between the accessible and the object via the signals. Break all the refs.
2017-04-12[A11y] Improve the accessibility of the Custom Command Widgetiain holmes
Fixes BXC #53542
2017-04-11[A11y] Add accessibility attributes for the Task padiain holmes
Fixes BXC #53548
2017-03-27[A11y] Fix the NRE in ConvertToRealProxyArrayiain holmes
2017-03-24[A11y] Add some getters as welliain holmes
2017-03-24[A11y] Make AccessibilityElementProxy into a wrapper objectiain holmes
Makes AccessibilityElementProxy a wrapper object so that we don't need a XamMac reference on MonoDevelop.SourceEditor
2017-03-23[A11y] Only add/remove actions when the first of last handler changesiain holmes
2017-03-17[A11y] Add a params version of AddLinkedUIElementiain holmes
2017-03-17[A11y] Fix errors that arose from the mergeiain holmes
2017-03-10[A11y] Improve the way ActionDelegates are handled.iain holmes
No more having to add them to the Accessible No more having to destroy them It's all handled automatically!
2017-03-10[A11y] Make ActionDelegate disposableiain holmes
The arrays of actions are only generated whenever the actions change in order to avoid constantly reallocating memory for them over and over, but this means the memory needs to be freed when the ActionDelegate is no longer needed. Implement IDisposable and call Dispose when the owner widget is destroyed
2017-02-20[A11y] Automatically detect actions on AccessibilityElementProxyiain holmes
Detect the supported actions on AccessibilityElementProxy by tracking which events are handled
2017-02-20[A11y] Automatically detect supported actionsiain holmes
Refactor ActionDelegate to automatically detect supported actions by tracking which event handlers are connected to.
2017-02-17[A11y] Rename the Accessibility extension methodsiain holmes
As the accessibility extension methods operate on the Accessible property, they don't need Accessibility in their names
2017-02-13[A11y] Make the New Project language selector accessibleiain holmes
2017-02-07[A11y] Rename SetRealParent to SetGtkParent which makes more senseiain holmes
2017-02-01[A11y] Add AtkCocoaHelpers to set attributes on CellRenderersiain holmes
AtkCocoa now attaches the NSAccessibility element to a cell renderer when its cell data function is being called so that cell renderers with custom data functions can set accessibility attributes appropriately
2017-02-01[A11y] Check if LinkedUIElements is not nulliain holmes
2017-01-26[a11y] ADd functions to add linked ui elementsiain holmes
2017-01-20[A11y] Make the Quick Task Strip accessibleiain holmes
2017-01-09[A11y] Split AtkCocoaHelper into Mac and Noop filesiain holmes
2017-01-09[A11y] Tidy up the AtkCocoaHelpersiain holmes
Separate AtkCocoaHelper into separate files for Mac and Noop