Skip to content
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

Fixes #2926 - Refactor KeyEvent and KeyEventEventArgs to simplify #2927

Merged
merged 205 commits into from
Dec 16, 2023

Commits on Oct 18, 2023

  1. Adds basic MainLoop unit tests

    tig committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    8520435 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80fd49e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55a5d25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ff0b6d View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Simplified MainLoop/ConsoleDriver by making MainLoop internal and mov…

    …ing impt fns to Application
    tig committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    9eab13b View commit details
    Browse the repository at this point in the history
  2. Modernized Terminal resize events

    tig committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    2d2345b View commit details
    Browse the repository at this point in the history
  3. Modernized Terminal resize events

    tig committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    fcea946 View commit details
    Browse the repository at this point in the history
  4. Removed un used property

    tig committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    9a87303 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    54f200a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e6db63e View commit details
    Browse the repository at this point in the history
  7. Updated OnMouseEvent API docs

    tig committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    1016777 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Using WT_SESSION to detect WT

    tig committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    916f335 View commit details
    Browse the repository at this point in the history
  2. removes hacky GetParentProcess

    tig committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    f7ad241 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    934ce0e View commit details
    Browse the repository at this point in the history
  4. removes hacky GetParentProcess2

    tig committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    6c13cc7 View commit details
    Browse the repository at this point in the history
  5. Addressed mac resize issue

    tig committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    6242306 View commit details
    Browse the repository at this point in the history
  6. Addressed mac resize issue

    tig committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    aa4e568 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    237c407 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d52a147 View commit details
    Browse the repository at this point in the history
  9. Removed GetProcesssName

    tig committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    dcb972d View commit details
    Browse the repository at this point in the history
  10. Removed GetProcesssName

    tig committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    f3ee290 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    88a0065 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    36903cb View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Configuration menu
    Copy the full SHA
    95af5b5 View commit details
    Browse the repository at this point in the history
  2. Updated CSI API Docs

    tig committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    891b9dc View commit details
    Browse the repository at this point in the history
  3. merge

    tig committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    2b9bbf6 View commit details
    Browse the repository at this point in the history
  4. merge

    tig committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    760c522 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e5509f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1f22a0 View commit details
    Browse the repository at this point in the history
  7. merged v2_develop

    tig committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    6f551fc View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. temp renamed KeyEvent OldKeyEvent

    tig committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    d4c9c12 View commit details
    Browse the repository at this point in the history
  2. Merged KeyEvent into KeyEventArgs

    tig committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    e86bfaf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ee91a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d3029d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86bf730 View commit details
    Browse the repository at this point in the history
  6. Added Responder.KeyPressed

    tig committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    015b2ff View commit details
    Browse the repository at this point in the history
  7. Removed unused references

    tig committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    88235dd View commit details
    Browse the repository at this point in the history
  8. Fixed arg naming

    tig committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    0fc8ad4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cc423e8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ac3e3e9 View commit details
    Browse the repository at this point in the history
  11. Fixed unit tests fail

    tig committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    10c2db4 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    189830c View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    cb0cb23 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. merge v2_develop

    tig committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    1f6f4d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Fixed some unit tests

    tig committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    b283558 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    820ef83 View commit details
    Browse the repository at this point in the history
  3. Updated API docs

    tig committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    10af83f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53f91cc View commit details
    Browse the repository at this point in the history
  5. Updated API docs

    tig committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    6c0d605 View commit details
    Browse the repository at this point in the history
  6. Updated HotKey API docs

    tig committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    ba11f56 View commit details
    Browse the repository at this point in the history
  7. Updated shortcut API docs

    tig committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    23eb7cb View commit details
    Browse the repository at this point in the history
  8. Fixed responder unit tests

    tig committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    9766dd3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f37765c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    50b52de View commit details
    Browse the repository at this point in the history
  11. Fixed BackTab logic

    tig committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    a164989 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4ff09a6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e02ccf0 View commit details
    Browse the repository at this point in the history
  14. Updated keyboard.md docs

    tig committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    8fac048 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ca02c85 View commit details
    Browse the repository at this point in the history
  16. Added View.InvokeCommand API

    tig committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    bb8b9ef View commit details
    Browse the repository at this point in the history
  17. Modernized RadioGroup

    tig committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    38379f2 View commit details
    Browse the repository at this point in the history
  18. Removed ColdKey

    tig committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    032de9a View commit details
    Browse the repository at this point in the history
  19. Modernized (partially) StatusBar

    tig committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    53bc01b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    baa1f1b View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    ac7063e View commit details
    Browse the repository at this point in the history
  2. Application code cleanup

    tig committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    04e2436 View commit details
    Browse the repository at this point in the history
  3. Start on updaing menu

    tig committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    ecdcc4b View commit details
    Browse the repository at this point in the history
  4. Menu now mostly works

    tig committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    196124f View commit details
    Browse the repository at this point in the history
  5. Menu Select refinement

    tig committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    ad05e68 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Fixed known menu bugs!

    tig committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    8112b3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    538066f View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    a044013 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c948d03 View commit details
    Browse the repository at this point in the history
  3. Working through hotkey issues

    tig committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    b78ff2a View commit details
    Browse the repository at this point in the history
  4. Misc fixes

    tig committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    f9cdca4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2292d37 View commit details
    Browse the repository at this point in the history
  6. Fixed scenarios

    tig committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    b51d8bd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a8d7a7 View commit details
    Browse the repository at this point in the history
  8. Modernized Checkbox

    tig committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    9632a3b View commit details
    Browse the repository at this point in the history
  9. Modernized TileView

    tig committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    78779ad View commit details
    Browse the repository at this point in the history
  10. Updated API docs

    tig committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    f82bdba View commit details
    Browse the repository at this point in the history
  11. Updated API docs

    tig committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    c9465a0 View commit details
    Browse the repository at this point in the history
  12. attempting to publish v2 docs

    tig committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    59dcec1 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Revert "attempting to publish v2 docs"

    This reverts commit 59dcec1.
    tig committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    b833dce View commit details
    Browse the repository at this point in the history
  2. merged v2_develop

    tig committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    962f2a4 View commit details
    Browse the repository at this point in the history
  3. Playing with api docs

    tig committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    54b1d6a View commit details
    Browse the repository at this point in the history
  4. Removed Key.BackTab

    tig committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    06e2e56 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Removed Caps/Scroll/Numlock

    tig committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    6d1cfff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7619e81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b51c3fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bee9eed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    740d342 View commit details
    Browse the repository at this point in the history
  6. Fixed MenuBar!

    tig committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    ae18409 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    7fb2a0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3623269 View commit details
    Browse the repository at this point in the history
  3. checkout@v4

    tig committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    2b743e1 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    f1f7e73 View commit details
    Browse the repository at this point in the history
  2. VK tests are still failing

    tig committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    f2ef158 View commit details
    Browse the repository at this point in the history
  3. Fixed some unit tests

    tig committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    ae98da2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95a9c91 View commit details
    Browse the repository at this point in the history
  5. fixed unit test

    tig committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    a080714 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. All unit tests pass again...

    tig committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    3fe8c16 View commit details
    Browse the repository at this point in the history
  2. Fixed broken unit tests

    tig committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    af2b2dd View commit details
    Browse the repository at this point in the history
  3. KeyEventArgs.KeyValue -> AsRune

    tig committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    3c24868 View commit details
    Browse the repository at this point in the history
  4. Fixed bugs. Still some broken

    tig committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    7440845 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3157389 View commit details
    Browse the repository at this point in the history
  6. Fixed WindowsDriver

    tig committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    0909c72 View commit details
    Browse the repository at this point in the history
  7. Oops.

    tig committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    d84f735 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Configuration menu
    Copy the full SHA
    4d5363d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    776b381 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0ae9a2 View commit details
    Browse the repository at this point in the history
  4. Improved View KeyEvent unit tests

    tig committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    cb59be3 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. More hotkey unit tests

    tig committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    d071fab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67da4f2 View commit details
    Browse the repository at this point in the history
  3. Unit tests now pass again

    tig committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    c6f3148 View commit details
    Browse the repository at this point in the history
  4. Refreshed API docs

    tig committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    ba1024f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aaf78cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca5d4b8 View commit details
    Browse the repository at this point in the history
  7. Minor code cleanup

    tig committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    3aa4000 View commit details
    Browse the repository at this point in the history
  8. Minor code cleanup2

    tig committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    ab77d99 View commit details
    Browse the repository at this point in the history
  9. Why is build Action failing?

    tig committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    e870a04 View commit details
    Browse the repository at this point in the history
  10. Why is build Action failing??

    tig committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    523dd43 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e13372d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bad45e7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e760ef9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fd4d9ab View commit details
    Browse the repository at this point in the history
  15. Arrrrrrg

    tig committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    7e0156f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e2f0b94 View commit details
    Browse the repository at this point in the history
  17. Merged v2_develop

    tig committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    11b51d4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    fbda133 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Fixed key binding api docs

    tig committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    e0a548f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3654afd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f34007f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ae71a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d9a8db2 View commit details
    Browse the repository at this point in the history
  6. Cleaned up some key binding stuff

    tig committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    51ad2bf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e55ff9d View commit details
    Browse the repository at this point in the history
  8. Updated label commands

    tig committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    6938fde View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    df94314 View commit details
    Browse the repository at this point in the history
  10. Fixed unit tests

    tig committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    92c6149 View commit details
    Browse the repository at this point in the history
  11. Working on NetDriver

    tig committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    c62ab30 View commit details
    Browse the repository at this point in the history
  12. fixed netdriver

    tig committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    60e2a1c View commit details
    Browse the repository at this point in the history
  13. Fixed issues called out by @BDisp CR

    tig committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    bbe66aa View commit details
    Browse the repository at this point in the history
  14. fixed CursesDriver

    tig committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    7d9c75e View commit details
    Browse the repository at this point in the history
  15. added todo to netdriver

    tig committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    a3a4055 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    e0d6521 View commit details
    Browse the repository at this point in the history
  2. Fix NetDriver.

    BDisp committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    3d69eb9 View commit details
    Browse the repository at this point in the history
  3. CommandScope->KeyBindingScope

    tig committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    d976411 View commit details
    Browse the repository at this point in the history
  4. Address some tznind feedback

    tig committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    aa1d6a2 View commit details
    Browse the repository at this point in the history
  5. Refactored KeyBindings big time!

    tig committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    a501541 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0062029 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dbfab25 View commit details
    Browse the repository at this point in the history
  8. Fixed some API docs

    tig committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    536a3c8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a5a474f View commit details
    Browse the repository at this point in the history
  10. Renamed Key->ConsoleDriverKey

    tig committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    51ac7e7 View commit details
    Browse the repository at this point in the history
  11. Renamed Key->ConsoleDriverKey

    tig committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    d3afd23 View commit details
    Browse the repository at this point in the history
  12. Renamed Key->ConsoleDriverKey

    tig committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    6766280 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    05c8aee View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    092eebf View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    83b1311 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc6e04a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c377db View commit details
    Browse the repository at this point in the history
  4. Claned up BUGBUG comments

    tig committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    a89d2e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea9b470 View commit details
    Browse the repository at this point in the history
  6. Removed defunct commented code

    tig committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    e16010b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6d43319 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2891731 View commit details
    Browse the repository at this point in the history
  9. Disabled more...

    tig committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    ff93475 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    34fb743 View commit details
    Browse the repository at this point in the history
  11. Disabled more unit tests...

    tig committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    74dabde View commit details
    Browse the repository at this point in the history
  12. Removed dead code

    tig committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    f204685 View commit details
    Browse the repository at this point in the history
  13. Disabled more unit tests...2

    tig committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    1466179 View commit details
    Browse the repository at this point in the history
  14. Disabled more unit tests...3

    tig committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    61d580a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    dc8621e View commit details
    Browse the repository at this point in the history
  16. Added more KeyBinding scope tests

    tig committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    495bc8f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4ffb339 View commit details
    Browse the repository at this point in the history
  18. ConsoleDriverKey too long. Key too ambiguous. Settled on KeyCode. (Pa…

    …rtialy because eventually I want to intro a class named Key).
    tig committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    8657d2a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    081d665 View commit details
    Browse the repository at this point in the history
  20. Fixed warnings

    tig committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    7a13a7c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2e74203 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Fix ConsoleKeyMapping bugs.

    BDisp committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    1bf28e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de22450 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03c8793 View commit details
    Browse the repository at this point in the history
  4. Fixed build warnings

    tig committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    1d25e77 View commit details
    Browse the repository at this point in the history
  5. Added key defns to Key

    tig committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    1c4ac3e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4c243d1 View commit details
    Browse the repository at this point in the history
  7. Verified by tweaking UICatalog

    tig committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    0cad88f View commit details
    Browse the repository at this point in the history
  8. Fixed treeview test ... again

    tig committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    17822aa View commit details
    Browse the repository at this point in the history
  9. Renamed ProcessKeyDown/Up to NewKeyDown/Up and OnKeyPressed to OnProc…

    …essKeyDown to make things more clear
    tig committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    583b2ab View commit details
    Browse the repository at this point in the history
  10. Added test AllViews_KeyDown_All_EventsFire unit tests and fixed a few…

    … Views that were wrong
    tig committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    9beb0b6 View commit details
    Browse the repository at this point in the history
  11. fixed stupid KeyUp event bug

    tig committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    c223ba8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    19d7f21 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f28c297 View commit details
    Browse the repository at this point in the history
  14. dotnet test --blame

    tig committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    08f5721 View commit details
    Browse the repository at this point in the history
  15. run tests on windows

    tig committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    e7f385c View commit details
    Browse the repository at this point in the history
  16. Resolving merge conflicts.

    BDisp committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    12ce149 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4df9758 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6c2c810 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a362dfc View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8f0fdc0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b5d47a5 View commit details
    Browse the repository at this point in the history
  22. updated api docs

    tig committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    8eebbbc View commit details
    Browse the repository at this point in the history
  23. Merge pull request #20 from BDisp/@tig_v2_key_simplify-console-key-ma…

    …pping-fix
    
    Fix ConsoleKeyMapping bugs.
    tig authored Dec 16, 2023
    Configuration menu
    Copy the full SHA
    c0ff52c View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    1493957 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e01bb81 View commit details
    Browse the repository at this point in the history