Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Scene] Add `SceneStringNames::text/value_changed` | A Thousand Ships | 2024-06-19 | 1 | -1/+1 |
| | |||||
* | Fix IME activation in subviewports. | bruvzg | 2024-06-04 | 1 | -9/+12 |
| | |||||
* | [Scene] Add `SceneStringNames::id_pressed` | A Thousand Ships | 2024-05-30 | 1 | -3/+3 |
| | |||||
* | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -2/+2 |
| | |||||
* | Update LineEdit to include read_only StyleBox in get_minimum_size() | aaronp64 | 2024-04-29 | 1 | -2/+2 |
| | | | | Fixes #90522 | ||||
* | Expose is_part_of_edited_scene() | kobewi | 2024-04-26 | 1 | -1/+1 |
| | |||||
* | Merge pull request #85801 from HolonProduction/select-whole-words-line-edit | Rémi Verschelde | 2024-03-01 | 1 | -0/+23 |
|\ | | | | | | | Allow dragging selection when selecting whole words in `LineEdit` | ||||
| * | Allow dragging selection when selecting whole words in `LineEdit` | HolonProduction | 2024-02-05 | 1 | -0/+23 |
| | | |||||
* | | Add option to add built-in strings in the POT generation | Michael Alexsander | 2024-02-28 | 1 | -31/+31 |
| | | |||||
* | | Add methods to add submenus without using names | kobewi | 2024-02-22 | 1 | -6/+2 |
| | | |||||
* | | Use check_changed_settings_in_group() everywhere | kobewi | 2024-02-19 | 1 | -0/+3 |
| | | |||||
* | | Fix `LineEdit` delete all the way to the left/right when something is selected | passivestar | 2024-02-18 | 1 | -17/+17 |
| | | |||||
* | | Revert "Update Node::get_configuration_warnings signature" | Rémi Verschelde | 2024-02-17 | 1 | -2/+2 |
| | | | | | | | | This reverts commit d3852deaa450d77edb30df2bb1c77bd7bc45befc. | ||||
* | | Merge pull request #88057 from passivestar/cmd-backspace-lineedit | Rémi Verschelde | 2024-02-13 | 1 | -3/+4 |
|\ \ | | | | | | | | | | Fix LineEdit behavior for deleting all the way to the left/right | ||||
| * | | Fix LineEdit behavior for deleting all the way to the left/right | passivestar | 2024-02-07 | 1 | -3/+4 |
| |/ | |||||
* / | Update Node::get_configuration_warnings signature | RedMser | 2024-02-08 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #87012 from TheSofox/line-edit-undo-caret-fix | Rémi Verschelde | 2024-01-15 | 1 | -2/+4 |
|\ | | | | | | | Fix `LineEdit` caret rendering/positioning on Undo. | ||||
| * | Fix LineEdit caret rendering/positioning on Undo. | Sofox | 2024-01-09 | 1 | -2/+4 |
| | | |||||
* | | Update deferred calls to use Callables | kobewi | 2024-01-09 | 1 | -7/+4 |
|/ | |||||
* | Merge pull request #86732 from TheSofox/line-edit-delete-fix | Rémi Verschelde | 2024-01-04 | 1 | -0/+6 |
|\ | | | | | | | Make `LineEdit` scrolling show as much text as possible | ||||
| * | Make LineEdit scrolling show as much text as possible | Sofox | 2024-01-04 | 1 | -0/+6 |
| | | |||||
* | | Fix double text_changed signal when overwriting selection in LineEdit | Mateus Reis | 2023-12-24 | 1 | -1/+6 |
|/ | | | | | | | The part of gui_input that handles unicode wasn't checking text_changed_dirty before emitting the signal, unlike the rest of the text editing functions. Fixes #86451 | ||||
* | [Text Overrun] Add option to set custom ellipsis character, add support for ↵ | bruvzg | 2023-12-04 | 1 | -12/+9 |
| | | | | system font fallback. | ||||
* | Change dropdown type filter to Texture2D in certain nodes | BlueCube3310 | 2023-10-28 | 1 | -1/+1 |
| | |||||
* | Make LineEdit secret character easier to change and enter | jsjtxietian | 2023-10-19 | 1 | -5/+16 |
| | | | | | | | 1. Allow values longer than 1 character in the property, but trim characters after the first one. 2. Allow empty strings, this acts like if a space was used as a secret character, so that an error isn't printed when you erase all characters in the property. | ||||
* | Accept cancel event when unfocusing LineEdit | kobewi | 2023-10-06 | 1 | -0/+1 |
| | |||||
* | Merge pull request #82811 from MewPurPur/more-line-edit-organization | Rémi Verschelde | 2023-10-06 | 1 | -2/+4 |
|\ | | | | | | | Place LineEdit secret in its own section | ||||
| * | Place LineEdit secret in its own section | MewPurPur | 2023-10-04 | 1 | -2/+4 |
| | | |||||
* | | Replace Ctrl in editor shortcuts with Cmd or Ctrl depending on platform | ajreckof | 2023-09-19 | 1 | -4/+4 |
|/ | |||||
* | Merge pull request #81312 from YuriSizov/theme-static-binds | Rémi Verschelde | 2023-09-11 | 1 | -23/+25 |
|\ | | | | | | | Register theme properties with ThemeDB | ||||
| * | Register theme properties with ThemeDB | Yuri Sizov | 2023-09-11 | 1 | -23/+25 |
| | | |||||
* | | Fix FindReplaceBar losing focus too early | kobewi | 2023-09-08 | 1 | -1/+1 |
|/ | |||||
* | [LineEdit] Update line edit offset on text delete. | bruvzg | 2023-09-08 | 1 | -5/+1 |
| | |||||
* | Unfocus LineEdit when pressing Escape | kobewi | 2023-08-29 | 1 | -0/+5 |
| | |||||
* | [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 ↵ | bruvzg | 2023-08-15 | 1 | -3/+6 |
| | | | | composite characters. | ||||
* | 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 |
| | | | | | | | | | | Fix for issue #77474 Remove wrong tab Change the comment to more relevant Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | ||||
* | 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 | ||||
| * | 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 | ||||
| * | Fix LineEdit not consuming events | Maxim Kulkin | 2023-02-03 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The most important issue is LineEdit not consuming "ui_text_submit" event which makes pressing Enter after editing escape to other components causing unwanted interactions. Also fix handling mouse button interactions not consuming some events. Also implement early return in case we know which event type it is and there is no point in checking other event types. PS I'm also suspicious that mouse motion events also need to be consumed, but haven't explored those cases. | ||||
* | | 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 |
| |