Steven Kirk
6567eb1f24
Merge branch 'master' into fixes/4002-devtools-selected-node
6 years ago
danwalmsley
8d955a83a2
Merge pull request #4028 from amwx/master
Fluent Calendar
6 years ago
danwalmsley
320d42425a
Merge branch 'master' into master
6 years ago
danwalmsley
fa5bccc586
Merge pull request #4071 from maxkatz6/feature/fluent-tooltip
Feature/Fluent ToolTip
6 years ago
danwalmsley
4a9d64f682
Merge branch 'master' into feature/fluent-tooltip
6 years ago
Nikita Tsukanov
a11ae23a96
Merge pull request #4031 from AvaloniaUI/feature/custom-clipboard-format
Implemented custom format support for clipboard
6 years ago
Steven Kirk
8d8edd059b
Merge pull request #4073 from yatli/unix_build_fix
build.sh: add downloaded dotnet to PATH
6 years ago
Steven Kirk
bfa84b7b23
Merge pull request #4077 from MarchingCube/perf-method-accessor
Benchmark and caching optimization for method accessor
6 years ago
Nikita Tsukanov
e259bf31ee
Merge branch 'master' into feature/custom-clipboard-format
6 years ago
Nikita Tsukanov
165da1c678
Naming
6 years ago
Max Katz
53cb9d266d
Add ToolTip :open pseudo class tests
6 years ago
Max Katz
347ad51d6f
Merge branch 'master' into feature/fluent-tooltip
6 years ago
Max Katz
bcd215e3db
150 ms opacity transition duration for ToolTip
6 years ago
Max Katz
d2a5f525da
Add text wrapping to Fluent ToolTip
6 years ago
Dariusz Komosinski
4b6d601bb7
Fix ternary op.
6 years ago
Dariusz Komosinski
0f23da0a79
Use correct file name.
6 years ago
Dariusz Komosinski
999d5945c1
Optimize method accessor plugin
6 years ago
Dariusz Komosiński
d6693dbfd4
Merge pull request #4020 from MarchingCube/perf-inpc
Benchmark and simple optimization for INPC accessor.
6 years ago
Dariusz Komosiński
211c4e5aec
Merge branch 'master' into perf-inpc
6 years ago
Yatao Li
41719d8f1c
build.sh: add downloaded dotnet to PATH
6 years ago
Max Katz
abb1204fd5
Merge branch 'master' into feature/fluent-tooltip
6 years ago
Max Katz
5721702fad
Fluent ToolTip style
6 years ago
Max Katz
1fa96f049c
Implement ToolTip :open pseudo class
6 years ago
Max Katz
7574a75066
Add tooltip fluent resources
6 years ago
Max Katz
9237a398e9
Make ToolTip background transparent using IPopupImpl
6 years ago
Jumar Macato
4822e8a610
Merge pull request #4061 from AvaloniaUI/fixes/4059-transitions-keynotfound
Fix KeyNotFound exception in Animatable
6 years ago
Dariusz Komosiński
68f1ac94ba
Merge branch 'master' into fixes/4059-transitions-keynotfound
6 years ago
Nikita Tsukanov
eaa861016f
Merge pull request #4056 from AvaloniaUI/use-gpu-by-default
use gpu by default on all platforms.
6 years ago
Dan Walmsley
c009b5c78d
add package reference for angle natives.
6 years ago
Steven Kirk
0694b22c51
Fix KeyNotFound exception in Animatable.
When transitions are replaced, add the new transitions before removing the old transitions, so that when the old transition being disposed causes the value to change, there is a corresponding entry in `_transitionStates`.
Also search the `Transitions` collection from last to first to find a matching transition, so that later added transitions have priority.
Fixes #4059
6 years ago
Steven Kirk
6239e4f5e3
Added failing test for #4059 .
6 years ago
Dan Walmsley
adaf001234
use gpu by default on all platforms.
6 years ago
Benedikt Stebner
e87bedd21f
Merge pull request #4055 from jp2masa/textblock-maxlines
Added MaxLines property to TextBlock
6 years ago
José Pedro
50985a62d2
Changed test cases as requested.
6 years ago
Benedikt Stebner
eeed12fe2b
Merge branch 'master' into textblock-maxlines
6 years ago
José Pedro
48177eddb7
Added MaxLines property to TextBlock.
6 years ago
Nikita Tsukanov
820f13dc24
Merge pull request #4050 from AvaloniaUI/revert-4010-feature/fluent-slider-template
Revert "Fluent Slider port"
6 years ago
Jumar Macato
d314454b6e
Revert "Fluent Slider port"
6 years ago
Nikita Tsukanov
52701a0341
Merge pull request #4049 from microhobby/libdrm-fix-toradex-vivante
LinuxFramebuffer: DrmOutput: Use the drmModeAddFB2 as main call and drmModeAddFB as fallback
6 years ago
Jumar Macato
6dc41201dd
Merge pull request #4010 from AvaloniaUI/feature/fluent-slider-template
Fluent Slider port
6 years ago
Matheus Castello
2ab224d5ef
LinuxFramebuffer: DrmOutput: Use drmModeAddFB2 as main call
Use the drmModeAddFB2 as main call and drmModeAddFB as fallback
Signed-off-by: Matheus Castello <matheus@castello.eng.br>
6 years ago
Matheus Castello
bdc7689516
LinuxFramebuffer: Output: Drm: Add gbm_bo_get_format wrapper
This will get us the correct buffer format to use with drmModeAddFB2
Signed-off-by: Matheus Castello <matheus@castello.eng.br>
6 years ago
Matheus Castello
7016bc52d1
LinuxFramebuffer: Output: Drm: Add drmModeAddFB2 wrapper
drmModeAddFB2 gives us the possibility to specify the pixel format
directly in the call
Signed-off-by: Matheus Castello <matheus@castello.eng.br>
6 years ago
Jumar Macato
cd3b7e93e9
Merge branch 'master' into feature/fluent-slider-template
6 years ago
Jumar Macato
39c14454ee
simplify cmp
6 years ago
Jumar Macato
b035015302
add new API for Track for controls that handles their own dragging logic.
6 years ago
Jumar Macato
450aea3d5b
set hit test correctly
6 years ago
Jumar Macato
6e700ca260
Merge branch 'feature/fluent-slider-template' of github.com:AvaloniaUI/Avalonia into feature/fluent-slider-template
6 years ago
Jumar Macato
fb4cb4e1e1
add snapping action
6 years ago
danwalmsley
cb74b018b6
Merge pull request #4044 from MarchingCube/fix-combobox-minheight
Specify ComboBox min height in 1D
6 years ago