Steven Kirk
|
2df1e32aae
|
Expose max/min for slider controls etc.
|
5 years ago |
Steven Kirk
|
8ded356614
|
More work on ComboBox OSX a11y.
Implement "Show Menu" and "Perform Press" actions.
|
5 years ago |
Steven Kirk
|
6096cab3b9
|
Use correct role for combobox items on OSX.
|
5 years ago |
Steven Kirk
|
1553b89bd7
|
Fix a11y for popup windows.
- Don't show when creating a popup window with a11y enabled
- Raise focus changed notification on element that got focus instead of the window
|
5 years ago |
Steven Kirk
|
0ab5e4dbfe
|
Implemented a11y focus on OSX.
|
5 years ago |
Steven Kirk
|
7bbbfa414f
|
More OSX accessibility implementation.
|
5 years ago |
Steven Kirk
|
bcc8876e8e
|
Handle children changing.
And map all the automation control types to roles.
|
5 years ago |
Steven Kirk
|
d6d583a16e
|
Initial implementation of OSX automation.
|
5 years ago |
Steven Kirk
|
7bb26473d1
|
Fix AccessText after merge.
|
5 years ago |
Steven Kirk
|
a4751575f7
|
Merge branch 'master' into feature/ui-automation
|
5 years ago |
Dariusz Komosiński
|
02aad98e01
|
Merge pull request #5953 from MarchingCube/refactor-transitions
Specialized observables for transitions
|
5 years ago |
Dariusz Komosinski
|
a21880d4a8
|
Remove old implementation benchmark.
|
5 years ago |
Dariusz Komosiński
|
1d0dcc9816
|
Merge branch 'master' into refactor-transitions
|
5 years ago |
Max Katz
|
df892e4a9c
|
Merge pull request #5991 from AvaloniaUI/feature/devtools-filter-text-box
Feature/devtools filter text box
|
5 years ago |
Max Katz
|
67812f4e90
|
Changes after review
|
5 years ago |
Dariusz Komosiński
|
86c09f6c02
|
Merge branch 'master' into refactor-transitions
|
5 years ago |
Max Katz
|
f83d8e55ea
|
Improve events filter
|
5 years ago |
Max Katz
|
92cd193237
|
Improve setters filter
|
5 years ago |
Max Katz
|
0efda32774
|
Create FilterTextBox
|
5 years ago |
Max Katz
|
81fd48a2f7
|
Create FilterViewModel and move abstract filtering to it
|
5 years ago |
Steven Kirk
|
7fbced607d
|
Merge pull request #5987 from ShadowsInRain/fixes/StreamNode-memory-leak
Fix a memory leak in StreamNode.
|
5 years ago |
Steven Kirk
|
8bc6ed53f7
|
Merge branch 'master' into fixes/StreamNode-memory-leak
|
5 years ago |
Dan Walmsley
|
a7dc3fbcc6
|
Merge pull request #5971 from AvaloniaUI/fixes/osx-shadow-invalidation
force osx shadow invalidation on programatic resize.
|
5 years ago |
ShadowsInRain
|
35d0c688ca
|
Fix a memory leak in StreamNode.
|
5 years ago |
Dan Walmsley
|
8d429b3fd1
|
Merge branch 'master' into fixes/osx-shadow-invalidation
|
5 years ago |
Max Katz
|
b7782a58ed
|
Merge pull request #5980 from mtmk/simple-docs-fix
Fixed readme documentation site URLs
|
5 years ago |
Ziya Suzen
|
3f57356a27
|
Fixed documentation site URLs
|
5 years ago |
Dariusz Komosiński
|
45b02810b8
|
Merge pull request #5972 from MarchingCube/memory-fixes
Various memory optimizations
|
5 years ago |
Dan Walmsley
|
a0a039860c
|
fix shadow ensuring the window frame and avalonia standard container are both resized.
|
5 years ago |
Dan Walmsley
|
a1f5e86bf7
|
Merge remote-tracking branch 'origin/master' into fixes/osx-shadow-invalidation
|
5 years ago |
Dariusz Komosinski
|
9d9cfbd37a
|
Various memory optimizations.
|
5 years ago |
Dariusz Komosiński
|
5e6ef68b2f
|
Merge pull request #5970 from MarchingCube/memory-fixes
Avoid boxing nullable values in BindingValue.
|
5 years ago |
Dan Walmsley
|
3373849c2b
|
force osx shadow invalidation on programatic resize.
|
5 years ago |
Dariusz Komosinski
|
183a20acb8
|
Avoid boxing nullable values in BindingValue.
|
5 years ago |
Dariusz Komosiński
|
c3500b7e22
|
Merge branch 'master' into refactor-transitions
|
5 years ago |
Dariusz Komosinski
|
21b7b88b0f
|
Cleanup and refactor leftover transition types.
|
5 years ago |
Dan Walmsley
|
ef38e9dd3a
|
Merge pull request #5963 from AvaloniaUI/fixes/osx-shadow
Fix - Missing Shadow - OSX and Window Position
|
5 years ago |
Dan Walmsley
|
75a7e36547
|
restore code
|
5 years ago |
Dan Walmsley
|
c42cdebef8
|
restore code.
|
5 years ago |
Dan Walmsley
|
a5af6c9470
|
Merge branch 'fixes/osx-shadow' of github.com:AvaloniaUI/Avalonia into fixes/osx-shadow
|
5 years ago |
Dan Walmsley
|
92a29820b8
|
remove redundant if.
|
5 years ago |
Dan Walmsley
|
1fb9a2dc40
|
Merge branch 'master' into fixes/osx-shadow
|
5 years ago |
Dan Walmsley
|
a194fc12e2
|
OSX backend initial sizing now has same behavior as windows.
When window is not shown, and Resize is called, it will trigger a Resize event, that updates ClientSize.
|
5 years ago |
Max Katz
|
418d53bba3
|
Merge pull request #5955 from AvaloniaUI/nullable/avaloniaobject
Enable InputElement, Interactive, Visual and AvaloniaObject nullablity
|
5 years ago |
Max Katz
|
9f5a716196
|
Merge branch 'master' into nullable/avaloniaobject
|
5 years ago |
Dan Walmsley
|
99cdff2d70
|
fix screen centering on OSX before window has been shown.
|
5 years ago |
Dan Walmsley
|
ad9519102e
|
always set the window startuplocation before show.
|
5 years ago |
Dan Walmsley
|
30035f3134
|
set the content before Show is called, so that contentview is set after the size has been set.
|
5 years ago |
Dan Walmsley
|
a5fb091950
|
remove shadow invalidation hacks.
|
5 years ago |
Dariusz Komosinski
|
60ad7eae12
|
More cleanup.
|
5 years ago |