Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
ea5c29e
wslsettings: allow OOBE window to close with escape key (#13686)
benhillis Nov 7, 2025
b2c28b9
Localization change from build: 133610492 (#13704)
OneBlue Nov 11, 2025
9fad2a1
wslsettings: fix OOBE text truncation at 200% text scaling (#13693)
benhillis Nov 13, 2025
7c010a1
wslsettings: add underlines to links in about page (#13703)
benhillis Nov 13, 2025
87c1100
.clang-format: add InsertBraces: true and minor fix to FormatSource.p…
benhillis Nov 15, 2025
b6cc29e
Localization change from build: 134015316 (#13731)
OneBlue Nov 17, 2025
7226b05
wslsettings: ensure selected setting is auto-expanded and selected (#…
benhillis Nov 18, 2025
b73897e
build: fix minor compiler errors when building with VS2026 (#13744)
benhillis Nov 19, 2025
dbf49f1
chore(distributions): Almalinux auto-update - 20251119 12:04:35 (#13743)
almalinuxautobot Nov 19, 2025
f759971
Mask systemd-networkd-wait-online.service during boot (#13611)
OneBlue Nov 20, 2025
1ea3a8e
deps: update a number of NuGet packages to the latest available versi…
benhillis Nov 20, 2025
c38230d
Notice change from build: 134267142 (#13751)
OneBlue Nov 20, 2025
1b7e27e
Add *.slnx to .gitignore (#13754)
OneBlue Nov 20, 2025
c3d369d
Fix service crash when collecting a linux crash dump when maxCrashDum…
OneBlue Nov 21, 2025
d9c69a5
cleanup: VirtioNetworking refactoring (#13760)
benhillis Nov 22, 2025
6690434
cleanup: switch from Microsoft::WRL::ComPtr to wil::com_ptr (#13767)
benhillis Nov 24, 2025
722eeca
chore(distributions): Almalinux auto-update - 20251124 17:13:02 (#13780)
almalinuxautobot Nov 24, 2025
b0df225
Notice change from build: 134527933 (#13782)
OneBlue Nov 24, 2025
4207cc8
cleanup: VirtioNetworking refactoring to be more portable (#13783)
benhillis Nov 26, 2025
c1676af
Merge remote-tracking branch 'origin/master' into HEAD
Nov 26, 2025
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ tmp
/.vs/
/.vscode/
*.sln
*.slnx
*.user
*.csproj
*.vcxproj
Expand Down
Loading