Jeremy Koritzinsky
926a8dc0a8
Remove unneeded NETStandard.Library dependency on .NET Core (automatically added anyway).
8 years ago
Jeremy Koritzinsky
44aaa33dc3
Clean up package dependencies.
8 years ago
Steven Kirk
50df7a2c6c
Merge pull request #1663 from jkoritzinsky/BuildScriptCleanup
Upgrade Cake and clean up build script
8 years ago
Steven Kirk
b7e62055b6
Merge branch 'master' into BuildScriptCleanup
8 years ago
Steven Kirk
e37a766058
Merge pull request #1631 from nc4rrillo/custom-renderers
Add support for locating custom renderers
8 years ago
Steven Kirk
901497c0d6
Merge branch 'master' into custom-renderers
8 years ago
Steven Kirk
214d7e780f
Merge pull request #1643 from jkoritzinsky/fixes/1289
Dont call setter when initializing two way bindings
8 years ago
Steven Kirk
805f5e571d
Merge branch 'master' into fixes/1289
8 years ago
Jumar Macato
c2a113d693
Merge pull request #1647 from CommonGuy/window-topmost
Implement Topmost on Window
8 years ago
CommonGuy
ffbc89f50c
Implement SetTopmost stub for Android
8 years ago
Jumar Macato
fa9f4d1815
Merge branch 'master' into window-topmost
8 years ago
Jeremy Koritzinsky
aee5fc54ad
Merge pull request #1676 from sdoroff/scroll-bar-scroll-event
ScrollBar Scroll event
8 years ago
sdoroff
6704635a69
Merge branch 'master' into scroll-bar-scroll-event
8 years ago
sdoroff
210575e0ce
Added Unit Tests
8 years ago
sdoroff
3d092b9fcf
Added a Scroll event to ScrollBar
The event is fired when the ScrollBar's value is changed through
interaction with the ScrollBar's Track
8 years ago
Jumar Macato
7909e19961
Merge pull request #1675 from ivanatpr/master
Fix trailing newlines in textboxes when using NetCore/Skia
8 years ago
Ivan Garcia
1a4fd00f2b
Fix trailing newlines in textboxes when using NetCore/Skia
Fixes issue where if a textbox's text ended with a newline character the additional line at the end would not render. Did this by, in these cases, adding an additional blank AvaloniaFormattedTextLine.
This also fixes an issue where line widths were being measured incorrectly because the Substring() call used for that measurement was using line.Start before it was initialized for the current line.
8 years ago
danwalmsley
6c8dd737b0
Merge pull request #1669 from AvaloniaUI/feature/tooltips-obey-screen-edges
ensure tooltips fit inside screen edges.
8 years ago
Dan Walmsley
c29a21afc2
ensure tooltips fit inside screen edges.
8 years ago
Jeremy Koritzinsky
fe3ee56cc3
Merge branch 'master' into BuildScriptCleanup
8 years ago
Manuel
40b2f25164
Merge branch 'master' into window-topmost
8 years ago
CommonGuy
835fbe251c
Implement Topmost property on Popup
8 years ago
CommonGuy
42121ec2c1
Move topmost to WindowBase
8 years ago
Jumar Macato
d41248df42
Merge pull request #1655 from AvaloniaUI/fix/crash-carousel-null-items
fix exception when carousel items set to null.
8 years ago
Dan Walmsley
ea11d50da9
Merge branch 'master' into fix/crash-carousel-null-items
8 years ago
Dan Walmsley
9911fff84d
fix carousel presenter and add unit test for condition.
8 years ago
Jeremy Koritzinsky
4ec647b870
Make our unit tests support library (Avalonia.UnitTests) target netstandard2.0 so we don't have to worry about targetting .NET Framework on linux.
8 years ago
Jeremy Koritzinsky
f985fc819e
Fix LeakTests path
8 years ago
Jeremy Koritzinsky
08ab688edd
Build Avalonia.DotNetFrameworkRuntime in the NetCoreOnly build.
8 years ago
Jeremy Koritzinsky
bc882f5b11
Add back NetFX.props framework path overriding.
8 years ago
Jeremy Koritzinsky
8d004c5ae8
Reduce output of Inspect build step.
8 years ago
Jeremy Koritzinsky
c9da5e9ef2
Merge remote-tracking branch 'AvaloniaUI/master' into BuildScriptCleanup
8 years ago
Jeremy Koritzinsky
43e6bd2d49
Switch off from deprecated APIs in Avalonia.MonoMac.
8 years ago
Jumar Macato
59a0836c1b
Merge pull request #1657 from CommonGuy/fix-readme-links
Fix 404 links in readme
8 years ago
CommonGuy
9d3a5845d7
Fix 404 links in readme
8 years ago
Jeremy Koritzinsky
38de22cf75
Add empty event implementations for unused events.
8 years ago
Jeremy Koritzinsky
18f436a2c3
Clean up unused code warnings and malformed doc comments.
8 years ago
Jeremy Koritzinsky
046322e6b0
Skip all tests when -skip-tests passed to build script.
8 years ago
Manuel
471bde08e1
Merge branch 'master' into window-topmost
8 years ago
Jeremy Koritzinsky
93774af3a4
Update Android resource files.
8 years ago
Jeremy Koritzinsky
df593b3a80
Get leak tests running again in the build script. They were removed at some point. Also, update the tooling used and clean up the code for running them.
8 years ago
Jeremy Koritzinsky
4169b8de0c
Clean up assembly version conflicts when building tests.
8 years ago
Dan Walmsley
f06fa98819
fix exception when carousel items set to null.
8 years ago
Jeremy Koritzinsky
8b36caf88e
Disable 'Unused' warning in Gtk/Interop/Native.cs
8 years ago
Jeremy Koritzinsky
2f1c94ef30
Update to Cake 0.28
8 years ago
danwalmsley
862c291b07
Merge pull request #1648 from AvaloniaUI/fix/selected-psuedo-class-getting-cleared
fix bug introduced in dropdownitem the clears :selected psuedo class
8 years ago
danwalmsley
90b5b8e57d
Merge branch 'master' into fix/selected-psuedo-class-getting-cleared
8 years ago
Jeremy Koritzinsky
707e4aed72
Merge pull request #1653 from AvaloniaUI/fix-inspection
Fix the inspection errors.
8 years ago
Jeremy Koritzinsky
5f67bf13be
Parallelize build on Windows.
8 years ago
Jeremy Koritzinsky
1f0e173e95
Fix the inspection errors. Also clean up some Calendar code in the meantime since most of the warnings were there.
8 years ago