Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-27 | [TextEdit / IME] Check selection before deleting to avoid unnecessary error ↵ | bruvzg | |
messages. | |||
2023-02-24 | Revert "Reordering emitted signals in PopupMenu" and fix editor selection ↵ | bruvzg | |
issue in the safer way. | |||
2023-02-23 | Revert Label text reshaping fix #71553 and subsequent regression fixes | Rémi Verschelde | |
Despite a lot of great work from Pedro to try to improve the Label text reshaping logic and fix subsequent regressions, we found ourselves still chasing more edge cases, such as #73736 (which got reverted already due to it causing yet another regression). In parallel, it seems like the crash scenario that #71553 was addressing got solved differently in the master branch, so it appears like this change is no longer necessary at all (at least not urgently), so we decided to revert to the previous known "ok" state of Label. - Revert #71553 "Prevent infinite cascade of re-layout after label text reshaping" This reverts commit ed8c5cd52f7914daf6f1aa309581ca3b9b048a2e. - Revert #72387 "Enhance label sizing algorithm" This reverts commit 5131b81a4db89d2ef05f7cff7b4b5ea93b140aec. - Revert #73234 "Fix blank non-autowrapping labels" This reverts commit 3ccabee9ae8f261aa7b0110482fbb5d2500d2e38. - Revert #73343 "Make label sizing algorithm more robust" This reverts commit 4f7f1ef60bdbb0c6d6096d3d99f3e967af7d7a39. - Revert #73426 "Fix width determination of non-trimmed, non-wrapped labels" This reverts commit 73b6c0b972150c7cee3975080bedc510f1088adb. | |||
2023-02-22 | Revert "Fix visible_lines calculation" | Rémi Verschelde | |
This reverts commit ceee405cec171506dde7bc62033dc52ac3797599. This caused regressions, see #73736 and #73780. Fixes #73780. | |||
2023-02-22 | Merge pull request #73736 from helviett/fix_visible_lines_calculation | Rémi Verschelde | |
Fix visible_lines calculation | |||
2023-02-22 | Fix visible_lines calculation | helviett | |
2023-02-22 | Merge pull request #73587 from YuriSizov/rtl-the-underliner | Rémi Verschelde | |
Ensure minimal thickness for `RichTextLabel` underlines | |||
2023-02-20 | Merge pull request #73597 from ↵ | Rémi Verschelde | |
MewPurPur/add-missing-queue-redraw--oh-wait-that-barely-narrows-it-down Fix Indent/Unindent without a selection not causing a redraw | |||
2023-02-19 | Fix Indent/Unindent without a selection not causing a redraw | VolTer | |
2023-02-19 | Ensure minimal thickness for RichTextLabel underlines | Yuri Sizov | |
2023-02-19 | Fix ctrl+backspace crash with multicarets on the same line | Paulb23 | |
2023-02-17 | Add a custom icon for the `project.godot` file in the EditorFileDialog | Yuri Sizov | |
2023-02-17 | Merge pull request #73508 from nongvantinh/reorder-emitted-signals | Yuri Sizov | |
Reordering emitted signals in PopupMenu | |||
2023-02-17 | Reordering emitted signals in PopupMenu | Nong Van Tinh | |
2023-02-17 | Merge pull request #72184 from Maran23/item-list-index-out-of-bounds | Rémi Verschelde | |
ItemList: Check if the index is out bounds before accessing the internal items | |||
2023-02-17 | Merge pull request #70781 from jamesmintram/jamesm/bugfix/fix-minimap-oob | Rémi Verschelde | |
Fix error spam when hovering minimap in the script editor | |||
2023-02-17 | Set RTL minimal dash size to 2.0, add invalid dash size error to the ↵ | bruvzg | |
`draw_dashed_line`. | |||
2023-02-17 | Merge pull request #69801 from nongvantinh/fix-invalid-scene-name | Rémi Verschelde | |
Fixed scene name can be saved as extension only | |||
2023-02-17 | Merge pull request #72764 from Sauermann/fix-color-picking | Rémi Verschelde | |
Fix Color Picking | |||
2023-02-17 | Prevent saving files with no name and only an extension. | Nong Van Tinh | |
Fixes #69768. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | |||
2023-02-16 | Fix error spam when hovering minimap in the script editor | James Mintram | |
2023-02-16 | Merge pull request #73396 from KoBeWi/sorry | Rémi Verschelde | |
Fix crash with AspectRatioContainer and TextureRect | |||
2023-02-16 | Fix crash with AspectRatioContainer and TextureRect | kobewi | |
2023-02-16 | Fix width determination of non-trimmed, non-wrapped labels | Pedro J. Estébanez | |
In other words, exclude trimmable labels from the special logic used for non-wrapping ones, since they are not expected to dictate their width authoritatively. | |||
2023-02-15 | Merge pull request #73343 from RandomShaper/labels_are_evil | Rémi Verschelde | |
Make label sizing algorithm more robust | |||
2023-02-15 | Make label sizing algorithm more robust | Pedro J. Estébanez | |
2023-02-15 | Merge pull request #73349 from dalexeev/fix-tab-bar-redraw | Yuri Sizov | |
Fix `TabBar` not redrawing on locale change | |||
2023-02-15 | Fix `TabBar` not redrawing on locale change | Danil Alexeev | |
2023-02-15 | Merge pull request #73293 from RedMser/rich-text-label-fixes | Yuri Sizov | |
RichTextLabel: Unexpose internal ItemType enum, improve `push_meta` docs | |||
2023-02-15 | Fix autocomplete persisting at the beginning of a line | VolTer | |
2023-02-14 | RichTextLabel fixes | RedMser | |
- Unexpose ItemType enum, since it is not used in public API. - Fix documentation for meta tag, since it has no BBCode equivalent. | |||
2023-02-14 | [Editor] Fix editor progress dialog auto closing on ESC press, and on ↵ | bruvzg | |
application focus loss. | |||
2023-02-13 | Fix blank non-autowrapping labels | Pedro J. Estébanez | |
2023-02-13 | Merge pull request #73191 from KoBeWi/some_color_picker_stuff | Rémi Verschelde | |
Fix HSV Rectangle Wheel values | |||
2023-02-13 | Merge pull request #66745 from EricEzaM/66453-popupmenu-shortcut-shape-fix | Rémi Verschelde | |
Ensure PopupMenu item is shaped when the shortcut is set. | |||
2023-02-13 | Merge pull request #72225 from MinusKube/shaped_text_invalidated_bug | Rémi Verschelde | |
Mark dirty flags when shaped texts are invalidated | |||
2023-02-13 | Merge pull request #72387 from RandomShaper/avoid_infinite_2 | Rémi Verschelde | |
Enhance label sizing algorithm (a.k.a. prevent infinite GUI re-layout) | |||
2023-02-13 | Fix HSV Rectangle Wheel values | kobewi | |
2023-02-12 | Fix GraphEdit port hotzone snapping | Hendrik Brucker | |
2023-02-10 | Merge pull request #72378 from maximkulkin/line-edit-consume-events | Rémi Verschelde | |
Fix LineEdit not consuming events | |||
2023-02-10 | Merge pull request #72714 from DarkMessiah/fix-unlimited-text-in-tree | Rémi Verschelde | |
Fix unlimited text rendering in Tree if width <= 0 | |||
2023-02-09 | Merge pull request #72884 from groud/fix_trackpad_viewpanner | Rémi Verschelde | |
Fix panning via InputEventPanGesture | |||
2023-02-09 | Update GraphEdit configuration warning, mark GraphNode/GraphEdit as experimental | Hendrik Brucker | |
2023-02-09 | Fix Color Picking | Markus Sauermann | |
With the 4.x-introduction of Windows the previous method for color picking was no longer working. This PR uses the following approach to reintroduce color-picking. When the Color-Picking-Button is pressed, a quasi-screenshot of the Window-content is created and displayed in a new Popup-Window. This new Window allows selecting colors by Mouse-Click. A Preview of the targeted Color is also displayed. | |||
2023-02-08 | Fix panning via InputEventPanGesture | Gilles Roudière | |
Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com> | |||
2023-02-07 | Use min_size/max_size to limit the window size and the position while popup ↵ | Rindbee | |
center | |||
2023-02-06 | Merge pull request #72770 from Kabiirk/Control-has-point-doc-update | Rémi Verschelde | |
Fix description and argument name in `Control._has_point` | |||
2023-02-07 | Fix description and argument name in Control._has_point | Kabiir | |
2023-02-06 | Fix Screen-Transform missing in Button Size in OptionButton::show_popup | Markus Sauermann | |
The button size is affected by the screen transform, which was previously not taken into consideration. | |||
2023-02-06 | Merge pull request #72204 from MinusKube/anchorable_rect_editor_bug | Yuri Sizov | |
Fix get_parent_anchorable_rect() not returning the correct size in some cases |