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
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
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
Manuel
471bde08e1
Merge branch 'master' into window-topmost
8 years ago
Dan Walmsley
f06fa98819
fix exception when carousel items set to null.
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
1f0e173e95
Fix the inspection errors. Also clean up some Calendar code in the meantime since most of the warnings were there.
8 years ago
danwalmsley
923e5c6e3d
Merge branch 'master' into fix/selected-psuedo-class-getting-cleared
8 years ago
Jumar Macato
6af4b12538
Merge pull request #1651 from Gillibald/fixes/ImplicitFontFamilyConversion
Fixes: Custom font string to FontFamily conversion
8 years ago
Benedikt Schroeder
e8810e3ac3
Implicit string to font family conversion now uses Parse to convert
8 years ago
Dan Walmsley
15bb5cf88f
fix bug introduced in dropdownitem the clears :selected psuedo class
from any control that has IsFocusedProperty.
8 years ago
CommonGuy
c19971a44f
Replace relevant WindowPos magic number with variable
8 years ago
CommonGuy
0af6dd2c0a
Implement topmost on window
8 years ago
danwalmsley
6c13dee48d
Merge pull request #1639 from AvaloniaUI/fixes/1569-carousel-collection-changed-handling
Handle all CollectionChanged cases in CarouselPresenter.
8 years ago
Dan Walmsley
3536496f21
Add test for when carousel Items is reset and virtualized.
8 years ago
Dan Walmsley
612d99d01e
use GetVisualDescendents in test.
8 years ago
Dan Walmsley
2a78b5e9c2
Add unit test and Fix for case where TemplateApplied when SelectedIndex is already set.
8 years ago
Dan Walmsley
2900333f69
Add test to ensure SelectedIndex / SelectedItem is maintained when
items are removed mid-list.
8 years ago
Dan Walmsley
511e308bf3
fix whitespace.
8 years ago
Dan Walmsley
055f7b216e
Add correct fixes for Carousel issue.
8 years ago
Dan Walmsley
65d57262b2
Add unit tests to demonstrate the issues with Carousel
8 years ago
Dan Walmsley
d2735eea8d
regenerate containers.
8 years ago
Dan Walmsley
bd3bbb0381
fix tests again.
8 years ago
Dan Walmsley
9c3bf3231a
fix unit tests.
8 years ago
Dan Walmsley
efb8fde1bb
remove handling add case.
8 years ago
Dan Walmsley
29f3a72adf
handle all CollectionChanged cases in carousel.
8 years ago
Steven Kirk
966294a778
Merge pull request #1553 from AvaloniaUI/feature/stop-renderer-on-minimize
Stop renderer on Window minimize.
8 years ago
Steven Kirk
2f64e0f952
Removed functionality implemented by #1190 .
8 years ago
Steven Kirk
cfe13b3a09
Merge branch 'master' into feature/stop-renderer-on-minimize
8 years ago
danwalmsley
df90011882
Merge pull request #1629 from AvaloniaUI/fixes/1531-previewwith
Make Style an AvaloniaObject to fix Design.PreviewWith
8 years ago
danwalmsley
2eef2adb63
Merge branch 'master' into fixes/1531-previewwith
8 years ago
Jeremy Koritzinsky
d7d3972be4
Merge pull request #1628 from jkoritzinsky/add-annotations-package-dependency
Add missing annotations dependency.
8 years ago
danwalmsley
86d88b88ab
Merge branch 'master' into add-annotations-package-dependency
8 years ago