index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
gui
/
line_edit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[Text Server] Store extra spacing of individual font variations.
bruvzg
2023-08-24
1
-3
/
+0
*
[TextServer] Fix system font fallback and caret/selection behavior for compos...
bruvzg
2023-08-15
1
-3
/
+6
*
Add drag and drop option for line edit and rich text label
unknown
2023-07-19
1
-7
/
+20
*
Preserve selection when focusing SpinBox
kobewi
2023-06-10
1
-0
/
+16
*
Fix LineEdit expanding to text length
Igorrreha
2023-05-26
1
-2
/
+2
*
Merge pull request #74623 from MewPurPur/edit-text-with-style
Yuri Sizov
2023-04-17
1
-7
/
+7
|
\
|
*
Code style improvements to text_edit and related
VolTer
2023-04-08
1
-7
/
+7
*
|
[TextServer] Use dedicated flag for object replacement characters.
bruvzg
2023-04-12
1
-1
/
+1
|
/
*
Implement LineEdit.get_selected_text()
VolTer
2023-03-30
1
-5
/
+14
*
Fix get_drag_data not overridable in some Controls
kobewi
2023-03-20
1
-0
/
+5
*
Fix IME position in the single window mode sub-windows.
bruvzg
2023-03-06
1
-4
/
+10
*
Merge pull request #72378 from maximkulkin/line-edit-consume-events
Rémi Verschelde
2023-02-10
1
-0
/
+10
|
\
|
*
Fix LineEdit not consuming events
Maxim Kulkin
2023-02-03
1
-0
/
+10
*
|
Always show caret when moving in LineEdit
Marcus Brummer
2023-01-31
1
-0
/
+2
|
/
*
Fix `LineEdit` and `TextEdit` context menus not customizable
Danil Alexeev
2023-01-27
1
-83
/
+116
*
[Windows] Fix committing IME text without IME deactivation.
bruvzg
2023-01-26
1
-0
/
+4
*
Cleanup and unify keyboard input.
bruvzg
2023-01-23
1
-19
/
+29
*
Convert en_GB spelling to en_US with codespell
Rémi Verschelde
2023-01-23
1
-1
/
+1
*
Use BitField<> in core type masks
Juan Linietsky
2023-01-08
1
-1
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
fixed bug showing only two digits in color picker
Lucas Laukka
2022-12-07
1
-2
/
+2
*
Merge pull request #67123 from Rindbee/improve-caret-draw-conditions-for-Line...
Rémi Verschelde
2022-12-05
1
-36
/
+33
|
\
|
*
Improve caret drawing conditions for `LineEdit`
Rindbee
2022-10-09
1
-36
/
+33
*
|
[Line Edit] Ignore placeholder text when drawing caret.
bruvzg
2022-11-08
1
-8
/
+21
*
|
Allow selecting SpinBox & LineEdit text when focus enters
Haoyu Qiu
2022-10-29
1
-0
/
+29
*
|
Abort LineEdit shaping if no font is set to avoid unnecessary error messages.
bruvzg
2022-10-14
1
-3
/
+6
|
/
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-2
/
+2
*
Add split caret direction markers. Fix block/overtype caret size.
bruvzg
2022-10-07
1
-1
/
+12
*
Fix key mapping changes when moving from macOS to other platform
bruvzg
2022-09-07
1
-1
/
+1
*
Rename every instance of `caret_blink_speed` to `caret_blink_interval`
Micky
2022-09-06
1
-12
/
+12
*
Add a lifecycle method for manual theme item caching to Control
Yuri Sizov
2022-09-01
1
-36
/
+67
*
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-33
/
+33
*
Merge pull request #62771 from bruvzg/line_edit_trim
Rémi Verschelde
2022-08-26
1
-24
/
+24
|
\
|
*
Fix LineEdit text incorrectly trimmed due to rounding errors.
bruvzg
2022-07-10
1
-24
/
+24
*
|
Add some codes, returnes directly if the value is not changed.
风青山
2022-08-23
1
-9
/
+27
*
|
Make `_validate_property` a multilevel method
Yuri Sizov
2022-08-22
1
-3
/
+3
*
|
Add support for multiple virtual keyboard types
Brian Semrau
2022-08-04
1
-2
/
+22
|
/
*
Refactor Font configuration and import UI, and Font resources.
bruvzg
2022-07-06
1
-85
/
+14
*
Change LineEdit caret blink to use process
Nolkaloid
2022-07-05
1
-14
/
+23
*
Fix setting line edit caret after dobule and triple click
iwek
2022-06-10
1
-2
/
+2
*
Take into account the clear icon's size even when not visible in `LineEdit`s
Michael Alexsander
2022-06-05
1
-6
/
+10
*
Fix LineEdit clear button for asymmetric stylebox
Haoyu Qiu
2022-05-28
1
-1
/
+1
*
Add ALT NUM+ {hex code} character input support for LineEdit, TextEdit and Co...
bruvzg
2022-05-13
1
-0
/
+36
*
Implement Label3D node.
bruvzg
2022-04-22
1
-2
/
+2
*
[Input] Add extra `shortcut_input` input processing step to process Unicode c...
bruvzg
2022-04-05
1
-0
/
+22
*
Unify TextServer built-in module and GDExtension code.
bruvzg
2022-03-17
1
-1
/
+1
*
Remove duplicate editor settings definitions
kobewi
2022-03-06
1
-4
/
+4
*
Add optional constructor arguments to more Control nodes
Hugo Locurcio
2022-03-04
1
-1
/
+3
*
Fix LineEdit and TextEdit carets disappearing at theme scales below 1.0
Hugo Locurcio
2022-03-03
1
-1
/
+2
*
Use `switch` consistently in `_notification` (`scene` folder)
Rémi Verschelde
2022-02-15
1
-2
/
+13
[prev]
[next]