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

Add TouchBehavior #1673

Merged
merged 112 commits into from
Mar 27, 2024
Merged

Commits on Mar 14, 2024

  1. init

    pictos authored and Axemasta committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    6dae154 View commit details
    Browse the repository at this point in the history
  2. code style

    pictos authored and Axemasta committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    3ef6241 View commit details
    Browse the repository at this point in the history
  3. android bits

    pictos authored and Axemasta committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c267f02 View commit details
    Browse the repository at this point in the history
  4. code style

    pictos authored and Axemasta committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    ca56252 View commit details
    Browse the repository at this point in the history
  5. dumb sample to test

    pictos authored and Axemasta committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    15d2ba9 View commit details
    Browse the repository at this point in the history
  6. added a11y and initialization

    pictos authored and Axemasta committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    77615a0 View commit details
    Browse the repository at this point in the history
  7. code style

    pictos authored and Axemasta committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    609e995 View commit details
    Browse the repository at this point in the history
  8. improved sample

    pictos authored and Axemasta committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    e437c1c View commit details
    Browse the repository at this point in the history
  9. code style

    pictos authored and Axemasta committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    85444fe View commit details
    Browse the repository at this point in the history
  10. protect against NRE

    pictos authored and Axemasta committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    104344c View commit details
    Browse the repository at this point in the history
  11. windows implementation

    pictos authored and Axemasta committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    38f88e1 View commit details
    Browse the repository at this point in the history
  12. code style

    pictos authored and Axemasta committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    574bba7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8e1a10a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a9f93e5 View commit details
    Browse the repository at this point in the history
  15. Touch effect maui (CommunityToolkit#1326)

    * Fixed some issues in Android implementation
    * Added iOS implementation for TouchBehavior
    * Reformatted code
    * Removed duplicated extension methods
    
    ---------
    
    Co-authored-by: Christian Rendl <[email protected]>
    2 people authored and Axemasta committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    194a039 View commit details
    Browse the repository at this point in the history
  16. Bringing touch-effect up to date with main (CommunityToolkit#1383)

    * Popup v6 windows (CommunityToolkit#1086)
    
    Co-authored-by: Brandon Minnick <[email protected]>
    Co-authored-by: Pedro Jesus <[email protected]>
    Co-authored-by: Shaun Lawrence <[email protected]>
    
    * ♻️ [Housekeeping] Fixed  GravatarImageSourceTests.TestDefaultStream (CommunityToolkit#1335)
    
    * [housekeeping] Automated PR to fix formatting errors (CommunityToolkit#1327)
    
    * Fix popup margin on iOS (CommunityToolkit#1329)
    
    * Bump NuGet.Protocol from 6.6.1 to 6.7.0 in /samples (CommunityToolkit#1330)
    
    * Use fully qualified namespace for Color reference in TextToColorGenerator (CommunityToolkit#1332)
    
    * Use fully qualified namespace for Color reference in TextToColorGenerator to prevent collisions
    
    This change should prevent "ambiguous reference" error to occur when other packages are included in a MAUI project that provide their own Color objects
    
    * added global prefix to be safer
    
    ---------
    
    Co-authored-by: Pedro Jesus <[email protected]>
    Co-authored-by: Brandon Minnick <[email protected]>
    
    * Code cleanup and preparation for the next release (breaking changes) (CommunityToolkit#1324)
    
    * Code cleanup and preparation for .net 8
    
    * Update CompareConverter.shared.cs
    
    * Revert global.json
    
    * More CleanUps
    
    * Remove redundant TrySetCanceled and rely on speech recognition result
    
    * Update Formatting
    
    ---------
    
    Co-authored-by: Brandon Minnick <[email protected]>
    
    * Fix Gestures on Popup on ios (CommunityToolkit#1342)
    
    * Fix Gestures on Popup on ios
    
    * don't query type cast directly
    
    * Code for AddLogicalChild (.NET 8)
    
    * reduce changes
    
    * setting the parent fixes the BindingContext of the view
    
    * Revert "setting the parent fixes the BindingContext of the view"
    
    This reverts commit 0a64b56.
    
    * reduce changes
    
    * simplify code
    
    * fixing build
    
    * assigned Element to contentPage.Parent
    
    ---------
    
    Co-authored-by: pedrojesus <[email protected]>
    
    * `global.json`: Change `"rollForward": "latestMajor",` -> `"rollForward": "latestFeature"`. (CommunityToolkit#1338)
    
    Update global.json
    
    * Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.1 in /samples (CommunityToolkit#1348)
    
    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.0 to 17.7.1.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.7.0...v17.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * 632 bug avatar view clipping on windows (CommunityToolkit#1344)
    
    * Resolves issue on Windows where the splash screen icon is not found.
    
    * Resolves an issue with the 'Ratings' sample for AvatarView.
    
    * Spaces and not tabs
    
    * Spaces and not tabs
    
    * Changed MauiImage to point to Images folder.
    
    * Changed splash for Windows to be Resize=False
    
    * Typo in name of MauiImage
    
    * Try to prevent locking.
    
    * Bump Microsoft.CodeAnalysis from 4.6.0 to 4.7.0 in /samples (CommunityToolkit#1355)
    
    * Bump Microsoft.CodeAnalysis.CSharp.Workspaces from 4.6.0 to 4.7.0 in /samples (CommunityToolkit#1357)
    
    * Bump FluentAssertions from 6.11.0 to 6.12.0 in /samples (CommunityToolkit#1365)
    
    * fix  IconTintColorBehavior  for Windows (CommunityToolkit#1370)
    
    fix  IconTintColorBehavior  for windows
    
    Co-authored-by: Oleksii <[email protected]>
    
    * Add `MemoryAnalyzer` roslyn analyzer (CommunityToolkit#1371)
    
    * Add NuGet Package + Update `WarningsAsErrors`
    
    * Fix MA0002
    
    * Fix `MauiDrawingView`
    
    * Fix `MauiPopup`
    
    * Fix Naming
    
    * return `null` for nullable references
    
    * Use Ternary Operator
    
    * `dotnet format`
    
    * iOS popup fix with Shell or TabbedPage (CommunityToolkit#1343)
    
    * Fix Issue CommunityToolkit#1256
    
    
    Better fix
    
    * Fixed Popup on Multiple Level Pages (CommunityToolkit#822)
    
    ---------
    
    Co-authored-by: Vladislav Antonyuk <[email protected]>
    Co-authored-by: Brandon Minnick <[email protected]>
    
    * [housekeeping] Automated PR to fix formatting errors (CommunityToolkit#1373)
    
    * Bump Microsoft.NET.Test.Sdk from 17.7.1 to 17.7.2 in /samples (CommunityToolkit#1378)
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: Vladislav Antonyuk <[email protected]>
    Co-authored-by: Brandon Minnick <[email protected]>
    Co-authored-by: Pedro Jesus <[email protected]>
    Co-authored-by: Shaun Lawrence <[email protected]>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: cat0363 <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Wolf <[email protected]>
    Co-authored-by: Thomas Stocker <[email protected]>
    Co-authored-by: George Leithead <[email protected]>
    Co-authored-by: Sokol2001 <[email protected]>
    Co-authored-by: Oleksii <[email protected]>
    Co-authored-by: Andrey Onishchenko <[email protected]>
    14 people authored and Axemasta committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c9efb8b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b6a45c8 View commit details
    Browse the repository at this point in the history
  18. Added TouchBehavior Unit Tests

    kphillpotts authored and Axemasta committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    2ee8e51 View commit details
    Browse the repository at this point in the history
  19. Fixed issue with hover

    kphillpotts authored and Axemasta committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    20e186c View commit details
    Browse the repository at this point in the history
  20. Fix Rebase Issues

    Git didnt pick up all the changes and the rebase left some files in a wierd way. I have restored broken files to their state on main
    Axemasta committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    d53315a View commit details
    Browse the repository at this point in the history
  21. Manual fixes for rebase collisions

    Some changes from the rebase had to be manually backed out by hand, I've restored the file from main which should be enough to revert the changes.
    Axemasta committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    1ae959b View commit details
    Browse the repository at this point in the history
  22. Moved sample page to gallery

    The sample page is now in the proper location, all of the shell wiring has been done. I have refactored the command code to live in the viewmodel and use the source generators. The sample isn't binding at this current time, I will have to investigate.
    Axemasta committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    a272913 View commit details
    Browse the repository at this point in the history
  23. Fixed behavior binding

    The binding context wasnt being set on the platform behavior. We will need to understand the impact of this going forwards, see CommunityToolkit#795
    Axemasta committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    5927843 View commit details
    Browse the repository at this point in the history
  24. Fixed binding in sample

    Updated to remove the binding context from the platform behavior, we use a relative binding to talk to the viewmodel now
    Axemasta committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    7270ed5 View commit details
    Browse the repository at this point in the history
  25. Added input transparency test case

    There is now an example of the control design that fails to register inputs, even when transparency is opted into
    Axemasta committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    2e34217 View commit details
    Browse the repository at this point in the history
  26. Fix issue with input transparency

    The issue I discovered where iOS would not set input transparency if the first child was a layout has now been resolved.
    Axemasta committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    2f7e6ef View commit details
    Browse the repository at this point in the history
  27. Fixed Parent Child Taps

    There was an issue in the sample where when tapping the parent/child view inside the child, both commands would execute. I have fixed this aswell as making sure the other behaviors arent affected
    Axemasta committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    55dda78 View commit details
    Browse the repository at this point in the history
  28. Fixed Hover

    The hovering now works correctly, we missed one area to force the ui to update
    Axemasta committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    6e2cf6d View commit details
    Browse the repository at this point in the history
  29. Fixed Ripple View Positioning

    The ripple view now positions correctly when there are child views in a layout.
    Axemasta committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    06a2281 View commit details
    Browse the repository at this point in the history
  30. Code styling

    Removing private & internal everywhere it can be removed. Removed some unused properties and cleaned up some nullable bits
    Axemasta committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    d8ba3c2 View commit details
    Browse the repository at this point in the history
  31. Dotnet format

    Ran dotnet format, only checked in files related to touch behavior
    Axemasta committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    200b074 View commit details
    Browse the repository at this point in the history
  32. Replaced Console with Trace

    As requested in the code review
    Axemasta committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    d61e3fd View commit details
    Browse the repository at this point in the history
  33. Update GestureManager.cs

    Co-authored-by: Pedro Jesus <[email protected]>
    2 people authored and Axemasta committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    50c19e1 View commit details
    Browse the repository at this point in the history
  34. Code review changes

    Updating null checks to pattern matching, some tweaks & implementing suggestions from Pedro
    Axemasta committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    a6eb17c View commit details
    Browse the repository at this point in the history
  35. Code Review

    - Use `static` when possible
    - Use `TimeSpan` for Duration
    - Properly Implement Async/Await
    - Properly Dispose
    - Use PatternMatching for Enum
    - Move Primatives to CommunityToolkit.Maui.Core
    brminnick authored and Axemasta committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    fe117a5 View commit details
    Browse the repository at this point in the history
  36. Remove duplicate ColorTo extension

    brminnick authored and Axemasta committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    ed3f03a View commit details
    Browse the repository at this point in the history
  37. Fix Windows

    The touch behavior was token by the cancellation token changes. I'm not sure if passing none is the best idea, we possibly need to generate a real one?
    Axemasta committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    6b4b0c5 View commit details
    Browse the repository at this point in the history
  38. Fixed unit tests

    Axemasta committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    046ab4c View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

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

Commits on Mar 16, 2024

  1. Use uint for Duration

    brminnick committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    011e5ea View commit details
    Browse the repository at this point in the history
  2. Use int for Duration

    brminnick committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    244b4c3 View commit details
    Browse the repository at this point in the history
  3. Add TouchBehaviorDefaults

    brminnick committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    5ba3492 View commit details
    Browse the repository at this point in the history
  4. Update Unit Tests

    brminnick committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    96a7770 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    513493c View commit details
    Browse the repository at this point in the history
  6. dotnet format

    brminnick committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    f4709fd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e98e230 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    144d587 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8bc9e1b View commit details
    Browse the repository at this point in the history
  10. dotnet format

    brminnick committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    1a78f40 View commit details
    Browse the repository at this point in the history
  11. Remove duplicate splash.svg

    brminnick committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    3b63334 View commit details
    Browse the repository at this point in the history
  12. Update formatting

    brminnick committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    855534e View commit details
    Browse the repository at this point in the history
  13. Update Formatting

    brminnick committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    b23f0ab View commit details
    Browse the repository at this point in the history
  14. Fix Find + Replace Error

    brminnick committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    d80003e View commit details
    Browse the repository at this point in the history
  15. Use Primary Constructors

    brminnick committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    f99bf24 View commit details
    Browse the repository at this point in the history
  16. Fix find + replace error

    brminnick committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    f1c6f31 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fc9df95 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

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

    brminnick committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    2d798b7 View commit details
    Browse the repository at this point in the history
  3. Fix LongPress Gesture

    brminnick committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    fd5077a View commit details
    Browse the repository at this point in the history
  4. Update Unit Tests

    brminnick committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    a2f7b06 View commit details
    Browse the repository at this point in the history
  5. Fix Build Errors on Windows

    brminnick committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    d175734 View commit details
    Browse the repository at this point in the history
  6. dotnet format

    brminnick committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    1fa7375 View commit details
    Browse the repository at this point in the history
  7. Fix duplicate SplashScreen

    brminnick committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    51e3a87 View commit details
    Browse the repository at this point in the history
  8. Revert splashscreen svg

    brminnick committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    771c2a5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    81ae68e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f3fdd27 View commit details
    Browse the repository at this point in the history
  11. Add CanExecuteTest

    brminnick committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    7149dcd View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Add Unit Tests

    brminnick committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    f7f0c09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    415efab View commit details
    Browse the repository at this point in the history
  3. Update src/CommunityToolkit.Maui/Behaviors/PlatformBehaviors/Touch/To…

    …uchBehavior.android.cs
    
    Co-authored-by: Pedro Jesus <[email protected]>
    brminnick and pictos authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    35cc356 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b5a7c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    7ef464e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abef80d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24694d5 View commit details
    Browse the repository at this point in the history
  4. Remove IsToggled

    brminnick committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    b505407 View commit details
    Browse the repository at this point in the history
  5. Update GestureManager.cs

    brminnick committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    e5f65f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dce862a View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    7432feb View commit details
    Browse the repository at this point in the history
  2. Rename Normal -> Default

    brminnick committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    e8efdad View commit details
    Browse the repository at this point in the history
  3. Cerate ImageTouchBehavior

    brminnick committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    5b30dc3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3253093 View commit details
    Browse the repository at this point in the history
  5. Update XML Documentation

    brminnick committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    dc47ac2 View commit details
    Browse the repository at this point in the history
  6. Fix Windows Build Errors

    brminnick committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    8cd277c View commit details
    Browse the repository at this point in the history
  7. Remove White Box

    brminnick committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    1156050 View commit details
    Browse the repository at this point in the history
  8. Normal -> Default

    brminnick committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    ce5b5e2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    453a04d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8f88f1f View commit details
    Browse the repository at this point in the history
  11. Remove RepeatAnimationCount

    brminnick committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    bb6aee5 View commit details
    Browse the repository at this point in the history
  12. Remove RepeatAnimationCount

    brminnick committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    7511f3b View commit details
    Browse the repository at this point in the history
  13. Fix SetImageSource

    brminnick committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    f735833 View commit details
    Browse the repository at this point in the history
  14. ContentVIew -> BoxView

    brminnick committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    b5943dd View commit details
    Browse the repository at this point in the history
  15. Indicate Pressed and Released are Handled

    Set e.Handled on PointerPressed and PointerReleased to stop passing to child controls on windows.
    kphillpotts committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    95c64b6 View commit details
    Browse the repository at this point in the history
  16. Remove BoxView

    brminnick committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    6116152 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0a2eac2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9c92fdd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    052db41 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0850429 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0dd6fcd View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a3a1f7d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5693ccc View commit details
    Browse the repository at this point in the history
  24. Fix Windows Build Errors

    brminnick committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    da83cc9 View commit details
    Browse the repository at this point in the history
  25. Rename file

    brminnick committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    a670123 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a3fa5ad View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

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

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    a926f90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fcf3cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad77b41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7bc6207 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4cb4d5c View commit details
    Browse the repository at this point in the history
  6. Fix merge conflicts

    brminnick authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    2c9dd46 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2a1c4ce View commit details
    Browse the repository at this point in the history
  8. Fix build error

    brminnick committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    ab14ab5 View commit details
    Browse the repository at this point in the history