Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-27 | Merge pull request #14991 from djrm/pr_fixes | Noshyaar | |
Show Options Dialog for NodePath and File in clicked button position. | |||
2017-12-27 | Merge pull request #15046 from YeldhamDev/optionbutton_changes | Noshyaar | |
Added "get_popup" method for OptionButton | |||
2017-12-27 | Merge pull request #15049 from YeldhamDev/get_popup_const | Noshyaar | |
Made MenuButton and ColorPickerButton's "get_popup" methods return constant | |||
2017-12-26 | fix indent selection crash | Ian | |
2017-12-26 | Removed the InputEvent ID field, which was unused and can cause bugs. | Juan Linietsky | |
2017-12-25 | Made MenuButton and ColorPickerButton's "get_popup" methods return constant. | Michael Alexsander Silva Dias | |
2017-12-25 | Added "get_popup" method for OptionButton and minor changes. | Michael Alexsander Silva Dias | |
2017-12-25 | Add missing parameter names | Poommetee Ketson | |
2017-12-25 | Merge pull request #14826 from carlosfvieira/14371-F_key_Viewport_focus_problem | Noshyaar | |
Fix spatial editor plugin issues on multi viewport view menu shortcuts (only those that are bound to keys) | |||
2017-12-25 | Merge pull request #14853 from MattUV/context-menu | Noshyaar | |
Adds an option to move cursor with right click in TextEdit | |||
2017-12-25 | Merge pull request #14875 from YeldhamDev/splitcontainer_cursor | Noshyaar | |
Fixed SplitContainer showing the "resize" cursor when it shouldn't | |||
2017-12-25 | Merge pull request #14801 from RayKoopa/insert_tree_item | Noshyaar | |
Tree: Insert new item, fix behavior when no parent given | |||
2017-12-23 | Show Options Dialog for NodePath and File in clicked button position. | Daniel J. Ramirez | |
Auto select newly created nodes. | |||
2017-12-21 | Merge pull request #14913 from poke1024/tooltip-shortcut-names | Rémi Verschelde | |
Consistent display of shortcut names in tooltips | |||
2017-12-21 | Consistent display of shortcut names in tooltips | poke1024 | |
2017-12-21 | Fix spatial editor plugin issues on multi viewport view menu shortcuts (only ↵ | carlosfvieira | |
those that are bound to keys) - this closes #14371 and closes #12409 Fix spatial editor plugin issues on multi viewport view menu shortcuts (only those that are bound to keys) - this closes #14371 and closes #12409 | |||
2017-12-20 | Fixed SplitContainer showing the "resize" cursor when it shouldn't. | Michael Alexsander Silva Dias | |
2017-12-20 | Adds an option to move cursor with right click in TextEdit | MattUV | |
Fixes #14832 - Added an option in the editor settings/cursor to make the cursor move with right click. - If the option is activated (true by default), a right click will move the cursor before displaying context menu. - If there is a selection, a right click on it will keep it selected, a right click outside it will unselect it. - The option is available in textEdit via an inspector property (or via GDScript): caret_moving_by_right_click - The option is available in the script editor and the shader editor via the editor settings - The documentation has been updated with the new property, and a few other entries in TextEdit.xml. | |||
2017-12-19 | Added font oversampling support | Juan Linietsky | |
2017-12-18 | Add functionality to insert tree item. | Ray Koopa | |
2017-12-17 | Merge pull request #14748 from YeldhamDev/popupmenu_circleback | Rémi Verschelde | |
Made highlighted item in PopupMenu circle back to the beginning/end when using the keyboard | |||
2017-12-17 | Merge pull request #14757 from YeldhamDev/submenu_keyboard | Rémi Verschelde | |
More changes to PopupMenu's submenu keyboard handling | |||
2017-12-17 | Merge pull request #14778 from YeldhamDev/lineedit_deselect_expose | Rémi Verschelde | |
Exposed LineEdit's "selection_clear" and renamed it to "deselect" | |||
2017-12-17 | Exposed LineEdit's "selection_clear" and renamed it to "deselect". | Michael Alexsander Silva Dias | |
2017-12-17 | Fix cut-copy-line breaking paste (issue 14539) | Bernhard Liebl | |
2017-12-17 | Fix Clip Content property is not saved | volzhs | |
2017-12-16 | More changes to PopupMenu's submenu keyboard handling. | Michael Alexsander Silva Dias | |
2017-12-16 | Bind TextEdit.deselect and update documentation | Rémi Verschelde | |
2017-12-16 | Made highlighted item in PopupMenu circle back to the beginning/end when ↵ | Michael Alexsander Silva Dias | |
using the keyboard. | |||
2017-12-16 | Merge pull request #14649 from MattUV/fix-indentation | Rémi Verschelde | |
Modifies text indentation behaviour | |||
2017-12-16 | Merge pull request #14706 from YeldhamDev/popupmenu_submenu | Rémi Verschelde | |
Enhancements and fixes for PopupMenu's submenus | |||
2017-12-16 | Merge pull request #14707 from poke1024/fix14691 | Rémi Verschelde | |
Fix thin lines in editor gui on hidpi (issue 14691) | |||
2017-12-15 | Enhancements and fixes for PopupMenu's submenus. | Michael Alexsander Silva Dias | |
2017-12-15 | Fixes close button overlapping window title | Bernhard Liebl | |
2017-12-15 | Fix thin lines in editor gui on hidpi (issue 14691) | Bernhard Liebl | |
2017-12-15 | Fixes slider node tick offset | Henrique L Alves | |
Fixes wrong tick offset on slider nodes - they now match with the corresponding 'grabber' positions. Fixes issue #14637 | |||
2017-12-15 | Modifies indentation behaviours | MattUV | |
Partially fixes #14559 (see the issue for details); Removes some code redondancy ; Adds the possibility to indent left and right without selecting text ; Adds the entries to the context menu when text is not selected ; Renames indent_selection_left() and indent_selection_right() to indent_left() and indent_right() ; Unifies context menus of shader text editor and script text editor. | |||
2017-12-13 | Fix crash (and bug) in RichTextLabel | poke1024 | |
2017-12-12 | Merge pull request #14474 from toger5/fixSliderNan | Noshyaar | |
added missing NaN check fixes: #13255 | |||
2017-12-12 | Change statable to multistate, remove extra separator | Poommetee Ketson | |
2017-12-11 | Fix Index p_current=0 error at starting editor | volzhs | |
2017-12-11 | Merge pull request #14543 from volzhs/checkbox-checkbutton-center | Rémi Verschelde | |
Fix align=center info is not saved with CheckBox & CheckButton | |||
2017-12-11 | Fix align=center info is not saved with CheckBox & CheckButton | volzhs | |
2017-12-11 | Fix CheckBox minimum size | volzhs | |
2017-12-11 | Fix CheckButton minimum size | volzhs | |
2017-12-10 | Merge pull request #14509 from poke1024/fix_selection_copy_crash | Rémi Verschelde | |
Fix crash in RichTextLabel::selection_copy() | |||
2017-12-10 | Fix crash in RichTextLabel::selection_copy() | Bernhard Liebl | |
2017-12-10 | Merge pull request #11510 from AndreaCatania/skel | Rémi Verschelde | |
Added skeleton x-ray | |||
2017-12-10 | Merge pull request #13351 from poke1024/fix12451_2 | Rémi Verschelde | |
Make click on arrow properly open and close property editor modals | |||
2017-12-10 | fix certain popup close clicks with popup buttons | Bernhard Liebl | |