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 #3407. Border Subviews #3409

Draft
wants to merge 109 commits into
base: v2_develop
Choose a base branch
from
Draft

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    f6ff369 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a40dec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0900333 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b187a8e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ebc47de View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Updated API docs

    tig committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    ab021bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7767bd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cde0e1 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'v2_3269_Bounds-ContentArea' of tig:tig/Terminal.Gui int…

    …o v2_3269_Bounds-ContentArea
    tig committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    1549d0d View commit details
    Browse the repository at this point in the history
  5. Merge branch 'v2_3269_Bounds-ContentArea' of tig:tig/Terminal.Gui int…

    …o v2_3269_Bounds-ContentArea
    tig committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    9aec5b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Fixed API doc typo

    tig committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d915c4e View commit details
    Browse the repository at this point in the history
  2. Fixed Clipping scenario

    tig committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    00c4680 View commit details
    Browse the repository at this point in the history
  3. Rebased with v2_develop

    tig committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    6b1a429 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    6f664c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f55d9bb View commit details
    Browse the repository at this point in the history
  3. More unit tests and code cleanup

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

Commits on Mar 21, 2024

  1. WIP towards scrolling working

    tig committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    90e3838 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Merged v2_develop

    tig committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    df5f04b View commit details
    Browse the repository at this point in the history
  2. Merged v2_develop

    tig committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    4f59a64 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    d25f98f View commit details
    Browse the repository at this point in the history
  2. API doc updates

    tig committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    465c04f View commit details
    Browse the repository at this point in the history
  3. Fixed ScrollViwe

    tig committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    17efda9 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Clarified how Viewport works

    tig committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    2d5a99a View commit details
    Browse the repository at this point in the history
  2. Reverted temp changes to Scenario

    tig committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    5d7fe4c View commit details
    Browse the repository at this point in the history
  3. Added some TODOs

    tig committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    2fe4e92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f15dd9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0224712 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8483e29 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Configuration menu
    Copy the full SHA
    207c974 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b75eff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c8b199 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c03096 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'v2_3269_Bounds-ContentArea' of tig:tig/Terminal.Gui int…

    …o v2_3269_Bounds-ContentArea
    tig committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    7702564 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'v2_3269_Bounds-ContentArea' of tig:tig/Terminal.Gui int…

    …o v2_3269_Bounds-ContentArea
    tig committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    22826e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    08d2716 View commit details
    Browse the repository at this point in the history
  2. Updated View.Add/Remove API docs

    tig committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    312dda3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    472dd0c View commit details
    Browse the repository at this point in the history
  4. Test button

    tig committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    ed06338 View commit details
    Browse the repository at this point in the history
  5. fixed OnMouseClick logic

    tig committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    ca5df08 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf97b5b View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Adds Charmap to scrolling demo

    tig committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    bbba1e4 View commit details
    Browse the repository at this point in the history
  2. merged

    tig committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    1b21dd5 View commit details
    Browse the repository at this point in the history
  3. merge fixes

    tig committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7cc9fb9 View commit details
    Browse the repository at this point in the history
  4. merge fixes2

    tig committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    2acc235 View commit details
    Browse the repository at this point in the history
  5. more merge fixes

    tig committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    68c0a6a View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Merge branch 'v2_3269_Bounds-ContentArea' of tig:tig/Terminal.Gui int…

    …o v2_3269_Bounds-ContentArea
    tig committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    50f9b35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba429cf View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. merge

    tig committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    5c36db2 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    6b80b23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62f0156 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a06074 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da55844 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6ff562 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e5d01bf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1d9b649 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f5c7448 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d964c9c View commit details
    Browse the repository at this point in the history
  10. Revert "Reapply "Rewrote FindDeepestView to be clearer and more perfo…

    …rmant""
    
    This reverts commit d964c9c.
    tig committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    0983c69 View commit details
    Browse the repository at this point in the history
  11. Reapply "Reapply "Rewrote FindDeepestView to be clearer and more perf…

    …ormant""
    
    This reverts commit 0983c69.
    tig committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    d8043cd View commit details
    Browse the repository at this point in the history
  12. Revert "Reapply "Reapply "Rewrote FindDeepestView to be clearer and m…

    …ore performant"""
    
    This reverts commit d8043cd.
    tig committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    4feff89 View commit details
    Browse the repository at this point in the history
  13. Reapply "Reapply "Reapply "Rewrote FindDeepestView to be clearer and …

    …more performant"""
    
    This reverts commit 4feff89.
    tig committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    907dc4d View commit details
    Browse the repository at this point in the history
  14. Revert "Reapply "Reapply "Reapply "Rewrote FindDeepestView to be clea…

    …rer and more performant""""
    
    This reverts commit 907dc4d.
    tig committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    30e62a6 View commit details
    Browse the repository at this point in the history
  15. Reapply "Reapply "Reapply "Reapply "Rewrote FindDeepestView to be cle…

    …arer and more performant""""
    
    This reverts commit 30e62a6.
    tig committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    d654c9c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e8640e9 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. WIP fixing FrameToScreen

    tig committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    5d85242 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    685e59f View commit details
    Browse the repository at this point in the history
  3. Fixed FrameToScreen

    tig committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ad411ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f924ea3 View commit details
    Browse the repository at this point in the history
  5. TODOs

    tig committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    9f93dea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d49bc3c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7644f63 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    25491bd View commit details
    Browse the repository at this point in the history
  9. Updated api docs

    tig committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c0b460e View commit details
    Browse the repository at this point in the history
  10. Updated scenario

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

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    248bbe0 View commit details
    Browse the repository at this point in the history
  2. Fixed latent bug in ScrollBarView

    tig committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    1ffabac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0684d11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2203f0b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86f05d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8bfc468 View commit details
    Browse the repository at this point in the history
  7. Doc improvements

    tig committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    6dd349f View commit details
    Browse the repository at this point in the history
  8. Scenario clean up

    tig committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    8df0ea4 View commit details
    Browse the repository at this point in the history
  9. Modernized Scrolling scenario

    tig committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    1a5bf0f View commit details
    Browse the repository at this point in the history
  10. Modernized Scrolling scenario

    tig committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    7926781 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Updated View and Event classes for viewport and content size handling

    Updated several classes to improve viewport and content size handling.
    
    Added `SetFrame` method to `View` class in `ViewLayout.cs` and replaced direct `_frame` property setting.
    
    Updated `OnLayoutStarted` and `OnLayoutComplete` methods to take `ContentSize` instead of `oldViewport`. Added `ViewportChanged` event and `OnViewportChanged` method to `View` class in `ViewContent.cs`.
    
    Updated `DrawEventArgs` and `LayoutEventArgs` classes in `ViewEventArgs.cs` to include new and old viewport properties and removed `Rectangle` property.
    
    Updated `OnDrawContentComplete` method in `ViewDrawing.cs` to take `DrawEventArgs` instead of `Rectangle`.
    
    Updated `SetViewport` method in `ViewContent.cs` to trigger `OnViewportChanged` event.
    
    Added check in `ListView.cs` for view initialization before setting `ContentSize` and `Viewport`.
    
    Updated `FileDialog` class in `FileDialog.cs` to use `NewViewport.Width` instead of `e.Rectangle.Width`.
    
    Updated `ViewEventArgs` class in `ViewEventArgs.cs` to include a `view` parameter in its constructor.
    tig committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    b83b392 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    88222c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    513eb13 View commit details
    Browse the repository at this point in the history
  3. Code and API doc cleanup

    tig committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    32e79bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a655120 View commit details
    Browse the repository at this point in the history
  5. Deleted temp scenario

    tig committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    dc4943f View commit details
    Browse the repository at this point in the history
  6. Renamed scenario.

    Fixed ContentSize < 0 issue.
    tig committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    2430088 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Updated package versions in multiple projects

    Updated the versions of various packages across four projects. In `ReactiveExample.csproj`, the `ReactiveUI` package was updated. In `Terminal.Gui.csproj`, the `System.IO.Abstractions` and `System.Text.Json` packages were updated. In `UICatalog.csproj`, the `Microsoft.VisualStudio.Azure.Containers.Tools.Targets`, `SixLabors.ImageSharp`, and `CsvHelper` packages were updated. In `UnitTests.csproj`, the `ReportGenerator`, `TestableIO.System.IO.Abstractions.TestingHelpers`, `xunit`, `xunit.runner.visualstudio`, and `coverlet.collector` packages were updated.
    tig committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    dc4ee29 View commit details
    Browse the repository at this point in the history
  2. Made Buttons.NumericUpDown cooler

    tig committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    4ad3dc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    085fd63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    012e7a3 View commit details
    Browse the repository at this point in the history
  5. Cleaned up AdornmentsEditor to fix Progress Styles scenario.

    Fixed GetFocusColor to not show focus if nothing else can be foucused
    tig committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    92e7bc6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c34b237 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    00cc59a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    68e37d0 View commit details
    Browse the repository at this point in the history
  9. Removed debug code

    tig committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    77f9830 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    50fcb19 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    de1a844 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    069089e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b7547c4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ceaa10c View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Test tweaks

    tig committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    97351c3 View commit details
    Browse the repository at this point in the history
  2. Console Driver code cleanup

    tig committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    8d2c64a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f1060b View commit details
    Browse the repository at this point in the history
  4. prototyping

    tig committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    9e2a3d5 View commit details
    Browse the repository at this point in the history