-
Notifications
You must be signed in to change notification settings - Fork 628
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
Winui2 #1577
Commits on May 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 52318e9 - Browse repository at this point
Copy the full SHA 52318e9View commit details
Commits on May 29, 2020
-
Hide unused scrollbars in RadioButtonsPage (microsoft#458)
* Hide unused scrollbars * Remove one color entry
Configuration menu - View commit details
-
Copy full SHA for 354b36e - Browse repository at this point
Copy the full SHA 354b36eView commit details
Commits on Jun 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f3ff0d4 - Browse repository at this point
Copy the full SHA f3ff0d4View commit details
Commits on Jun 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ee00794 - Browse repository at this point
Copy the full SHA ee00794View commit details -
Fix bug where the first radiobutton wouldn't be checked on page start (…
…microsoft#447) * Fix bug where the first radiobutton wouldn't be checked on page start * Fix faulty merge
Configuration menu - View commit details
-
Copy full SHA for 7eb2b81 - Browse repository at this point
Copy the full SHA 7eb2b81View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7e94c6 - Browse repository at this point
Copy the full SHA f7e94c6View commit details
Commits on Jun 30, 2020
-
Typo on InputValidationPage (microsoft#469)
Co-authored-by: erniefarias <34193363+erniefarias@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 46ff5ae - Browse repository at this point
Copy the full SHA 46ff5aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03fa735 - Browse repository at this point
Copy the full SHA 03fa735View commit details -
Improve animated visual player demo (microsoft#480)
* Improve animated visual player demo * Small improvements * Remove empty line * Update sample to return buttons to play state on finish * Update code
Configuration menu - View commit details
-
Copy full SHA for 3bd0944 - Browse repository at this point
Copy the full SHA 3bd0944View commit details
Commits on Jul 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bc91f44 - Browse repository at this point
Copy the full SHA bc91f44View commit details -
Improve NavigationPosition option on settings page (microsoft#477)
* Improve NavigationPosition option on settings page * Improve wording * CR feedback
Configuration menu - View commit details
-
Copy full SHA for cd46057 - Browse repository at this point
Copy the full SHA cd46057View commit details -
Prevent crashes on ImplicitAnimation page by checking for NaN (micros…
…oft#476) * Prevent crashes on ImplicitAnimation page by checking for NaN * Remove casts
Configuration menu - View commit details
-
Copy full SHA for 0e9d253 - Browse repository at this point
Copy the full SHA 0e9d253View commit details -
Configuration menu - View commit details
-
Copy full SHA for a945b54 - Browse repository at this point
Copy the full SHA a945b54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3834324 - Browse repository at this point
Copy the full SHA 3834324View commit details
Commits on Jul 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9969aeb - Browse repository at this point
Copy the full SHA 9969aebView commit details
Commits on Jul 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7dcced3 - Browse repository at this point
Copy the full SHA 7dcced3View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb62344 - Browse repository at this point
Copy the full SHA bb62344View commit details -
Improve styled textblock sample (microsoft#495)
* Improve styled textblock sample * Switch to different fontfamily for sample
Configuration menu - View commit details
-
Copy full SHA for 66c9b12 - Browse repository at this point
Copy the full SHA 66c9b12View commit details -
Progressring updates (microsoft#489)
* 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
Configuration menu - View commit details
-
Copy full SHA for ec49ed4 - Browse repository at this point
Copy the full SHA ec49ed4View commit details -
RadioButtons page (microsoft#493)
* RadioButtons page * Remove boilerplate comments
Configuration menu - View commit details
-
Copy full SHA for 5ec0c07 - Browse repository at this point
Copy the full SHA 5ec0c07View commit details -
Configuration menu - View commit details
-
Copy full SHA for dccc474 - Browse repository at this point
Copy the full SHA dccc474View commit details -
Configuration menu - View commit details
-
Copy full SHA for f90e40c - Browse repository at this point
Copy the full SHA f90e40cView commit details
Commits on Jul 14, 2020
-
RadioButtons cleanup (microsoft#500)
* 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
Configuration menu - View commit details
-
Copy full SHA for 7acd3e2 - Browse repository at this point
Copy the full SHA 7acd3e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for dda86cf - Browse repository at this point
Copy the full SHA dda86cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c6049b - Browse repository at this point
Copy the full SHA 9c6049bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ccb6b9 - Browse repository at this point
Copy the full SHA 8ccb6b9View commit details
Commits on Jul 20, 2020
-
Resized assets to have standard icon size (microsoft#505)
* 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>
Configuration menu - View commit details
-
Copy full SHA for 62e7b17 - Browse repository at this point
Copy the full SHA 62e7b17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34aa38e - Browse repository at this point
Copy the full SHA 34aa38eView commit details
Commits on Jul 27, 2020
-
Improve AnimatedVisualPlayer sample (microsoft#491)
* Improve sample * CR feedback
Configuration menu - View commit details
-
Copy full SHA for 5bdd7be - Browse repository at this point
Copy the full SHA 5bdd7beView commit details
Commits on Aug 5, 2020
-
Select correct item in navigation upon opening item from search (micr…
…osoft#478) * Select correct item in navigation upon opening item from search * Add bring into view
Configuration menu - View commit details
-
Copy full SHA for 94319e8 - Browse repository at this point
Copy the full SHA 94319e8View commit details -
Add texthighlighter RichTextBlock sample (microsoft#373)
* Add texthighlighter RichTextBlock sample * Clean up
Configuration menu - View commit details
-
Copy full SHA for 6d98c25 - Browse repository at this point
Copy the full SHA 6d98c25View commit details
Commits on Aug 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ee5be96 - Browse repository at this point
Copy the full SHA ee5be96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ed7815 - Browse repository at this point
Copy the full SHA 9ed7815View commit details -
Update samples that use the RichEditBox (microsoft#524)
* Revert PR microsoft#157 * Fix samples * Switch default to green
Configuration menu - View commit details
-
Copy full SHA for fa25c5f - Browse repository at this point
Copy the full SHA fa25c5fView commit details
Commits on Aug 12, 2020
-
Add ScreenshotMode (microsoft#518)
* Initial commit, added screenshot mode and button to save screenshot to local fodler. * Pick a good name for the screenshot. * Adjust margins * Added screenshot with delay, which captures popups and drop shadows * Moved screenshot mode controls to Settings page, added FolderPicker for choosing where the screenshots are saved. * Moved output/state text into new Output section of ControlExample, so that it doesn't end up in the screenshot. * Removed custom padding from control pages and added a textbox to allow user to choose padding in screenshot mode. * Cleanup some comments * Fix to radio button page after unfortunate merge. * Undo encoding changes to some files * Updates for PR comments. * Fix to offset issue when navigation view is in Top mode. * Fix manifest merge issue. * Adjust cropping area in delay screenshot case. * Added capability to debug manifest as well * PR request * Avoid names colliding with each other. * Missed change in merge commit. * Tweak to layout of Output area.
Configuration menu - View commit details
-
Copy full SHA for 0126633 - Browse repository at this point
Copy the full SHA 0126633View commit details
Commits on Aug 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0498c33 - Browse repository at this point
Copy the full SHA 0498c33View commit details
Commits on Aug 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 728dbb5 - Browse repository at this point
Copy the full SHA 728dbb5View commit details
Commits on Aug 19, 2020
-
Renamed "RatingsControlPage" file to "RatingControlPage" (microsoft#533)
Co-authored-by: null-val <59544401+null-val@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d09826b - Browse repository at this point
Copy the full SHA d09826bView commit details
Commits on Aug 20, 2020
-
Acrylic Page: Changed the step amounts for sliders (microsoft#312)
* merged stuff * value changes for arylic slider microsoft#1 * step change for slider microsoft#2 * changed steps again slider microsoft#3 * changed steps slider #? * lessen steps
Configuration menu - View commit details
-
Copy full SHA for 9e87c2f - Browse repository at this point
Copy the full SHA 9e87c2fView commit details
Commits on Aug 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f9638ed - Browse repository at this point
Copy the full SHA f9638edView commit details
Commits on Sep 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6b3b484 - Browse repository at this point
Copy the full SHA 6b3b484View commit details
Commits on Sep 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7461490 - Browse repository at this point
Copy the full SHA 7461490View commit details
Commits on Sep 21, 2020
-
Change Windows UI Toolkit to Windows UI Library (microsoft#562)
* Change Windows UI Toolkit to Windows UI Library It's called Windows UI Library. Windows UI Toolkit could be confusing for developers, as there's a Windows Community Toolkit. * Update README.md Co-authored-by: Steven Moyes <stmoy@microsoft.com> * Update README.md Co-authored-by: Steven Moyes <stmoy@microsoft.com> Co-authored-by: Steven Moyes <stmoy@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 2ed67b1 - Browse repository at this point
Copy the full SHA 2ed67b1View commit details
Commits on Sep 24, 2020
-
Update Winui version to the September prerelease (microsoft#563)
* Update the Winui version to the newest prerelease * Update winui prerelease version
Configuration menu - View commit details
-
Copy full SHA for 874e275 - Browse repository at this point
Copy the full SHA 874e275View commit details
Commits on Oct 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7c800ab - Browse repository at this point
Copy the full SHA 7c800abView commit details
Commits on Oct 19, 2020
-
Update AutoSuggestBox sample to be more illustrative (microsoft#565)
* Update AuttoSuggestBox sample to be more illustrative * Update wording * Update sample code
Configuration menu - View commit details
-
Copy full SHA for 22c5fd1 - Browse repository at this point
Copy the full SHA 22c5fd1View commit details
Commits on Oct 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ba23262 - Browse repository at this point
Copy the full SHA ba23262View commit details
Commits on Nov 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 03ed34e - Browse repository at this point
Copy the full SHA 03ed34eView commit details
Commits on Nov 16, 2020
-
Add button wrapping sample (microsoft#566)
* Add button wrapping sample * Apply suggestions from code review Co-authored-by: Yulia Klein <yulikl@microsoft.com> * CR feedback * Update sample code * Update sample Co-authored-by: Yulia Klein <yulikl@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for f95e0a2 - Browse repository at this point
Copy the full SHA f95e0a2View commit details
Commits on Nov 18, 2020
-
Adding a sample for FooterMenuItems (microsoft#583)
* Adding a sample for FooterMenuItems * Removing unecessary lines of sample code and changing to use radio buttons control * Updating sample with more realistic pages * Fixing spacing * Removing WebViewHeight
Ana Wishnoff authoredNov 18, 2020 Configuration menu - View commit details
-
Copy full SHA for 624b8fe - Browse repository at this point
Copy the full SHA 624b8feView commit details
Commits on Nov 21, 2020
-
Add InfoBar Sample (microsoft#594)
* Remove PagerControl and ProgressRing changes, fix formatting in button sample text, update docs links. * PR comment fixes * Icon to MenuBar's
Configuration menu - View commit details
-
Copy full SHA for 4163c74 - Browse repository at this point
Copy the full SHA 4163c74View commit details
Commits on Nov 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f28d542 - Browse repository at this point
Copy the full SHA f28d542View commit details -
Fix issue with state being lost when switching between compact/standa…
…rd sizing in standard sizing page (microsoft#521)
Configuration menu - View commit details
-
Copy full SHA for c4309b6 - Browse repository at this point
Copy the full SHA c4309b6View commit details -
Add text regarding material fallbacks (microsoft#557)
* Add text regarding material fallbacks * Apply suggestions from code review Co-authored-by: Steven Moyes <stmoy@microsoft.com> Co-authored-by: Steven Moyes <stmoy@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for a9c0242 - Browse repository at this point
Copy the full SHA a9c0242View commit details -
Add colorspectrum shape to sample (microsoft#549)
* Add colorspectrum shape to sample * Remove unused import * Update UI
Configuration menu - View commit details
-
Copy full SHA for ac51baf - Browse repository at this point
Copy the full SHA ac51bafView commit details -
Acrylic page: Scaling fixes (microsoft#313)
* merged stuff * value changes for arylic slider microsoft#1 * step change for slider microsoft#2 * changed steps again slider microsoft#3 * changed steps slider #? * values changed for scaling * more values for scaling changed sample microsoft#2 * more scaling changes sampe microsoft#3.1 * a lot of scaling changes sample microsoft#3.2 * scaling changes sample microsoft#3.21 * missed a scaling change * remove step changes
Configuration menu - View commit details
-
Copy full SHA for 22a92ba - Browse repository at this point
Copy the full SHA 22a92baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77f68a6 - Browse repository at this point
Copy the full SHA 77f68a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5b3764 - Browse repository at this point
Copy the full SHA f5b3764View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cd2263 - Browse repository at this point
Copy the full SHA 5cd2263View commit details -
Added determinate mode for progress ring (microsoft#596)
* Added determinate mode for progress ring * Readded sample * removed some spacing * updated width * Updated description and removed progress label. Moved progress label to the number box header. * Updated based on PR Comments. * Added accessibility for each control
Configuration menu - View commit details
-
Copy full SHA for d0c61c7 - Browse repository at this point
Copy the full SHA d0c61c7View commit details
Commits on Dec 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9627e86 - Browse repository at this point
Copy the full SHA 9627e86View commit details
Commits on Dec 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c44808a - Browse repository at this point
Copy the full SHA c44808aView commit details
Commits on Dec 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 66cccbb - Browse repository at this point
Copy the full SHA 66cccbbView commit details
Commits on Jan 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 59225de - Browse repository at this point
Copy the full SHA 59225deView commit details -
Auto-hide scrollbars in first ItemsRepeater sample if not needed. (mi…
…crosoft#622) `Use your administrator privileges to merge this pull request` 😈
Configuration menu - View commit details
-
Copy full SHA for 6d666e0 - Browse repository at this point
Copy the full SHA 6d666e0View commit details
Commits on Jan 5, 2021
-
Update ToggleSwitchPage.xaml (microsoft#619)
* Update ToggleSwitchPage.xaml Included the ProgressRing (and the Stackpanel) in the example code. * Update ToggleSwitchPage.xaml
Configuration menu - View commit details
-
Copy full SHA for 2edf06f - Browse repository at this point
Copy the full SHA 2edf06fView commit details
Commits on Jan 15, 2021
-
HC changes so controls look more accurate (microsoft#625)
* Changed HighContrastAdjustment to None. Updated controls examples to stop drawing ButtonFace color. * Put back HighContrastAdjustment for the header over images.
Yulia Klein authoredJan 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 147ae77 - Browse repository at this point
Copy the full SHA 147ae77View commit details
Commits on Jan 27, 2021
-
Add support to samples to "copy link to this page" with appropriate p…
…rotocol activation parameters (microsoft#624) * Add support for copying links to sample pages and fix a number of bugs with protocol activation * Add teaching tip for copying page links * Updated reset teaching tip string * Switch from FontIcon to SymbolIcon
Configuration menu - View commit details
-
Copy full SHA for bf6b3ea - Browse repository at this point
Copy the full SHA bf6b3eaView commit details
Commits on Jan 29, 2021
-
Horizontal scrolling in ItemsRepeater sample (microsoft#632)
* Adding horizontal scrolling to "Laying out nested ItemsRepeater" sample. * And updated sample code to match.
Yulia Klein authoredJan 29, 2021 Configuration menu - View commit details
-
Copy full SHA for 4212531 - Browse repository at this point
Copy the full SHA 4212531View commit details
Commits on Feb 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 897715b - Browse repository at this point
Copy the full SHA 897715bView commit details
Commits on Feb 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 87c8e15 - Browse repository at this point
Copy the full SHA 87c8e15View commit details
Commits on Feb 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 137ff96 - Browse repository at this point
Copy the full SHA 137ff96View commit details
Commits on Mar 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ec9bedf - Browse repository at this point
Copy the full SHA ec9bedfView commit details
Commits on Apr 27, 2021
-
Update non compact sample page header (microsoft#688)
* Update non compact sample page header * Update wording
Configuration menu - View commit details
-
Copy full SHA for e81843f - Browse repository at this point
Copy the full SHA e81843fView commit details
Commits on May 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9c524c8 - Browse repository at this point
Copy the full SHA 9c524c8View commit details
Commits on Jun 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d307145 - Browse repository at this point
Copy the full SHA d307145View commit details -
Configuration menu - View commit details
-
Copy full SHA for b732085 - Browse repository at this point
Copy the full SHA b732085View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6347ce - Browse repository at this point
Copy the full SHA b6347ceView commit details
Commits on Jun 16, 2021
-
Merge pull request microsoft#540 from chingucoding/dev/repeater-endke…
…y-crash Fix crash with itemsrepeater and end key in color demo
Ana Wishnoff authoredJun 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 09bb450 - Browse repository at this point
Copy the full SHA 09bb450View commit details
Commits on Jun 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8ee0239 - Browse repository at this point
Copy the full SHA 8ee0239View commit details
Commits on Jun 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ede60f9 - Browse repository at this point
Copy the full SHA ede60f9View commit details
Commits on Jun 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1ab6078 - Browse repository at this point
Copy the full SHA 1ab6078View commit details
Commits on Jun 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d4b13f7 - Browse repository at this point
Copy the full SHA d4b13f7View commit details -
Merged PR 6183741: Add BasedOn for ListViewItem style and minor layou…
…t fixes Add BasedOn for ListViewItem style and minor layout fixes
Configuration menu - View commit details
-
Copy full SHA for 912b9ed - Browse repository at this point
Copy the full SHA 912b9edView commit details
Commits on Jun 23, 2021
-
Merged PR 6187840: Align Expander to prevent it from moving out from …
…under mouse. Fixes a polish issue discussed in the design check-in where the expander header moves when clicked.
Configuration menu - View commit details
-
Copy full SHA for 6b77973 - Browse repository at this point
Copy the full SHA 6b77973View commit details
Commits on Jun 24, 2021
-
Merge pull request microsoft#709 from microsoft/feature/26update
Update to WinUI 2.6
Configuration menu - View commit details
-
Copy full SHA for 2d52311 - Browse repository at this point
Copy the full SHA 2d52311View commit details
Commits on Jun 25, 2021
-
Merge pull request microsoft#705 from chingucoding/dev/reveal-focus-a11y
Improve reveal focus a11y, remove obsolete comments
Ana Wishnoff authoredJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for be843d9 - Browse repository at this point
Copy the full SHA be843d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d5d742 - Browse repository at this point
Copy the full SHA 9d5d742View commit details -
Configuration menu - View commit details
-
Copy full SHA for dacd3f1 - Browse repository at this point
Copy the full SHA dacd3f1View commit details -
Merge pull request microsoft#707 from chingucoding/dev/filtered-resul…
…ts-notification Add UIA notification event for recipe filter list
Ana Wishnoff authoredJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for bed5306 - Browse repository at this point
Copy the full SHA bed5306View commit details -
Configuration menu - View commit details
-
Copy full SHA for b813a71 - Browse repository at this point
Copy the full SHA b813a71View commit details -
Merge pull request microsoft#708 from chingucoding/dev/itemsrepeater-…
…animated-buttons-samples-fix Fix small issues around the animated ItemsRepeater sample
Ana Wishnoff authoredJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 105bfb9 - Browse repository at this point
Copy the full SHA 105bfb9View commit details
Commits on Jun 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f198f61 - Browse repository at this point
Copy the full SHA f198f61View commit details
Commits on Jun 28, 2021
-
Merge pull request microsoft#713 from microsoft/user/ranjeshj/xcgfixes
fix build break
Configuration menu - View commit details
-
Copy full SHA for 444a48f - Browse repository at this point
Copy the full SHA 444a48fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 318b28b - Browse repository at this point
Copy the full SHA 318b28bView commit details -
Merge pull request microsoft#716 from microsoft/user/jevansaks/update…
…maxtestedversion Update MaxTestedVersion to >= Windows 11
Ana Wishnoff authoredJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for befbba7 - Browse repository at this point
Copy the full SHA befbba7View commit details
Commits on Jul 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4072ca5 - Browse repository at this point
Copy the full SHA 4072ca5View commit details -
Merge pull request microsoft#706 from chingucoding/dev/tvi-new-window…
…-contextmenu Add "Move to new window" contextmenu to windowing tab view items
Ana Wishnoff authoredJul 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 3b12e18 - Browse repository at this point
Copy the full SHA 3b12e18View commit details
Commits on Jul 18, 2021
-
Updated ListView Drop handler to be more generalizable; previous vers…
…ion assumed height of ListViewItems in both source and target ListViews were identical. Also increased clarity in comments, and removed typo.
Configuration menu - View commit details
-
Copy full SHA for 4acbe0c - Browse repository at this point
Copy the full SHA 4acbe0cView commit details
Commits on Jul 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ffb8b12 - Browse repository at this point
Copy the full SHA ffb8b12View commit details
Commits on Jul 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4955cc9 - Browse repository at this point
Copy the full SHA 4955cc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4839b5 - Browse repository at this point
Copy the full SHA f4839b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6caaa4 - Browse repository at this point
Copy the full SHA c6caaa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d881e8 - Browse repository at this point
Copy the full SHA 8d881e8View commit details
Commits on Jul 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ff6a9a1 - Browse repository at this point
Copy the full SHA ff6a9a1View commit details -
Revert "Wrap text for screenshot folder button to prevent cutoff"
This reverts commit ff6a9a1.
Configuration menu - View commit details
-
Copy full SHA for 67ca738 - Browse repository at this point
Copy the full SHA 67ca738View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98da415 - Browse repository at this point
Copy the full SHA 98da415View commit details -
Configuration menu - View commit details
-
Copy full SHA for b88338c - Browse repository at this point
Copy the full SHA b88338cView commit details -
Merge branch 'eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee' of https://github.com…
…/Winston-de/Xaml-Controls-Gallery into eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
Configuration menu - View commit details
-
Copy full SHA for 5f3a641 - Browse repository at this point
Copy the full SHA 5f3a641View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1d26d6 - Browse repository at this point
Copy the full SHA f1d26d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b637d3 - Browse repository at this point
Copy the full SHA 7b637d3View commit details
Commits on Jul 26, 2021
-
Remove broken guidance link from AnimatedIcon page (microsoft#741)
* Remove broken guidance link from AnimatedIcon page * Add valid animated icon link * Remove locale
Configuration menu - View commit details
-
Copy full SHA for 7b1c63c - Browse repository at this point
Copy the full SHA 7b1c63cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69b08a0 - Browse repository at this point
Copy the full SHA 69b08a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 009d674 - Browse repository at this point
Copy the full SHA 009d674View commit details -
Configuration menu - View commit details
-
Copy full SHA for 318bd20 - Browse repository at this point
Copy the full SHA 318bd20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 234ca05 - Browse repository at this point
Copy the full SHA 234ca05View commit details -
Merge pull request microsoft#743 from winston-de/eeeeeeeeeeeeeeeeeeee
Fix broken guidelines link from expander page
Ana Wishnoff authoredJul 26, 2021 Configuration menu - View commit details
-
Copy full SHA for 18e4803 - Browse repository at this point
Copy the full SHA 18e4803View commit details
Commits on Jul 27, 2021
-
anawishnoff committed
Jul 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 7eadf5e - Browse repository at this point
Copy the full SHA 7eadf5eView commit details
Commits on Jul 28, 2021
-
Merge pull request microsoft#740 from winston-de/commandbarfix
Increase height of page command bar to prevent cutoff
Ana Wishnoff authoredJul 28, 2021 Configuration menu - View commit details
-
Copy full SHA for e14ca6a - Browse repository at this point
Copy the full SHA e14ca6aView commit details -
Merge pull request microsoft#746 from microsoft/update-2.6.1
Updating to WinUI 2.6.1
Ana Wishnoff authoredJul 28, 2021 Configuration menu - View commit details
-
Copy full SHA for b28b446 - Browse repository at this point
Copy the full SHA b28b446View commit details -
Merge pull request microsoft#745 from winston-de/eeeeeeeeeeeeeeeeeeee…
…eeeeeeeeeeee Add link to sound page and fix text formatting in settings page
Ana Wishnoff authoredJul 28, 2021 Configuration menu - View commit details
-
Copy full SHA for caea738 - Browse repository at this point
Copy the full SHA caea738View commit details -
Merge pull request microsoft#733 from Jaiganeshkumaran/patch-1
Update bug_report.md
Ana Wishnoff authoredJul 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 1da7600 - Browse repository at this point
Copy the full SHA 1da7600View commit details -
Adding more OS version options and changing context about WinUI 3 preview branch.
Ana Wishnoff authoredJul 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 0511c13 - Browse repository at this point
Copy the full SHA 0511c13View commit details -
Merge pull request microsoft#744 from winston-de/eeee
Make version number text in settings selectable
Ana Wishnoff authoredJul 28, 2021 Configuration menu - View commit details
-
Copy full SHA for a642285 - Browse repository at this point
Copy the full SHA a642285View commit details -
Merge pull request microsoft#730 from MichaelKintscher/ListViewDragDrop
Update ListView Drop handler to be more generalizable
Ana Wishnoff authoredJul 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 7475b63 - Browse repository at this point
Copy the full SHA 7475b63View commit details -
Merge pull request microsoft#703 from jdoubleu/fix-tooltip-examples
correct source code examples of tooltip
Ana Wishnoff authoredJul 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 533cd64 - Browse repository at this point
Copy the full SHA 533cd64View commit details -
Merge pull request microsoft#692 from masaru-iritani/user/masaru-irit…
…ani/fix-teachingtip-namespace Replace controls XAML namespace in TeachingTip example with muxc
Ana Wishnoff authoredJul 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 1b1d293 - Browse repository at this point
Copy the full SHA 1b1d293View commit details
Commits on Jul 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4e95ce5 - Browse repository at this point
Copy the full SHA 4e95ce5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f373094 - Browse repository at this point
Copy the full SHA f373094View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0e0fb6 - Browse repository at this point
Copy the full SHA e0e0fb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c81438d - Browse repository at this point
Copy the full SHA c81438dView commit details
Commits on Aug 5, 2021
-
Merge pull request microsoft#751 from microsoft/user/karenlai/LayoutU…
…pdates Layout Updates
Configuration menu - View commit details
-
Copy full SHA for efcff92 - Browse repository at this point
Copy the full SHA efcff92View commit details
Commits on Aug 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bf5e111 - Browse repository at this point
Copy the full SHA bf5e111View commit details -
Merge pull request microsoft#757 from microsoft/user/ranjeshj/updater…
…elease update version to 2.7 prerelease
Ana Wishnoff authoredAug 17, 2021 Configuration menu - View commit details
-
Copy full SHA for f8611c0 - Browse repository at this point
Copy the full SHA f8611c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e72ac5 - Browse repository at this point
Copy the full SHA 2e72ac5View commit details
Commits on Aug 19, 2021
-
Merge pull request microsoft#758 from microsoft/user/karenlai/Horizon…
…talColourPickerSample Add Horizontal ColourPicker Sample to XCG
Configuration menu - View commit details
-
Copy full SHA for f99da8f - Browse repository at this point
Copy the full SHA f99da8fView commit details
Commits on Sep 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 04c7dc2 - Browse repository at this point
Copy the full SHA 04c7dc2View commit details
Commits on Sep 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2b821a8 - Browse repository at this point
Copy the full SHA 2b821a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe93f63 - Browse repository at this point
Copy the full SHA fe93f63View commit details
Commits on Sep 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7d137a1 - Browse repository at this point
Copy the full SHA 7d137a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c860b18 - Browse repository at this point
Copy the full SHA c860b18View commit details -
Merge pull request microsoft#766 from microsoft/user/karenlai/InfoBad…
…gePage add infobadge page and samples
Configuration menu - View commit details
-
Copy full SHA for 84c97f0 - Browse repository at this point
Copy the full SHA 84c97f0View commit details
Commits on Sep 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for afc8d6f - Browse repository at this point
Copy the full SHA afc8d6fView commit details
Commits on Sep 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 53c435c - Browse repository at this point
Copy the full SHA 53c435cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5ffadc - Browse repository at this point
Copy the full SHA a5ffadcView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2b9beb - Browse repository at this point
Copy the full SHA d2b9bebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 438e82b - Browse repository at this point
Copy the full SHA 438e82bView commit details
Commits on Sep 28, 2021
-
Merge pull request microsoft#784 from microsoft/user/stpete/Winui2Ver…
…sion8Update Update version to 2.8 prerelease.
Configuration menu - View commit details
-
Copy full SHA for 6450265 - Browse repository at this point
Copy the full SHA 6450265View commit details
Commits on Oct 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 25e6001 - Browse repository at this point
Copy the full SHA 25e6001View commit details -
Merge pull request microsoft#783 from microsoft/user/karenlai/BreadCr…
…umbSample Add DataTemplate Sample to BreadCrumBarPage
Configuration menu - View commit details
-
Copy full SHA for 7be431b - Browse repository at this point
Copy the full SHA 7be431bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 322b4e9 - Browse repository at this point
Copy the full SHA 322b4e9View commit details
Commits on Oct 5, 2021
-
Merge pull request microsoft#782 from microsoft/user/karenlai/ItemsRe…
…peaterAnimationSample Update ItemsRepeater Animated Scrolling with Content Sample Behaviour
Configuration menu - View commit details
-
Copy full SHA for bf95d20 - Browse repository at this point
Copy the full SHA bf95d20View commit details -
Merge pull request microsoft#781 from microsoft/user/karenlai/Progres…
…sBarPageAccessibilityFix Add AutomationProperties.Name to NumberBox
Configuration menu - View commit details
-
Copy full SHA for 79455bc - Browse repository at this point
Copy the full SHA 79455bcView commit details
Commits on Oct 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 89b1757 - Browse repository at this point
Copy the full SHA 89b1757View commit details
Commits on Oct 7, 2021
-
Update InfoBadge value sample to not crash upon empty value (microsof…
…t#788) * Update infobadge value sample to not crash upon empty value * Formatting fixes
Configuration menu - View commit details
-
Copy full SHA for fc2a454 - Browse repository at this point
Copy the full SHA fc2a454View commit details
Commits on Oct 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9fe11fe - Browse repository at this point
Copy the full SHA 9fe11feView commit details
Commits on Oct 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 06c1b03 - Browse repository at this point
Copy the full SHA 06c1b03View commit details -
Configuration menu - View commit details
-
Copy full SHA for c55c3d1 - Browse repository at this point
Copy the full SHA c55c3d1View commit details
Commits on Oct 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bd71ae2 - Browse repository at this point
Copy the full SHA bd71ae2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 402de7c - Browse repository at this point
Copy the full SHA 402de7cView commit details -
Fix bug where header would be white on white in light theme (microsof…
…t#761) * Fix bug by switching resource * Fix issue where pageheader would overlap text on whats new page * Fix header coloring on scroll behavior * Modified the fade in/out transition for the header Co-authored-by: Greg Woo <90726278+gregwoo-microsoft@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5eb4a66 - Browse repository at this point
Copy the full SHA 5eb4a66View commit details
Commits on Oct 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d24d304 - Browse repository at this point
Copy the full SHA d24d304View commit details -
Add PasswordBox reveal mode sample (microsoft#548)
* Add PasswordBox reveal mode sample * Cleanup * Updated the sample title I think that this phrasing is more consistent with other samples. Co-authored-by: Greg Woo <90726278+gregwoo-microsoft@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b346fab - Browse repository at this point
Copy the full SHA b346fabView commit details
Commits on Oct 28, 2021
-
Updated the description for the sound API (microsoft#802)
* Updated the description for the sound API * Update ControlInfoData.json * Update ControlInfoData.json * Revert "Update ControlInfoData.json" This reverts commit 3afe511.
Configuration menu - View commit details
-
Copy full SHA for 82f6e33 - Browse repository at this point
Copy the full SHA 82f6e33View commit details
Commits on Oct 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ef7c248 - Browse repository at this point
Copy the full SHA ef7c248View commit details -
Configuration menu - View commit details
-
Copy full SHA for da45200 - Browse repository at this point
Copy the full SHA da45200View commit details -
Fix issue with suspending not restoring correctly (microsoft#547)
* Fix issue with suspending not restoring correctly * CR feedback, small code cleanup
Configuration menu - View commit details
-
Copy full SHA for 7b465b8 - Browse repository at this point
Copy the full SHA 7b465b8View commit details
Commits on Nov 4, 2021
-
Updated the description of the pull to update control (microsoft#806)
* Updated the description of the pull to update control Better reflects that this control is touch-centered * Switched to PascalCase
Configuration menu - View commit details
-
Copy full SHA for 2a4d605 - Browse repository at this point
Copy the full SHA 2a4d605View commit details
Commits on Nov 5, 2021
-
Update bug template to disambiguate between Xaml Controls Gallery and WinUI3 Gallery, both of which can be downloaded from the Store.
Configuration menu - View commit details
-
Copy full SHA for cd0caa8 - Browse repository at this point
Copy the full SHA cd0caa8View commit details
Commits on Nov 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 10471b9 - Browse repository at this point
Copy the full SHA 10471b9View commit details
Commits on Nov 29, 2021
-
Fix broken xaml code (microsoft#823)
* Fix broken xaml code * Removed Style + Small bug fixes Co-authored-by: Greg Woo <90726278+gregwoo-microsoft@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 459ac97 - Browse repository at this point
Copy the full SHA 459ac97View commit details -
Fix incorrect xaml source code in InfoBadgePage.xaml (microsoft#817)
* Fix incorrect InfoBadgePage.xaml xaml source code string * Removed spaces Co-authored-by: Greg Woo <90726278+gregwoo-microsoft@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e3aa0a1 - Browse repository at this point
Copy the full SHA e3aa0a1View commit details -
Add copy code button to code samples (microsoft#810)
* Refactor sample code presenter into own control * Add copy sample code button * Add tooltip to copy sample code button * Changed text to "Copied!" * Revert sln version change, fix issue were text was not centered Co-authored-by: Greg Woo <90726278+gregwoo-microsoft@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f3a282a - Browse repository at this point
Copy the full SHA f3a282aView commit details
Commits on Dec 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0fe7779 - Browse repository at this point
Copy the full SHA 0fe7779View commit details
Commits on Dec 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e2b761c - Browse repository at this point
Copy the full SHA e2b761cView commit details
Commits on Dec 15, 2021
-
Remove misleading dead code (microsoft#832)
Thank you @Marv51 for your contribution! We really appreciate it.
Configuration menu - View commit details
-
Copy full SHA for 3acf32c - Browse repository at this point
Copy the full SHA 3acf32cView commit details
Commits on Jan 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b98c2c9 - Browse repository at this point
Copy the full SHA b98c2c9View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for c473598 - Browse repository at this point
Copy the full SHA c473598View commit details
Commits on Jan 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2ed19f0 - Browse repository at this point
Copy the full SHA 2ed19f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7690b07 - Browse repository at this point
Copy the full SHA 7690b07View commit details
Commits on Jan 11, 2022
-
Fix splitbutton keyboard accessability. (microsoft#840)
* Fix issue where splitbutton flyout content wasn't invokable by keyboard. * Removed commented code.
Configuration menu - View commit details
-
Copy full SHA for e2e2ead - Browse repository at this point
Copy the full SHA e2e2eadView commit details
Commits on Jan 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ee772e5 - Browse repository at this point
Copy the full SHA ee772e5View commit details
Commits on Jan 24, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for 0ffb849 - Browse repository at this point
Copy the full SHA 0ffb849View commit details
Commits on Jan 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 504ea7c - Browse repository at this point
Copy the full SHA 504ea7cView commit details
Commits on Jan 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ead12ab - Browse repository at this point
Copy the full SHA ead12abView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec2f5ad - Browse repository at this point
Copy the full SHA ec2f5adView commit details
Commits on Jan 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for dfa35dc - Browse repository at this point
Copy the full SHA dfa35dcView commit details
Commits on Feb 14, 2022
-
Update TextBoxPage.xaml to fix color contrast ratio (microsoft#868)
* Update TextBoxPage.xaml * Update TextBoxPage.xaml
Configuration menu - View commit details
-
Copy full SHA for b4f8c16 - Browse repository at this point
Copy the full SHA b4f8c16View commit details
Commits on Feb 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 28b2330 - Browse repository at this point
Copy the full SHA 28b2330View commit details
Commits on Mar 11, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for 19b9cf0 - Browse repository at this point
Copy the full SHA 19b9cf0View commit details
Commits on Mar 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e97be1e - Browse repository at this point
Copy the full SHA e97be1eView commit details
Commits on Apr 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0285e4a - Browse repository at this point
Copy the full SHA 0285e4aView commit details
Commits on Apr 6, 2022
-
Merge pull request microsoft#895 from microsoft/user/ranjeshj/a11yfixes
Fixing a few a11y issues in the app
Configuration menu - View commit details
-
Copy full SHA for 30329e9 - Browse repository at this point
Copy the full SHA 30329e9View commit details
Commits on Apr 12, 2022
-
Merge pull request microsoft#874 from microsoft/user/karenlai/TabView…
…TearSampleUpdate Fix TabView Sample Tear Behaviour Bug
Configuration menu - View commit details
-
Copy full SHA for e23b599 - Browse repository at this point
Copy the full SHA e23b599View commit details
Commits on May 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 09e8d84 - Browse repository at this point
Copy the full SHA 09e8d84View commit details
Commits on May 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6acd42b - Browse repository at this point
Copy the full SHA 6acd42bView commit details
Commits on May 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c23c72c - Browse repository at this point
Copy the full SHA c23c72cView commit details
Commits on May 15, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for ad4c20c - Browse repository at this point
Copy the full SHA ad4c20cView commit details
Commits on May 16, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for d906af8 - Browse repository at this point
Copy the full SHA d906af8View commit details
Commits on May 19, 2022
-
* Store update - also fixed bug with infobadge * Update protocol launcher to work with doc pages
Configuration menu - View commit details
-
Copy full SHA for f9d4415 - Browse repository at this point
Copy the full SHA f9d4415View commit details
Commits on May 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4688b44 - Browse repository at this point
Copy the full SHA 4688b44View commit details
Commits on Jun 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 55af91f - Browse repository at this point
Copy the full SHA 55af91fView commit details
Commits on Jun 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6b01046 - Browse repository at this point
Copy the full SHA 6b01046View commit details
Commits on Jun 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c67b3ff - Browse repository at this point
Copy the full SHA c67b3ffView commit details
Commits on Jun 14, 2022
-
Merge pull request microsoft#1007 from microsoft/user/karenlai/CleanU…
…pResources [winui2] Remove Unused Resources in `App.xaml`
Configuration menu - View commit details
-
Copy full SHA for 38db21a - Browse repository at this point
Copy the full SHA 38db21aView commit details
Commits on Jun 16, 2022
-
- ARM64 configuration added (microsoft#1014)
- Nuget packages updated to versions which support arm64 Co-authored-by: Sam <samuelg12321@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for f75c752 - Browse repository at this point
Copy the full SHA f75c752View commit details
Commits on Jul 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3f00402 - Browse repository at this point
Copy the full SHA 3f00402View commit details
Commits on Jul 18, 2022
-
Merge pull request microsoft#1047 from microsoft/user/krschau/webview2
Update to 2.8, add WebView2 content
Configuration menu - View commit details
-
Copy full SHA for ebeb753 - Browse repository at this point
Copy the full SHA ebeb753View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5761fc - Browse repository at this point
Copy the full SHA c5761fcView commit details
Commits on Nov 11, 2022
-
Add adjustable slider properties in the slider example (microsoft#831)
* 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>
1Configuration menu - View commit details
-
Copy full SHA for 08c3778 - Browse repository at this point
Copy the full SHA 08c3778View commit details
Commits on Oct 17, 2023
-
Add a custom showmode example in flyout page (microsoft#1133)
<!--- 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)
Configuration menu - View commit details
-
Copy full SHA for 820a8e9 - Browse repository at this point
Copy the full SHA 820a8e9View commit details
Commits on Jul 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 48e42a5 - Browse repository at this point
Copy the full SHA 48e42a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f628237 - Browse repository at this point
Copy the full SHA f628237View commit details