Avalonia

Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology

MIT License

Stars
23.8K
Committers
478

Bot releases are hidden (Show)

Avalonia - 0.9.7 Service Release

Published by danwalmsley over 4 years ago

  • Remove fix that broke SizeToContent.
Avalonia - 0.9.6 Service Release

Published by danwalmsley over 4 years ago

  • OSX WindowState is updated when Cocoa initiates a change that would cause WindowState to change.
Avalonia - 0.9.5 Service Release

Published by danwalmsley over 4 years ago

  • Binding to WindowState on OSX and Linux will now open windows with the correct state. Previously only worked on Windows.

  • TreeViewItems take the full width of the treeview, so context menus can be activated via the entire row.

Avalonia - 0.9.4 Service Release

Published by danwalmsley over 4 years ago

  • Fix WeakEventManager (causing memory and slow performance after long running app)
  • Disabled controls dont get selected with keyboard controls.
  • Window Icon can be set to null without crashing.
  • Closing OSX Window when full screen will not crash app.
  • Inertial Scrolling fixed
  • Fix deadlocks in OSX often seen with reactive ui.
Avalonia - 0.9.3 Service Release

Published by danwalmsley over 4 years ago

  • Fix NRE with Menus
  • ItemsControl background fixed.
  • OSX dont crash when application is full screen and closed.
  • OSX rendering uses IOSurface, making SW rendering possible and rendering more efficient in all cases. Fixes some threading and potential deadlock issues.
  • OSX exception swallowing fixes.
Avalonia - 0.9.1 Service Release

Published by danwalmsley over 4 years ago

  • Fix textbox undo issue.
  • Fix unable to run on some Linux distros with GPU.
Avalonia - 0.9.0

Published by danwalmsley over 4 years ago

Avalonia - 0.9.2 Service Release

Published by danwalmsley over 4 years ago

  • OSX fix artifacts in window corners
  • Fix referencing Resources in MergedDictionaries
  • Latest itemsrepeater fixes
  • ImmediateRenderer hittesting fixed
  • SelectingItemsControl fixes
  • Support Image.StretchDirection
  • Win32 Right hand keymodifiers reported correctly
  • OSX Dont swallow exceptions across native boundaries
  • X11 (NixOS and WSL) dont crash with invalid monitor / window size.
Avalonia - 0.9.0 Preview 1

Published by danwalmsley about 5 years ago

  • Native Global Menu Support
  • Managed Notifications
  • Managed File Dialogs
  • Compiled XAML
  • Touch Screen Input and Scrolling
  • Grid, Stackpanel, DockPanel and WrapPanel ported from WPF.
  • ItemsRepeater (experimental) ported from WinUI (UWP).
  • Gesture Recognition
  • In-Window Popups (optional)
  • Support for application suspension (RxUI)
  • New Application Lifetimes Model
  • Managed File Dialogs (optional)

Many bugs fixes and performance optimisations

Avalonia - 0.8.3 bugfix release

Published by danwalmsley about 5 years ago

  • Compatibility with OSX Catalina.
Avalonia - 0.8.2 bugfix release

Published by danwalmsley about 5 years ago

This release fixes a critical issue on the 0.8 codebase.

  • OSX clipboard pasting corrupting strings.
Avalonia - 0.8.1 bugfix release

Published by kekekeks over 5 years ago

We've backported several fixes from the master branch to our 0.8 codebase to be available as 0.8.1 on nuget:

  • NumLock being disfuctional on Linux
  • Blacklist for llvmpipe software OpenGL rasterizer on Linux (can be disabled in code or by setting AVALONIA_GLX_IGNORE_RENDERER_BLACKLIST environment variable to to 1)
  • Horrible jitter issue on Windows when OpenGL/ANGLE acceleration is enabled
  • Black screen issue on Windows when OpenGL/ANGLE acceleration is enabled
Avalonia - 0.8.0

Published by grokys over 5 years ago

Avalonia -

Published by danwalmsley almost 6 years ago

Avalonia - 0.6.1 - Beta 1

Published by kekekeks over 6 years ago

Avalonia - 0.5.1 hotfix release

Published by kekekeks over 7 years ago

  • Fixed binding to Task
  • Fixed layout issue with margin #993 #984
  • Don't try to use ITopLevelImpl after disposal (it was causing crashes with GTK backend and popups)
Avalonia - 0.5.0

Published by grokys over 7 years ago