Commit Graph

62 Commits

Author SHA1 Message Date
Daniel Clark 72983bef6a Suppress benign MSBuild warning NU1702 + use MSBuild.Sdk.Extras throughout 2021-02-10 16:27:44 +00:00
Daniel Clark 822627a87d update sample 2021-02-10 14:21:50 +00:00
Daniel Clark 993e9c5d6d Added sample packaged project and added app context based on whether you are running the app natively or thru an app package 2021-02-10 13:53:16 +00:00
Daniel Clark f7abdbc465 added requested theme dp to NotificationFlyout control since it is just a normal DependencyObject 2021-02-10 12:11:56 +00:00
Daniel Clark b5b8641527 Move *everything* from setting flyout content and the flyout icons to a UWP control and simplified creation of the wpf host via a NotificationFlyoutApplication where you only need to set the UWP flyout 2021-02-10 11:49:16 +00:00
Daniel Clark 083c7b9365 Merge branch 'master' of https://github.com/TheXamlGuy/NotificationFlyout 2021-02-09 19:08:35 +00:00
Daniel Clark cb837f034c Possible fix when inapp theme is changed 2021-02-09 19:08:10 +00:00
Daniel Clark 50fc19c86a Merge pull request #2 from TheXamlGuy/add-license-1
Create LICENSE
2021-02-09 18:45:57 +00:00
Daniel Clark f705a30ec5 Create LICENSE 2021-02-09 18:45:19 +00:00
Daniel Clark 732a25d03a reorganise samples folder 2021-02-09 17:18:59 +00:00
Daniel Clark 29503685f1 Deleted stray project 2021-02-09 17:13:24 +00:00
Daniel Clark aa16180509 Split sample project up 2021-02-09 17:11:24 +00:00
Daniel Clark d8581f33e7 Include WinUI reference 2021-02-09 14:14:42 +00:00
Daniel Clark fae7721b5f Fixed some major issues where it wasn't possible to switch the app accent based on the current system accent. 2021-02-09 13:10:23 +00:00
Daniel Clark 085e632eb9 Restructed project 2021-02-09 12:36:55 +00:00
Daniel Clark e10baed2d7 can now debug project directly 2021-02-09 12:15:57 +00:00
Daniel Clark e1b3b1e6c9 Added support for IsColorPrevalence background system accent color 2021-02-08 23:20:06 +00:00
Daniel Clark ec847fd6a5 Added RegistryKeyExtensions 2021-02-08 21:41:46 +00:00
Daniel Clark 0b33b049b0 Hide window from task switcher 2021-02-08 17:33:32 +00:00
Daniel Clark 1dc40961ff Update README.md 2021-02-08 16:11:51 +00:00
Daniel Clark e46bc7db1f Update README.md 2021-02-08 15:58:48 +00:00
Daniel Clark 4eab57e06e Update README.md 2021-02-08 15:58:32 +00:00
Daniel Clark f9dc9b0839 Update README.md 2021-02-08 15:11:30 +00:00
Daniel Clark 7bff57d6d7 Update README.md 2021-02-08 15:10:53 +00:00
Daniel Clark 6c5686493b Delete demo.mp4 2021-02-08 15:01:51 +00:00
Daniel Clark 2bdd338bed Add files via upload 2021-02-08 14:59:35 +00:00
Daniel Clark 94bb6351fe Switching between RequestedTheme and System theme is RequetedTheme is Default should be fully working 2021-02-08 14:02:24 +00:00
Daniel Clark 6f3fff7351 removed a stray project 2021-02-08 01:16:49 +00:00
Daniel Clark c50413bef7 Merge branch 'master' of https://github.com/TheXamlGuy/NotificationFlyout 2021-02-08 01:13:37 +00:00
Daniel Clark 1f9e90c8fe Wrote some black magic due to this bug https://github.com/windows-toolkit/Microsoft.Toolkit.Win32/issues/228 2021-02-08 01:13:24 +00:00
Daniel Clark c4ca5b263a Update README.md 2021-02-07 16:25:07 +00:00
Daniel Clark 72941706d9 Tray icon now respects current system theme 2021-02-07 16:24:20 +00:00
Daniel Clark fbf7713705 fixed issue where the WPF host went into the next monitor went opening flying from top taskbar position 2021-02-07 12:41:16 +00:00
Daniel Clark 637fd78190 Merge branch 'master' of https://github.com/TheXamlGuy/NotificationFlyout 2021-02-07 11:22:36 +00:00
Daniel Clark 61305ca00f Ensure the flyout respects the given RequestedTheme... although it doesn't seem to be picking up the theme changes from Windows user settings just yet... 2021-02-07 11:22:26 +00:00
Daniel Clark 3ce4a8e374 Update README.md 2021-02-07 10:47:54 +00:00
Daniel Clark 13fcc6ec7a Update README.md 2021-02-07 00:14:27 +00:00
Daniel Clark 19e1d03998 Update README.md 2021-02-07 00:08:38 +00:00
Daniel Clark f4556c8314 Merge branch 'master' of https://github.com/TheXamlGuy/NotificationFlyout 2021-02-07 00:08:26 +00:00
Daniel Clark 8a8410747a Added shadow support 2021-02-07 00:08:10 +00:00
Daniel Clark 207b32e528 Update README.md 2021-02-06 21:54:09 +00:00
Daniel Clark 3232f1ac77 Use VisualStates to manage the placement of the flyout 2021-02-06 21:53:43 +00:00
Daniel Clark 6558c262c4 Update README.md 2021-02-06 17:49:02 +00:00
Daniel Clark 321fde76f1 Update README.md 2021-02-06 17:47:35 +00:00
Daniel Clark f95e5ec531 Added restyled flyout demo image 2021-02-06 17:45:11 +00:00
Daniel Clark f35f40cfdc Update README.md 2021-02-06 17:40:23 +00:00
Daniel Clark 3fdfcfaf21 Introduced a NotificationFlyoutPresenter to allow you to restyle/retemplate the flyout from within your UWP app 2021-02-06 17:38:39 +00:00
Daniel Clark 3de9ceee0d simplify setting the flyout content 2021-02-06 16:05:19 +00:00
Daniel Clark 2be7a1128c Fixed stackoverflow... 2021-02-05 21:32:32 +00:00
Daniel Clark b411f82243 Merge branch 'master' of https://github.com/TheXamlGuy/NotificationFlyout 2021-02-05 18:26:12 +00:00