Age | Commit message (Expand) | Author |
2020-07-01 | Merge pull request #40003 from YeldhamDev/tree_scroll_fix | Rémi Verschelde |
2020-06-30 | Fix Tree's 'scroll_to_item()' not working correctly on some cases | Michael Alexsander |
2020-06-30 | Make dialogs exclusive by default, fixes #37732 | Juan Linietsky |
2020-06-30 | Add a separate application focus/in notification out from Window focus notifi... | Juan Linietsky |
2020-06-29 | VideoPlayer: fix possible race condition | Mark Kuo |
2020-06-24 | Handle gone TabContainer popup nicely | Pedro J. Estébanez |
2020-06-20 | No longer scroll vertically when scrollbars are unavailable | Stijn Hinlopen |
2020-06-19 | Remove ToolButton in favor of Button | Hugo Locurcio |
2020-06-19 | Merge pull request #39659 from asmaloney/macos-command-backspace | Rémi Verschelde |
2020-06-19 | Merge pull request #33235 from nekomatata/rich-text-label-fit-height | Rémi Verschelde |
2020-06-18 | [macOS] Command-backspace in line edit | Andy Maloney |
2020-06-15 | Merge pull request #39485 from theoway/append_bbcode_animation_bug | Rémi Verschelde |
2020-06-15 | Merge pull request #39522 from noidexe/fix-tabcontainer-tabselected-misfire | Rémi Verschelde |
2020-06-14 | Re-enable scroll follow on RichTextLabel clear | Tomasz Chabora |
2020-06-13 | Fix TabContainer emitting spurious tab_selected signals when a theme is changed | Lisandro Lorea |
2020-06-13 | Fixes the stopping of animation effects in bbcode after appending | Umang Kalra |
2020-06-11 | Merge pull request #39337 from Cevantime/add-text-deletion-methods-to-line-edit | Rémi Verschelde |
2020-06-10 | Make text deletion methods public for LineEdit | Thibault Truffert |
2020-06-10 | Merge pull request #39350 from giulianob/improve-tree-redraw | Rémi Verschelde |
2020-06-08 | Add generic file icon and its modulation to the 'FileDialog' | Michael Alexsander |
2020-06-06 | Tree: Calling update in _gui_input less frequently | Giuliano Barberi |
2020-06-03 | Merge pull request #39164 from theoway/richlabeltext_align_bug | Rémi Verschelde |
2020-06-03 | Allow scroll_to_line when scroll_active is 'false' | Dominik 'dreamsComeTrue' Jasiński |
2020-06-03 | Fixes the right and center alignment bug of rich text label | Umang Kalra |
2020-06-03 | Merge pull request #39113 from nekomatata/bbcode-image-color | Rémi Verschelde |
2020-05-30 | Add color option for img bbcode tag in RichTextLabel to tint images | PouleyKetchoupp |
2020-05-29 | Merge pull request #39051 from Xrayez/geometry-split | Rémi Verschelde |
2020-05-27 | Split `Geometry` singleton into `Geometry2D` and `Geometry3D` | Andrii Doroshenko (Xrayez) |
2020-05-26 | colorpicker margin bug fixed | Thakee Nathees |
2020-05-23 | Merge pull request #38396 from nekomatata/unexpose-sort-children | Rémi Verschelde |
2020-05-22 | Option in RichTextLabel for height to fit content | PouleyKetchoupp |
2020-05-21 | Clarifies 'icon_separation' in TabContainer (instead of 'hseparation') | Dominik 'dreamsComeTrue' Jasiński |
2020-05-20 | Merge pull request #38794 from nekomatata/text-edit-search-result | Rémi Verschelde |
2020-05-20 | Merge pull request #38309 from SkyLucilfer/AndroidLineEdit | Rémi Verschelde |
2020-05-17 | Allow searching with keyboard input by default in PopupMenu | Hugo Locurcio |
2020-05-16 | TextEdit search returns a dictionary instead of Vector | PouleyKetchoupp |
2020-05-16 | Fix Container sorting not working when overriding _sort_children in gdscript | PouleyKetchoupp |
2020-05-16 | Fix Android LineEdit editing bugs | SkyJJ |
2020-05-16 | Fixed text editor drawing if smooth scrolling is disabled. | Marcus Brummer |
2020-05-16 | Update all get_configuration_warning to retrieve warnings from the parent | ArrowInAKnee |
2020-05-16 | Remove get_local_mouse_position() hack in GraphEdit | smartin015 |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-14 | Modernize remaining uses of 0/NULL instead of nullptr (C++11) | Rémi Verschelde |
2020-05-14 | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde |
2020-05-12 | Merge pull request #38655 from ice-blaze/minimap-shifted-selection-by-one-lin... | Rémi Verschelde |
2020-05-11 | Using the common behaviour when use command+shift on text line for osx | Eduardo Nunes Pereira |
2020-05-11 | Fix minimap selection offset | etienne.frank |
2020-05-10 | Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine | Rémi Verschelde |