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 #2114. Adds View.ShadowStyle - Enabled but not turned on by default #3376

Merged
merged 71 commits into from
Jun 26, 2024

Commits on Jun 20, 2024

  1. Fixed warnings

    tig committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    5f448a6 View commit details
    Browse the repository at this point in the history
  2. Removed erroneeous warning

    tig committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    cb56d5f View commit details
    Browse the repository at this point in the history
  3. Ctrl+Q -> Esc

    tig committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    09252d1 View commit details
    Browse the repository at this point in the history
  4. Fixed unit tests

    tig committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    639357a View commit details
    Browse the repository at this point in the history
  5. Fixed docs

    tig committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    f7d18ff View commit details
    Browse the repository at this point in the history
  6. Fixed menu unit test

    tig committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    c48a020 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. pull squash

    tig committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    21c9097 View commit details
    Browse the repository at this point in the history
  2. work around dimauto issue

    tig committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    7b377f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Updated CM schema

    tig committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    fab361d View commit details
    Browse the repository at this point in the history
  2. Fixed warning

    tig committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    a0b2e2c View commit details
    Browse the repository at this point in the history
  3. Merge pull request gui-cs#3555 from tig/v2_3516-Default-QuitKey

    Fixes gui-cs#3516. Changes default `QuitKey` to `Esc`
    tig committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    37ade48 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbfeb75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee9e776 View commit details
    Browse the repository at this point in the history
  6. Cell -> record struct

    tig committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    04bbf6b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a553fd5 View commit details
    Browse the repository at this point in the history
  8. Adjusted shadow

    tig committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    8c82881 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Added transparent shadow.

    updated Config Mgr
    tig committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    6df264e View commit details
    Browse the repository at this point in the history
  2. Added some stuff to gitignore to cover other common configurations

    The ReSharper additions, especially. If you keep caches local to the solution, that's a big one.
    dodexahedron committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    49da66a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2013231 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34c702a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c0e5a7 View commit details
    Browse the repository at this point in the history
  6. Minor corrections

    AllowUnsafe... was a duplicate and the comments were slightly off
    dodexahedron committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    17471dd View commit details
    Browse the repository at this point in the history
  7. Add NoSamples.slnf

    dodexahedron committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    80ce5e8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3e9823a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1e4634c View commit details
    Browse the repository at this point in the history
  10. Add Release.slnf

    Solution filter that is only what's required to build and test Terminal.Gui
    dodexahedron committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    97983ff View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    52cc48f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6161259 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4b34dc3 View commit details
    Browse the repository at this point in the history
  14. Add .vsconfig

    This is a visual studio dependency map.
    It lists the components needed to be able to build the solution.
    It can be fed to the VS installer to ensure that, at minimum, the listed components (and their dependencies) are installed, so nobody has to guess what's needed.
    dodexahedron committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    1a68656 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2ccf14e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    76d48f1 View commit details
    Browse the repository at this point in the history
  17. Have to add this back in temporarily

    The UnitTests project needs to be split
    dodexahedron committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    f03817d View commit details
    Browse the repository at this point in the history
  18. Organized the solution items to make things easier to find

    Doesn't affect the actual file paths.
    dodexahedron committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    437e846 View commit details
    Browse the repository at this point in the history
  19. Remove duplicates

    dodexahedron committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    255d631 View commit details
    Browse the repository at this point in the history
  20. Unified casing to lower, just for consistency. Pointless.

    Lower because at least most of the docs use lower. Not all, but I went with what looked most common.
    
    More casing
    dodexahedron committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    e2f358c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    66a372d View commit details
    Browse the repository at this point in the history
  22. Add LangVersion element

    dodexahedron committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b43ce27 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    979cd80 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    3bc0c62 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    ee4bac5 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    902a672 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    7e15731 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    1c8dab0 View commit details
    Browse the repository at this point in the history
  29. Update package

    dodexahedron committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    3dde03f View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    4bb2ed8 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    3c0c896 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    a7a6038 View commit details
    Browse the repository at this point in the history
  33. Fix naming

    dodexahedron committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    e264c7b View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    e598e1c View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    4a56e39 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    e3b854c View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    3b03653 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    8ed3cbf View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    6ed6c9a View commit details
    Browse the repository at this point in the history
  40. Remove unused method

    dodexahedron committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b33bddf View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    f14b7b0 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    428b436 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    2e2170e View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    28b3362 View commit details
    Browse the repository at this point in the history
  45. Button in CommandView acts weird

    tig committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    5cf556c View commit details
    Browse the repository at this point in the history
  46. Fixed scenarios

    tig committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    77f92d8 View commit details
    Browse the repository at this point in the history
  47. Fixed scenarios

    tig committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    aec7dac View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Added Hot Dog Color Scheme

    tig committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    4124aed View commit details
    Browse the repository at this point in the history
  2. Added unit tests

    tig committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    7fef0d8 View commit details
    Browse the repository at this point in the history
  3. CM glyphs

    tig committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    2d7057d View commit details
    Browse the repository at this point in the history
  4. Merge pull request gui-cs#3556 from dodexahedron/v2_dodex_solution_an…

    …d_project_QoL_tweaks_1
    
    Fixes gui-cs#3557: Mostly non-impacting minor changes to the csproj, a fix for nuget.config, and some design-time QoL stuff
    tig committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    f24a0f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f973a2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da899c3 View commit details
    Browse the repository at this point in the history
  7. Reverted Current change

    tig committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    08fcf05 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    de92ea3 View commit details
    Browse the repository at this point in the history