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

Feature: Added experimental terminal integration #13631

Draft
wants to merge 75 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
75 commits
Select commit Hold shift + click to select a range
2643352
[WIP]
gave92 Oct 24, 2023
d550200
[WIP]
gave92 Oct 24, 2023
958d508
[WIP]
gave92 Oct 25, 2023
1baa326
Initial work
gave92 Oct 25, 2023
b8a91fd
Add build files
gave92 Oct 25, 2023
afe2401
Added credits to source files
gave92 Oct 25, 2023
225cd5c
Add build files for xterm.js
gave92 Oct 26, 2023
d302f30
Implement copy and resize
gave92 Oct 26, 2023
f05501f
Set background and hide double scrollbars
gave92 Oct 27, 2023
907f783
Toggle button & cleanup
gave92 Oct 27, 2023
5328496
Start from current folder
gave92 Oct 27, 2023
aa841c9
Sync folder to cmd
gave92 Oct 28, 2023
b4f00e1
Implemented up sync button
gave92 Oct 28, 2023
1dbdf7c
Show up/dw buttons only when terminal is open
gave92 Oct 28, 2023
2607f5f
Enable profile selection
gave92 Oct 28, 2023
9544c81
Updated comments
gave92 Oct 29, 2023
775914c
Test theme change
gave92 Oct 29, 2023
3bde3c1
Place classes in project structure
gave92 Nov 1, 2023
c5e6f72
Added missing attribution
gave92 Nov 1, 2023
7d304b2
Fix accessibility test (temporary)
gave92 Nov 1, 2023
3957fdd
Fix webview scrollbars in dark mode
gave92 Nov 1, 2023
a064939
Moved Terminal under Utils
gave92 Nov 1, 2023
90e1a89
Removed extra colon
gave92 Nov 1, 2023
ae07ac7
Fix Release build
gave92 Nov 1, 2023
3128532
Set background color in html
gave92 Nov 1, 2023
7d5e092
Merge branch 'main' of https://github.com/files-community/Files into …
gave92 Nov 5, 2023
835cd75
Fix buttons for wsl
gave92 Nov 5, 2023
8699561
Fix webview flashing white
gave92 Nov 5, 2023
a5e9913
Merge branch 'main' of https://github.com/files-community/Files into …
gave92 Dec 1, 2023
d86d444
Merge branch 'main' of https://github.com/files-community/Files into …
gave92 Apr 13, 2024
62ebf9a
Remove extra commands
gave92 Apr 13, 2024
500ba21
Improve scrollbar
gave92 Apr 13, 2024
fe01e53
Use windows style scrollbars
gave92 Apr 13, 2024
4a09f5c
Code suggestions
gave92 Apr 17, 2024
c52b100
Switch native methods to CsWin32
gave92 Apr 17, 2024
532c70b
Merge branch 'main' of https://github.com/files-community/Files into …
gave92 Apr 17, 2024
092560e
Merge branch 'main' of https://github.com/files-community/Files into …
gave92 Apr 22, 2024
9ac9c59
Merge branch 'main' of https://github.com/files-community/Files into …
May 1, 2024
58b5043
Added settings under experimental
May 1, 2024
ffb57c7
Merge branch 'main' into terminal
yaira2 May 1, 2024
9df32f4
WIP
May 1, 2024
57376d0
Call AddWebAllowedObject after navigation
gave92 May 8, 2024
d2f437d
Multiple terminals
gave92 May 8, 2024
d08a384
Merge branch 'main' of https://github.com/files-community/Files into …
gave92 May 8, 2024
2ae01a1
Hide pane when no terminals
gave92 May 8, 2024
5da01eb
Switch to CsWin32 for process api
gave92 May 11, 2024
d7d11c3
Add terminal model
gave92 May 11, 2024
a11b318
Minor change
gave92 May 11, 2024
940f5cc
Merge branch 'main' into terminal
gave92 May 11, 2024
3195de9
Minor change
gave92 May 11, 2024
729f2dc
Merge branch 'terminal' of https://github.com/gave92/files-uwp into t…
gave92 May 11, 2024
087c81b
Merge branch 'main' of https://github.com/files-community/Files into …
gave92 May 23, 2024
608b7be
Merge branch 'main' into terminal
yaira2 May 28, 2024
d71e607
Added margin
yaira2 May 28, 2024
f688fbe
Merge branch 'main' into terminal
yaira2 May 28, 2024
4eff052
Merge branch 'main' of https://github.com/files-community/Files into …
gave92 Jun 1, 2024
c5caf90
Merge branch 'main' into terminal
gave92 Jun 7, 2024
1b41f66
Use WebView2Ex for CornerRadius
gave92 Jun 7, 2024
a257fc8
Merge branch 'main' of https://github.com/files-community/Files into …
gave92 Jun 18, 2024
f219539
Merge branch 'terminal' of https://github.com/gave92/files-uwp into t…
gave92 Jun 18, 2024
82e9087
Readded Newtonsoft.Json dep
gave92 Jun 18, 2024
b25fe52
Merge branch 'main' into terminal
yaira2 Jun 19, 2024
4a6d925
Revert "Use WebView2Ex for CornerRadius"
gave92 Jun 19, 2024
a223806
Stupid solution n.1
gave92 Jun 19, 2024
327544c
Merge branch 'terminal' of https://github.com/gave92/files-uwp into t…
gave92 Jun 19, 2024
91d2378
Merge branch 'main' into terminal
yaira2 Jun 20, 2024
8ef70a0
Merge branch 'main' of https://github.com/files-community/Files into …
gave92 Jun 21, 2024
12316cb
Merge branch 'terminal' of https://github.com/gave92/files-uwp into t…
gave92 Jun 21, 2024
bb3d854
Switched WebView2Extensions to System.Text.Json
gave92 Jun 21, 2024
62148d4
Merge branch 'main' into terminal
yaira2 Jun 23, 2024
00ca8ca
Merge branch 'main' into terminal
yaira2 Jun 26, 2024
d6e432e
Switch status bar with terminal
yaira2 Jun 26, 2024
8141d37
Merge branch 'main' of https://github.com/files-community/Files into …
gave92 Jul 20, 2024
6bfe9d5
Merge branch 'terminal' of https://github.com/gave92/files-uwp into t…
gave92 Jul 20, 2024
7068a9e
Merge branch 'main' into terminal
gave92 Jul 29, 2024
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 src/Files.App/Files.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.3233" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
gave92 marked this conversation as resolved.
Show resolved Hide resolved
<PackageReference Include="Sentry" Version="4.7.0" />
<PackageReference Include="SevenZipSharp" Version="1.0.2" />
<PackageReference Include="SQLitePCLRaw.bundle_green" Version="2.1.8" />
Expand Down
Loading