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

Implement full Windowing support #296

Draft
wants to merge 31 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
2bc7eae
rename file
tomlm Mar 2, 2025
51b2cb1
TOpLevel seems to work
tomlm Mar 3, 2025
a573827
managed window mostl yworks
tomlm Mar 4, 2025
a2a432f
rename TopLevel back to ConsoleWindow
tomlm Mar 4, 2025
30aa379
add demo dialogs to gallery
tomlm Mar 5, 2025
2963912
pure managed is working pretty well
tomlm Mar 5, 2025
b7c874f
cleanup
tomlm Mar 5, 2025
9b61aa8
dialogs
tomlm Mar 6, 2025
f5d4ebc
things seem to work!
tomlm Mar 7, 2025
a4a59f2
add icon to xaml dialog
tomlm Mar 7, 2025
3fa4d4c
cleanup
tomlm Mar 8, 2025
d01ab34
reworked using overlay v2
tomlm Mar 8, 2025
3e8f1a5
update to 2.0.1
tomlm Mar 9, 2025
d3dd814
remove project
tomlm Mar 9, 2025
ee30a5a
fix styled properties on messageboxx
tomlm Mar 9, 2025
93e8166
removed commented out project references
tomlm Mar 9, 2025
cd9b480
fix storage pickers
tomlm Mar 9, 2025
9cf0750
cleanup
tomlm Mar 9, 2025
15059c6
remove debugging project refernece
tomlm Mar 9, 2025
28c4216
fix blazor
tomlm Mar 9, 2025
2b637b1
remove unnamed var
tomlm Mar 9, 2025
1616993
fix dialog unit test
tomlm Mar 9, 2025
cae4136
add a windows test and messagebox test
tomlm Mar 9, 2025
475829c
make console detection not require application lifetime to be set.
tomlm Mar 9, 2025
b736cf1
lint
tomlm Mar 9, 2025
c5d5b32
lint
tomlm Mar 9, 2025
64cd471
Automated JetBrains cleanup
github-actions[bot] Mar 9, 2025
9ae5b2d
turn off animations when running unit test
tomlm Mar 10, 2025
23e21dc
formatting merge
tomlm Mar 10, 2025
b0b1d6b
animation turned off for windows
tomlm Mar 10, 2025
675681d
Automated JetBrains cleanup
github-actions[bot] Mar 10, 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
105 changes: 0 additions & 105 deletions src/Consolonia.Controls/Dialog/DialogHelpers.cs

This file was deleted.

18 changes: 0 additions & 18 deletions src/Consolonia.Controls/Dialog/DialogWrap.axaml

This file was deleted.

66 changes: 0 additions & 66 deletions src/Consolonia.Controls/Dialog/DialogWrap.axaml.cs

This file was deleted.

202 changes: 0 additions & 202 deletions src/Consolonia.Controls/DialogWindow.cs

This file was deleted.

Loading
Loading