Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-26 | Merge pull request #43807 from Xrayez/aspect-ratio-container | Rémi Verschelde | |
Add `AspectRatioContainer` class | |||
2020-11-26 | Removed unused property 'pending_resize' from Control | Eric M | |
2020-11-25 | Add `AspectRatioContainer` class | Andrii Doroshenko (Xrayez) | |
Co-authored-by: Ugis Brekis <ugis.brekis@productmadness.com> | |||
2020-11-25 | Merge pull request #43833 from volzhs/fix-scrollcontainer-bar-max-value | Rémi Verschelde | |
Fix to update scroll bar has correct max value in ScrollContainer | |||
2020-11-25 | Update clear button when clicked | Tomasz Chabora | |
2020-11-25 | Fix to update scroll bar has correct max value in ScrollContainer | volzhs | |
2020-11-16 | Remove empty lines around braces with the formatting script | Aaron Franke | |
2020-11-16 | Merge pull request #42008 from Calinou/theme-rename-node-type | Rémi Verschelde | |
Rename the `type` parameter to `node_type` in Theme and Control | |||
2020-11-16 | Merge pull request #41851 from EricEzaM/PR/popup-menu-hysteresis | Rémi Verschelde | |
Added hysteresis for popup sub-menus | |||
2020-11-15 | GUI: send cursor data from TextEdit | Sergey Minakov | |
2020-11-11 | Merge pull request #43449 from nekomatata/line_edit_window_pos | Rémi Verschelde | |
Expose LineEdit scroll offset to scripts | |||
2020-11-11 | Expose LineEdit scroll offset to scripts | PouleyKetchoupp | |
2020-11-08 | Added hysteresis for popup sub-menus | Eric M | |
This adds a small lag effect when opening submenus which allow the user to move directly to an item on the submenu without worrying about avoiding the autohide regions. | |||
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz | |
-Removed FuncRef, since Callable makes it obsolete -Removed int_types.h as its obsolete in c++11+ -Changed color names code | |||
2020-11-06 | Merge pull request #43283 from Calinou/color-remove-contrasted | Rémi Verschelde | |
Remove `Color.contrasted()` as its behavior is barely useful | |||
2020-11-03 | Remove `Color.contrasted()` as its behavior is barely useful | Hugo Locurcio | |
Returning the most contrasting color isn't a trivial task, as there are often many possible choices. It's usually best left for the user to implement using a script. | |||
2020-11-03 | Tooltips: Improve code clarity and docs | Rémi Verschelde | |
The return type for `_make_custom_tooltip` is clarified as Control, and users should make sure to return a visible node for proper size calculations. Moreover in the current master branch, a PopupPanel will be added as parent to the provided tooltip to make it a sub-window. Clarifies documentation for `Control._make_custom_tooltip`, and shows how to use the (until now undocumented) "TooltipPanel" and "TooltipLabel" theme types to style tooltips. Fixes #39677. | |||
2020-10-29 | Fix crash in TabContainer in case of no content at all | volzhs | |
2020-10-28 | Removed redundant line from TextEdit | Yuri Roubinsky | |
introduced in https://github.com/godotengine/godot/pull/43026 | |||
2020-10-28 | Merge pull request #42766 from volzhs/tab-container | Rémi Verschelde | |
Put unselected tabs back in TabContainer control | |||
2020-10-27 | Rename the `type` parameter to `node_type` in Theme and Control | Hugo Locurcio | |
This makes it clearer that it expects a node type as a string (such as "Label") instead of a type like "TYPE_ARRAY". This is backwards-compatible since only the name of the parameter is changed, not its order. | |||
2020-10-25 | ScriptEditor: Fix line number gutter drag select | Devin Curry | |
Fixes issue #42722 | |||
2020-10-24 | Rename button group property to button_group | Aaron Franke | |
2020-10-23 | Shows ColorRect in Color constants autocompletion | Yuri Roubinsky | |
2020-10-22 | Merge pull request #42907 from Xrayez/add-ref-rect-border-width | Rémi Verschelde | |
Add `border_width` to `ReferenceRect` | |||
2020-10-21 | Remove printing of windowpos/screenpos in MenuButton | Yuri Roubinsky | |
2020-10-20 | Add `border_width` to `ReferenceRect` | Andrii Doroshenko (Xrayez) | |
Exposes a hidden parameter behind `CanvasItem.draw_rect()`. | |||
2020-10-20 | Removed underscore from GraphEdit begin/end_node_move signals | Yuri Roubinsky | |
2020-10-20 | Merge pull request #42891 from gvaneyck/graph-begin-node-move-timing | Rémi Verschelde | |
Fix emit_signal timing for GraphEdit's begin/end node move | |||
2020-10-19 | Fix emit_signal timing for GraphEdit's begin/end node move | Gabriel Van Eyck | |
2020-10-19 | Merge pull request #42874 from dreamsComeTrue/text-edit-bounds-fix | Rémi Verschelde | |
TextEdit - fix valid bounds in 'set_line'. | |||
2020-10-19 | Fixup `ColorRect` and `TextureRect` renames | Andrii Doroshenko (Xrayez) | |
2020-10-18 | Refactor MethodBind to use variadic templates | reduz | |
Removed make_binders and the old style generated binders. | |||
2020-10-17 | TextEdit - fix valid bounds in 'set_line'. Fixes #41967 | Dominik 'dreamsComeTrue' Jasiński | |
2020-10-13 | Fixed main gutter not drawing on item toggle | Paulb23 | |
2020-10-13 | Put unselected tabs back in TabContainer control | volzhs | |
2020-10-13 | Remove redundant property "enabled_focus_mode" | FIF15 | |
Fixes #41529. | |||
2020-10-13 | Respect Tree.set_icon_max_width size for drawing selection box | volzhs | |
2020-10-02 | Updated getters and setters names for toplevel | Duroxxigar | |
2020-10-02 | Merge pull request #42451 from Duroxxigar/rename-toplevel | Rémi Verschelde | |
Renamed toplevel to be top_level | |||
2020-10-01 | Merge pull request #38743 from arrowinaknee/node-config-warnings | Rémi Verschelde | |
Update all get_configuration_warning() to retrieve warnings from the parent | |||
2020-10-01 | Renamed toplevel to be top_level | Duroxxigar | |
2020-09-29 | Merge pull request #41895 from 11thPenguin/master | Rémi Verschelde | |
Fix minor typo, gui_hid -> gui_hide | |||
2020-09-28 | Merge pull request #42092 from DashCell/dropping_file_on_parrent_directory_fix | Rémi Verschelde | |
Dropping file on parent directory fixed | |||
2020-09-24 | Merge pull request #42066 from dalexeev/output_copy | Rémi Verschelde | |
Improvement for the Copy button in the Output Log | |||
2020-09-18 | Fix popup menu item selected when opening the menu | PouleyKetchoupp | |
In order to allow selecting items by either holding left click, or click to open and click again to select, mouse button release was invalidated based on the amount of mouse motion. This was causing issues in some scenarios where an item could be selected while opening the menu if the mouse moved enough between button press and release. This case could happen in the language selection of the project manager, especially on linux, because of the order and timing of the mouse events on x11. This change invalidates mouse release based on a timing condition rather than moved distance to handle any case from the display server properly. | |||
2020-09-16 | Dropping file on parrent dirrectory fixed | Dashcell | |
2020-09-15 | Merge pull request #41776 from EricEzaM/PR/tooltip-bugfixes | Rémi Verschelde | |
Tooltip flickering and targeting fixes. | |||
2020-09-15 | Tooltip flickering and targeting fixes. | Eric M | |
2020-09-14 | Improvement for the Copy button in the Output Log | Danil Alexeev | |
Now if no text is selected, pressing the Copy button copies the entire text. |