-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Make Avalonia UI the default on all platforms and move in-process #1207
Merged
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
0b0ad60
gcm-ui: fix WPF device code view namespaces
mjcheetham a5735f9
wpf: rename DialogWindow to WpfDialogWindow
mjcheetham cdca8a2
wpf: explicitly target WPF Dispatcher object
mjcheetham a2528fd
wpf: add .Windows to WPF project namespaces
mjcheetham c0551fd
gcm: set up message pump in main GCM executable
mjcheetham 1f3e99e
core: merge Core.UI.Avn and Core.UI into Core
mjcheetham 242ac22
gcm-ui: merge GCM.UI.Avn in to Core
mjcheetham 23473cd
bitbucket: merge .UI.Avn and .UI in to Atlassian.Bitbucket
mjcheetham aab6fef
github: merge .UI.Avn and .UI in to GitHub
mjcheetham fd3cbbf
gitlab: merge .UI.Avn and .UI in to GitLab
mjcheetham cb13e2b
basic: rename ByUi method to ViaHelper
mjcheetham 20df3d7
oauth: extract Helper and TTY prompt methods
mjcheetham 2162a98
bitbucket: extract Helper and TTY prompt methods
mjcheetham 2441216
github: extract Helper and TTY prompt methods
mjcheetham c6c9cb1
gitlab: extract Helper and TTY prompt methods
mjcheetham 73e0e86
ui: use in-proc by default with fallback option for WPF
mjcheetham 7f6b07c
ui: default to showing GCM branding in generic prompts
mjcheetham 4108595
ui: set default GUI window title
mjcheetham 7794843
ui: add window parent/cancellation helpers
mjcheetham 5756930
basic: add in-proc UI implementation
mjcheetham f120a12
oauth: add in-proc UI implementation
mjcheetham 4a8d5e4
bitbucket: add in-proc UI implementation
mjcheetham 5c8d929
github: add in-proc UI implementation
mjcheetham 2a37974
gitlab: add in-proc UI implementation
mjcheetham 7dec930
gitlab: simplify terminal/interaction checks
mjcheetham fd5fbc3
gitlab: move logos to resource files
mjcheetham de1bd0f
ui: only include Avn.Diagnostics in debug
mjcheetham 2cd5d69
ui: target latest version of AvaloniaUI
mjcheetham fd66094
ui: support dark theme base colour resources
mjcheetham bd742ce
ui: use custom window chrome on Windows
mjcheetham 99e4c69
ui: fix deadlock in Avalonia runloop start on Windows
mjcheetham 473d951
ui: enable IDE Avalonia designer
mjcheetham 37f6100
ui: add app version to about window
mjcheetham b77ea32
ui: workaround AvaloniaUI/Avalonia #10296
mjcheetham 67092bb
ui: fix textbox layout bug in v11
mjcheetham 6ec9124
ui: draw window border on windows
mjcheetham 56d540f
windows: simplify Inno setup defn and reduce payload size
mjcheetham File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ui: target latest version of AvaloniaUI
- Loading branch information
commit 2cd5d696c0a41ebcb26abf4a190ed66a5be1ad2b
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow! Big jump.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah they moved from
0.10
to dropping the0.
prefix with v11