Benedikt Stebner
fa29ea0521
Merge pull request #4776 from Gillibald/tests/GlyphRunFindGlyphIndex
Add a test for GlyphRun.FindGlyphIndex
6 years ago
Benedikt Stebner
1a8b5798bf
Merge branch 'master' into tests/GlyphRunFindGlyphIndex
6 years ago
Benedikt Schroeder
cde3c7227f
Add a test for GlyphRun.FindGlyphIndex
6 years ago
Steven Kirk
e8fa19bf84
Merge pull request #4589 from RomanSoloweow/master
Deconstructors and IsDefault methods for primitives
6 years ago
GMIKE
a2be7a5bd8
Merge branch 'master' into master
6 years ago
danwalmsley
0c167b21f9
Merge pull request #4773 from AvaloniaUI/fixes/path-icon-centered
ensure path icon is centered.
6 years ago
Steven Kirk
b01fd5ffec
Merge branch 'master' into master
6 years ago
Dan Walmsley
bed7e90f54
fix resource usage.
6 years ago
Dan Walmsley
afd565abd1
ensure path icon is centered.
6 years ago
GMIKE
6a6136d37c
it's to its
6 years ago
GMIKE
1a730b7c9e
Update and fix comments for the documentation
6 years ago
danwalmsley
94882edc69
Merge pull request #4769 from donandren/issues/3113_0.10
fix issue #3113 compile avalonia.native.dylib with nuke
6 years ago
Andrey Kunchev
376bb1ad49
fix issue #3113 compile avalonia.native.dylib with nuke
6 years ago
danwalmsley
efb62fc2dd
Merge pull request #4635 from Gillibald/fixes/GlyphRunBounds
Rework GlyphRun BaselineOrigin
6 years ago
Benedikt Stebner
156822bc56
Merge branch 'master' into fixes/GlyphRunBounds
6 years ago
Jumar Macato
090f62a0a5
Merge pull request #4761 from AvaloniaUI/feature/pathicon
Feature/pathicon
6 years ago
Dan Walmsley
8d1dc60f71
define icon height and width.
6 years ago
Dan Walmsley
9c38636138
fix uris
6 years ago
Dan Walmsley
3609a0f2b0
include fonticon in themes.
6 years ago
Dan Walmsley
d7d0978bc3
add IconElement class.
6 years ago
Dan Walmsley
71d0207327
add a preview.
6 years ago
Dan Walmsley
eb9ddd9001
implement a simple PathIcon control to allow simple mono-tone icons to easily be used.
6 years ago
danwalmsley
a1350a0a28
Merge pull request #4741 from AvaloniaUI/opengl-refactor
Refactorings for opengl context and surface management
6 years ago
Nikita Tsukanov
48c6a17051
Skip surface snapshot when doing a blit
6 years ago
danwalmsley
b54cef6655
Merge branch 'master' into opengl-refactor
6 years ago
Nikita Tsukanov
b9985a8fa0
Refactorings for opengl context and surface management
6 years ago
Jumar Macato
9d1b4f1778
Merge pull request #4648 from jp2masa/typed-property-changed
Added typed AvaloniaProperty<T>.Changed
6 years ago
Benedikt Stebner
7c85295f03
Merge branch 'master' into fixes/GlyphRunBounds
6 years ago
Benedikt Schroeder
44f45e9c17
Merge branch 'fixes/GlyphRunBounds' of https://github.com/Gillibald/Avalonia into fixes/GlyphRunBounds
6 years ago
Benedikt Schroeder
888dd2b61b
Simplify PushPostTransform usage
6 years ago
Steven Kirk
87a1ce3047
Merge branch 'master' into typed-property-changed
6 years ago
Steven Kirk
5c3a8e0f5f
Merge pull request #4632 from amwx/PopupFocusFixes
Popup focus fixes
6 years ago
Dariusz Komosiński
d908661391
Merge branch 'master' into fixes/GlyphRunBounds
6 years ago
amwx
52075d6cd9
Fix Test
6 years ago
amwx
6c52a7cb64
Move IFocusScope to IPopupHost
6 years ago
Steven Kirk
0d6114977f
Merge branch 'master' into PopupFocusFixes
6 years ago
Jumar Macato
0a3f022b80
Merge pull request #4728 from AvaloniaUI/fixes/4726-secondary-monitor-popup-constraint
Use screen bounds Bottom instead of Height for constraining popups.
6 years ago
Steven Kirk
1430bf86e3
Use screen bounds Bottom instead of Height.
Secondard screens on Windows can have a Y offset (i.e. `bounds.Y != 0`) if they're offset vertically from the primary screen, and when this was the case the popup wasn't getting properly constrained as the bottom is not equal to the height.
Fixes #4726
6 years ago
Jumar Macato
810ad6c268
Merge pull request #4724 from AvaloniaUI/fixes/only-specific-buttons-should-have-pressing-animation
Only specific buttons should have pressing animation
6 years ago
Max Katz
95f07a9f96
Only specific buttons should have pressing animation
6 years ago
danwalmsley
cce413b5ae
Merge pull request #4705 from AvaloniaUI/render-demo-resizing-test
Add resizing ui test for RenderDemo
6 years ago
Max Katz
419669a3cc
Merge pull request #4710 from AvaloniaUI/fixes/make-fluent-buttons-animation-consistent
Make Fluent buttons animation consistent
6 years ago
Jumar Macato
a171465c91
Merge branch 'master' into fixes/make-fluent-buttons-animation-consistent
6 years ago
Max Katz
ab35482724
Make Fluent buttons animation consistent
6 years ago
Max Katz
b793c2318f
Merge pull request #4685 from Kir-Antipov/enhanced-autocomplete
Enhanced AutoCompleteBox
6 years ago
Kir-Antipov
3f3ec4b835
Added custom TextSelector example
6 years ago
Max Katz
8ea936b926
Merge branch 'master' into enhanced-autocomplete
6 years ago
danwalmsley
aa0e2a2182
Merge pull request #4700 from AvaloniaUI/feature/pseudoclasses-attribute
Add pseudo-class metadata to controls.
6 years ago
danwalmsley
14aff78be5
use sealed for attribute class.
Co-authored-by: Dariusz Komosiński <darek.komosinski@gmail.com>
6 years ago
Kir-Antipov
997385eab7
Made test for AutoCompleteBox.ItemSelector
6 years ago