Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-23 | Merge pull request #70407 from Koyper/rich_text_bold_italics | Yuri Sizov | |
[RTL] Fix push bold or italics not using bold_italics_font when required | |||
2022-12-22 | Fixed RichTextLabel push bold/italic to correctly use bold_italic font. | Koyper | |
2022-12-22 | Merge pull request #70334 from Sauermann/fix-button-group-doc | Rémi Verschelde | |
Add configuration warning when ButtonGroup is used with non-toggleable buttons | |||
2022-12-22 | Merge pull request #70413 from Koyper/rtl_rename_remove_line | Rémi Verschelde | |
[RTL] Rename remove_line() to remove_paragraph() for naming consistancy. | |||
2022-12-22 | Add configuration warning when ButtonGroup is used with non-toggleable buttons | Markus Sauermann | |
Also fix ambiguous documentation of ButtonGroup. | |||
2022-12-21 | Merge pull request #68255 from jbcolli2/ColorPickerBug | Rémi Verschelde | |
Fixed Issue #68194 involving ColorPicker being allowed to align horizontally when it shouldn't | |||
2022-12-21 | Renamed RTL remove_line() to remove_paragraph(). | Koyper | |
2022-12-20 | Fix misaligned edit box when clicking on `Tree` items with different sizes | Michael Alexsander | |
2022-12-19 | Merge pull request #70297 from Paulb23/fix-autocomplete-brace-completion | Rémi Verschelde | |
Fix autocomplete with autobrace completion not adding closing pair | |||
2022-12-19 | Fix autocomplete with autobrace completion not adding closing pair | Paulb23 | |
2022-12-19 | Restore 'rotation_degrees' properties. | Juan Linietsky | |
By popular demand, restoring the helper properties to rotate objects in degrees. Affected are local and global rotations for: * Node2D * Node3D * Control | |||
2022-12-17 | Add `uri` property for LinkButton | Zak | |
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | |||
2022-12-17 | Merge pull request #70168 from Haydoggo/autocomplete-placement-fix | Rémi Verschelde | |
Fix autocomplete box placement | |||
2022-12-17 | Fix autocomplete box placement | Hayden Leete | |
2022-12-15 | [RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables. | bruvzg | |
2022-12-15 | Merge pull request #69680 from LucasLaukka/bugfix-line_edit | Rémi Verschelde | |
Fix color picker showing incorrect number of digits when changing display scale | |||
2022-12-15 | [RTL] Fix nested tables getting parent offset applied multiple times. | bruvzg | |
2022-12-14 | [RTL] Fix image click detection. | bruvzg | |
2022-12-13 | [TextEdit] Fix IME intermediate text not displayed when TextEdit is empty ↵ | bruvzg | |
and placeholder is set. | |||
2022-12-13 | Fix crash after executing ItemList.set_icon_scale | Haoyu Qiu | |
2022-12-12 | Merge pull request #61855 from Calinou/popup-centered-minsize-fix-freeze | Rémi Verschelde | |
Fix infinite loop when calling `Control.popup_centered_minsize()` | |||
2022-12-12 | Merge pull request #68546 from marzecdawid/fix-deselect-all-in_tree | Rémi Verschelde | |
Fix errors while deselecting all tree items; issue #65185 | |||
2022-12-10 | Merge pull request #69844 from AmyGilhespy/patch-1 | Rémi Verschelde | |
Fix glyph_flags typo. | |||
2022-12-10 | Merge pull request #68728 from Rindbee/fix-wrong-edit | Rémi Verschelde | |
Make sure the popup editor is hidden when selected | |||
2022-12-09 | Fix glyph_flags typo. | AmyGilhespy | |
2022-12-09 | Merge pull request #69353 from YuriSizov/window-be-more-like-your-brother | Rémi Verschelde | |
Copy local theme overrides from `Control` to `Window` | |||
2022-12-08 | RichTextLabel: decouple meta cursor from underline | Lluc Pares | |
This commit decouples the type of cursor used when the underline of meta tag is set to False. Previous to this commit setting the meta underline to false in the RichTextLabel would also make it show the arrow cursor instead of the hand cursor. Making the meta tag with no underline should not have any effect on the type of cursor, since the text will still be clickable it should be expected to have a hand cursor. The same behavior is seen in other languages, like HTML+CSS, where the setting "text-decoration" to "none" for the links, disables the underline but maintains the clickable cursor. Fixes godotengine/godot-proposals#3193 | |||
2022-12-07 | Copy local theme overrides from Control to Window | Yuri Sizov | |
2022-12-07 | fixed bug showing only two digits in color picker | Lucas Laukka | |
2022-12-07 | Merge pull request #69702 from bruvzg/menu_safe_rect | Rémi Verschelde | |
Fix menu popup safe rect height no including theme separation. | |||
2022-12-07 | Fix Determining Window for Touchscreen | Markus Sauermann | |
DisplayServer::screen_is_touchscreen will likely never utilize its parameter p_screen. This PR replaces this function by DisplayServer::is_touchscreen_available() with the same functionality. This solves the problem, that a SubViewport was used for determining the screen, which resulted in error messages. | |||
2022-12-07 | Fix menu popup safe rect height no including theme separation. | bruvzg | |
2022-12-06 | Fix highlight overlaps in TextEdit | Danil Alexeev | |
2022-12-05 | Merge pull request #65101 from MrPhnix/range_value_bug | Rémi Verschelde | |
Bug: The range doesn't take into account the min value when setting the value. | |||
2022-12-05 | Merge pull request #67123 from ↵ | Rémi Verschelde | |
Rindbee/improve-caret-draw-conditions-for-LineEdit Improve caret drawing conditions for `LineEdit` | |||
2022-12-05 | Merge pull request #69284 from gdixr/bugfix-69082 | Yuri Sizov | |
Prevent editor crash when deleting children of GraphNode | |||
2022-12-05 | Merge pull request #69580 from bruvzg/rtl_fix_search | Rémi Verschelde | |
[RTL] Fix search method not taking nested frame and line wraps into account. | |||
2022-12-05 | Merge pull request #69561 from AThousandShips/tree_select_fix | Rémi Verschelde | |
Fix TreeItem::set_as_cursor check | |||
2022-12-05 | Merge pull request #69312 from RumblingTurtle/double-click-editor-fix | Rémi Verschelde | |
Editor doubleclick jumping in certain positions fix | |||
2022-12-04 | [RTL] Fix search method not taking nested frame and line wraps into account. | bruvzg | |
2022-12-04 | Fix TreeItem::set_as_cursor check | Ninni Pipping | |
2022-12-03 | Merge pull request #62675 from Jummit/tolerant_lookup | Rémi Verschelde | |
Allow drag-clicking before symbol lookup | |||
2022-12-03 | Script editor: Fix edge case when double-click incorrectly updates caret ↵ | Eduard Zalyaev | |
position Fixes #68898. | |||
2022-12-02 | Improve usage of StringNames in GraphEdit | kobewi | |
2022-12-02 | [RichTextEffect] Restore missing `relative_index` property. | bruvzg | |
2022-12-01 | Merge pull request #67660 from Rindbee/improve-setter-for-Range | Rémi Verschelde | |
Improve validation when setting `max`/`min`/`page` in `Range` | |||
2022-12-01 | Merge pull request #69401 from IceflowRE/rename_theme_cache_names | Rémi Verschelde | |
Rename Tree theme cache separation names | |||
2022-11-30 | Rename theme cache separation names | Iceflower | |
2022-11-30 | Display transform properties of contained controls | kobewi | |
2022-11-30 | Prevent editor crash when deleting children of GraphNode | zhangjianguo | |