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

Winui2 #1577

Closed
wants to merge 213 commits into from
Closed

Winui2 #1577

wants to merge 213 commits into from

Conversation

tola9999
Copy link

@tola9999 tola9999 commented Jul 6, 2024

Description

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

marcelwgn and others added 30 commits May 28, 2020 14:35
* Hide unused scrollbars

* Remove one color entry
…microsoft#447)

* Fix bug where the first radiobutton wouldn't be checked on page start

* Fix faulty merge
Co-authored-by: erniefarias <34193363+erniefarias@users.noreply.github.com>
* Improve animated visual player demo

* Small improvements

* Remove empty line

* Update sample to return buttons to play state on finish

* Update code
* Improve NavigationPosition option on settings page

* Improve wording

* CR feedback
…oft#476)

* Prevent crashes on ImplicitAnimation page by checking for NaN

* Remove casts
* Improve styled textblock sample

* Switch to different fontfamily for sample
* Update image, fix issues with progressring page

* Update images

* Update images

* Update new status of progress controls

* Switch icon in NavView

* Add updated image

* Remove unused icon
* RadioButtons page

* Remove boilerplate comments
* Clarify the distinction between RadioButton and RadioButtons by moving RadioButtons into the Layouts section and clarify wording

* Remove unnecessary RelativePanel, update wording in json file

* Clean up RadioButton sample.

* Adding RadioButtons icon to differentiate from RadioButton

* Add sample code substitution for SelectedIndex on RadioButtons page.

* Responding to PR feedback
* Resized tile assets to match standard icon size

