Thaddeus Crews
|
da9fb81e1f
Merge pull request #89556 from smntic/single-char
|
3 months ago |
Thaddeus Crews
|
8b4dd7a34e
Merge pull request #105724 from dugramen/recovery/split-commit
|
3 months ago |
Lukas Tenbrink
|
581e899785
Refactor `TextEdit::search` to be more robust to failure.
|
3 months ago |
dugramen
|
b9f59ae6ca
Add color pickers to script editor
|
4 months ago |
Thaddeus Crews
|
cc5857728d
Merge pull request #106114 from m4gr3d/disable_auto_keyboard_popup
|
3 months ago |
Fredia Huya-Kouadio
|
f29feac7a5
Add a `LineEdit` / `TextEdit` property to control whether the virtual keyboard should show on focus
|
3 months ago |
Danil Alexeev
|
413cb795cd
Move `alt_code_oem437` and `alt_code_cp1252` to separate header file
|
4 months ago |
lawnjelly
|
f8f350a32a
Add `GLOBAL_GET` cached macros.
|
4 months ago |
Thaddeus Crews
|
fc1ffeb5e0
Merge pull request #105870 from bruvzg/te_margin_round
|
4 months ago |
Pāvels Nadtočajevs
|
1794098b47
[TextEdit] Fix margin rounding at sub 100% scale.
|
4 months ago |
Pāvels Nadtočajevs
|
fb99c01381
[TextEdit] Fix caret cut of in RTL layout, account for wrapped line indents in accessibility updates.
|
4 months ago |
Thaddeus Crews
|
3947cbe3b2
Merge pull request #104386 from Repiteo/core/cpp-math
|
4 months ago |
Thaddeus Crews
|
d9122205ec
Merge pull request #105656 from Koyper/fix_line_edit_text_edit_composite_character_backspace_delete
|
4 months ago |
Koyper
|
b668f45fd0
Fix LineEdit and TextEdit composite character backspace delete.
|
4 months ago |
Pāvels Nadtočajevs
|
5b49fd4207
Selectively apply `FOCUS_ACCESSIBILITY` to the `Label`s instead of setting it by default.
|
4 months ago |
Thaddeus Crews
|
ad40939b6f
Core: Replace C math headers with C++ equivalents
|
5 months ago |
Jayden Sipe
|
292119dd68
Fix smooth scrolling tied to physics process
|
4 months ago |
Thaddeus Crews
|
717df3ee88
Merge pull request #105249 from Repiteo/core/math-defs-namespace
|
4 months ago |
Thaddeus Crews
|
94282d88f9
Core: Use `Math` namespace for constants
|
4 months ago |
bruvzg
|
aa0ade5b49
[TextEdit / LineEdit] Add support for OEM Alt codes input.
|
1 year ago |
Pāvels Nadtočajevs
|
b106dfd4f9
Base accessibility API.
|
5 months ago |
Thaddeus Crews
|
9bbda47794
Merge pull request #104776 from BrotherShort/TextEdit-VScroll-max-tolerance
|
5 months ago |
BrotherShort
|
1077fdb15a
fix TextEdit VScroll max tolerance
|
5 months ago |
Yufeng Ying
|
4f4031a675
Replace size() == 0 with is_empty().
|
5 months ago |
kobewi
|
10f6c01b9c
Remove ABS in favor of Math::abs
|
2 years ago |
Pāvels Nadtočajevs
|
2fb5059c63
[TextEdit] Use actual indentation offset instead of space width for wrapped lines.
|
7 months ago |
Rémi Verschelde
|
cbb1e0ef7a
Merge pull request #103653 from dugramen/popup_respect_scale
|
5 months ago |
A Thousand Ships
|
331a43a9d8
Add `String::remove_char(s)` methods for performance and convenience
|
1 year ago |
dugramen
|
ad812cf29d
Apply transform for LineEdit, RichTextLabel, and TextEdit popup positions
|
6 months ago |
Thaddeus Crews
|
3c43508ed7
Merge pull request #102427 from AThousandShips/fix_substr
|
5 months ago |