Benedikt Schroeder
42dadae3ec
Merge fix
8 years ago
Benedikt Schroeder
5158993db3
Merge branch 'master' into feature/ApplicationExitMode
8 years ago
Benedikt Schroeder
fca102655e
Add ExitMode comments
8 years ago
Steven Kirk
4f58878276
Merge pull request #1678 from Karnah/fixes-line-measure
Removed duplicated code
8 years ago
Vsevolod Pilipenko
449023485d
Merge branch 'master' into fixes-line-measure
8 years ago
vsevolod.pilipenko
e0a626b29e
Removed duplicated code
8 years ago
Steven Kirk
2c0497fbe4
Merge pull request #1561 from boombuler/DragDropModifierState
send the modifiers with drag events
8 years ago
Jeremy Koritzinsky
042cfe3ec2
Merge branch 'master' into DragDropModifierState
8 years ago
Jeremy Koritzinsky
2c846f09db
Merge pull request #1580 from Karnah/fixes-line-measure
Skia: Fixed line width
8 years ago
Jeremy Koritzinsky
68b6c435aa
Add MonoMac implementation.
8 years ago
Jeremy Koritzinsky
952aa05ace
Merge branch 'master' into fixes-line-measure
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
fa364d85a7
Merge branch 'master' into fixes-line-measure
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
Benedikt Schroeder
e576ec178c
Initial
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