Mikhail Poliudov
5f3d81bbfc
1. implemented Label control (again)
2. changed implementation of ControlPresenter to be same as WPF one. Added additional prebuild DataTemplate (for ContentPresenter)
3. added default style for Label control (both Default and Fluent themes)
4. Added sample to TextBox page (not sure needed other sample)
5. Added styles for Label in ControlCatalog/App.xaml
6 years ago
Nikita Tsukanov
4f6dd5a44a
[X11] XI2 fix
6 years ago
Steven Kirk
aa48b5733e
Replaced LogToDebug with LogToTrace.
Calls to `System.Diagnostics.Debug` are removed in release builds meaning nothing was getting logged.
Fixes #4901
6 years ago
Nikita Tsukanov
789718b29a
Merge pull request #4898 from AvaloniaUI/enable-popup-dismiss-overlay
Enable light dismiss overlay for popups
6 years ago
Nikita Tsukanov
78fb13566c
Merge pull request #4899 from AvaloniaUI/xi2-leave-event
Pointerover fixes
6 years ago
Nikita Tsukanov
fb7b7a002c
Fixed initial pointerover at (0, 0) when window is just shown
6 years ago
Nikita Tsukanov
a93ecd1c66
[X11] Handle PointerLeave through XI2
6 years ago
Steven Kirk
de0774a1b6
Merge pull request #4813 from MarchingCube/geometry-drawing-optimize-getbounds
Cleanup and small optimization to GeometryDrawing
6 years ago
Dariusz Komosiński
d336fdf8b6
Merge branch 'master' into geometry-drawing-optimize-getbounds
6 years ago
Steven Kirk
e8385866ec
Merge pull request #4895 from donandren/issues/incorrectlayout
do not make any layout in ItemVirtualizer while not attached to visua…
6 years ago
Andrey Kunchev
e04fe994fb
do not make any layout in ItemVirtualizer while not attached to visual tree
6 years ago
Dan Walmsley
506501d8ef
Merge remote-tracking branch 'origin/master' into render-inside-win-ui-comp-tree
6 years ago
Dan Walmsley
ce08964f03
refactor how surface origin is passed.
6 years ago
Dan Walmsley
d218e2be20
dont save surfaceorigin as a field of drawing context.
6 years ago
Dariusz Komosiński
84dfb4e518
Merge pull request #4884 from mrj001/Issue4883
Fixed returns value; Issue 4883
6 years ago
Dariusz Komosiński
5e78cf3033
Merge branch 'master' into Issue4883
6 years ago
Dan Walmsley
32b8cc811c
pass surfaceorigin to FboSkiaSurface.
6 years ago
Nikita Tsukanov
1497882cf6
Enable light dismiss overlay for popups
6 years ago
danwalmsley
1bcd8208bc
Merge branch 'master' into render-inside-win-ui-comp-tree
6 years ago
bmello4688
1aa50361bb
add XmlnsPrefix which is in WPF
6 years ago
Nikita Tsukanov
e5df3970e8
Workaround for corert
6 years ago
Nikita Tsukanov
28c88aea01
Merge pull request #4854 from AvaloniaUI/strongname2
Strong name support
6 years ago
mj
77cd515332
Fixed returns value; Issue 4883
6 years ago
olliholliday
02021ea564
Merge branch 'master' into feature/sweepgradientbrush
6 years ago
Dariusz Komosiński
35da608d99
Merge branch 'master' into geometry-drawing-optimize-getbounds
6 years ago
Dariusz Komosiński
d29d4cf985
Merge branch 'master' into strongname2
6 years ago
Dariusz Komosiński
6adb3eaa63
Merge pull request #4880 from workgroupengineering/features/zerowarnings_miscellaneous
Features zerowarnings: Changes which obviously don't affect functionality
6 years ago
Giuseppe Lippolis
4403d94c5c
Change boxShadow to boxShadows
6 years ago
Giuseppe Lippolis
a2296478ff
Supress warning MSBXXXX
6 years ago
Giuseppe Lippolis
c364ca6f9b
fix NU5128
6 years ago
Giuseppe Lippolis
5a4a172652
fix NU5040
6 years ago
Giuseppe Lippolis
c98918bc2a
Update tests
6 years ago
Giuseppe Lippolis
a6c705bf70
Update XML Comment
6 years ago
Giuseppe Lippolis
919c1edde4
Remove warning sample
6 years ago
Andrey Kunchev
1dc2b0b12a
fix TextPresenter text alignment with restricted height #4866
6 years ago
Andrey Kunchev
dda966676c
fix Textblock text alignment with restricted height #4866
6 years ago
Andrey Kunchev
21fadbedd6
add tests for text issue:4866
6 years ago
Nikita Tsukanov
8373cf6ee4
Merge branch 'strongname2' of github.com:AvaloniaUI/Avalonia into strongname2
6 years ago
Nikita Tsukanov
70aef2b17e
We can't randomly reference ReactiveUI anymore due to its maintainer's religious views
6 years ago
Dariusz Komosiński
fd5002107d
Merge pull request #4871 from YohDeadfall/removed-dead-code
Removed dead code and simplified some conditions
6 years ago
Dariusz Komosiński
a140b2f3c0
Merge branch 'master' into removed-dead-code
6 years ago
Andrey Kunchev
82d17aa8ae
fix selected item notify after been changed issue #4875
6 years ago
Andrey Kunchev
fb1c7fdcbe
add failing test for issue #4875
6 years ago
Dariusz Komosiński
fa6bc50cc4
Merge pull request #4872 from YohDeadfall/various-nullability-issues
Fixed invalid cast issue if source isn't visual and nullability warnings
6 years ago
Yoh Deadfall
71c347d3b4
Merge branch 'master' into various-nullability-issues
6 years ago
Jumar Macato
01409c48af
Merge branch 'master' into removed-dead-code
6 years ago
Jumar Macato
eb62b07cf0
Merge pull request #4863 from Gillibald/fixes/FontMetrics
Fix emoji font metrics
6 years ago
Dariusz Komosiński
d5eba14598
Merge branch 'master' into various-nullability-issues
6 years ago
Jumar Macato
f0b60be7e7
Merge branch 'master' into fixes/FontMetrics
6 years ago
Jumar Macato
c75b8cef85
Merge pull request #4874 from YohDeadfall/key-gesture-matching
Fixed key gesture matching when this has an OEM key
6 years ago