3704 Commits (37a22abb1659d775a02a507a39f1a55127bddaf3)

Author SHA1 Message Date
Jeremy Koritzinsky 37a22abb16 Add Avalonia.Animation assembly to the pre-scanned assemblies to fix unit tests. 8 years ago
Jeremy Koritzinsky ef6d31bb24 Use direct properties instead of styled properties for the private properties on ProgressBar that support the indeterminate animation. 8 years ago
Jeremy Koritzinsky dcafd6e764 Use transforms instead of Canvas to support the ProgressBar indeterminate animation. 8 years ago
Jeremy Koritzinsky b1cb87b770 Implement ProgressBar animation in XAML. Contributes to #1670. 8 years ago
Jeremy Koritzinsky 238974ec48 Fix binding value in Setter throwing on default binding mode. 8 years ago
Jeremy Koritzinsky 1afd19efac Use the anchor for RelativeSourceMode.TemplatedParent bindings if needed. 8 years ago
Jeremy Koritzinsky a52d9c812d Use the target Animatible as an anchor for the binding. 8 years ago
Jeremy Koritzinsky 4765596e22 Enable setter bindings for animations. 8 years ago
Jeremy Koritzinsky 1a84fe9186 Clean up cue handling. 8 years ago
Jeremy Koritzinsky c2e2d8b49c More cleanup. 8 years ago
Jeremy Koritzinsky 4716193a9b Clean up and fix bug in Animator. 8 years ago
Jeremy Koritzinsky d4cb79b428 Remove goto from AnimatorStateMachine. 8 years ago
Jeremy Koritzinsky 2a455edbc5 Clean up some of the animation code. 8 years ago
Dan Walmsley 09892554c4 dont clear textbox selection when right clicking. 8 years ago
Luis Silva 7039b32a79 add/sub gap behaviour based on visibility 8 years ago
Steven Kirk b163892a7d Make TemplateBinding.Converter work. 8 years ago
Dan Walmsley 4f84db9080 Add fix for monomac borderless windows being 8 years ago
Jeremy Koritzinsky f6fc30665e Fix nits. 8 years ago
Jeremy Koritzinsky 5f31c3589c
Move CreateLayoutManager to be next to other methods. 8 years ago
José Pedro f32e71c977
Fixed Window.Close, so that Closing is only invoked once. 8 years ago
Jeremy Koritzinsky e76eda1abf Add back missing typeResolver arguments removed in the merge. 8 years ago
Jeremy Koritzinsky 0d3d138499
Make AdornerLayer hit-test visible 8 years ago
Jeremy Koritzinsky dbc942b066 Add XML docs. 8 years ago
CommonGuy 8ab89b1c35 FOS_PICKFOLDERS should not be a default options for Windows SystemDialogs 8 years ago
CommonGuy 54a919a728 Ensure that selected items in Windows FileDialog are filesystem items 8 years ago
CommonGuy 6d4694b471 Add checks for null in Windows SystemDialogImpl 8 years ago
Sannan Khan 2a14f4d6a5 Moved SetWindowStartupLocation() to end of Show() function 8 years ago
Benedikt Schroeder 370bfe3c82 Support double values that start with a dot for implicit commands 8 years ago
Benedikt Schroeder ac8342ebf8 Allow lower case e for scientific notation 8 years ago
Steven Kirk 2f7a578c38 Added null check for panel. 8 years ago
Steven Kirk cf14976dcc Fix #1709. 8 years ago
Steven Kirk 95fe6f4cdf Clear templated child's parent when template detached. 8 years ago
Benedikt Schroeder b3cfc22e27 Add scientific notation support for double values 8 years ago
Steven Kirk cbc0755098 Move default value handling to AvaloniaObject. 8 years ago
Steven Kirk b00350658a Lazily create ValueStore. 8 years ago
Steven Kirk 8ad680187a Store LocalValues in value store as plain values. 8 years ago
Dan Walmsley 617dd6a5ab fix win32 clipboard settext async. 8 years ago
Karnah 48dd3b94d1 Using transparent brush when image source is null 8 years ago
Steven Kirk 27daffeb3e Abstracted storage of styled values into ValueStore. 8 years ago
Steven Kirk 8bd8a61142 Throw if no matching property accessor found. 8 years ago
Steven Kirk 114b393813 Only publish distinct values from ClassObserver. 8 years ago
Steven Kirk 6d0e461349 Throw if no matching property accessor found. 8 years ago
Steven Kirk 03edafc0e1 Removed debug code. 8 years ago
Steven Kirk be39c7cf51 Don't need TemplateBindingExtension. 8 years ago
Steven Kirk b8f127fce7 Reimplemented TemplateBinding. 8 years ago
Steven Kirk 0c078c9dec Don't use rx for ExpressionNodes. 8 years ago
Robert Hencke 4f0764ea6b Make Delete on macOS delete correctly. 8 years ago
Steven Kirk ef5be70c4b Don't double-check nulls. 8 years ago
Steven Kirk 26b3efd8d4 Use custom rx for control locators. 8 years ago
Steven Kirk a8d5dc1da4 Use custom rx for ResourceObservable. 8 years ago