Julien Lebosquain
|
2f429062a1
|
Perf: improved GraphemeEnumerator by avoiding double codepoint iteration
|
3 years ago |
Julien Lebosquain
|
dec8c1c586
|
Used Memory/Span instead of CharacterBufferReference/Range
+ GlyphRun uses ReadOnlyMemory for characters
|
3 years ago |
Sergey Mikolaitis
|
84206e93dd
|
[Text] Optimize grapheme and add performance benchmark
|
3 years ago |
Sergey Mikolaitis
|
5d1e5d97c2
|
[Text] [Selection] fix double click selection on word end position
|
3 years ago |
Max Katz
|
59d7874b1d
|
Replace System.Reactive with internal extensions
|
3 years ago |
Benedikt Stebner
|
895d85aa89
|
Implement CharacterBufferReference and related classes
|
4 years ago |
amwx
|
e51bb40387
|
ignoreChangeCount in SnapshotUndoRedo in set Text
|
4 years ago |
amwx
|
e5e0b7f3e6
|
Try fix failing test
|
4 years ago |
amwx
|
4b089c0e82
|
Add some missing xml docs & a little cleanup
|
4 years ago |
amwx
|
16f3114e61
|
TextBox programmatic Undo/Redo & CanUndo/CanRedo
|
4 years ago |
Benedikt Stebner
|
040cccf619
|
Attempts to fix Android IME
|
4 years ago |
Benedikt Stebner
|
17b2834d21
|
Implement letter spacing
|
4 years ago |
Giuseppe Lippolis
|
9e1ff3e3be
|
fix: Addreaa review
|
4 years ago |
Giuseppe Lippolis
|
ee84a8c7fd
|
feat(Controls): Address rule CA1822
|
4 years ago |
robloo
|
7f221b321f
|
Raise text change events if set through the TextBox.Text property
|
4 years ago |
robloo
|
751474b329
|
Add TextChangedEventArgs and TextChangingEventArgs
|
4 years ago |
robloo
|
d3dcf73113
|
Add TextBox.TextChanging event
|
4 years ago |
robloo
|
9f74febca3
|
Add initial TextBox.TextChanged event
|
4 years ago |
Benedikt Stebner
|
169480e74d
|
Fix GetTextLineText
|
4 years ago |
Benedikt Stebner
|
391b5c2c11
|
Android - Initial attempt to fix focus management and implement SurroundingText
|
4 years ago |
Takoooooo
|
00c08235cc
|
Remove obsolete members from Avalonia.Controls assembly.
|
4 years ago |
Benedikt Stebner
|
f009c316e2
|
Imm32 preedit
|
4 years ago |
Benedikt Stebner
|
d5084eaf75
|
Fix GetCharacterHitFromDistance
|
4 years ago |
Benedikt Stebner
|
d524dc9cdb
|
Only apply the font fallback to regions of missing glyphs
|
4 years ago |
Benedikt Stebner
|
23b08b1f34
|
Attempt to fix consistent hit testing results
GetCharacterHitFromDistance and GetDistanceFromCharacterHit should match all the time
|
4 years ago |
Benedikt Stebner
|
c7182ae12a
|
Improve advanced word selection
|
4 years ago |
Benedikt Stebner
|
6802722051
|
Add whole word shift selection
|
4 years ago |
Ahmed Fawzy
|
32e2043ec0
|
removed the _ignoreTextChanges field from the TextBox.cs
|
4 years ago |
ahmedmohammedfawzy
|
5ebba8e68c
|
Update TextBox.cs
|
4 years ago |
ahmedmohammedfawzy
|
0868442ec9
|
Update TextBox.cs
|
4 years ago |
ahmedmohammedfawzy
|
de3720ce77
|
Update TextBox.cs
Added the option to determine whether to ignore changes while the user is inputting or not
|
4 years ago |
Brett Story
|
8b9883e0d3
|
TextBox and TestPresenter use AddOwner from TextBlock for LineHeight
|
4 years ago |
Wiesław Šoltés
|
6af332b7d0
|
Use nameof in RoutedEvent.Register
|
4 years ago |
Brett Story
|
dbf25230b4
|
Utilizing AddOwner for LineHeight on TextBox
|
4 years ago |
Brett Story
|
5618cc03e4
|
Utilizing TextLayout's LineHeight in TextBox and TextPresenter
|
4 years ago |
Wiesław Šoltés
|
65ed75970d
|
Fix TextBox property name registrations
|
4 years ago |
Steven Kirk
|
f9dbbb3da1
|
Make UpdateDataValidation non-generic.
|
4 years ago |
Steven Kirk
|
f8706278a8
|
Make OnPropertyChanged non-generic.
|
4 years ago |
robloo
|
b0246965b8
|
Modernize TextBox property accessor code
|
4 years ago |
robloo
|
1f5bd8627f
|
Add watermark property comments
|
4 years ago |
Jade Macho
|
0af2b1e5cf
|
Fix backspace in textbox not moving caret
|
4 years ago |
robloo
|
d4540ed0e5
|
Add template part attributes to common controls
|
4 years ago |
Benedikt Stebner
|
59d8f86509
|
Better WPF compat
Disable run sort
|
4 years ago |
Benedikt Stebner
|
9250d93407
|
Implement embedded runs
Improve text edit navigation
Implement IncrementalTabWidth
|
4 years ago |
daniel mayost
|
d5fd84ebc0
|
continue working
|
4 years ago |
daniel mayost
|
3eddf5cac4
|
first work
|
4 years ago |
Dan Walmsley
|
005d8e5222
|
dont report an inputclient if textbox is in readonly mode.
|
4 years ago |
Benedikt Stebner
|
d8937f90bc
|
Introduce CanShapeTogether and ShapeTogether
|
4 years ago |
Benedikt Stebner
|
0ee41356c1
|
Fix shift selection after whole word selection
|
4 years ago |
Benedikt Stebner
|
5cc496f612
|
Fix text edit interactions
|
4 years ago |