summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Collapse)Author
2017-12-27Merge pull request #14991 from djrm/pr_fixesNoshyaar
Show Options Dialog for NodePath and File in clicked button position.
2017-12-27Merge pull request #15046 from YeldhamDev/optionbutton_changesNoshyaar
Added "get_popup" method for OptionButton
2017-12-27Merge pull request #15049 from YeldhamDev/get_popup_constNoshyaar
Made MenuButton and ColorPickerButton's "get_popup" methods return constant
2017-12-26fix indent selection crashIan
2017-12-26Removed the InputEvent ID field, which was unused and can cause bugs.Juan Linietsky
2017-12-25Made MenuButton and ColorPickerButton's "get_popup" methods return constant.Michael Alexsander Silva Dias
2017-12-25Added "get_popup" method for OptionButton and minor changes.Michael Alexsander Silva Dias
2017-12-25Add missing parameter namesPoommetee Ketson
2017-12-25Merge pull request #14826 from carlosfvieira/14371-F_key_Viewport_focus_problemNoshyaar
Fix spatial editor plugin issues on multi viewport view menu shortcuts (only those that are bound to keys)
2017-12-25Merge pull request #14853 from MattUV/context-menuNoshyaar
Adds an option to move cursor with right click in TextEdit
2017-12-25Merge pull request #14875 from YeldhamDev/splitcontainer_cursorNoshyaar
Fixed SplitContainer showing the "resize" cursor when it shouldn't
2017-12-25Merge pull request #14801 from RayKoopa/insert_tree_itemNoshyaar
Tree: Insert new item, fix behavior when no parent given
2017-12-23Show Options Dialog for NodePath and File in clicked button position.Daniel J. Ramirez
Auto select newly created nodes.
2017-12-21Merge pull request #14913 from poke1024/tooltip-shortcut-namesRémi Verschelde
Consistent display of shortcut names in tooltips
2017-12-21Consistent display of shortcut names in tooltipspoke1024
2017-12-21Fix 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-20Fixed SplitContainer showing the "resize" cursor when it shouldn't.Michael Alexsander Silva Dias
2017-12-20Adds an option to move cursor with right click in TextEditMattUV
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-19Added font oversampling supportJuan Linietsky
2017-12-18Add functionality to insert tree item.Ray Koopa
2017-12-17Merge pull request #14748 from YeldhamDev/popupmenu_circlebackRémi Verschelde
Made highlighted item in PopupMenu circle back to the beginning/end when using the keyboard
2017-12-17Merge pull request #14757 from YeldhamDev/submenu_keyboardRémi Verschelde
More changes to PopupMenu's submenu keyboard handling
2017-12-17Merge pull request #14778 from YeldhamDev/lineedit_deselect_exposeRémi Verschelde
Exposed LineEdit's "selection_clear" and renamed it to "deselect"
2017-12-17Exposed LineEdit's "selection_clear" and renamed it to "deselect".Michael Alexsander Silva Dias
2017-12-17Fix cut-copy-line breaking paste (issue 14539)Bernhard Liebl
2017-12-17Fix Clip Content property is not savedvolzhs
2017-12-16More changes to PopupMenu's submenu keyboard handling.Michael Alexsander Silva Dias
2017-12-16Bind TextEdit.deselect and update documentationRémi Verschelde
2017-12-16Made highlighted item in PopupMenu circle back to the beginning/end when ↵Michael Alexsander Silva Dias
using the keyboard.
2017-12-16Merge pull request #14649 from MattUV/fix-indentationRémi Verschelde
Modifies text indentation behaviour
2017-12-16Merge pull request #14706 from YeldhamDev/popupmenu_submenuRémi Verschelde
Enhancements and fixes for PopupMenu's submenus
2017-12-16Merge pull request #14707 from poke1024/fix14691Rémi Verschelde
Fix thin lines in editor gui on hidpi (issue 14691)
2017-12-15Enhancements and fixes for PopupMenu's submenus.Michael Alexsander Silva Dias
2017-12-15Fixes close button overlapping window titleBernhard Liebl
2017-12-15Fix thin lines in editor gui on hidpi (issue 14691)Bernhard Liebl
2017-12-15Fixes slider node tick offsetHenrique L Alves
Fixes wrong tick offset on slider nodes - they now match with the corresponding 'grabber' positions. Fixes issue #14637
2017-12-15Modifies indentation behavioursMattUV
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-13Fix crash (and bug) in RichTextLabelpoke1024
2017-12-12Merge pull request #14474 from toger5/fixSliderNanNoshyaar
added missing NaN check fixes: #13255
2017-12-12Change statable to multistate, remove extra separatorPoommetee Ketson
2017-12-11Fix Index p_current=0 error at starting editorvolzhs
2017-12-11Merge pull request #14543 from volzhs/checkbox-checkbutton-centerRémi Verschelde
Fix align=center info is not saved with CheckBox & CheckButton
2017-12-11Fix align=center info is not saved with CheckBox & CheckButtonvolzhs
2017-12-11Fix CheckBox minimum sizevolzhs
2017-12-11Fix CheckButton minimum sizevolzhs
2017-12-10Merge pull request #14509 from poke1024/fix_selection_copy_crashRémi Verschelde
Fix crash in RichTextLabel::selection_copy()
2017-12-10Fix crash in RichTextLabel::selection_copy()Bernhard Liebl
2017-12-10Merge pull request #11510 from AndreaCatania/skelRémi Verschelde
Added skeleton x-ray
2017-12-10Merge pull request #13351 from poke1024/fix12451_2Rémi Verschelde
Make click on arrow properly open and close property editor modals
2017-12-10fix certain popup close clicks with popup buttonsBernhard Liebl