90430ff32f
Do something
2024-08-15 21:39:10 +02:00
4107ca217a
code cleanup
2023-04-07 22:19:13 +02:00
934ecff41a
„src/AvaloniaCoreRTDemo.csproj“ ändern
2023-04-02 23:08:43 +02:00
e03d91f128
„src/AvaloniaCoreRTDemo.csproj“ ändern
2023-04-02 23:08:09 +02:00
fc7cdceb05
file-scoped namespaces and other cleanup stuff
2023-04-02 22:49:00 +02:00
c2e7cc1a3c
Removed Reactive stuff and do code cleanup
2023-04-02 22:44:52 +02:00
46bb647934
Comment out Avalonia source in nuget.config
2023-02-17 17:36:22 -05:00
a3ad58c937
Restore SystemDetail record
2023-02-17 08:35:39 -05:00
ad13e8ca29
Restore nuget.config
2023-02-17 08:15:09 -05:00
c345223fdc
Fix window position on macOS
2023-02-11 11:35:53 -05:00
8caed1f4d2
More fixes
2023-02-11 00:41:41 -05:00
ffcfefa065
Strip only for release
2023-02-10 13:37:09 -05:00
53a2de07e7
Solution file Fix
2023-02-10 13:19:36 -05:00
dcc47c332f
Window Size
...
* Preserve window size when swapping Fluent and Simple themes.
* Simplify test batch files.
* Trim output.
* Different output type depending on the configuration.
2023-02-10 13:11:58 -05:00
cd2a9d72aa
* Datagrid fixes
2023-02-08 00:05:42 -05:00
defcc0b360
Avalonia UI 11 Preview 5
...
* Menu fixes for macOS.
* Delete nuget.config.
* Nullable enabled.
* Fixes in ViewModel class names.
* ViewModel for MainControl as MainWindow state.
* Preserve window state when swapping Fluent and Simple themes.
2023-02-07 23:34:30 -05:00
d299480046
Merge branch 'master' into master
2022-11-20 12:31:08 +02:00
59bc165240
Update Avalonia with fixed NativeMenuBar in AOT
2022-11-19 23:48:23 -05:00
f55c202b93
Fix ChangeTheme
2022-11-19 22:49:03 -05:00
d7ada47c16
Update Avalonia version
2022-11-13 17:45:20 -05:00
e52a5869ed
Reopen window when theme was changed
2022-11-12 22:23:50 -05:00
caea418ab5
Add DataGrid to the About page
2022-11-12 17:03:35 -05:00
47f5732b84
Use net7 AOT
2022-11-12 03:48:48 -05:00
8459f9bf3b
Use compiled bindings insteaed of reflection bindings
2022-11-12 02:34:54 -05:00
1246a011c9
Update Avalonia to 11.0
2022-11-12 02:34:36 -05:00
8c64f8fb91
Avalonia UI 0.10.18
2022-10-31 14:30:56 -05:00
dc2eefc43d
Update Avalonia to 0.10.16
2022-07-19 17:56:49 +03:00
719a10d269
Restore back OutputType
2022-06-29 19:33:18 +06:00
87b3489c6c
Progress bar now use LinearEasing
2022-06-29 19:32:34 +06:00
1c40646103
Avalonia 0.10.13 -> 0.10.14
2022-05-10 20:20:35 -05:00
cb4ee0ba87
Avalonia UI 0.10.12 -> 0.10.13
2022-03-21 13:41:52 -05:00
440e8db6b0
Merge pull request #15 from josephmoresena/master
...
Sample improvements
2022-02-20 13:19:47 +02:00
05f290f599
Be explicit about types needed for application
2022-02-18 23:11:11 +06:00
bfec7e3ad2
Update nuget.config
2022-02-15 14:13:06 -05:00
8e38c08db3
Avalonia 0.10.12
2022-02-13 18:35:14 -05:00
6789fbaec7
Avalonia UI 0.10.10 -> 0.10.11
2021-12-22 17:08:44 -05:00
eab730c1f2
Sample improves
...
* No remove axaml files for makes the sample simpler.
* Creation of utilities class.
* Avoid using ref Bitmap on MainViewModel.
* Avoid application crashing when dotnet.png or avalonia.png are missing. Using an replace embeded image instead.
* Conditionally invoke of UseAvaloniaNative at runtime.
2021-12-13 16:17:55 -05:00
0368c711d6
Fix solution files
...
* Indentation fix of csproj file
* Remove Any CPU from sln file
2021-12-11 21:55:29 -05:00
1a6741f9ee
Sample improves
...
* UserControl sample.
* Multi-theme support.
* NativeMenu on macOS.
* GitHub workflow for Windows, Linux and MacOS artifact compilation.
2021-12-11 21:39:55 -05:00
488ea9b715
Update Avalonia package -> 0.10.8
2021-10-12 19:06:53 -05:00
c127d73752
Create App MacOS
2021-10-11 19:34:26 -05:00
225a954bb3
Update to ILCompiler 7.0.0-*
...
Official support added to MacOS x64
2021-10-09 12:02:31 -05:00
aaeb541cd6
Update to Avalonia 0.10.7 and latest NuGet packages sources for the Il compiler
2021-08-19 16:44:22 +03:00
c283769b54
RootAllApplicationAssemblies -> TrimMode
...
According docs https://github.com/dotnet/runtimelab/blob/feature/NativeAOT/docs/using-nativeaot/optimizing.md RootAllApplicationAssemblies: false isn't more valid and must be replaced by TrimMode: link.
It prevents warnings and reduces at leas to half of RAM consumption at compilation process.
2021-01-27 08:21:30 -05:00
48d100013b
Upgrade Avalonia UI Version
...
Avalonia UI package upgrade to 0.10.0, System.Reactive isn't longer required by now.
2021-01-26 18:56:08 -05:00
0f67089b5f
Lastest Packages Update
...
System.Reactive is updated to version 5.0, consistent with NET 5.0, additionally AvalionaUI is updated to version 0.9.11 since this is the last version compatible with NativeAOT (formerly CoreRT)
2020-12-20 09:42:08 -05:00
45e668548e
Update to new nuget feed
2020-11-02 13:05:04 -08:00
96fa48e261
Add new NuGet Source
...
Microsoft recently changed the way they distribute Net5 preview builds. Adding the new NuGet source to enable building against .NET 5.0 preview5+ and their nightly builds.
2020-05-22 11:02:38 +03:00
a4b554853c
Cosmetic: Removed extra lines
2020-05-12 11:41:40 +03:00
a4e6e5477a
Update to Avalonia 0.9.10 and changed to more agressive Ilc settings
2020-05-12 11:22:33 +03:00