Max Katz
|
8d0c961cdc
|
Merge pull request #6133 from Splitwirez/arc-shape
Add Arc shape control 2: Electric Boogaloo
|
5 years ago |
Max Katz
|
1c76216052
|
Merge branch 'master' into arc-shape
|
5 years ago |
Nikita Tsukanov
|
7c1a61bb7e
|
Merge pull request #6219 from AvaloniaUI/fixes/sandbox-designer
Make the designer work in the sandbox project.
|
5 years ago |
Steven Kirk
|
3b56b93ba1
|
Make the designer work in the sandbox project.
|
5 years ago |
Dan Walmsley
|
2bf0f77af3
|
Merge pull request #6212 from AvaloniaUI/fixes/6202-osx-initial-focus
OSX: Fix initial keyboard input
|
5 years ago |
Dan Walmsley
|
2b76bad329
|
Merge branch 'master' into fixes/6202-osx-initial-focus
|
5 years ago |
Dan Walmsley
|
27000e1cc9
|
Merge pull request #6199 from AvaloniaUI/fixes/osx-com-issues
Fixes/osx com issues
|
5 years ago |
Dan Walmsley
|
666b779721
|
Merge branch 'master' into fixes/osx-com-issues
|
5 years ago |
Dan Walmsley
|
bac825c999
|
destroyed, not destructed.
|
5 years ago |
Dan Walmsley
|
927fd90d86
|
add documentation about START_COM_CALL.
|
5 years ago |
Dan Walmsley
|
9da6a28b51
|
fix
|
5 years ago |
Dan Walmsley
|
f053bfef3a
|
macro and add self pointer retaining to all COM calls.
|
5 years ago |
Steven Kirk
|
ec85bf14e6
|
Call makeFirstResponder when showing window.
This is needed in order for the view to receive keyboard events immediately after showing the window.
Fixes #6202
|
5 years ago |
Jumar Macato
|
3740c9d973
|
Update Arc.cs
|
5 years ago |
Jumar Macato
|
f5ded26321
|
Update Arc.cs
|
5 years ago |
Jumar Macato
|
8848bf31f6
|
Merge branch 'master' into arc-shape
|
5 years ago |
Max Katz
|
4b0049b12e
|
Merge pull request #5858 from Afanyiyu/treeview-bugfix
fix: Fix ArgumentNullException in TreeView.ExpandSubTree()
|
5 years ago |
Il Harper
|
a6caf96237
|
Merge branch 'master' into treeview-bugfix
|
5 years ago |
Max Katz
|
1bfa7a6aa6
|
Merge pull request #6076 from ngarside/totalsize
Add API to get the total size of a window.
|
5 years ago |
Dan Walmsley
|
57440e9d36
|
retain self (this)
|
5 years ago |
Dan Walmsley
|
8058a46d26
|
prevent osx crash when closing inside activate.
|
5 years ago |
Dan Walmsley
|
f9824007e1
|
add a method to retain com object during com calls.
|
5 years ago |
Steven Kirk
|
6b164b6833
|
Merge branch 'master' into treeview-bugfix
|
5 years ago |
Steven Kirk
|
4da73d594d
|
Merge branch 'master' into totalsize
|
5 years ago |
Steven Kirk
|
6f509a8ce5
|
Merge pull request #6187 from amwx/ItemsRepeater_MoveItems
Allow moving items in ItemsRepeater
|
5 years ago |
amwx
|
17c94d3cf3
|
Add impl from upstream
|
5 years ago |
Jumar Macato
|
52dbdf6a2f
|
Merge branch 'master' into arc-shape
|
5 years ago |
Splitwirez
|
992d49aee8
|
Merge branch 'arc-shape' of https://github.com/Splitwirez/Avalonia into arc-shape
|
5 years ago |
Splitwirez
|
6e99f12406
|
Fix comments
|
5 years ago |
Max Katz
|
9fc1490455
|
Merge pull request #6151 from workgroupengineering/fixes/Issue_6100
Fixes issue 6100
|
5 years ago |
Max Katz
|
6e45368408
|
Merge branch 'master' into fixes/Issue_6100
|
5 years ago |
Max Katz
|
c1ef23f40f
|
Merge pull request #6176 from pr8x/more-to-strin-devtools
Adding more ToString() overloads to improve DevTools
|
5 years ago |
Max Katz
|
c5f6fbc842
|
Merge branch 'master' into more-to-strin-devtools
|
5 years ago |
Luis von der Eltz
|
cddae052e8
|
Don't box params, prevent creating temporary string
|
5 years ago |
Benedikt Stebner
|
34e0a2793b
|
Merge pull request #6175 from pr8x/add-star-grid-length-constant
Add "Star" static to GridLength
|
5 years ago |
Luis von der Eltz
|
40e6282375
|
Use interpolation string
|
5 years ago |
Luis von der Eltz
|
fa3f2c8932
|
Adding more ToString() overloads to support DevTools
|
5 years ago |
Luis von der Eltz
|
5bea0e4791
|
Add "Star" static to GridLength
|
5 years ago |
Jumar Macato
|
69eee53495
|
Merge pull request #6093 from AvaloniaUI/fixes/scrollcontent-presenter-order-of-operations
ScrollContentPresenter, fix order of operations, set Offset before setting Extent
|
5 years ago |
Jumar Macato
|
dcf081d958
|
Merge branch 'master' into fixes/scrollcontent-presenter-order-of-operations
|
5 years ago |
Jumar Macato
|
59f8996bec
|
Merge pull request #6146 from FoggyFinder/issue6127
Prevent `ScrollSlotIntoView` from crashing on start
|
5 years ago |
Jumar Macato
|
0d71c60f3e
|
Merge branch 'master' into arc-shape
|
5 years ago |
Dan Walmsley
|
c06de916f9
|
Merge branch 'master' into fixes/scrollcontent-presenter-order-of-operations
|
5 years ago |
Giuseppe Lippolis
|
83c141172f
|
feat(tests): Add test to check closing window on Alt+F4 KeyDown when ComboBox is focused
|
5 years ago |
Giuseppe Lippolis
|
f94e4eb9e7
|
fixes(ComboBox): Closing window on Alt+F4 KeyDown when ComboBox is focused
|
5 years ago |
FoggyFinder
|
11a6d0440c
|
Merge branch 'master' into issue6127
|
5 years ago |
Max Katz
|
b54a9657b8
|
Merge pull request #6138 from workgroupengineering/fixes/code_documentation
fixes: code documentation
|
5 years ago |
FoggyFinder
|
87639cab8e
|
adjust checking
|
5 years ago |
Jumar Macato
|
4074f1ca6b
|
Merge branch 'master' into arc-shape
|
5 years ago |
Max Katz
|
72d38d2ca3
|
Merge branch 'master' into fixes/code_documentation
|
5 years ago |