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

Add Xbox Game Bar SDK support and widget life cycle logic #419

Open
wants to merge 106 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
106 commits
Select commit Hold shift + click to select a range
52d9fb3
add support for game bar sdk
hamiltonia Feb 13, 2020
a9e59db
remove the start menu entry for the UI extension application
hamiltonia Feb 13, 2020
a64920d
Merge pull request #1 from hamiltonia/user/hamiltonia/applistentry
hamiltonia Feb 13, 2020
0ebea98
update to latest sdk - breaking changes fixed for widget rename
hamiltonia Mar 5, 2020
4c90fdc
remove uneeded file menu entries when running as a widget
hamiltonia Mar 6, 2020
18f9b4d
Merge branch 'master' of https://github.com/JasonStein/Notepads
hamiltonia Mar 6, 2020
32410f5
Merge remote-tracking branch 'origin/master' into user/hamiltonia/upd…
hamiltonia Mar 9, 2020
0acb321
fix menu separators after addition of print menu merge
hamiltonia Mar 9, 2020
a5509ba
add game bar widget icons
hamiltonia Mar 9, 2020
a15140d
in progress settings changes
hamiltonia Mar 10, 2020
d95a13f
cleanup activation to match existing patterns, enable settings widget
hamiltonia Mar 10, 2020
7ad44c7
Merge pull request #2 from hamiltonia/user/hamiltonia/updatesdk
hamiltonia Mar 10, 2020
a9aa7df
update most settings to be thread safe when running in game bar, them…
hamiltonia Mar 11, 2020
0fc5d9e
disable unused features in settings
hamiltonia Mar 12, 2020
1103642
fix issues with settings page not being on the main page UI thread
hamiltonia Mar 12, 2020
1836f8f
Merge pull request #3 from hamiltonia/user/hamiltonia/settings_threads
hamiltonia Mar 12, 2020
9c207a3
Merge branch 'master' of https://github.com/JasonStein/Notepads
hamiltonia Mar 17, 2020
1b768b7
update to 5.1.200317001-prerelease game bar sdk
hamiltonia Mar 17, 2020
a157b80
Merge pull request #4 from hamiltonia/user/hamiltonia/sdkupdate0317
hamiltonia Mar 18, 2020
afe8a60
Update to the release version of Game Bar SDK [5.1.200401003]
hamiltonia Apr 1, 2020
a6c1a05
Merge pull request #5 from hamiltonia/origin/hamiltonia/releasesdk
hamiltonia Apr 1, 2020
bb59241
fix hang on shutdown when opening settings widget
hamiltonia Apr 1, 2020
44c2329
merge latest from JasonStein
hamiltonia Apr 1, 2020
a87f7a4
Cleanup Game Bar launch path and fix some exceptions
vidager Apr 2, 2020
7587985
Merge branch 'master' into user/benmc/notepadsfixes
vidager Apr 2, 2020
658b187
Remove unnecessary using statements
vidager Apr 2, 2020
ee8c16e
More adjustments to widget cleanup
vidager Apr 2, 2020
706d443
Merge branch 'master' into pr/418
0x7c13 Apr 7, 2020
8b8ea3d
Merge branch 'master' into pr/418
0x7c13 Apr 7, 2020
43e6a5f
Drop ARM support and keep ARM64 only
0x7c13 Apr 7, 2020
2dff33c
Merge branch 'master' into pr/418
0x7c13 Apr 7, 2020
bb59a38
Update azure-pipelines.yml
0x7c13 Apr 7, 2020
0ba7544
Merge branch 'master' into pr/418
0x7c13 Apr 7, 2020
01b06f0
Update NotepadsMainPage.xaml.cs
0x7c13 Apr 7, 2020
a4934e1
Revert "Update NotepadsMainPage.xaml.cs"
0x7c13 Apr 7, 2020
278cfb9
Disable title change in game bar widget mode
0x7c13 Apr 7, 2020
c698d2a
Code refactoring
0x7c13 Apr 8, 2020
7768a82
More code refactorings
0x7c13 Apr 8, 2020
ceb4fad
Fix icon path for game bar app
0x7c13 Apr 9, 2020
7078128
Fix threading issues
0x7c13 Apr 9, 2020
93a9d12
Disable share and web search in game bar mode
0x7c13 Apr 9, 2020
530dd45
Use separate session data location for game bar widget
0x7c13 Apr 9, 2020
f05661c
Fix wdiget life cycle to include session saving/resuming
0x7c13 Apr 9, 2020
59abe58
Fixed more threading issues
0x7c13 Apr 9, 2020
3f5acc4
Remove dependency of ThemeListener
0x7c13 Apr 9, 2020
fe1a56c
Re-enable WebSearch in game bar mode
0x7c13 Apr 9, 2020
a9b9624
Upgrade SDK version
0x7c13 Apr 10, 2020
78a1cff
Merge branch 'master' into pr/418
0x7c13 Apr 10, 2020
9deb702
Merge branch 'master' into pr/418
0x7c13 Apr 10, 2020
cd7ece1
Merge branch 'master' into pr/418
0x7c13 Apr 10, 2020
b7fb7fe
Merge branch 'master' into pr/418
0x7c13 Apr 10, 2020
0260fea
Merge branch 'master' into pr/418
0x7c13 Apr 10, 2020
a929d4c
Merge branch 'master' into pr/418
0x7c13 Apr 11, 2020
8315260
Fix merge issues
0x7c13 Apr 11, 2020
f73813e
Fixed build error
0x7c13 Apr 11, 2020
d201246
Merge branch 'master' into pr/418
0x7c13 Apr 11, 2020
c20d49e
Merge branch 'master' into pr/418
0x7c13 Apr 11, 2020
6170189
Fixe runtime issue
0x7c13 Apr 11, 2020
0e439a4
Merge branch 'master' into pr/418
0x7c13 Apr 12, 2020
d3bda88
Set UseDotNetNativeToolchain to true to mitigate OneCore CLR build issue
0x7c13 Apr 12, 2020
feb58a1
Merge branch 'master' into pr/418
0x7c13 Apr 12, 2020
a7ff1a9
Merge branch 'master' into pr/418
0x7c13 Apr 12, 2020
5045abe
Merge branch 'master' into pr/418
0x7c13 Apr 12, 2020
a9b2803
Merge branch 'master' into pr/418
0x7c13 Apr 13, 2020
09fbbdd
Merge with master
0x7c13 Apr 14, 2020
414620b
Merge branch 'master' into pr/418
0x7c13 Apr 14, 2020
05f914d
Fix missing changes after merging
0x7c13 Apr 15, 2020
d7d5962
Merge branch 'master' into pr/418
0x7c13 Apr 16, 2020
adf77ef
Update ActivationService.cs
0x7c13 Apr 16, 2020
290ef82
Merge branch 'master' into pr/418
0x7c13 Apr 17, 2020
3cb77c9
Merge branch 'master' into pr/418
0x7c13 Apr 17, 2020
a34a3a1
Add file saving support for game bar widget mode
0x7c13 Apr 18, 2020
9ffbdb4
Merge branch 'master' into pr/418
0x7c13 Apr 19, 2020
34867b1
Fix merge issues
0x7c13 Apr 19, 2020
becd4fd
Add missing namespace
0x7c13 Apr 19, 2020
cc8f2f0
Merge branch 'master' into pr/418
0x7c13 Apr 20, 2020
595e08e
Merge branch 'master' into pr/418
0x7c13 Apr 21, 2020
f9ee1ab
Added support for file openning scenario
0x7c13 Apr 22, 2020
0f8af5a
Merge branch 'master' into pr/418
0x7c13 Apr 22, 2020
5d8736a
Merge branch 'master' into pr/418
0x7c13 Apr 23, 2020
68019cc
Merge branch 'master' into pr/418
0x7c13 Apr 24, 2020
32217b0
Merge branch 'master' into pr/418
0x7c13 Apr 25, 2020
37a6559
Merge branch 'master' into pr/418
0x7c13 Apr 25, 2020
a69b35a
Merge branch 'master' into pr/418
0x7c13 Apr 27, 2020
49afdfb
Merge branch 'master' into pr/418
0x7c13 Apr 27, 2020
8360fb2
Merge branch 'master' into pr/418
0x7c13 May 1, 2020
c7d28b8
Merge branch 'master' into pr/418
0x7c13 May 3, 2020
7748803
Merge branch 'master' into pr/418
0x7c13 May 4, 2020
6843ae8
Merge branch 'master' into pr/418
0x7c13 May 6, 2020
a2840e7
WIP
0x7c13 May 6, 2020
28f7366
Merge branch 'master' into pr/418
0x7c13 May 8, 2020
c2b6a9f
WIP
0x7c13 May 8, 2020
ebb7922
Merge branch 'master' into pr/418
0x7c13 May 10, 2020
725c121
WIP
0x7c13 May 10, 2020
3137ff2
Merge branch 'master' into pr/418
0x7c13 May 11, 2020
5ab5821
Merge branch 'master' into pr/418
0x7c13 May 14, 2020
5ad523e
WIP
0x7c13 May 14, 2020
9685970
Merge branch 'master' into pr/418
0x7c13 May 14, 2020
033a43b
Merge branch 'master' into pr/418
0x7c13 May 15, 2020
7b53c21
Merge branch 'master' into pr/418
0x7c13 May 16, 2020
be37e22
Merge branch 'master' into pr/418
0x7c13 May 19, 2020
dee1f87
Merge branch 'master' into pr/418
0x7c13 May 22, 2020
d1b0294
Merge branch 'master' into pr/418
0x7c13 May 26, 2020
a3333d2
Hook up foreground operations when running as a Game Bar widget (#564)
totallymonkey May 28, 2020
fb6b6bc
Merge branch 'master' into pr/418
0x7c13 May 31, 2020
c6a980c
Merge branch 'master' into pr/418
0x7c13 Jun 4, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into pr/418
  • Loading branch information
0x7c13 committed May 3, 2020
commit c7d28b894479fe63bc286771adc4a0d2a112ce1b

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.