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

WinUI3 Window and Application API updates #71

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open

WinUI3 Window and Application API updates #71

wants to merge 22 commits into from

Commits on Mar 16, 2020

  1. Create Window_and_Application_API_Spec.md

    Adding draft of Window and Application API Specs to support Win32
    Miguel Ramos committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    9c72d8d View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Update Window_and_Application_API_Spec.md (#72)

    * Update Window_and_Application_API_Spec.md
    
    I don't know what the property should be called there, but definitely not Visible. :-)
    
    * Update Window_and_Application_API_Spec.md
    
    Change WindowSize to just Size
    thomasclaudiushuber committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    a632199 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Editing pass (#73)

    Updating to align more with the API spec template
    MikeHillberg committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    42a5325 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5d6655 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Added API Details

    MikeHillberg committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    255e34d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ad0edf View commit details
    Browse the repository at this point in the history
  3. Update Window_and_Application_API_Spec.md

    Miguel Ramos committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    b75f2bf View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Update Window_and_Application_API_Spec.md (#95)

    Adding INativeWindow sample, removing Icon property (given it wasn't implemented yet), fixing typos like using XAML and HWND instead of Xaml or hwnd.
    Miguel Ramos committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    8620520 View commit details
    Browse the repository at this point in the history
  2. Update Window_and_Application_API_Spec.md

    Fixing the IWindowNative sample using the latest projections of C#/WinRT
    Miguel Ramos committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    6ac0c78 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Update Window_and_Application_API_Spec.md (#96)

    * Update Window_and_Application_API_Spec.md
    
    Reusing the SetTitleBar method and adding a new Windows.UI.Xaml.Window.TitleBar class to allow customize the TitleBar in WinUI 3 in Desktop
    
    * Update Window_and_Application_API_Spec.md
    
    * Update Window_and_Application_API_Spec.md
    
    * Update Window_and_Application_API_Spec.md
    
    * Update Window_and_Application_API_Spec.md
    
    * Update Window_and_Application_API_Spec.md
    
    * Update Window_and_Application_API_Spec.md
    
    * Update Window_and_Application_API_Spec.md
    Miguel Ramos committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    019bffa View commit details
    Browse the repository at this point in the history
  2. Update Window_and_Application_API_Spec.md

    Miguel Ramos committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    9ced249 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Updates

    MikeHillberg committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    c9bf55c View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

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

Commits on Aug 31, 2020

  1. Formatting updates

    MikeHillberg committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    ed454b4 View commit details
    Browse the repository at this point in the history
  2. Updates

    MikeHillberg committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    4c22569 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Updates

    MikeHillberg committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    fa832c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Updates

    MikeHillberg committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    82fbdf7 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2020

  1. Cleanup and corrections

    MikeHillberg committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    0baa144 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2021

  1. Updates

    MikeHillberg committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    233a4b7 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2021

  1. Minor updates

    MikeHillberg committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    f583c44 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Updates

    MikeHillberg committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    7556358 View commit details
    Browse the repository at this point in the history
  2. Update hwnd sample

    MikeHillberg committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    cf01584 View commit details
    Browse the repository at this point in the history