765 Commits (fef8d3448a2ed64241b2d1972246f55063349cbb)

Author SHA1 Message Date
Nikita Tsukanov 485fe1364e Everything is buildable via MSBuild 9 years ago
Nikita Tsukanov b6b5b9de88 Test now compile and can be run from visual studio 9 years ago
Nikita Tsukanov 363898e658 Migrated render tests to PackageReference 9 years ago
Nikita Tsukanov b0a063838f Migrated to PackageReference 9 years ago
Steven Kirk 609c571424 Added AspectRatio and division operator to Size. 9 years ago
Steven Kirk 64e8896144 Added Rect.Union empty tests. 9 years ago
Steven Kirk 5546ed043f Added Rect.Union. 9 years ago
Steven Kirk f6dee9eab4 Add interfaces for all brush types. 9 years ago
Steven Kirk 71c6c572ac Moved ncrunch files to their own dir. 9 years ago
Steven Kirk 4ca0bb72b2 Added GetObservable for routed events. 9 years ago
Nikita Tsukanov 90a4915549 Implemented WritableBitmap 9 years ago
Nikita Tsukanov 7013033a1b Added `Bitmap(PixelFormat format, IntPtr data, int width, int height, int stride)` constructor 9 years ago
Nikita Tsukanov 432153c006 Readd [Fact] for path tests 9 years ago
Nikita Tsukanov 026c943055 Fixed tests 9 years ago
Nikita Tsukanov 46de034f98 Don't skip tests that are passing now 9 years ago
Nikita Tsukanov d17b32d7bd Fixed tests 9 years ago
Nikita Tsukanov c93a6235aa Make sure that Renderer is disposed when TopLevel is closed 9 years ago
Nikita Tsukanov 830a4963fe Added netcoreapp1.0 build for Avalonia.Skia.Desktop, updated splat 9 years ago
Nikita Tsukanov 374d600275 Added support for multiple drawing methods for window implementations. Added framebuffer support 9 years ago
Steven Kirk 240bc4d2ca Fix horizontal scroll with virtualized items. 9 years ago
Jeremy Koritzinsky d73350e0fd Fixes intermittent test failures on AppVeyor when running Leak Tests. 9 years ago
Steven Kirk 7d6503a5f7 Added RelativeSource=Self XAML tests. 10 years ago
Steven Kirk 8f21388e28 Added RelativeSource=Self binding mode. 10 years ago
Steven Kirk 90f4cfbea3 Register namescoped controls with parent namescope. 10 years ago
Steven Kirk 799ffe72b8 Fix erroneous test expectations. 10 years ago
Steven Kirk 44f6d12157 Add failing test for #834. 10 years ago
Steven Kirk f73a10b593 Clear ContentPresenter data context. 10 years ago
Steven Kirk 15896f3158 Added failing test for #831. 10 years ago
Steven Kirk a0a201006f Merge overridden direct property metadata. 10 years ago
Jeremy Koritzinsky 058e28640c Fixed some whitespace. 10 years ago
Jeremy Koritzinsky 1dc96e4184 Added more tests. 10 years ago
Jeremy Koritzinsky b038ed55ee Add ability to set the value pointed to by an indexer node. 10 years ago
susloparov 8704235b66 Added test for GridSplitter 10 years ago
susloparov 2e813c867d Removed Orientation Property from GridSplitter 10 years ago
Dirk Lemstra 98408d54e4 Added missing using statements. 10 years ago
Dan Walmsley ed05f842c0 Corrected order of Assert arguments. 10 years ago
Dan Walmsley d3f4dacdbc whitespace 10 years ago
Dan Walmsley 9a0fead203 Added unit test to assert new behavior. 10 years ago
Dan Walmsley f3d2520f6c Fix ItemsControl tests. 10 years ago
Dan Walmsley a5a59c3e8c Updated ItemsControl test for new behaviour. 10 years ago
danwalmsley 5ced1db770 Removed hack for Skia render tests. 10 years ago
Jeremy Koritzinsky 8f2c55fb04 Changed render tests and designer support test to always output to the artifacts/tests folder and modify the relative paths within so they don't fail on CI. Fixed CI to fail if tests fail (got turned off when OpenCover was added accidentally). 10 years ago
danwalmsley e53cbd13f9 Added failing unit test for Carousel 10 years ago
Jeremy Koritzinsky 26e60f9935 Moved failing test into LeakTests because it depends on runtime implementation details to pass. 10 years ago
Jeremy Koritzinsky 428229e9b0 Optimized the "zero wait time" path in the scheduler and updated the code to always use a scheduler, either the ImmediateScheduler (same as the old default behavior) or the registered scheduler. 10 years ago
Jeremy Koritzinsky 6da1d620c9 Added test to ensure that the IObservable subscription is on the AvaloniaScheduler when the AvaloniaScheduler is bound in the AvaloniaLocator. 10 years ago
Steven Kirk b28fffc3f8 Coerce TextBox.CaretIndex when setting Text. 10 years ago
Steven Kirk 59c49d259d Renamed assembly SceneGraph -> Visuals. 10 years ago
Steven Kirk e54ac6b5bf Fixed name of method. 10 years ago
Steven Kirk 00f3ca78ba FIx control leak tests. 10 years ago