Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-11 | Merge pull request #21471 from RodZill4/issue_11893 | Rémi Verschelde | |
Fixed issue #11893 (SpinBox capturing mouse) | |||
2018-12-11 | Merge pull request #23923 from bruvzg/ime_gdscript | Rémi Verschelde | |
Changes IME to make it possible to use it from gdscript/gdnative | |||
2018-12-10 | Fixed issue #11893 (SpinBox Capturing mouse) | Rodolphe Suescun | |
To prevent the SpinBox from capturing mouse, added a "drag.allowed" variable that is set to true only when clicking inside the control. Entering the control with the left mouse button pressed will not trigger drag anymore. Also modified the value update code when dragging so it does not modify the base_val. | |||
2018-12-09 | Merge pull request #20609 from YeldhamDev/menu_hover_explicit | Rémi Verschelde | |
Make opening menus with the same parent on mouse focus explicit | |||
2018-12-09 | Merge pull request #20725 from Calinou/textedit-subtle-indent-guides | Rémi Verschelde | |
Use more subtle indentation guides in the script editor | |||
2018-12-07 | Merge pull request #22431 from DualMatrix/pivot | Rémi Verschelde | |
Fixed pivot tool not setting position of Controls correctly | |||
2018-12-07 | Merge pull request #22680 from lupoDharkael/color-picker-presets | Rémi Verschelde | |
ColorPicker: extend access to presets from gds | |||
2018-12-04 | Add tooltips to GraphEdit node | Michael Alexsander Silva Dias | |
2018-12-03 | Merge pull request #24112 from allkhor/rich_label_update_cache | Rémi Verschelde | |
RichTextLabel: update the cache when the scroll hide. | |||
2018-12-02 | Merge pull request #24106 from groud/fix_split_container | Rémi Verschelde | |
Fixes collapsed SplitContainers | |||
2018-12-02 | RichTextLabel: update the cache when the scroll hide. | allkhor | |
2018-12-01 | Fixes collapsed SplitContainers | groud | |
2018-11-29 | TextEdit: added redo option to the context menu | allkhor | |
2018-11-28 | Merge pull request #23993 from Kanabenki/autocomplete-ignore-case | Rémi Verschelde | |
Add suggestions ignoring case at the end of the code autocomplete | |||
2018-11-27 | Ceil tabs font size | allkhor | |
2018-11-26 | Add suggestions ignoring case at the end of the code autocomplete | Kanabenki | |
2018-11-26 | Merge pull request #23964 from allkhor/text_edit_clear_selection | Rémi Verschelde | |
TextEdit: remove selection when clear happens. | |||
2018-11-25 | TextEdit: remove selection when clear happens. | allkhor | |
2018-11-24 | Fix scroll bar lock when smooth scroll enabled, issue 23314 | Paulb23 | |
2018-11-23 | RichTextLabel: clear the scroll offset. | allkhor | |
2018-11-23 | Changes IME input to use notification instead of callback, exposes IME ↵ | bruvzg | |
methods to gdscript/gdnative. | |||
2018-11-22 | Merge pull request #23680 from YeldhamDev/unified_help_search_revived | Rémi Verschelde | |
Unified Class and Reference Search 2: Resurrection | |||
2018-11-22 | Merge pull request #23731 from lupoDharkael/remove-button-tooltip | Rémi Verschelde | |
BaseButton: make input related information in the tooltip optional | |||
2018-11-20 | Unify editor class and reference search | Ray Koopa | |
Co-authored-by: Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | |||
2018-11-20 | Make opening menus with the same parent on mouse focus explicit | Michael Alexsander Silva Dias | |
2018-11-20 | Merge pull request #23728 from groud/keep_splitcontainer_offset | Rémi Verschelde | |
Keep the SplitContainer offset value when it is shrinked | |||
2018-11-19 | BaseButton: add shortcut_in_tooltip | lupoDharkael | |
This flag disables the input related information in the tooltip. It is exposed as a member variable in gdscript. | |||
2018-11-18 | If using relationship lines (now default) hide guides. | Juan Linietsky | |
2018-11-16 | Use VScrollBar when calculating horiz. offset in ScrollContainer | pshe94 | |
Someone forgot to change `h_scroll` to `v_scroll` when copy-pasting the code ;) | |||
2018-11-15 | ViewportContainer was not passing unhandled input. Pass it, fixes #17326 | Juan Linietsky | |
2018-11-15 | -Send mouse motion events again to CollisionObjects (Area/Body) if they ↵ | Juan Linietsky | |
move, even if mouse does not. Fixes #16536 (likely many others should check) -Add ability for viewports to set input events as handled locally | |||
2018-11-15 | Keep the SplitContainer offset value when it is shrinked | groud | |
2018-11-15 | Fix return value of get_total_character_count | Thomas ten Cate | |
Also document that it only counts visible characters. Fixes #23720 | |||
2018-11-14 | Always use default theme for overrides, closes #13071 | Juan Linietsky | |
2018-11-14 | Show theme values from default theme always, fixes #16011, fixes #13071 | Juan Linietsky | |
2018-11-11 | Fixed various uninitialised member variables in editor plugins. | Ibrahn Sahir | |
2018-11-08 | -Moved EditorDefaultValue to ClassDB, made it core | Juan Linietsky | |
-Removed one and zero hints for properties, replaced by default value | |||
2018-11-07 | Fixes icons in itemlist not working | groud | |
2018-11-06 | Merge pull request #23383 from groud/better_tilemap_transform | Rémi Verschelde | |
Enhance the tilemap transform buttons | |||
2018-11-05 | Fix creating a visual script virtual function after minimizing crashes #23536 | K. S. Ernest (iFire) Lee | |
2018-11-02 | Fix possible crash with VideoPlayer _mix_audio function | Marcelo Fernandez | |
2018-11-01 | Merge pull request #21962 from YeldhamDev/switch_hover_submenu | Juan Linietsky | |
Fix MenuButton hover switching not happening with submenus open | |||
2018-11-01 | Merge pull request #22780 from samuelpedrajas/fix_texture_button_hovering | Rémi Verschelde | |
Fix hovering on toggled link and texture buttons | |||
2018-10-30 | Enhance the tilemap transform buttons | groud | |
2018-10-26 | Remove no longer necessary "raise_from_completion" in TextEdit | zhagsenkk | |
This is no longer needed to fix #1257 because the code-autocomplete hint stops at the script editor’s edge now. And #6690 will not arise because it is just caused by "raise_from_completion". Fixes #22504 and fixes #16064. | |||
2018-10-25 | Fix "fill" justification in RichTextLabel to only affect lines that have ↵ | Sean McCarthy | |
automatically wrapped. | |||
2018-10-25 | Merge pull request #22779 from Superwaitsum/LimitSettings | Rémi Verschelde | |
Limit several project settings | |||
2018-10-24 | Add some limits on the Editor Settings | Superwaitsum | |
2018-10-24 | ColorPicker: extend access to presets from gds | lupoDharkael | |
2018-10-23 | Fixed a typo, treshhold to threshold. | M. Huri | |