Steven Kirk
71c3cb3b72
Added failing assert for #1559 .
8 years ago
Benedikt Schroeder
756db86316
res support finished
8 years ago
Jumar Macato
aaa204b998
Merge branch 'master' into wip-animations
8 years ago
Wiesław Šoltés
f327ef4cd5
Merge pull request #1556 from wieslawsoltes/Fix1555
Add GetPosition method to DragEventArgs
8 years ago
Wiesław Šoltés
3fb17af571
Remove null check
8 years ago
Wiesław Šoltés
7b56a5cc1c
Remove code duplication
8 years ago
Wiesław Šoltés
ee0c3dfa94
Add GetPosition method to DragEventArgs
8 years ago
Jumar Macato
e05cacd35f
Optimized Easing Functions courtesy of @KvanTTT
8 years ago
Jumar Macato
2182c0718a
Merge branch 'master' into wip-animations
8 years ago
Wiesław Šoltés
73b9c40214
Merge pull request #1552 from AvaloniaUI/fixes/1548-custom-control-attached-property
Fix attached member namespace resolution
8 years ago
Wiesław Šoltés
496520defb
Merge branch 'master' into fixes/1548-custom-control-attached-property
8 years ago
Benedikt Schroeder
ff230d4360
resm filename globbing
8 years ago
Jumar Macato
e11f087b0b
Fix protected overrides and restore IKeyFrame interface.
8 years ago
Jumar Macato
517622d1f7
Addressed all review notes by sir @grokys .
8 years ago
Jumar Macato
8ddedc49e4
Moved out KeyFrames and Transitions namespaces back
to Avalonia.Animations
8 years ago
Jumar Macato
1778ddd484
Duplicate the copyright message from the source files.
8 years ago
Jumar Macato
185eaf9e8a
Added default window size to avoid resizing them to proper size everytime they are run.
8 years ago
Jumar Macato
1d6020ab85
Fix frameworks and add conditional target to DotNetCoreRuntime reference.
8 years ago
Jumar Macato
dd3a9ed3d3
Port BindingTest sample to the new csproj format. Also added MainWindow's Title.
Added net461 on TargetFramework attribs on the samples.
8 years ago
Jumar Macato
f8dc172416
Fix Avalonia.Serilog to Avalonia.Logging.Serilog
8 years ago
Jumar Macato
73f408de21
Fix Avalonia.Interactive to Avalonia.Interactivity
8 years ago
Jumar Macato
3873efea02
Added GenerateDocumentationFile attribute to fix Cake
8 years ago
Jumar Macato
9aa93ee6d9
Fix merge conflict
8 years ago
Jumar Macato
494cad3d2f
Merge branch 'master' of https://github.com/AvaloniaUI/Avalonia into cleanup-csproj
8 years ago
Jumar Macato
b161593994
Moved version and xaml props to build directory.
added Directory.Build.Props to src & samples directory.
cleaned up Avalonia.Markup.csproj. Will do more test to do the same on
Avalonia.Markup.Xaml.
8 years ago
Steven Kirk
d9ca27ba87
Stop renderer on Window minimize.
Adds a new `WindowStateChanged` event to `IWindowImpl` and when a window is minimized, stops the associated renderer (only implemented on win32 currently).
8 years ago
Steven Kirk
c5090ee275
Merge pull request #1546 from boombuler/FixMouseCursorUpdate
force mousecursor if the mouse is over the window
8 years ago
Steven Kirk
9fdd58ef78
Merge branch 'master' into FixMouseCursorUpdate
8 years ago
Steven Kirk
6a6662df92
Fix attached member namespaces resolution.
Updated Portable.Xaml to include fix from https://github.com/cwensley/Portable.Xaml/pull/96
8 years ago
Steven Kirk
6dfd705660
Added failing test for #1548 .
Caused by a bug in Portable.Xaml: https://github.com/cwensley/Portable.Xaml/issues/95
8 years ago
Steven Kirk
39aa01f0f8
Merge branch 'master' into feature/password-box
8 years ago
Steven Kirk
c5b94d663b
Merge pull request #1389 from AvaloniaUI/local-assembly-for-xaml
Support default clr-namespace when loading XAML from Uri or previewer
8 years ago
Steven Kirk
3f617a9081
FIx failing designer support test.
`Assembly.LoadFile` doesn't like relative paths.
8 years ago
Steven Kirk
92cd84a353
Merge branch 'master' into local-assembly-for-xaml
Conflicts:
samples/BindingTest/MainWindow.xaml
src/Markup/Avalonia.Markup.Xaml/AvaloniaXamlLoaderPortableXaml.cs
8 years ago
Steven Kirk
9b24d244b5
Remove now-unneeded assembly references.
8 years ago
Steven Kirk
1ee4fa47f9
Tweak IAssetLoader API and fix tests.
8 years ago
Steven Kirk
d79b74055a
Merge pull request #1495 from Sorien/master
Fix Window Size Constraints
8 years ago
Steven Kirk
f4c7430c38
Merge branch 'master' into master
8 years ago
Steven Kirk
11e348a4bd
Merge pull request #1513 from amis92/parent-ambient-provider
Support StaticResource in Bindings inside DataTemplate
8 years ago
Steven Kirk
7f3ff65668
Merge branch 'master' into parent-ambient-provider
8 years ago
Steven Kirk
08829a1590
Merge pull request #1522 from CommonGuy/can-resize
Add CanResize to Window
8 years ago
Amadeusz Sadowski
c7f7640ae7
Removed comments about not working parent ambient providers
8 years ago
Amadeusz Sadowski
fee44d59a2
Cleanup AvaloniaXamlObjectWriter factory methods
8 years ago
Jumar Macato
d7036e0afe
Merge branch 'master' of https://github.com/AvaloniaUI/Avalonia into wip-animations
8 years ago
Amadeusz Sadowski
976196b3e5
Merge branch 'master' into parent-ambient-provider
8 years ago
Jumar Macato
7ae90eb7c5
Cleanup all the csproj's that can be cleaned. Ported RenderTest and VirtualizationTest samples to .NET Core.
8 years ago
Manuel
1535756c35
Merge branch 'master' into can-resize
8 years ago
Wiesław Šoltés
51eb3e1cef
Merge pull request #1545 from boombuler/FixDragDrop
Fix drag drop
8 years ago
Wiesław Šoltés
5408418cab
Merge branch 'master' into FixDragDrop
8 years ago
boombuler
5a5fc13632
force mousecursor if the mouse is over the window
without the call of SetCursor the cursor will only be updated once the
mouse is moved.
this fixes #1536
8 years ago