Max Katz
|
4dc71e27f8
|
Use {x:Null} instead of transparent for popup root
|
5 years ago |
Max Katz
|
0709bbfe0f
|
Fix tests
|
5 years ago |
Tako
|
6b6b43b292
|
Merge branch 'master' into bugfix/transparent-popup-issue
|
5 years ago |
Tako
|
5b33ad5754
|
Merge pull request #6784 from AvaloniaUI/fixes/button-access-key
Add support for access keys to Button.
|
5 years ago |
Max Katz
|
3bf4acce30
|
Add missing background to the popup controls
|
5 years ago |
Max Katz
|
069f299b8a
|
Remove duplicated CornerRadius
|
5 years ago |
Max Katz
|
165e3a14a4
|
Remove or add TransparencyLevelHint where it should be
|
5 years ago |
Max Katz
|
b7bb635c80
|
Add missing background to the presenters and popup roots
|
5 years ago |
Jumar Macato
|
1947a92e5d
|
Merge branch 'master' into fixes/button-access-key
|
5 years ago |
Steven Kirk
|
d6a98fef40
|
Display access key in RadioButton.
|
5 years ago |
Steven Kirk
|
99780a0c67
|
Display access key in ToggleButton, ToggleSwitch.
|
5 years ago |
Steven Kirk
|
10d1b6cd34
|
Added test.
|
5 years ago |
Steven Kirk
|
7f89c2a0dc
|
Make button respond to access key.
|
5 years ago |
Steven Kirk
|
d0037f1df5
|
Display access key in ControlCatalog pages.
|
5 years ago |
Steven Kirk
|
f98070fb4d
|
Display access key in checkbox.
|
5 years ago |
Max Katz
|
1301678658
|
Merge pull request #6780 from ltetak/datagrid_drag_treshold
DataGrid minimum distance threshold when dragging headers
|
5 years ago |
Max Katz
|
f1a6dbc267
|
Merge branch 'master' into datagrid_drag_treshold
|
5 years ago |
Tako
|
b4612e3377
|
Merge pull request #6702 from YohDeadfall/fix-dev-tools-events
Fixed handled event misses in dev tools
|
5 years ago |
Yoh Deadfall
|
df51f6fd32
|
Merge branch 'master' into fix-dev-tools-events
|
5 years ago |
Dan Walmsley
|
72fc161b25
|
Merge pull request #6783 from AvaloniaUI/fixes/osx-border-shadow
restore osx window shadow fix.
|
5 years ago |
Dan Walmsley
|
fbfc1e4eb0
|
restore osx window shadow fix.
|
5 years ago |
Steven Kirk
|
b663afe06b
|
Make sure underline is drawn within bounds.
|
5 years ago |
Steven Kirk
|
90e43897ee
|
Add access keys for menu items.
|
5 years ago |
Steven Kirk
|
f3abb8ed64
|
Display access key in Buttons.
Set `RecognizesAccessKey` on button content presenter.
|
5 years ago |
Lubomir Tetak
|
da5ad18f62
|
Merge branch 'master' into datagrid_drag_treshold
|
5 years ago |
Tako
|
4da8dadb1e
|
Merge branch 'master' into fix-dev-tools-events
|
5 years ago |
Jumar Macato
|
43c04c2266
|
Merge pull request #6381 from AvaloniaUI/feature/nth-child
NthChild and NthLastChild selectors support
|
5 years ago |
Lubomir Tetak
|
ebd1f53667
|
DataGrid minimum distance threshold when dragging headers
|
5 years ago |
Max Katz
|
bab0449805
|
Added tests from nthmaster.com
|
5 years ago |
Max Katz
|
d64a700b4f
|
Imrpove nth-child parsing
|
5 years ago |
Max Katz
|
f276c4ed8b
|
Changes after review
|
5 years ago |
Max Katz
|
031e8ac2f0
|
Complete
|
5 years ago |
Max Katz
|
e5ca5c38e8
|
Update IChildIndexProvider interface with ChildIndexChanged and implement in on items controls
|
5 years ago |
Max Katz
|
69fb1c056f
|
FIrst version of nth-child
|
5 years ago |
Steven Kirk
|
748663c6d4
|
Merge pull request #6776 from AvaloniaUI/fixes/microcom-uptodate-hack
Hack to stop VS building everything every time.
|
5 years ago |
Steven Kirk
|
af54b96a4d
|
Merge branch 'master' into fixes/microcom-uptodate-hack
|
5 years ago |
Steven Kirk
|
a246b8533f
|
Hack to stop VS building everything every time.
|
5 years ago |
Dan Walmsley
|
0ed90f0db8
|
Merge pull request #6651 from Gillibald/fixes/5136
Try to load a custom font with all possible weights and styles
|
5 years ago |
Dan Walmsley
|
4399557c8a
|
Merge branch 'master' into fixes/5136
|
5 years ago |
Dan Walmsley
|
6f46246ba4
|
Merge pull request #6763 from Takoooooo/fix-repeatbutton-focus
Fix RepeatButton keeps sending clicks when focus changed
|
5 years ago |
Dan Walmsley
|
b674527eb7
|
Merge branch 'master' into fix-repeatbutton-focus
|
5 years ago |
Steven Kirk
|
ec482c0187
|
Merge pull request #6764 from AvaloniaUI/fixes/6359-clip-transform
Fix clips with transforms in deferred renderer.
|
5 years ago |
Wiesław Šoltés
|
3b2f9eed3c
|
Merge branch 'master' into fixes/6359-clip-transform
|
5 years ago |
Steven Kirk
|
f8eb073dd7
|
Added missing D2D expected images.
|
5 years ago |
Max Katz
|
17ede51fc8
|
Merge pull request #6748 from AvaloniaUI/bugfix/6668-fix-datagrid-headers-scrolling
Fix DataGrid headers horizontal scrolling
|
5 years ago |
Max Katz
|
7dba56aabe
|
Merge branch 'master' into bugfix/6668-fix-datagrid-headers-scrolling
|
5 years ago |
Steven Kirk
|
66b2fa4ddb
|
Merge pull request #6760 from workgroupengineering/fixes/CS0618
fixes: Missing CS0618 warning suppression
|
5 years ago |
workgroupengineering
|
e5409145aa
|
Merge branch 'master' into fixes/CS0618
|
5 years ago |
Tako
|
09f82da4dd
|
Fix changing focus with Tab key for Button (#6753)
|
5 years ago |
workgroupengineering
|
f2633657c6
|
Merge branch 'master' into fixes/CS0618
|
5 years ago |