Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-02 | Prevent dragging from SceneTree buttons | Haoyu Qiu | |
2020-07-02 | Merge pull request #40020 from reduz/fix-tree-edit-focus | Rémi Verschelde | |
Fix doubleclick on tree item, restore input focus on previous windows. | |||
2020-07-02 | Merge pull request #40028 from reduz/fix-popups1 | Rémi Verschelde | |
Fix some popup menus missing screen transform. | |||
2020-07-02 | Merge pull request #40022 from reduz/fix-subwindow-clamp | Rémi Verschelde | |
Add ability to clamp embedded subwindows to parent | |||
2020-07-01 | Fix some popups menu missing screen transform. | Juan Linietsky | |
Closes #38591 | |||
2020-07-01 | Merge pull request #32516 from nekomatata/texture-button-flip | Rémi Verschelde | |
Added flip_h and flip_v properties in TextureButton | |||
2020-07-01 | Add ability to clamp embedded subwindows to parent, fixes #37792 | Juan Linietsky | |
2020-07-01 | Fix doubleclick on tree item, restore input focus on previous windows. | Juan Linietsky | |
Closes #37335 | |||
2020-07-01 | Environment: Refactor code for readability + more | Rémi Verschelde | |
- Makes all boolean setters/getters consistent. - Fixes bug where `glow_hdr_bleed_scale` was not used. - Split CameraEffects to their own source file. - Reorder all Environment method and properties declarations, definitions and bindings to be consistent with each other and with the order of property bindings. - Bind missing enum values added with SDFGI. - Remove unused SDFGI enhance_ssr boolean. - Sync doc changes after SDFGI merge and other misc changes. | |||
2020-07-01 | Added flip_h and flip_v properties in TextureButton | PouleyKetchoupp | |
2020-07-01 | Merge pull request #40003 from YeldhamDev/tree_scroll_fix | Rémi Verschelde | |
Fix Tree's 'scroll_to_item()' not working correctly on some cases | |||
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 | |
Also fix on set_visible, not creating exclusive children as it should. | |||
2020-06-30 | Add a separate application focus/in notification out from Window focus ↵ | Juan Linietsky | |
notification. | |||
2020-06-29 | VideoPlayer: fix possible race condition | Mark Kuo | |
In set_stream() we write to 'playback' while accessing the same object in _mix_audio() in audio thread. Protect the 'write' part in set_stream() to avoid possible crash in _mix_audio() function. | |||
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 | |
ToolButton has no redeeming differences with Button; it's just a Button with the Flat property enabled by default. Removing it avoids some confusion when creating GUIs. Existing ToolButtons will be converted to Buttons, but the Flat property won't be enabled automatically. This closes https://github.com/godotengine/godot-proposals/issues/1081. | |||
2020-06-19 | Merge pull request #39659 from asmaloney/macos-command-backspace | Rémi Verschelde | |
[macOS] Command-backspace in line edit | |||
2020-06-19 | Merge pull request #33235 from nekomatata/rich-text-label-fit-height | Rémi Verschelde | |
Option in RichTextLabel for height to fit content | |||
2020-06-18 | [macOS] Command-backspace in line edit | Andy Maloney | |
Make command-backspace in line edit work like other macOS applications. If there is a selection, command-backspace deletes the selection. If there isn't a selection, command-backspace deletes from the cursor to the beginning of the line edit. This addresses part of godotengine/godot#23548 | |||
2020-06-15 | Merge pull request #39485 from theoway/append_bbcode_animation_bug | Rémi Verschelde | |
Fixes the stopping of animation effects in bbcode text after appending | |||
2020-06-15 | Merge pull request #39522 from noidexe/fix-tabcontainer-tabselected-misfire | Rémi Verschelde | |
Fix TabContainer emitting spurious tab_selected signals when a theme … | |||
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 | |
- The repaint code was moved outside of set_current_tab() and to a "_repaint()" private function - _on_theme_changed() will now only call _repaint() and update() This means _on_theme_changed() will do only what it needs (repainting the TabContainer to account for the new theme) fixes #39498 | |||
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 | |
Make text deletion methods public for LineEdit | |||
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 | |
Tree: Calling update in _gui_input less frequently | |||
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 | |
Fixes the right and center alignment bug of rich text label | |||
2020-06-03 | Allow scroll_to_line when scroll_active is 'false' | Dominik 'dreamsComeTrue' Jasiński | |
Fix #36134 | |||
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 | |
Add color option for img bbcode tag in RichTextLabel to tint images | |||
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 | |
Split `Geometry` singleton into `Geometry2D` and `Geometry3D` | |||
2020-05-27 | Split `Geometry` singleton into `Geometry2D` and `Geometry3D` | Andrii Doroshenko (Xrayez) | |
Extra `_2d` suffixes are removed from 2D methods accoringly. | |||
2020-05-26 | colorpicker margin bug fixed | Thakee Nathees | |
2020-05-23 | Merge pull request #38396 from nekomatata/unexpose-sort-children | Rémi Verschelde | |
Fix Container sorting not working when overriding _sort_children in gdscript | |||
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 | |
Fixes: #38911 | |||
2020-05-20 | Merge pull request #38794 from nekomatata/text-edit-search-result | Rémi Verschelde | |
TextEdit search returns Dictionary instead of Vector | |||
2020-05-20 | Merge pull request #38309 from SkyLucilfer/AndroidLineEdit | Rémi Verschelde | |
Fix Android LineEdit editing bugs | |||
2020-05-17 | Allow searching with keyboard input by default in PopupMenu | Hugo Locurcio | |
See discussion in https://github.com/godotengine/godot-proposals/issues/43. | |||
2020-05-16 | TextEdit search returns a dictionary instead of Vector | PouleyKetchoupp | |
Easier to use than accessing elements in a Vector using indices given by an enum. Breaks compatibility on existing scripts using this functionality. | |||
2020-05-16 | Fix Container sorting not working when overriding _sort_children in gdscript | PouleyKetchoupp | |
Remove _sort_children from script bindings: _sort_children is an internal method which shouldn't be exposed to scripts. Added support for non-bound methods in MessageQueue: So we can use deferred calls without exposing internal methods to scripts. Added debug checks in CallableCustomMethodPointer: Adding method pointer callables to the message queue was causing crashes in case an object was destroyed and the same memory was allocated for another one. The new object had a valid object id but the call was erroneous. Release will be fixed later, along with Variant which has the same problem and is also fixed for debug only. | |||
2020-05-16 | Fix Android LineEdit editing bugs | SkyJJ | |
2020-05-16 | Fixed text editor drawing if smooth scrolling is disabled. | Marcus Brummer | |
Fixes #38778 | |||
2020-05-16 | Remove get_local_mouse_position() hack in GraphEdit | smartin015 | |