Nuclex.Avalonia/Source
2025-07-31 10:01:38 +02:00
..
AutoBinding Updated assembly version to 1.3.1 due to the namespace typo fix (actually, this is a breaking change, but this library currently has exactly 1 user - me) 2025-07-10 08:56:42 +02:00
Collections Removed backup async lazy-loading collection, the queueing variant in now proven; added ItemFetched event so users can run additional processing when items have been fetched from the dataabse; fixed message presenter, yes/no and ok/cancel messages are now centered and parented to the main window as well 2025-07-31 10:01:38 +02:00
Messages Removed backup async lazy-loading collection, the queueing variant in now proven; added ItemFetched event so users can run additional processing when items have been fetched from the dataabse; fixed message presenter, yes/no and ok/cancel messages are now centered and parented to the main window as well 2025-07-31 10:01:38 +02:00
ViewModels Fixed a typo and a warning 2025-07-09 10:51:32 +02:00
IActiveWindowTracker.cs Restored previous attempt at IndexOf(), but it's broken either way 2025-07-09 23:10:54 +02:00
IWindowManager.cs Restored previous attempt at IndexOf(), but it's broken either way 2025-07-09 23:10:54 +02:00
IWindowScope.cs Initial porting attempt of my WinForms MVVM library to Avalonia; added IWindowScope as a new reature because this library should support Microsoft's dependency injector 2025-07-05 21:06:55 +02:00
NullActiveWindowTracker.cs Initial porting attempt of my WinForms MVVM library to Avalonia; added IWindowScope as a new reature because this library should support Microsoft's dependency injector 2025-07-05 21:06:55 +02:00
Properties.cs Added a small helper property to deal with controls that fail to update the measurements in response to complex data binding situations 2025-07-29 13:13:11 +02:00
WindowManager.cs Initial porting attempt of my WinForms MVVM library to Avalonia; added IWindowScope as a new reature because this library should support Microsoft's dependency injector 2025-07-05 21:06:55 +02:00