-
Notifications
You must be signed in to change notification settings - Fork 114
Add implementations for NSAccessibilityCustomRotor/Action and changes to related classes #362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
gcasa
wants to merge
40
commits into
master
Choose a base branch
from
NSAccessibilityCustomRotor_branch
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 12 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
d8d4682
Add implementations
gcasa 0e2965c
Fix errors and clean up
gcasa dcf971c
Use macro to call block
gcasa 0a84e7c
Update Source/NSAccessibilityCustomAction.m
gcasa bac2da9
Update Source/NSAccessibilityElement.m
gcasa a4f66f0
Update Source/NSAccessibilityCustomRotor.m
gcasa 10c9701
Change label assignment to use ASSIGNCOPY
gcasa 3ef3ab5
Change accessibility setters to use ASSIGNCOPY
gcasa 56d34c1
Fix compilation error
gcasa 1cd788a
Fix compilation error
gcasa 296d644
Merge branch 'master' into NSAccessibilityCustomRotor_branch
gcasa 28d9776
Merge branch 'master' into NSAccessibilityCustomRotor_branch
gcasa 3aae6c3
Add documentation
gcasa 0d355e1
Add protocol methods
gcasa 72b74a5
Add missing switch methods
gcasa eedf933
Add protocol methods
gcasa c87ea5e
Merge branch 'master' into NSAccessibilityCustomRotor_branch
gcasa 880fddd
Fix block issues
gcasa a958eb4
Rest of the implementations of the category for NSAccessibility*. Pa…
gcasa c6dbcdf
Fix issue in for loop
gcasa 7acb025
Implement all relevant category methods and tests.
gcasa 08953b0
Minor fix for NSSlider.
gcasa 5ef1c58
Fix for loop issue
gcasa 6d56c31
Take out ObjC2.0 conventions
gcasa cfb318d
Fix ObjC2.0 issues
gcasa eaed5ae
Fix issue with GCC build
gcasa e08ed58
Move extra NSView ivars to another object which is lazily loaded, per…
gcasa dd575e6
Add missing files.
gcasa 76e4624
Move to GNUstepGUI header dir
gcasa 9ac91e1
Explicitly initialize to nil or NO or YES as appropriate
gcasa 51064b1
Add author info.. sorry. Last commit
gcasa f445445
Add author
gcasa a9df483
Fixed header.
gcasa cf0910e
Add header to GNUstepGUI installs
gcasa 6d36f1a
Fix use ASSIGNCOPY for setters
gcasa 037a060
Update with fixes for latest comments
gcasa dece654
Remove try/catch
gcasa 3ebd58e
Simplify the method that gets accessibilityValue
gcasa 22b5261
Comment the code a little better
gcasa 6e52897
Use TEST_RELEASE as suggested
gcasa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.