Jumar Macato
75c19a422c
Merge branch 'master' into fixes/textProcessingBugs
4 years ago
Benedikt Stebner
c41af00bf6
Merge branch 'fixes/textProcessingBugs' of https://github.com/Gillibald/Avalonia into fixes/textProcessingBugs
4 years ago
Benedikt Stebner
f3740dd214
Fix vertical caret navigation caret update
4 years ago
Dan Walmsley
f36400c978
Merge pull request #7537 from fr-Pursuit/master
Minimization bugfix on Windows
4 years ago
Dan Walmsley
c4e31f589f
Merge branch 'master' into master
4 years ago
Nikita Tsukanov
f145424eff
Merge pull request #7548 from ahopper/fix-32bit-linux-session-manger-pinvoke
fix 32 bit raspberry pi session manager seg fault
4 years ago
Benedikt Stebner
72e19fb954
Merge branch 'master' into fixes/textProcessingBugs
4 years ago
Benedikt Stebner
525af8f869
Fix selection rect merge
Fix ime rect update
4 years ago
ahopper
571161cc0e
fix 32 bit raspberry pi session manager seg fault
4 years ago
Pursuit
09ac27803f
Minimization bugfix on Windows
4 years ago
Emmanuel Hansen
ecb0de2c32
Add Support for Overwrite Prompt option in save dialog ( #7531 )
Add support for overwrite prompt option
4 years ago
Andrii Kurdiumov
0dca903105
Fix AOT incompatible code ( #7534 )
* Fix AOT incompatible code
Use code patterns which are AOT-friendly. That improves R2R and Native AOT scenarios
4 years ago
Nikita Tsukanov
fb7cf3dde1
Merge pull request #7528 from odalet/fix-OpenGLControlBase
Fix #7519 - Reset fb and depth buffer Ids once they are deleted
4 years ago
Nikita Tsukanov
9ea32bb05d
Merge branch 'master' into fix-OpenGLControlBase
4 years ago
Tako
f0a22e05b1
Merge pull request #7527 from imranZERO/patch-1
Fix typo in README
4 years ago
Imran H
5c4179b510
Fix typo in README
4 years ago
Olivier DALET
e26d9d796c
Fix #7519 - Reset fb and depth buffer Ids once they are deleted
4 years ago
Dominik Matijaca
b040ac5414
ItemsControl: WrapSelection ( #6286 )
Add support for selection wrapping for ListBox, ItemsControl, ComboBox.
Co-authored-by: Steven Kirk <grokys@users.noreply.github.com>
Co-authored-by: Takoooooo <tako0qq@gmail.com>
Co-authored-by: Steven Kirk <grokys@gmail.com>
4 years ago
Benedikt Stebner
3d992ce75b
Fix selection when the mouse is moved underneath the bounding box
4 years ago
Benedikt Stebner
92966f56d1
Merge remote-tracking branch 'origin/fixes/textProcessingBugs' into fixes/textProcessingBugs
4 years ago
Benedikt Stebner
3bb3c4b98a
Invert MoveCaretHorizontal for FlowDirection RightToLeft
4 years ago
Benedikt Stebner
29db5d383b
Merge branch 'master' into fixes/textProcessingBugs
4 years ago
Dariusz Komosiński
a9c25d8bbc
Merge pull request #7516 from MarchingCube/textlayout-annotations
TextLayout: Nullable annotations
4 years ago
Dariusz Komosinski
361bfeb1a0
Foreground can be nullable as well.
4 years ago
Dariusz Komosiński
7725d7f5a9
Merge branch 'master' into textlayout-annotations
4 years ago
Dariusz Komosinski
af97568819
Text can be nullable.
4 years ago
Dan Walmsley
1c54bd021b
Update readme.md
4 years ago
Steven Kirk
85e92451b6
Merge pull request #7514 from MarchingCube/itemscontrol-annotations
Nullable: ItemContainerGenerator cannot be null
4 years ago
Dariusz Komosinski
27f920a79d
Fixed ItemContainerGenerator usages.
4 years ago
Dariusz Komosinski
9dca8b8321
Update comment as well.
4 years ago
Dariusz Komosinski
5e5389d74c
ItemContainerGenerator cannot be null
4 years ago
Benedikt Stebner
c0c9e7cf01
Merge branch 'master' into fixes/textProcessingBugs
4 years ago
Benedikt Stebner
b308cdee71
Fix HitTestRange bidi test
4 years ago
Benedikt Stebner
74be5c807d
Merge selection rects if they overlap
4 years ago
Benedikt Stebner
786d3ae670
Fix DataGrid ShowCaret on focus
4 years ago
Dan Walmsley
85f8b83519
update readme
4 years ago
Nikita Tsukanov
7da3100345
Merge pull request #7508 from Gillibald/fixes/webappDeps
Fix webapp dependency vulnerabilities
4 years ago
Benedikt Stebner
f3a6e88a72
Fix webapp dependency vulnerabilities
4 years ago
Max Katz
2c7ae3a50f
Merge pull request #7477 from AvaloniaUI/fixes/avalonia-controls-nullability
Added nullable annotations to Avalonia.Controls.
4 years ago
Steven Kirk
cccbbc44c5
Clarify the return value of `StripAccessKey`.
4 years ago
Steven Kirk
d0d86e28c1
Added remaining nullable annotations after merge.
4 years ago
Steven Kirk
b470fcc476
Handle nullability in new TextBox/TextPresenter.
Made the decision to return a null `TextLayout` when `TextPresenter.Foreground` is null for consistency with our other usages of null brushes, though not 100% sure this is correct.
4 years ago
Steven Kirk
3e8cb0696c
Merge branch 'master' into fixes/avalonia-controls-nullability
4 years ago
Steven Kirk
863f0199b4
Merge pull request #7495 from AvaloniaUI/fixes/validating-layer-unit-test-failures
Fix failing unit tests in debug mode.
4 years ago
Steven Kirk
1c7c9aad2b
Merge branch 'master' into fixes/validating-layer-unit-test-failures
4 years ago
Benedikt Stebner
17e334b77f
Merge pull request #4893 from Gillibald/feature/FormattedTextPort
Port WPF's FormattedText to Avalonia and rework TextPresenter
4 years ago
Benedikt Stebner
79298e3375
Fix nit
4 years ago
Benedikt Stebner
4bac7fd953
Fix HitTestTextRange bidi
4 years ago
Benedikt Stebner
ce664fd224
Update _navigationPosition when MoveCaretToTextPosition is used
4 years ago
Benedikt Stebner
7665d9e99e
Merge remote-tracking branch 'origin/feature/FormattedTextPort' into feature/FormattedTextPort
4 years ago