| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #85363 from bruvzg/rtl_fx_nl | Rémi Verschelde | 2023-12-04 | 1 | -0/+2 |
| |\ | | | | | | | [RTL] Fix CharFX character offset calculation. | ||||
| | * | [RTL] Fix CharFX character offset calculation. | bruvzg | 2023-11-26 | 1 | -0/+2 |
| | | | |||||
| * | | Merge pull request #84794 from ↵ | Rémi Verschelde | 2023-12-04 | 1 | -0/+10 |
| |\ \ | | | | | | | | | | | | | | | | akien-mga/videoplayer-fix-reloading-translation-remapped-stream VideoPlayer: Fix reloading translation remapped stream | ||||
| | * | | VideoPlayer: Fix reloading translation remapped stream | Rémi Verschelde | 2023-11-12 | 1 | -0/+10 |
| | | | | | | | | | | | | | Fixes #43917. | ||||
| * | | | Merge pull request #82079 from RoyBerube/OutputScroll | Rémi Verschelde | 2023-12-04 | 1 | -1/+1 |
| |\ \ \ | |_|/ |/| | | | | | Enable scrolling of output with UI scale changes | ||||
| | * | | Enable scrolling of output with UI scale changes | Roy Berube | 2023-11-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add GraphEdit connection layer child as internal | Lera Elvoé | 2023-11-17 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #84870 from jsjtxietian/add-set-selected-protection | Rémi Verschelde | 2023-11-14 | 1 | -0/+2 |
| |\ \ \ | | | | | | | | | | | | | Make Tree's `set_selected` check if the TreeItem belongs to the tree | ||||
| | * | | | Make Tree's set_selected check if treeitem belongs to the tree | jsjtxietian | 2023-11-14 | 1 | -0/+2 |
| | | |/ | |/| | |||||
| * | | | [RTL] Fix excessive underline and table border draw calls. | bruvzg | 2023-11-14 | 1 | -6/+24 |
| | | | | |||||
| * | | | Add protection in RichTextLabel.update_image to prevent crash | jsjtxietian | 2023-11-13 | 1 | -0/+9 |
| |/ / | |||||
| * | | Fix storing invalid item height values in `ItemList` | coumcashier | 2023-11-10 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | The height of the last N items is incorrectly overwritten with the max height of first row (N = number of columns). This happen in the first iteration of the while loop. Moving this code inside if (all_fit) makes sure the last rows height is only updated at the end when max height (max_h) is calculated for the last row. | ||||
| * | | Merge pull request #84668 from ↵ | Rémi Verschelde | 2023-11-09 | 1 | -1/+5 |
| |\ \ | | | | | | | | | | | | | | | | YuriSizov/gui-dont-warn-when-popup-subs-are-nameless Allow auto-generated node names in `PopupMenu::add_submenu_item` | ||||
| | * | | Allow auto-generated node names in `PopupMenu::add_submenu_item` | Yuri Sizov | 2023-11-09 | 1 | -1/+5 |
| | | | | |||||
| * | | | Merge pull request #84662 from YuriSizov/gui-warn-about-autowrapping | Rémi Verschelde | 2023-11-09 | 2 | -0/+16 |
| |\ \ \ | | | | | | | | | | | | | Warn about autowrapped labels in containers | ||||
| | * | | | Warn about autowrapped labels in containers | Yuri Sizov | 2023-11-09 | 2 | -0/+16 |
| | |/ / | |||||
| * | | | Merge pull request #84547 from kitbdev/mouse-notif-3 | Rémi Verschelde | 2023-11-09 | 2 | -0/+13 |
| |\ \ \ | |/ / |/| | | | | | Make Mouse Enter/Exit notifications match Mouse Events | ||||
| | * | | Make mouse-enter/exit notifications match mouse event propagation | kit | 2023-11-09 | 2 | -0/+13 |
| | |/ | | | | | | | | | | | | | | | | | | | | | `NOTIFICATION_MOUSE_ENTER` and `NOTIFICATION_MOUSE_EXIT` now includes the areas of children control nodes if the mouse filters allow it. In order to check if a Control node itself was entered/exited, the newly introduced `NOTIFICATION_MOUSE_ENTER_SELF` and `NOTIFICATION_MOUSE_EXIT_SELF` can be used. Co-authored-by: Markus Sauermann <6299227+Sauermann@users.noreply.github.com> | ||||
| * | | Merge pull request #84605 from bruvzg/fix_list_al | Rémi Verschelde | 2023-11-08 | 1 | -31/+24 |
| |\ \ | | | | | | | | | | [RTL] Fix list bullet alignment. | ||||
| | * | | [RTL] Fix list bullet alignment. | bruvzg | 2023-11-08 | 1 | -31/+24 |
| | |/ | |||||
| * / | Fix ColorPicker shape icon is invisible until shape is changed | DinDotDout | 2023-11-06 | 1 | -2/+4 |
| |/ | |||||
| * | Merge pull request #84287 from bruvzg/rtl_img_resize_and_dropcap_flow | Rémi Verschelde | 2023-11-01 | 1 | -1/+1 |
| |\ | | | | | | | [TextServer] Fix line breaks for dropcap and resizing embedded objects. | ||||
| | * | [TextServer] Fix line breaks for dropcap and resizing embedded objects. | bruvzg | 2023-10-31 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #84183 from jsjtxietian/fix-activate_item_by_event-crash | Rémi Verschelde | 2023-11-01 | 1 | -0/+1 |
| |\ \ | |/ |/| | | | Fix `activate_item_by_event` infinite recursion crash | ||||
| | * | Fix `activate_item_by_event` infinite recursion crash | jsjtxietian | 2023-11-01 | 1 | -0/+1 |
| | | | |||||
| * | | [RTL] Fix underline/strikethrough line color changes. | bruvzg | 2023-10-31 | 1 | -3/+24 |
| |/ | |||||
| * | Merge pull request #84113 from BlueCube3310/texture2d-dropdown-fix | Rémi Verschelde | 2023-10-28 | 1 | -1/+1 |
| |\ | | | | | | | Change dropdown type filter from Texture to Texture2D in certain nodes | ||||
| | * | Change dropdown type filter to Texture2D in certain nodes | BlueCube3310 | 2023-10-28 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #83963 from YeldhamDev/try_active_tabs_first | Rémi Verschelde | 2023-10-28 | 1 | -2/+19 |
| |\ \ | | | | | | | | | | Fix disabled tabs being selected when removing the current one | ||||
| | * | | Fix disabled tabs being selected when removing the current one | Michael Alexsander | 2023-10-25 | 1 | -2/+19 |
| | | | | |||||
| * | | | Merge pull request #83678 from qycyfjy/master | Rémi Verschelde | 2023-10-28 | 1 | -17/+11 |
| |\ \ \ | |_|/ |/| | | | | | Fixing visual shader crash when arranging | ||||
| | * | | Fixing iterator invalidation | qycyfjy | 2023-10-20 | 1 | -17/+11 |
| | | | | |||||
| * | | | Merge pull request #84001 from chybby/83801-truncate-custom-icons | Rémi Verschelde | 2023-10-27 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | | | Fix TreeItem truncating node names too much when using a custom icon | ||||
| | * | | | Fix TreeItem truncating node names too much when using a custom icon | Adam Chyb | 2023-10-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Fixes #83801. | ||||
| * | | | | TabBar save current tab | kit | 2023-10-26 | 3 | -4/+23 |
| |/ / / | |||||
| * | | | Merge pull request #83966 from kitbdev/fix-tabcontainer-drag | Rémi Verschelde | 2023-10-26 | 2 | -2/+12 |
| |\ \ \ | | | | | | | | | | | | | Fix `TabContainer` drag to rearrange issue | ||||
| | * | | | Fix TabContainer drag to rearrange | kit | 2023-10-25 | 2 | -2/+12 |
| | | | | | |||||
| * | | | | Merge pull request #83961 from bruvzg/menu_bar_update_size | Rémi Verschelde | 2023-10-26 | 1 | -0/+5 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [Menu Bar] Update min. size when items are added/removed/changed. | ||||
| | * | | | | [Menu Bar] Update min. size when items are added/removed/changed. | bruvzg | 2023-10-25 | 1 | -0/+5 |
| | | |_|/ | |/| | | |||||
| * | | | | Merge pull request #83952 from AThousandShips/popup_crash | Rémi Verschelde | 2023-10-26 | 1 | -0/+1 |
| |\ \ \ \ | | | | | | | | | | | | | | | | Ensure input event is valid in `PopupMenu::activate_item_by_event` | ||||
| | * | | | | Ensure input event is valid in `PopupMenu::activate_item_by_event` | A Thousand Ships | 2023-10-25 | 1 | -0/+1 |
| | |/ / / | |||||
| * | | | | Merge pull request #83946 from timothyqiu/text-edit-placeholder | Rémi Verschelde | 2023-10-26 | 1 | -3/+5 |
| |\ \ \ \ | | | | | | | | | | | | | | | | Translate TextEdit placeholder | ||||
| | * | | | | Translate TextEdit placeholder | Haoyu Qiu | 2023-10-25 | 1 | -3/+5 |
| | |/ / / | |||||
| * | | | | Merge pull request #83925 from ↵ | Rémi Verschelde | 2023-10-26 | 1 | -1/+1 |
| |\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | jsjtxietian/fix-timer-error-when-base-button-leave-tree-and-feedback Fix BaseButton `shortcut_feedback`'s timer will raise error when the button is removed from the scene tree | ||||
| | * | | | Fix BaseButton.shortcut_feedback's timer raises errors | jsjtxietian | 2023-10-25 | 1 | -1/+1 |
| | |/ / | | | | | | | | | | when a button is removed from the scene tree | ||||
| * / / | Fix GraphNode slot index inconsistency. | Hendrik Brucker | 2023-10-24 | 2 | -8/+8 |
| |/ / | |||||
| * | | Increase precision of RAW mode in ColorPicker | Hugo Locurcio | 2023-10-23 | 2 | -1/+5 |
| | | | | | | | | | | | This sets the slider step to `0.001` but keeps SpinBox arrow increments at `0.01`. | ||||
| * | | Fix tab dragging issues | kit | 2023-10-22 | 4 | -169/+114 |
| | | | |||||
| * | | Merge pull request #83626 from ↵ | Rémi Verschelde | 2023-10-20 | 4 | -0/+26 |
| |\ \ | | | | | | | | | | | | | | | | YuriSizov/control-less-is-more-as-in-less-excessive-notifications-is-more-performance Add bulk change guards to successive theme overrides in Editor and GUI | ||||
| | * | | Add bulk change guards to successive theme overrides in Editor and GUI | Yuri Sizov | 2023-10-19 | 4 | -0/+26 |
| | |/ | |||||
