Julien Lebosquain
|
900299b6a8
|
Perf: improved LineBreakEnumerator by using less branches
|
4 years ago |
Julien Lebosquain
|
63f6ef63af
|
Perf: pass FontManager and typefaces around during text layout
|
4 years ago |
Julien Lebosquain
|
2f429062a1
|
Perf: improved GraphemeEnumerator by avoiding double codepoint iteration
|
4 years ago |
Julien Lebosquain
|
10a3b79d12
|
Perf: various misc text layout optimizations
|
4 years ago |
Max Katz
|
365dc7dec3
|
Merge pull request #10038 from ahopper/fix_space_key_input_on_x11
fix space key input on x11
|
4 years ago |
Max Katz
|
95962d220d
|
Merge branch 'master' into fix_space_key_input_on_x11
|
4 years ago |
Max Katz
|
d7ea99b719
|
Merge pull request #10021 from workgroupengineering/fixes/Warnings/CS0618_ItemContainerGenerator
fix: ItemContainerGenerator obsolete member after #9677
|
4 years ago |
Max Katz
|
f1ed481b47
|
Merge branch 'master' into fixes/Warnings/CS0618_ItemContainerGenerator
|
4 years ago |
Max Katz
|
ef225807ee
|
Merge branch 'master' into fix_space_key_input_on_x11
|
4 years ago |
Max Katz
|
16f3d2cd0a
|
Merge pull request #10014 from AvaloniaUI/feature/gpu-external-memory
Implemented interop with externally managed GPU memory
|
4 years ago |
ahopper
|
f6d664128a
|
fix space key input on x11
|
4 years ago |
Nikita Tsukanov
|
6277be5cfa
|
Merge branch 'master' into feature/gpu-external-memory
|
4 years ago |
Benedikt Stebner
|
ac491e798c
|
Merge pull request #10015 from Gillibald/fixes/glyphRunLifetime
[Text] Use IGlyphRunImpl in the IDrawingContextImpl
|
4 years ago |
Benedikt Stebner
|
79bdd8c4c2
|
Merge branch 'fixes/glyphRunLifetime' of https://github.com/Gillibald/Avalonia into fixes/glyphRunLifetime
|
4 years ago |
Benedikt Stebner
|
5dc49fe3e8
|
Merge remote-tracking branch 'upstream/master' into fixes/glyphRunLifetime
|
4 years ago |
Nikita Tsukanov
|
ba13f293b3
|
Merge branch 'master' into feature/gpu-external-memory
|
4 years ago |
Max Katz
|
35154d862c
|
Merge pull request #10019 from workgroupengineering/fixes/Menu/ItemTemplate
fix: ItemTemplate is not applied on Menu/MenuItem
|
4 years ago |
workgroupengineering
|
4aa67c1eb8
|
Merge branch 'master' into fixes/Menu/ItemTemplate
|
4 years ago |
Benedikt Stebner
|
cfdd0d3b5b
|
Merge branch 'master' into fixes/glyphRunLifetime
|
4 years ago |
Benedikt Stebner
|
07c11c75e7
|
Use IGlyphRunImpl in the IDrawingContextImpl
|
4 years ago |
Max Katz
|
cac8b53b81
|
Merge pull request #10022 from cristinathoughtpennies/master
HeaderDoubleTapped in TreeViewItem is now protected virtual instead o…
|
4 years ago |
Max Katz
|
c8255ed820
|
Merge branch 'master' into master
|
4 years ago |
Max Katz
|
e9303aa95b
|
Merge pull request #10024 from rabbitism/master
fix: fix screen display in control catalog.
|
4 years ago |
Max Katz
|
0eab1d782a
|
Merge branch 'master' into master
|
4 years ago |
Max Katz
|
b32b327324
|
Merge pull request #10003 from AvaloniaUI/refactor/9512-binding-api
Remove binding internals from public API
|
4 years ago |
Max Katz
|
6ba78e19c9
|
Merge branch 'master' into refactor/9512-binding-api
|
4 years ago |
cristinathoughtpennies
|
b0ebd5e1d1
|
Update HeaderDoubleTapped functions to match conventions
|
4 years ago |
Benedikt Stebner
|
53bc1ff2d6
|
Merge pull request #10013 from MrJul/textlayout-allocs
Reduced text layout allocations
|
4 years ago |
Julien Lebosquain
|
7ae394d247
|
Fixed text layout buffer reset for Stack and Dictionary (+ tests)
|
4 years ago |
rabbitism
|
6247f0a7e3
|
Merge branch 'master' of github.com:rabbitism/Avalonia
|
4 years ago |
rabbitism
|
163b884171
|
fix: remove unused pen.
|
4 years ago |
Dong Bin
|
0833d40ae1
|
Merge branch 'master' into master
|
4 years ago |
rabbitism
|
32cfbe6578
|
fix: fix screen display in control catalog.
|
4 years ago |
Nikita Tsukanov
|
7a2ca3e999
|
Build
|
4 years ago |
Julien Lebosquain
|
89a78f557b
|
Don't keep the text layout buffers around if they're too large
|
4 years ago |
cristinathoughtpennies
|
f2908c6c79
|
HeaderDoubleTapped in TreeViewItem is now protected virtual instead of private
|
4 years ago |
Giuseppe Lippolis
|
5cc0edb8ae
|
fix: ItemContainerGenerator obsolete member after #9677
|
4 years ago |
Giuseppe Lippolis
|
96038db08f
|
fix: ItemTemplate is not applied on Menu/MenuItem
|
4 years ago |
Nikita Tsukanov
|
2b4cd42196
|
Merge branch 'master' into feature/gpu-external-memory
|
4 years ago |
Nikita Tsukanov
|
d714f37fce
|
Implemented interop with externally managed GPU memory
|
4 years ago |
Julien Lebosquain
|
7fcfc82be0
|
Fixed TextShaperImpl when the text is backed by an array
|
4 years ago |
Julien Lebosquain
|
fd0720fc56
|
Updated text layout benchmark with trimming/wrapping
|
4 years ago |
Julien Lebosquain
|
91f89c5176
|
Added FormattingObjectPool to reduce temp allocs during text layout
|
4 years ago |
Julien Lebosquain
|
4144be11fe
|
Pass GlyphInfo directly to GlyphRun
|
4 years ago |
Julien Lebosquain
|
290c8fe169
|
Removed most allocations for BidiReorder
|
4 years ago |
Julien Lebosquain
|
076d10fcaf
|
BiDiAlgorithm and BiDiData instances are reusable
|
4 years ago |
Julien Lebosquain
|
96b423900f
|
TextRunProperties: don't allocate if the typeface hasn't changed
|
4 years ago |
Julien Lebosquain
|
658fd804af
|
Removed some temporary List<T> from text layout
|
4 years ago |
Jumar Macato
|
bf85f4d321
|
Merge pull request #10002 from AvaloniaUI/fixes/BackRequestedEventHandler
Fix BackRequested EventHandler args type
|
4 years ago |
Wiesław Šoltés
|
a69851368f
|
Merge branch 'master' into fixes/BackRequestedEventHandler
|
4 years ago |