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 #2537, #3691, #3406 - New Overlapped Design, mouse/keyboard sizing - Progress on #2491 #3705

Closed
wants to merge 56 commits into from

Commits on Aug 30, 2024

  1. Initial commit. Fixed z-order

    tig committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    5ab424c View commit details
    Browse the repository at this point in the history
  2. Re-fixed test

    tig committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    50e02cc View commit details
    Browse the repository at this point in the history
  3. Added stopwatch

    tig committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    4f683d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0899e0a View commit details
    Browse the repository at this point in the history
  5. Popup->Popover

    tig committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    002a102 View commit details
    Browse the repository at this point in the history
  6. popover refinement

    tig committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    f391f5b View commit details
    Browse the repository at this point in the history
  7. popover refinement

    tig committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    92c9414 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. merged

    tig committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    d625921 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    963fd99 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    6008949 View commit details
    Browse the repository at this point in the history
  2. Adds ArragngementEditor.

    tig committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    80bae9f View commit details
    Browse the repository at this point in the history
  3. Keyboard UI for move/resize POC

    tig committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    85a97e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Fixed unit test

    tig committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    ce417f4 View commit details
    Browse the repository at this point in the history
  2. Fixed unit test

    tig committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    011f208 View commit details
    Browse the repository at this point in the history
  3. Cleaned up Command enum.

    tig committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    ba161b3 View commit details
    Browse the repository at this point in the history
  4. Cleaned up Command enum.

    tig committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    894ca06 View commit details
    Browse the repository at this point in the history
  5. Made Window resizable by default

    tig committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    889c59c View commit details
    Browse the repository at this point in the history
  6. Fixed focus issue

    tig committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    8cf6cde View commit details
    Browse the repository at this point in the history
  7. Fixed datepicker tests

    tig committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    49c6f7a View commit details
    Browse the repository at this point in the history
  8. More #nullable enable

    tig committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b3cb051 View commit details
    Browse the repository at this point in the history
  9. More #nullable enable

    tig committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    28b1326 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6aba0e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Fixed unit test

    tig committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    74cc910 View commit details
    Browse the repository at this point in the history
  2. Added POC for mouse move/resize!

    tig committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    74c0ac6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27b0ab8 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    0a6a41d View commit details
    Browse the repository at this point in the history
  2. Enabled Adornment Focus

    tig committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a94b085 View commit details
    Browse the repository at this point in the history
  3. Fixed focus issue - 2

    tig committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    357bc32 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Fixed focus issue - 3

    tig committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    697711a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6adfb2 View commit details
    Browse the repository at this point in the history
  3. Fixed release build issue

    tig committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    a0fcfa0 View commit details
    Browse the repository at this point in the history
  4. WIP of tiled-mode

    tig committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    86d21ef View commit details
    Browse the repository at this point in the history
  5. Removed OverlappedTop.

    Updated unit tess.
    Fixed bad code paths.
    tig committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    b717892 View commit details
    Browse the repository at this point in the history
  6. WIP of new overlapped drawing

    tig committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    78a3dff View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. New overlapped drawing impl.

    tig committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    941a6ee View commit details
    Browse the repository at this point in the history
  2. More Toplevel cleanup

    tig committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5b8c502 View commit details
    Browse the repository at this point in the history
  3. Removed duplciate RequestStop

    tig committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    556a2eb View commit details
    Browse the repository at this point in the history
  4. More Toplevel cleanup

    tig committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e2f671c View commit details
    Browse the repository at this point in the history
  5. More Toplevel cleanup

    tig committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    176207e View commit details
    Browse the repository at this point in the history
  6. Code cleanup/API docs

    tig committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e01af59 View commit details
    Browse the repository at this point in the history
  7. Improved API docs

    tig committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e09c2ad View commit details
    Browse the repository at this point in the history
  8. doc updates

    tig committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    9a50905 View commit details
    Browse the repository at this point in the history
  9. doc updates

    tig committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8ee6056 View commit details
    Browse the repository at this point in the history
  10. doc updates 2

    tig committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    04111d5 View commit details
    Browse the repository at this point in the history
  11. doc updates 3

    tig committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    071167b View commit details
    Browse the repository at this point in the history
  12. Updated docfx template

    tig committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    13a4126 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Updated docfx templates again

    tig committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b48982b View commit details
    Browse the repository at this point in the history
  2. Updated docfx

    tig committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    00336d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e9d5a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3448027 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be5794b View commit details
    Browse the repository at this point in the history
  6. removed modern

    tig committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b0cd955 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b3f910d View commit details
    Browse the repository at this point in the history
  8. fixed readme

    tig committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5d4a814 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    cdf0247 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97870d7 View commit details
    Browse the repository at this point in the history