Rémi Verschelde
|
008cafc103
Merge pull request #72378 from maximkulkin/line-edit-consume-events
|
2 years ago |
Maxim Kulkin
|
5adc7e397e
Fix LineEdit not consuming events
|
2 years ago |
Marcus Brummer
|
a54cb5b07b
Always show caret when moving in LineEdit
|
2 years ago |
Danil Alexeev
|
af8bf6f1d0
Fix `LineEdit` and `TextEdit` context menus not customizable
|
2 years ago |
bruvzg
|
e08a6e692d
[Windows] Fix committing IME text without IME deactivation.
|
2 years ago |
bruvzg
|
daad4aed62
Cleanup and unify keyboard input.
|
2 years ago |
Rémi Verschelde
|
5b1df48c6c
Convert en_GB spelling to en_US with codespell
|
2 years ago |
Juan Linietsky
|
2b815df3c1
Use BitField<> in core type masks
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Lucas Laukka
|
4e63395a78
fixed bug showing only two digits in color picker
|
2 years ago |
Rémi Verschelde
|
45c6950f1b
Merge pull request #67123 from Rindbee/improve-caret-draw-conditions-for-LineEdit
|
2 years ago |
bruvzg
|
c624b1eeac
[Line Edit] Ignore placeholder text when drawing caret.
|
2 years ago |
Haoyu Qiu
|
3aed3edc06
Allow selecting SpinBox & LineEdit text when focus enters
|
2 years ago |
bruvzg
|
4b1937c73f
Abort LineEdit shaping if no font is set to avoid unnecessary error messages.
|
2 years ago |
Rindbee
|
3f20108703
Improve caret drawing conditions for `LineEdit`
|
3 years ago |
bruvzg
|
0103af1ddd
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
3 years ago |
bruvzg
|
a750ca7ec1
Add split caret direction markers. Fix block/overtype caret size.
|
3 years ago |
bruvzg
|
6f4d233062
Fix key mapping changes when moving from macOS to other platform
|
3 years ago |
Micky
|
6dbd283ae5
Rename every instance of `caret_blink_speed` to `caret_blink_interval`
|
3 years ago |
Yuri Sizov
|
3b1aa240dc
Add a lifecycle method for manual theme item caching to Control
|
3 years ago |
Micky
|
e31bb5ffeb
Rename `CanvasItem.update()` to `queue_redraw()`
|
3 years ago |
Rémi Verschelde
|
fed1189099
Merge pull request #62771 from bruvzg/line_edit_trim
|
3 years ago |
风青山
|
e561c68256
Add some codes, returnes directly if the value is not changed.
|
3 years ago |
Yuri Sizov
|
1a24c9e14b
Make `_validate_property` a multilevel method
|
3 years ago |
Brian Semrau
|
103c0fa6e6
Add support for multiple virtual keyboard types
|
3 years ago |
bruvzg
|
3316454379
Fix LineEdit text incorrectly trimmed due to rounding errors.
|
3 years ago |
bruvzg
|
344ba0ffaf
Refactor Font configuration and import UI, and Font resources.
|
3 years ago |
Nolkaloid
|
9dc58511c6
Change LineEdit caret blink to use process
|
3 years ago |
iwek
|
082cf5440e
Fix setting line edit caret after dobule and triple click
|
3 years ago |
Michael Alexsander
|
71c8fb26e0
Take into account the clear icon's size even when not visible in `LineEdit`s
|
3 years ago |