Steven Kirk
87fc1ca442
Merge branch 'master' into feature-devtool-search-regex
6 years ago
danwalmsley
cbd5a4c59a
Merge pull request #4591 from Gillibald/fixes/IgnoreInvisibleCharacters
Ignore invisible characters for TextLine caret navigation
6 years ago
Benedikt Stebner
cf11146e1d
Merge branch 'master' into fixes/IgnoreInvisibleCharacters
6 years ago
Benedikt Schroeder
a2a0fba1c2
Ignore invisible characters
6 years ago
danwalmsley
f510c6543e
Merge pull request #4583 from AvaloniaUI/fixes/window-hit-testing
fix window hit testing.
6 years ago
Nikita Tsukanov
8f6437361b
Merge pull request #4585 from AvaloniaUI/feature/ios-rework-2020
New iOS backend
6 years ago
Nikita Tsukanov
c3a416aaaa
New iOS backend
6 years ago
Nikita Tsukanov
abac283ae6
Merge pull request #4586 from AvaloniaUI/feature/ios-build
Feature/ios build
6 years ago
danwalmsley
c793f29fd3
Merge branch 'master' into feature/ios-build
6 years ago
Dan Walmsley
54cbc53e20
fix window hit testing.
6 years ago
Luis v.d.Eltz
f0525e11f5
Merge branch 'master' into feature-devtool-search-regex
6 years ago
danwalmsley
965c575d3d
Merge pull request #4578 from AvaloniaUI/fixes/devtools-tree-updates
Fix DevTools tree not updating
6 years ago
danwalmsley
6c2c5ffc45
Merge branch 'master' into fixes/devtools-tree-updates
6 years ago
Steven Kirk
d5fae441df
Don't use sender as the lookup key.
#4577 was caused because the `sender` of the `CollectionChanged` event didn't correspond to the collection that the event listener was registered on. Instead create an `Entry` object for each collection and put the event handler on that.
6 years ago
danwalmsley
9baf4efe6c
Merge pull request #4576 from AvaloniaUI/fixes/pwdbox-hiding-revealbutton
Fixes/pwdbox hiding revealbutton
6 years ago
danwalmsley
865d5f0384
Merge branch 'master' into fixes/pwdbox-hiding-revealbutton
6 years ago
danwalmsley
c23f6aa9cd
Merge branch 'master' into feature-devtool-search-regex
6 years ago
Jumar Macato
b16d4bfa3b
fix innerL/R contents scrolling with text
6 years ago
danwalmsley
4f152291c7
Merge pull request #4572 from AvaloniaUI/fixes/datagrid-gridlines
Don't display vertical grid lines by default.
6 years ago
danwalmsley
e8ffd56ba5
Merge pull request #4574 from AvaloniaUI/fixes/update-tooltip-content-when-already-opened
Fixes/update tooltip content when already opened
6 years ago
danwalmsley
152174b925
Merge pull request #4573 from AvaloniaUI/fixes/devtools-duplicate-properties
Prevent duplicate properties in DevTools.
6 years ago
Dan Walmsley
e5d3d007a5
Merge remote-tracking branch 'origin/master' into fixes/update-tooltip-content-when-already-opened
6 years ago
Dan Walmsley
03a1eae221
just check newvalue isnt tooltip.
6 years ago
Steven Kirk
4330451d2c
Added tests for CollectionChangedEventManager.
Including a failing test: `Receives_Events_From_Wrapped_Collection`.
6 years ago
Dan Walmsley
3c369153c2
update tooltip content when already opened and tip changes.
6 years ago
Dan Walmsley
5580e0f54b
add failing unit test.
6 years ago
Luis von der Eltz
ba8e6f029e
Compile regex
6 years ago
Luis von der Eltz
abcec03fcf
Merge branch 'master' into feature-devtool-search-regex
# Conflicts:
# src/Avalonia.Diagnostics/Diagnostics/ViewModels/TreePageViewModel.cs
6 years ago
Steven Kirk
7516eeaf92
Prevent duplicate properties in DevTools.
Properties can be registered on a control as both normal properties and attached properties.
6 years ago
Steven Kirk
012224d298
Don't display vertical grid lines by default.
6 years ago
Steven Kirk
b4ef274395
Merge pull request #4504 from jp2masa/tapped-left-button
Fire Tapped only on left button click
6 years ago
Steven Kirk
0240a97162
Merge branch 'master' into tapped-left-button
6 years ago
Steven Kirk
ac339f9ce3
Merge pull request #4494 from arthrp/master
Changing http links to https
6 years ago
Steven Kirk
c63bd4eb2a
Merge branch 'master' into tapped-left-button
6 years ago
Steven Kirk
ab0f132c50
Merge pull request #4530 from sdoroff/datagrid-details-height
DataGridRowDetails update height on content size change
6 years ago
Steven Kirk
c084e6cd6a
Merge branch 'master' into datagrid-details-height
6 years ago
Dan Walmsley
9b8d4d7367
revert using uithread render timer.
6 years ago
danwalmsley
1b581cb3d7
Merge pull request #4554 from AvaloniaUI/fixes/gpu-memory-spike-leak
potential fix for gpu texture leak.
6 years ago
danwalmsley
5c8057a5cb
Merge branch 'master' into fixes/gpu-memory-spike-leak
6 years ago
Jumar Macato
ffecca8fd2
Merge pull request #4567 from AvaloniaUI/features/password-reveal-styles-default-theme
Add password reveal and Clear content styles to default theme
6 years ago
Dan Walmsley
d88de1e710
add clear box to default theme.
6 years ago
Dan Walmsley
8caa9a0966
use correct case for class names.
6 years ago
Dan Walmsley
cce14fffd2
add styles for password reveal in default theme.
6 years ago
danwalmsley
bf6e76d420
Merge branch 'master' into fixes/gpu-memory-spike-leak
6 years ago
danwalmsley
fda5182a5a
Merge pull request #4565 from AvaloniaUI/fixes/crashing-context-menu-when-previously-opened-on-control-no-longer-attached-visual-tree
Fixes Context Menu crashing when opened on a second control and the first no longer in visual tree.
6 years ago
danwalmsley
5d3d2171af
Merge pull request #4566 from AvaloniaUI/fixes/ui-thread-rendertimer-windows
use uithread render timer on windows. to prevent opengl crashing.
6 years ago
Dan Walmsley
c98822c773
use uithread render timer on windows. to prevent opengl crashing.
6 years ago
Dan Walmsley
505b54dd88
update _popup.Placement target everytime the context menu is opened.
6 years ago
Dan Walmsley
08c451c676
add a failing unit test.
6 years ago
danwalmsley
4bf5461328
Merge branch 'master' into fixes/gpu-memory-spike-leak
6 years ago