* Resized tile assets to match standard icon size (microsoft#473)

* Resized tile assets to match standard icon size (microsoft#473)

* Resized tile assets to match standard icon size (microsoft#473)

* Resized tile assets to match standard icon size (microsoft#473)

* Resized tile assets to match standard icon size (microsoft#473)

* Resized tile assets to match standard icon size (microsoft#473)

Co-authored-by: HenryPontzer <fluenthenry@gmail.com>
…osoft#478)

* Select correct item in navigation upon opening item from search

* Add bring into view
marcelwgn and others added 28 commits January 28, 2022 17:12
* Update TextBoxPage.xaml

* Update TextBoxPage.xaml
* Remove dead code in settingspage class

* Removed another unused function

* Revert "Removed another unused function"

This reverts commit c7c170b.

Co-authored-by: Greg Woo <90726278+gregwoo-microsoft@users.noreply.github.com>
…TearSampleUpdate

Fix TabView Sample Tear Behaviour Bug
used the right pictures
* add imageIconPath

* home page update layout

* add uri

* update more icons on home page

* main banner placement update

* add subtitle

* update header tiles

* update icons

* update all controls page

* update info badge

* update narrow width view

* update header tile image

* add newest icons!

* Added template studio link + fixed some bugs

- Added template studio tile
- App title changing to white in dark mode --> now always black
- Changed sized of tiles
- Changed color of tiles to work in light + dark mode
- Updated corner radius

* Updated the title name

* Update XamlControlsGallery/App.xaml

Co-authored-by: Marcel Wagner <marcel.alex.wagner@outlook.com>

* Fixed headers

- removed interactions to be more consistent with WinUI 3 Gallery + interactions were often laggy
- made text black for both light and dark modes

* Additional few tweaks

Co-authored-by: Karen Lai <biilai@microsoft.com>
Co-authored-by: Karen Lai <7976322+karenbtlai@users.noreply.github.com>
Co-authored-by: Marcel Wagner <marcel.alex.wagner@outlook.com>
Co-authored-by: Bob Pulliam <bpulliam@microsoft.com>
* Name change XCG --> WinUI 2 Gallery

* Fixed some names (WinUI 2 Gallery --> WinUI Gallery)

* move XamlControlsGallery directory to WinUIGallery

Co-authored-by: bpulliam@microsoft.com <bpulliam@microsoft.com>
* Store update

- also fixed bug with infobadge

* Update protocol launcher to work with doc pages
…pResources

[winui2] Remove Unused Resources in `App.xaml`
- Nuget packages updated to versions which support arm64

Co-authored-by: Sam <samuelg12321@hotmail.com>
* Fix incorrect InfoBadgePage.xaml xaml source code string

* Removed spaces

* Add adjustable slider properties in slider example

* Place property settings in local:ControlExample.Options, use binding instead of event handlers

* Add minimum width -> grid in SliderPage.xaml, add AutomationProperties

* Change AutomationProperties.LabeledBy -> AutomationProperties.Name

* Small typo

* Change AutomationProperties

* Included min for step frequency + added snapping property to tick mark sample

* Squashed commit of the following:

commit f75c752
Author: Sam <35312698+Samuel12321@users.noreply.github.com>
Date:   Fri Jun 17 10:37:07 2022 +1200

    - ARM64 configuration added (microsoft#1014)

    - Nuget packages updated to versions which support arm64

    Co-authored-by: Sam <samuelg12321@hotmail.com>

commit 38db21a
Merge: 55af91f c67b3ff
Author: Karen Lai <7976322+karenbtlai@users.noreply.github.com>
Date:   Tue Jun 14 12:01:29 2022 -0700

    Merge pull request microsoft#1007 from microsoft/user/karenlai/CleanUpResources

    [winui2] Remove Unused Resources in `App.xaml`

commit c67b3ff
Author: Karen Lai <biilai@microsoft.com>
Date:   Mon Jun 13 11:09:00 2022 -0700

    revert resource

commit 6b01046
Author: Karen Lai <biilai@microsoft.com>
Date:   Fri Jun 10 13:57:45 2022 -0700

    remove unused resources

commit 55af91f
Author: Greg Woo <90726278+gregwoo-microsoft@users.noreply.github.com>
Date:   Wed Jun 1 12:38:14 2022 -0700

    Update ListViewSample2_xaml.txt (microsoft#980)

commit 4688b44
Author: Greg Woo <90726278+gregwoo-microsoft@users.noreply.github.com>
Date:   Fri May 20 11:18:23 2022 -0700

    Store update

commit f9d4415
Author: Greg Woo <90726278+gregwoo-microsoft@users.noreply.github.com>
Date:   Thu May 19 16:38:18 2022 -0700

    Store Update  (microsoft#952)

    * Store update

    - also fixed bug with infobadge

    * Update protocol launcher to work with doc pages

commit d906af8
Author: Greg Woo <90726278+gregwoo-microsoft@users.noreply.github.com>
Date:   Mon May 16 04:15:36 2022 -0700

    Name change XCG --> WinUI 2 Gallery (microsoft#943)

    * Name change XCG --> WinUI 2 Gallery

    * Fixed some names (WinUI 2 Gallery --> WinUI Gallery)

    * move XamlControlsGallery directory to WinUIGallery

    Co-authored-by: bpulliam@microsoft.com <bpulliam@microsoft.com>

commit ad4c20c
Author: Greg Woo <90726278+gregwoo-microsoft@users.noreply.github.com>
Date:   Sun May 15 04:15:00 2022 -0700

    WinUI 2 Gallery Visual Revamp (microsoft#934)

    * add imageIconPath

    * home page update layout

    * add uri

    * update more icons on home page

    * main banner placement update

    * add subtitle

    * update header tiles

    * update icons

    * update all controls page

    * update info badge

    * update narrow width view

    * update header tile image

    * add newest icons!

    * Added template studio link + fixed some bugs

    - Added template studio tile
    - App title changing to white in dark mode --> now always black
    - Changed sized of tiles
    - Changed color of tiles to work in light + dark mode
    - Updated corner radius

    * Updated the title name

    * Update XamlControlsGallery/App.xaml

    Co-authored-by: Marcel Wagner <marcel.alex.wagner@outlook.com>

    * Fixed headers

    - removed interactions to be more consistent with WinUI 3 Gallery + interactions were often laggy
    - made text black for both light and dark modes

    * Additional few tweaks

    Co-authored-by: Karen Lai <biilai@microsoft.com>
    Co-authored-by: Karen Lai <7976322+karenbtlai@users.noreply.github.com>
    Co-authored-by: Marcel Wagner <marcel.alex.wagner@outlook.com>
    Co-authored-by: Bob Pulliam <bpulliam@microsoft.com>

commit c23c72c
Author: Greg Woo <90726278+gregwoo-microsoft@users.noreply.github.com>
Date:   Thu May 12 17:30:53 2022 -0700

    Update PipsPagerPage.xaml.cs

    used the right pictures

commit 6acd42b
Author: Greg Woo <90726278+gregwoo-microsoft@users.noreply.github.com>
Date:   Wed May 11 23:03:11 2022 -0700

    Update PipsPagerPage.xaml.cs (microsoft#936)

commit 09e8d84
Author: Tony Tkachenko <103267335+tonytkachenko@users.noreply.github.com>
Date:   Sun May 1 17:06:33 2022 +0300

    Fix BreadcrumbBar opening tag in exapmle (microsoft#906)

commit e23b599
Merge: 30329e9 28b2330
Author: Karen Lai <7976322+karenbtlai@users.noreply.github.com>
Date:   Mon Apr 11 17:11:42 2022 -0700

    Merge pull request microsoft#874 from microsoft/user/karenlai/TabViewTearSampleUpdate

    Fix TabView Sample Tear Behaviour Bug

commit 30329e9
Merge: e97be1e 0285e4a
Author: Ranjesh <28935693+ranjeshj@users.noreply.github.com>
Date:   Wed Apr 6 12:42:43 2022 -0700

    Merge pull request microsoft#895 from microsoft/user/ranjeshj/a11yfixes

    Fixing a few a11y issues in the app

commit 0285e4a
Author: Ranjesh Jaganathan <28935693+ranjeshj@users.noreply.github.com>
Date:   Tue Apr 5 14:41:34 2022 -0700

    fixing a few a11y issues

commit e97be1e
Author: Bob Pulliam <bpulliam@gmail.com>
Date:   Tue Mar 15 17:52:14 2022 -0400

    Change ItemInvoked->SelectionChanged on NavigationRootPage (microsoft#880)

commit 19b9cf0
Author: Marcel Wagner <marcel.alex.wagner@outlook.com>
Date:   Fri Mar 11 01:24:45 2022 +0100

    Remove dead code in settingspage class (microsoft#875)

    * Remove dead code in settingspage class

    * Removed another unused function

    * Revert "Removed another unused function"

    This reverts commit c7c170b.

    Co-authored-by: Greg Woo <90726278+gregwoo-microsoft@users.noreply.github.com>

commit 28b2330
Author: Karen Lai <biilai@microsoft.com>
Date:   Thu Feb 17 13:52:10 2022 -0800

    fix window crashing on last tab drag

commit b4f8c16
Author: Greg Woo <90726278+gregwoo-microsoft@users.noreply.github.com>
Date:   Mon Feb 14 10:03:33 2022 -0800

    Update TextBoxPage.xaml to fix color contrast ratio  (microsoft#868)

    * Update TextBoxPage.xaml

    * Update TextBoxPage.xaml

commit dfa35dc
Author: Marcel Wagner <marcel.alex.wagner@outlook.com>
Date:   Mon Jan 31 01:14:09 2022 +0100

    Add separator between code samples, update code copy button to be on title line (microsoft#854)

commit ec2f5ad
Author: Marcel Wagner <marcel.alex.wagner@outlook.com>
Date:   Sat Jan 29 02:12:22 2022 +0100

    Fix issue for markers on whats new page in high contrast (microsoft#852)

commit ead12ab
Author: Marcel Wagner <marcel.alex.wagner@outlook.com>
Date:   Sat Jan 29 02:08:25 2022 +0100

    Add expander for sample code of control examples (microsoft#850)

commit 504ea7c
Author: Stephen L Peters <stpete@microsoft.com>
Date:   Fri Jan 28 10:22:11 2022 -0800

    Update winui version to 2.8.0-prerelease.220118001 (microsoft#842)

commit 0ffb849
Author: Teemu Latonen <teemu.p.latonen@gmail.com>
Date:   Tue Jan 25 01:51:25 2022 +0200

    Update ItemsRepeaterPage.xaml (microsoft#848)

    Dash is on the wrong end of the closing tag. Only affects the displayed example code. XAML was correct in the functional code.

commit ee772e5
Author: Marcel Wagner <marcel.alex.wagner@outlook.com>
Date:   Sat Jan 22 02:39:46 2022 +0100

    Fix issue with compact NavView InfoBadge sample (microsoft#846)

commit e2e2ead
Author: Stephen L Peters <stpete@microsoft.com>
Date:   Tue Jan 11 14:48:56 2022 -0800

    Fix splitbutton keyboard accessability. (microsoft#840)

    * Fix issue where splitbutton flyout content wasn't invokable by keyboard.

    * Removed commented code.

commit 7690b07
Author: Greg Woo <90726278+gregwoo-microsoft@users.noreply.github.com>
Date:   Fri Jan 7 16:21:57 2022 -0800

    Update README.md

commit 2ed19f0
Author: Greg Woo <90726278+gregwoo-microsoft@users.noreply.github.com>
Date:   Fri Jan 7 16:20:08 2022 -0800

    Update XamlGalleryLanding.PNG

commit c473598
Author: hassaanmasood <58418307+hassaanmasood@users.noreply.github.com>
Date:   Wed Jan 5 01:29:46 2022 +0500

    Fixed NavigationView PaneOpening Event Name (microsoft#837)

    * Fixed NavigationView PaneOpening Event Naming

    * Revert "Fixed NavigationView PaneOpening Event Naming"

    This reverts commit 04c18c3.

    * Fixed NavigationView PaneOpening Event Naming

commit b98c2c9
Author: Marcel Wagner <marcel.alex.wagner@outlook.com>
Date:   Tue Jan 4 21:16:49 2022 +0100

    Fix faulty sample code (microsoft#835)

commit 3acf32c
Author: Marvin Rühe <Marv51@users.noreply.github.com>
Date:   Wed Dec 15 19:29:15 2021 +0100

    Remove misleading dead code (microsoft#832)

    Thank you @Marv51 for your contribution! We really appreciate it.

commit e2b761c
Author: Greg Woo <90726278+gregwoo-microsoft@users.noreply.github.com>
Date:   Mon Dec 6 17:40:47 2021 -0800

    Updated to 1.2.22

* Remove LargeChange in slider example

* Fix compile error

Co-authored-by: Greg Woo <90726278+gregwoo-microsoft@users.noreply.github.com>
Co-authored-by: Marcel Wagner <marcel.alex.wagner@outlook.com>
<!--- Provide a general summary of your changes in the Title above -->

## Description
As title.

## Motivation and Context
Found something not working about changing the flyout mode in the
current version of winui, so I added this example and confirmed it.
The [issue
here](microsoft/microsoft-ui-xaml#7987)

## How Has This Been Tested?
Manually

## Screenshots (if appropriate):

![image](https://user-images.githubusercontent.com/42881734/205444921-2b51f446-9b4a-4ca2-aaed-4a8070c2d3c2.png)

## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all
the boxes that apply: -->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
@karkarl
Copy link
Collaborator

karkarl commented Jul 19, 2024

It seems this PR was mistakenly opened. Closing.

@karkarl karkarl closed this Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet