-
Notifications
You must be signed in to change notification settings - Fork 717
Fixes #4050 - Select
->Activate
#4126
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
Draft
tig
wants to merge
117
commits into
gui-cs:v2_develop
Choose a base branch
from
tig:v2_4050-Activate
base: v2_develop
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.
Draft
Changes from 8 commits
Commits
Show all changes
117 commits
Select commit
Hold shift + click to select a range
6402f3a
Remove continous press code from Application
tznind a7a5d1a
WIP prototype code to handle continuous press as subcomponent of View
tznind 8f43909
Prototype with Button
tznind cbb20ff
Implement CWP
tznind b91a9ca
Move to seperate classes and prevent double entry to Start
tznind a19145a
Fix repeat clicking when moving mouse by removing phantom click code …
tznind d8335c4
Remove initial tick because it results in double activation e.g. butt…
tznind 91c1da0
Command.Select->Activate
tig 49e8054
Finished migration
tig 0881342
Backed out erroneous change
tig d2c4ac0
Backed out erroneous change2
tig fa40200
Backed out erroneous change3
tig 5bfd876
Backed out erroneous change5
tig 4b4e286
Backed out erroneous change66
tig d998d3a
Backed out erroneous change7
tig 9eda420
Backed out erroneous change8
tig 0551edc
weaked md'
tig d10489c
updated command.md
tig 4d685aa
Fixes #4122
tig 7d940de
Enhance Command and Mouse APIs; update documentation
tig c4bf114
WIP: Broken.
tig 2d2641d
WIP: Broken.
tig 8ccb476
Merge branch 'v2_4050-Activate' of tig:tig/Terminal.Gui into v2_4050-…
tig 8d9ecc1
Added a Selectors Scenario
tig c5edc79
Merge branch 'v2_4050-Activate' of tig:tig/Terminal.Gui into v2_4050-…
tig 1ba4f0c
Tweaked FlagSelector
tig b656258
Merge branch 'v2_4050-Activate' of tig:tig/Terminal.Gui into v2_4050-…
tig 0165aba
More tweaks
tig 0e8c7f1
Merge branch 'v2_4050-Activate' of tig:tig/Terminal.Gui into v2_4050-…
tig b871ff9
Added a Selectors Scenario2
tig e27c0fb
Merge branch 'v2_develop' into v2_4050-Activate
tig 8262b2d
Merge branch 'v2_4050-Activate' of tig:tig/Terminal.Gui into v2_4050-…
tig bc13f34
Merge branch 'v2_4050-Activate' of tig:tig/Terminal.Gui into v2_4050-…
tig 98947ba
Refactor DatePicker lamdas
tznind e946638
Merge branch 'v2_develop' into 4101_continuous_press
tznind 550ef03
WIP investigate subcomponents instead of statics
tznind a28cc6c
Add IMouseGrabHandler to IApplication
tznind 6d794f2
Make mouse grabbing non static activity
tznind ee7ea86
Make MouseHeldDown suppress when null fields e.g. app not initialized…
tznind 887631d
Update test and remove dependency on Application
tznind 0d75ef0
Fix other mouse click and hold tests
tznind c3c6c70
Code cleanup
tznind f717be5
Update class diagram
tznind 32d747a
Fix bad xml doc references
tznind e9a33cb
Fix timed events not getting passed through in v2 applications
tznind 48e80f3
Make timed events nullable for tests that dont create an Application
tznind 06e45e1
Remove strange blocking test
tznind c414695
Refactors OptionSelector, FlagSelector to removed duplicate code.
tig c106ff0
WIP remove all idles and replace with zero timeouts
tznind 6f11fd6
Fix build of tests
tznind c597454
Fix unit tests
tznind aba2e43
Add wakeup call back in
tznind 2dfe6b3
Comment out incredibly complicated test and fix others
tznind f18b752
Fix test
tznind 34bc316
test fix
tznind 0016a18
Make Post execute immediately if already on UI thread
tznind e85cccd
Re enable test and simplify Invoke to just execute if in UI thread (u…
tznind e4c7f0f
Remove xml doc references to idles
tznind e13ed63
Remove more references to idles
tznind c588e04
Make Screen initialization threadsafe
tznind c2390ad
merge 4101_continuous_press into branch
tznind 49dc897
Add more exciting timeouts
tznind 394794a
WIP add tests
tznind 308b26f
fix log
tznind e20b489
fix test
tznind 78c5d0d
make continuous key press use smoth acceleration
tznind 966178e
Rename _lock to _lockScreen
tznind 8721ea3
Remove section on idles, they are not a thing anymore - and they kind…
tznind 53de140
Add nullable enable
tznind 7fb15fa
Add xml comment
tznind 889e071
Fix namings and cleanup code
tznind 68c2a0d
Makes mouse event handling more deterministic.
tig bfcbd4b
Temporarily setup Generic.cs to show bug is fixed
tig 28b99a4
Removed most uses of OnMouseClick/MouseClick
tig d8b7c97
Removed all of OnMouseClick/MouseClick
tig e42f52d
Test cleanup
tig d2b1eba
RadioGroup->Obsolete - use OptionSelector instead
tig 846a686
Test cleanup2
tig f118645
Merge branch 'v2_develop' into v2_4050-Activate
tig 77e8675
Merge branch 'v2_develop' into logarithmic-timeout
tig 6a2477b
Tons of fixes
tig 91e9ef5
Fixed AdvanceFocus bug
tig 2c4353d
Fixed Shortcut rendering
tig 4dd7f14
Revisiting Command prop
tig dc3a67e
Merge branch 'v2_4050-Activate' of tig:tig/Terminal.Gui into v2_4050-…
tig 3a0f348
Merge branch 'v2_4050-Activate' of tig:tig/Terminal.Gui into v2_4050-…
tig 4e36e7a
Merge branch 'v2_develop' into v2_4050-Activate
tig 49bba53
Tweaked UICatalog
tig 8a07e26
Fixed menu details
tig ec5bae6
Fixed stuff related to https://github.com/gui-cs/Terminal.Gui/issues/…
tig 144b027
Merge branch 'v2_develop' into logarithmic-timeout
tig 2dd3525
code cleanup
tig 0efefdf
Merge branch 'v2_4050-Activate' of tig:tig/Terminal.Gui into v2_4050-…
tig 54b63f0
Shortcut code cleanup
tig 5e0d487
Merge branch 'v2_develop' into v2_4050-Activate
tig 6b05319
POC implementation of fix for https://github.com/gui-cs/Terminal.Gui/…
tig ebcf66c
Merge branch 'v2_4050-Activate' of tig:tig/Terminal.Gui into v2_4050-…
tig 7c00793
Fixed OptionSelector focus bug
tig de953f7
Merge branch 'v2_develop' into logarithmic-timeout
tznind f6b9fe7
xmldoc fix
tznind 65207ad
Rename LockAndRunTimers to just RunTimers
tznind 079a4c5
Rename AddTimeout and RemoveTimeout (and event) to just Add/Remove
tznind 768e5bd
Update description of MainLoop
tznind a3316ca
WIP
tig fb19bfa
Merge branch 'v2_develop' into logarithmic-timeout
tig 87fe518
Merge branch 'v2_develop' of tig:tig/Terminal.Gui into v2_develop
tig 62fd462
Merge branch 'v2_develop' of tig:tig/Terminal.Gui into v2_develop
tig b7a7f1c
Reverted Activate WIP code
tig c25a4d5
Merge branch 'v2_develop' into v2_4050-Activate
tig 1efaf49
Merge branch 'v2_develop' into logarithmic-timeout
tig 837298a
Merge branch 'logarithmic-timeout' of github.com:tznind/gui.cs into t…
tig a1ea545
Commented out Run_T_Call_Init_ForceDriver_Should_Pick_Correct_Driver
tig 8abb13c
Again? Commented out Run_T_Call_Init_ForceDriver_Should_Pick_Correct_…
tig 6515d88
Revert Commented out Run_T_Call_Init_ForceDriver_Should_Pick_Correct_…
tig 966e2f7
Atttempting to merge #4173
tig 83c63a2
Merge branch 'v2_develop' of tig:tig/Terminal.Gui into v2_develop
tig 0581c26
Merged
tig 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
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
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
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
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
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.
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.