Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-14 | Skip indentation of empty lines when indenting a selection. | Cheeseness | |
2020-08-14 | Merge pull request #37769 from HellonLegs/master | Rémi Verschelde | |
solved ctrl + alt + special character Issue #6851 | |||
2020-08-14 | Merge pull request #38223 from EricEzaM/spinbox-update-lineedit-after-bad-input | Rémi Verschelde | |
Fixed bug where spinbox would not update to it's actual value after non-numeric input | |||
2020-08-11 | Fix RichTextLabel center alignment bug | Umang Kalra | |
Fixes #40207. | |||
2020-08-09 | Add option to disable virtual keyboard for TextEdit | PouleyKetchoupp | |
Adding support for disabling virtual keyboard on mobile platforms, in order to make it consistent with LineEdit. It allows implementing a custom virtual keyboard. | |||
2020-07-29 | Fix TextEdit line width cache not being updated | Paulb23 | |
2020-07-27 | Make all String float conversion methods be 64-bit | Aaron Franke | |
2020-07-26 | Fix Return key events in LineEdit & TextEdit on Android | PouleyKetchoupp | |
Depending on the device implementation, editor actions could be received with different action ids or not at all for multi-line. Added a parameter to virtual keyboards to properly handle single-line and multi-line cases in all situations. Single-line: Input type set to text without multiline to make sure actions are sent. IME options are set to DONE action to force action id consistency. Multi-line: Input type set to text and multiline to make sure enter triggers new lines. Actions are disabled by the multiline flag, so '\n' characters are handled in text changed callbacks. | |||
2020-07-25 | GUI ScrollBar: possible fix for scrolling | Sergey Minakov | |
Use of unmodified value returned by 'screen_is_touchscreen' to be used in determening if scroll bar should be scrolled | |||
2020-07-24 | Merge pull request #38088 from YeldhamDev/name_tooltips_tweaks | Rémi Verschelde | |
Small naming and tooltip tweaks | |||
2020-07-24 | Merge pull request #40436 from DanielZTing/master | Rémi Verschelde | |
Evenly distribute stretched Nodes in BoxContainer | |||
2020-07-23 | Small naming and tooltip tweaks | Michael Alexsander | |
2020-07-23 | Merge pull request #39737 from Cevantime/add_force_caret_displayed_to_line_edit | Rémi Verschelde | |
add force caret display to line edit | |||
2020-07-22 | Merge pull request #40217 from theoway/visible_line_count_fix | Rémi Verschelde | |
Fixes the get_visible_line_count() of rich text label | |||
2020-07-22 | Merge pull request #40588 from nekomatata/virtual-keyboard-disable | Rémi Verschelde | |
Add option to disable virtual keyboard for LineEdit | |||
2020-07-22 | Add option to disable virtual keyboard for LineEdit | PouleyKetchoupp | |
Co-authored-by: Alexander Holland <alexander.holland@live.de> | |||
2020-07-21 | Merge pull request #40450 from asmaloney/spelling | Rémi Verschelde | |
Fix spelling & grammar in comments, docs, and messages | |||
2020-07-21 | Fix spelling & grammar in comments, docs, and messages | Andy Maloney | |
2020-07-20 | Prevent infinite loop in Tree incremental search | Tomasz Chabora | |
2020-07-16 | Evenly distribute stretched Nodes in BoxContainer | Daniel Ting | |
Add any leftover fractional pixels to an error accumulator. When the accumulator is greater or equal to one, add one pixel to the current Node's size and subtract one from the accumulator. Closes #36522 | |||
2020-07-15 | add force caret display to line edit | Cevantime | |
2020-07-15 | Merge pull request #40291 from hinlopen/dialog-size | Rémi Verschelde | |
Resize various dialogs | |||
2020-07-15 | Merge pull request #40268 from DanielZTing/master | Rémi Verschelde | |
Fix cancel/OK button order on macOS | |||
2020-07-14 | Correct RichTextLabel.custom_effects property type metadata | Emmanuel Leblond | |
2020-07-14 | Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and ↵ | Stijn Hinlopen | |
resource depency dialogs). | |||
2020-07-11 | Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighter | Paulb23 | |
- Extacted all syntax highlighting code from text edit - Removed enable syntax highlighting from text edit - Added line_edited_from signal to text_edit - Renamed get/set_syntax_highlighting to get/set_syntax_highlighter - Added EditorSyntaxHighligher | |||
2020-07-11 | Convert syntax highlighters into a resource | Paulb23 | |
2020-07-10 | Fix cancel/OK button order on macOS | Daniel Ting | |
The macOS platform convention regarding button order is cancel on left, OK on right. | |||
2020-07-10 | Add override keywords. | Marcel Admiraal | |
2020-07-09 | Emit signals for GraphEdit multi-node selection and unselection | Maganty Rushyendra | |
Emit `node_selected` and `node_deselected` signals where appropriate when selecting or unselecting multiple GraphEdit nodes at once. | |||
2020-07-09 | Fixes the get_visible_line_count() of rich text label | Umang Kalra | |
2020-07-05 | Fix GraphEdit reconnecting to disconnected port | Yuri Roubinsky | |
2020-07-04 | Prevents incorrect connection attempt on port clicking in GraphEdit | Yuri Roubinsky | |
Prevents incorrect connection attempt on port clicking in GraphEdit | |||
2020-07-04 | Merge pull request #40092 from hinlopen/remove-find-last | Rémi Verschelde | |
Remove String::find_last (same as rfind) | |||
2020-07-03 | Remove String::find_last (same as rfind) | Stijn Hinlopen | |
2020-07-03 | Merge pull request #37218 from lrgilbert/graphnode-port-separation | Rémi Verschelde | |
Fixed GraphNode port separation. | |||
2020-07-03 | Merge pull request #40081 from nekomatata/richtextlabel-fill-regression | Rémi Verschelde | |
Fix RichTextLabel fill alignment regression | |||
2020-07-03 | Merge pull request #32907 from georgikoemdzhiev/FixPressedIssue | Rémi Verschelde | |
Uncheck 'Pressed' if toggle_mode is unchecked | |||
2020-07-03 | Fixed separation of ports on GraphNode | lrgilbert | |
Fixes #32474. | |||
2020-07-03 | Fix RichTextLabel fill alignment regression | PouleyKetchoupp | |
Fixes #40068 (regression from #39164) by not applying the line offset change in the case of fill alignment mode. | |||
2020-07-02 | Fix content scale mode, closes #37941 | Juan Linietsky | |
2020-07-02 | Uncheck 'Pressed' if toggle_mode is unchecked | georgikoemdzhiev | |
2020-07-02 | Prevent dragging from SceneTree buttons | Haoyu Qiu | |
2020-07-02 | Merge pull request #40020 from reduz/fix-tree-edit-focus | Rémi Verschelde | |
Fix doubleclick on tree item, restore input focus on previous windows. | |||
2020-07-02 | Merge pull request #40028 from reduz/fix-popups1 | Rémi Verschelde | |
Fix some popup menus missing screen transform. | |||
2020-07-02 | Merge pull request #40022 from reduz/fix-subwindow-clamp | Rémi Verschelde | |
Add ability to clamp embedded subwindows to parent | |||
2020-07-01 | Fix some popups menu missing screen transform. | Juan Linietsky | |
Closes #38591 | |||
2020-07-01 | Merge pull request #32516 from nekomatata/texture-button-flip | Rémi Verschelde | |
Added flip_h and flip_v properties in TextureButton | |||
2020-07-01 | Add ability to clamp embedded subwindows to parent, fixes #37792 | Juan Linietsky | |
2020-07-01 | Fix doubleclick on tree item, restore input focus on previous windows. | Juan Linietsky | |
Closes #37335 |