Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Feature: Interactive Selector Tools #5786

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

Closed
wants to merge 42 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
ba8562b
Start base class for new interactive selector tools
blink1073 Jan 2, 2016
1e68194
Update docstring
blink1073 Jan 2, 2016
562d852
Cleanup
blink1073 Jan 2, 2016
2d580b3
Comment
blink1073 Jan 2, 2016
d57c49d
Clean up interactivity handling
blink1073 Jan 2, 2016
55e0de1
Minor cleanup
blink1073 Jan 2, 2016
940b014
Make interactive and allow_redraw attributes
blink1073 Jan 2, 2016
a8b2a94
Keep handles in sync even when not interactive
blink1073 Jan 2, 2016
e8e1807
Update docs
blink1073 Jan 2, 2016
4dec7c3
Clean up the clean event
blink1073 Jan 2, 2016
03a2e84
Implement focus/drag/selection logic
blink1073 Jan 2, 2016
3858737
Implement move logic
blink1073 Jan 2, 2016
a6e7af7
Improve handles handling
blink1073 Jan 2, 2016
9bf43c5
Stub out rectangle and ellipse tools
blink1073 Jan 2, 2016
fcc69a1
Finish rectangle, ellipse, and line tools
blink1073 Jan 2, 2016
91ca5e1
Use pixel space for line calculations and cleanups
blink1073 Jan 3, 2016
77c1122
Update documentation
blink1073 Jan 3, 2016
d37f0eb
Only update focus if not drawing
blink1073 Jan 3, 2016
ea77184
Update docstrings
blink1073 Jan 3, 2016
60a69a9
Make width optional for the line tool
blink1073 Jan 3, 2016
3240995
Fix initial size and reset behavior
blink1073 Jan 3, 2016
5bd0e12
Initialize _verts to valid value
blink1073 Jan 3, 2016
b8618b5
Remove self._verts since it was confusing
blink1073 Jan 3, 2016
6622c67
Fix base class docstring
blink1073 Jan 3, 2016
139b033
Fix the has_selected behavior
blink1073 Jan 3, 2016
56ea9cf
Improve handling of key modifiers
blink1073 Jan 3, 2016
b0f128f
Specify that the patch is a polygon
blink1073 Jan 3, 2016
f08b783
Fix handling of line width
blink1073 Jan 3, 2016
9e0afd6
Add the paint tool
blink1073 Jan 3, 2016
92b56ef
Make the patch private
blink1073 Jan 3, 2016
589eae8
Move polygon-specific items out of base tool
blink1073 Jan 3, 2016
0d999cb
wip
blink1073 Jan 9, 2016
6d84c47
wip
blink1073 Jan 9, 2016
fe672d6
wip
blink1073 Jan 9, 2016
ae1f67e
wip
blink1073 Jan 9, 2016
2de4037
wip
blink1073 Jan 9, 2016
5d89924
wip
blink1073 Jan 10, 2016
af58d64
wip
blink1073 Jan 11, 2016
4621bfd
Refactor the tools to use proper patches
blink1073 Jan 16, 2016
6781b9b
Clean up the line tool
blink1073 Jan 16, 2016
fb6b842
More cleanup
blink1073 Jan 16, 2016
f90d071
wip add angle
blink1073 Jan 23, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading