Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2023-02-06 | Enhance label sizing algorithm | Pedro J. Estébanez | |
2023-02-04 | Fix unlimited text rendering in Tree if width <= 0 | Stanislav Labzyuk | |
2023-02-03 | Merge pull request #71862 from RedMser/splitcontainer-fixes | Yuri Sizov | |
Fix SplitContainer rendering and theming | |||
2023-02-03 | Fix LineEdit not consuming events | Maxim Kulkin | |
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. | |||
2023-02-03 | Fix `RichTextLabel` context menu not customizable | Danil Alexeev | |
2023-02-02 | Fix toplevel nomenclature | Markus Sauermann | |
toplevel was 3.x top_level is 4.x | |||
2023-02-02 | Merge pull request #72471 from mbrlabs/blink | Rémi Verschelde | |
Always show caret when moving in LineEdit | |||
2023-02-01 | [X11] Fix IME subwindow in the popup not getting input focus. | bruvzg | |
2023-02-01 | Merge pull request #71936 from akien-mga/remove-some-unused-signals | Rémi Verschelde | |
Remove some unused signals | |||
2023-02-01 | Merge pull request #72476 from TokageItLab/graph-signal | Rémi Verschelde | |
Fix `scroll_offset_changed` signal doesn't fired when panning `GraphEdit` | |||
2023-02-01 | Merge pull request #66906 from Sauermann/fix-prohibit-inconsistent-size-state | Rémi Verschelde | |
Prohibit inconsistent size state for SubViewport | |||
2023-02-01 | Fix scroll_offset_changed signal doesn't fired when panning GraphEdit | Silc Renew | |
2023-01-31 | Prohibit inconsistent size state for SubViewport | Markus Sauermann | |
Prohibit size changes of SubViewports with parent SubViewportContainers that have stretch mode enabled. | |||
2023-01-31 | Always show caret when moving in LineEdit | Marcus Brummer | |
2023-01-31 | Remove some unused signals | Rémi Verschelde | |
Part of #37604. | |||
2023-01-31 | Merge pull request #67507 from Sauermann/fix-toplevel-root-control-node | Rémi Verschelde | |
Fix event propagation to child after set_as_toplevel | |||
2023-01-30 | Updates VideoDecoder plugin API to GDExtension. | anish bhobe | |
Adds VideoStream and relevant resource loaders to migrate external GDNative plugins to GDExtension. Adds a VideoStreamLoader as a specialization of ResourceFormatLoader as ClassDB::is_parent_class is inaccessible from GDExtension currently. Using Object* instead of Ref<T> in order to avoid the refcount bug (godotengine/godot-cpp#652) Also another bug is in ResourceLoader in use on the extension side that requires fixing. | |||
2023-01-30 | [RichTextLabel] Fix thread unsafe `set_physics_process_internal` usage. Use ↵ | bruvzg | |
`WorkerThreadPool` instead of creating new threads. | |||
2023-01-29 | Merge pull request #71896 from poohcom1/fix/autocomplete-substring-filter | Rémi Verschelde | |
Fix autocomplete filter not including substrings | |||
2023-01-28 | Fix get_parent_anchorable_rect() not returning the correct size in some cases | MinusKube | |
2023-01-28 | Fix connections drawing in GraphEdit minimap | Stanislav Labzyuk | |
2023-01-28 | Mark dirty flags when shaped texts are invalidated | MinusKube | |