Vitaliy Orazov
|
2b7dbdb970
|
add predefined image clipboard formats because GetClipboardFormatName cannot get a name for predefined. The Unknown_Format_ template is poor for system formats
|
3 years ago |
Vitaliy Orazov
|
e02476f88c
|
add predefined image clipboard formats because GetClipboardFormatName cannot get a name for predefined. The Unknown_Format_ template is poor for system formats
|
3 years ago |
Vitaliy Orazov
|
45b592c8b1
|
fix CF_DIB value (https://learn.microsoft.com/en-us/windows/win32/dataxchg/standard-clipboard-formats says that CF_DIB is equal to 8)
|
3 years ago |
John Doe
|
15b42836b1
|
string.Format converted to interpolated string
|
3 years ago |
John Doe
|
7f4f01b11a
|
Modernized argument check syntax
|
3 years ago |
Steven Kirk
|
6a48527a52
|
Remove unnecessary cast.
|
3 years ago |
Julien Lebosquain
|
6eff41172f
|
Generate symbol packages
|
3 years ago |
Zachary Weldon
|
cbfa327aee
|
added clear function to combobox
|
3 years ago |
Sorien
|
746a027bd8
|
Fix typo
|
3 years ago |
Lighto
|
7a0e0c41a4
|
Removed unnecessary spaces
|
3 years ago |
Lighto
|
55c03069b1
|
Changed Mica dark/light based on theme
|
3 years ago |
Vitalii Orazov
|
217a3e0624
|
remove duplicates in InternalsVisibleTo
|
3 years ago |
Lighto
|
432dafac91
|
Removed unused old property
|
3 years ago |
Lighto
|
43e1d99bdd
|
Added support for Mica Light & Dark based on Win11
|
3 years ago |
Steven Kirk
|
c7da9c4bb8
|
Allow null item in BindingHelper.Evaluate.
Fixes #11220.
|
3 years ago |
startewho
|
4e8e788866
|
handled
|
3 years ago |
startewho
|
4c1d7b4a20
|
Update StringUtils.cs
|
3 years ago |
jgcodes2020
|
e25995f3c9
|
Implement @maxkatz6's suggestions
|
3 years ago |
startewho
|
aa7a2a2764
|
fix 12161
|
3 years ago |
john_doe
|
bd64a51eeb
|
Changed null checks to make use of nameof()
|
3 years ago |
Julien Lebosquain
|
237e4cba69
|
Fix InlineDictionary enumeration when an array is used
|
3 years ago |
Julien Lebosquain
|
edccb58261
|
Composition: collect IRenderDataItem resources recursively
|
3 years ago |
jgcodes2020
|
1e5975d4de
|
Hide ImportCompeted from smart completion (to avoid confusion)
|
3 years ago |
jgcodes2020
|
19bae967d3
|
Rename ImportCompeted into ImportCompleted
|
3 years ago |
Max Katz
|
13c6fbe1db
|
Revert "Break the API"
This reverts commit f043f6b1617c85706c7c33741024a09b5b8c7d89.
|
3 years ago |
Max Katz
|
6eaf0f9e4f
|
Break the API
|
3 years ago |
Max Katz
|
d4b5085ba3
|
Revert "Fix ImportCompleted spelling"
|
3 years ago |
Julien Lebosquain
|
4405d7970c
|
Drop original internal XAML resources after merge
|
3 years ago |
Max Katz
|
c4178c8a4b
|
Fix WGL crash in virtual machine
|
3 years ago |
jankrib
|
7dbe6f292a
|
Handle OperationCanceledException
|
3 years ago |
Max Katz
|
21f4a2044b
|
Minor doc fix
|
3 years ago |
Max Katz
|
124ad88924
|
Fix egl opengl initialization on win32
|
3 years ago |
AtomCrafty
|
4b5b6225f1
|
fix AutoCompleteBox dropdown not opening when the text box is empty
|
3 years ago |
jankrib
|
48162b0ebc
|
Use cancellation token in name generator
|
3 years ago |
Yoh Deadfall
|
7cd2350b68
|
Removed redundant Source check
|
3 years ago |
yanlinlin
|
b513416098
|
Add event trigger time in DevTools. #11338
|
3 years ago |
Julian
|
e9f2cb3478
|
Fix datagrid not updating when not attached to tree
see #9527
|
3 years ago |
Jumar Macato
|
8a8ecd9a10
|
remove comment referencing removed license
|
3 years ago |
Vitalii Orazov
|
22f68362b6
|
fix error CS0305: Using the generic type 'TaskCompletionSource<TResult>' requires 1 type arguments
|
3 years ago |
Jumar Macato
|
ad79bc6663
|
Delete readme.md
|
3 years ago |
robloo
|
84d00f2aa3
|
Fix ImportCompleted spelling
|
3 years ago |
Vitalii Orazov
|
0d1f7fac56
|
await for completion when storing atoms early
|
3 years ago |
Vitalii Orazov
|
1f06e4af50
|
use real data formats while storing atoms early
|
3 years ago |
Mike James
|
01a57b2519
|
Removing compositional renderer license. Reverting to MIT
|
3 years ago |
Max Katz
|
6499bbd4dc
|
Throw if methods were not found
|
3 years ago |
Max Katz
|
1489fcc62d
|
Pass typeof(SKPaint).Assembly as well
|
3 years ago |
Max Katz
|
ce4a8137ee
|
Revert "Revert "fix native api loading.""
This reverts commit ae2aee402d.
|
3 years ago |
Dan Walmsley
|
ae2aee402d
|
Revert "fix native api loading."
This reverts commit b580d3f986.
|
3 years ago |
Benedikt Stebner
|
792143d09d
|
Remove compiler conditionals
|
3 years ago |
Benedikt Stebner
|
3b23aa2f07
|
Enforce that TextBox and TextPresenter are in sync when SurroundingText is requested
|
3 years ago |