danwalmsley
aa75ba67e4
Merge branch 'master' into patch-task-after-pack
6 years ago
danwalmsley
45be929b23
Merge pull request #4174 from amwx/SplitViewPort
Add SplitView control
6 years ago
amwx
d522def7bc
Fix formatting
6 years ago
Jumar Macato
8cd328b916
Update SplitView.xaml
Update SplitView easings to use what's in UWP's template instead of QuinticEaseOut.
6 years ago
Jumar Macato
e12201bebb
Merge branch 'master' into SplitViewPort
6 years ago
danwalmsley
86c49efc96
Merge pull request #4180 from AvaloniaUI/spline-easing
Spline easing
6 years ago
Jumar Macato
67dce6bddd
Merge branch 'master' into spline-easing
6 years ago
Jumar Macato
af05518a44
reverse unintended changes
6 years ago
danwalmsley
8b5eeadbb1
Merge branch 'master' into SplitViewPort
6 years ago
danwalmsley
731ff9770a
Merge pull request #4074 from AvaloniaUI/feature/fluent-progress-bar
Feature/fluent progress bar
6 years ago
danwalmsley
4cc8578930
Merge branch 'master' into feature/fluent-progress-bar
6 years ago
danwalmsley
1d9ee165b2
Merge pull request #4159 from maxkatz6/feature/fluent-adorner-simple
Fluent HighVisibility focus adorner
6 years ago
danwalmsley
86f47f14ad
Merge pull request #4196 from maxkatz6/fixes/fluent-configurable-tooltip-width
Add ToolTipContentMaxWidth to ToolTip
6 years ago
danwalmsley
d45cb612a1
Merge branch 'master' into fixes/fluent-configurable-tooltip-width
6 years ago
danwalmsley
7ff440f514
Merge pull request #4200 from AvaloniaUI/fixes/devtools-leaks
Fix DevTools excessive subscriptions and leaks
6 years ago
Dariusz Komosiński
3975d92581
Merge branch 'master' into fixes/devtools-leaks
6 years ago
danwalmsley
22d1beba93
Merge pull request #4195 from AvaloniaUI/osx-menu-embed-hide-and-focus
Fix some focus issues with OSX popups
6 years ago
Dariusz Komosiński
50e42b6592
Merge branch 'master' into fixes/devtools-leaks
6 years ago
danwalmsley
ff45ecd974
Merge branch 'master' into osx-menu-embed-hide-and-focus
6 years ago
danwalmsley
5cc8bed8c6
Merge pull request #4193 from AvaloniaUI/foreign-embed-createahead
Create and resize the native control even if it's not currently effectively visible
6 years ago
danwalmsley
063afe4a23
Merge branch 'master' into foreign-embed-createahead
6 years ago
danwalmsley
db61a23952
Merge pull request #4199 from maxkatz6/fixes/fluent-remove-xaml-theme-editor-colors
Remove duplicated colors from fluent theme editor with non-standard values
6 years ago
danwalmsley
111ed38dc5
Merge branch 'master' into fixes/fluent-remove-xaml-theme-editor-colors
6 years ago
Benedikt Stebner
2119dc4ae8
Merge pull request #4203 from Gillibald/feature/UnicodeUpdate
Update to Unicode 13.0
6 years ago
Benedikt Schroeder
c9a98da01a
Fix mandatory break
6 years ago
Benedikt Schroeder
864fb77420
Merge branch 'feature/UnicodeUpdate' of https://github.com/Gillibald/Avalonia into feature/UnicodeUpdate
6 years ago
Benedikt Schroeder
f211e3c724
Disable generators
Remove vertical tab and form feed
6 years ago
Benedikt Stebner
1e330b417a
Merge branch 'master' into feature/UnicodeUpdate
6 years ago
Benedikt Schroeder
f377172947
Introduce line break tests
6 years ago
Dariusz Komosiński
899ae9bcc4
Merge pull request #4201 from AvaloniaUI/fixes/layoutmanager-facepalms
Fix a couple of bugs in LayoutManager.
6 years ago
Steven Kirk
f20039070d
Fix a couple of bugs in LayoutManager.
- Clear `_running` at the end of all layout passes, not at the end of the first set of 3 attempts
- Fix a bizarre anti-copy-pasta in `RaiseEffectiveViewportChanged` where we were comparing `startCount` to the size of the measure queue twice instead of the arrange queue
6 years ago
Steven Kirk
fac5eb5eee
Show DevTools as child window.
6 years ago
Steven Kirk
b41c1babe9
Close DevTools when inspected window closes.
6 years ago
Jumar Macato
3145dfa05c
Delete WindowsMountedVolumeInfoListener.cs
6 years ago
Benedikt Schroeder
4fe771786e
Update to Unicode 13.0
6 years ago
Jumar Macato
baf63bfeec
add failing test
6 years ago
Jumar Macato
4310585d7e
simplify parsing
6 years ago
Jumar Macato
dd1a23a6f6
Merge branch 'spline-easing' of github.com:AvaloniaUI/Avalonia into spline-easing
6 years ago
Jumar Macato
dcaadd0fff
Split-off keysplinetypeconv
6 years ago
Jumar Macato
d8cfd96f5c
Merge branch 'master' into spline-easing
6 years ago
Jumar Macato
591a5ce005
remove redundant this call
6 years ago
Jumar Macato
3709ca92e0
use internal keyspline as backing field to save memory.
6 years ago
Jumar Macato
64d943c2b5
remove redundant base call
6 years ago
Jumar Macato
1b6364480b
add readonly
6 years ago
Maksym Katsydan
bd29bc333a
Remove duplicated colors from fluent theme editor with non-standard values
6 years ago
Jumar Macato
ea12af0778
address review and add unit tests
6 years ago
danwalmsley
246109c22b
Merge branch 'master' into foreign-embed-createahead
6 years ago
Maksym Katsydan
6e32ad7f74
Add ToolTipContentMaxWidth to ToolTip
6 years ago
Steven Kirk
89c361f6a4
Unsubscribe from stuff in DevTools MainViewModel.
6 years ago
Steven Kirk
86e571d122
Dispose class change subscriptions.
6 years ago