summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Expand)Author
2018-01-01Update copyright statements to 2018Rémi Verschelde
2018-01-01Merge pull request #14972 from poke1024/fix-unindent-col-0Noshyaar
2018-01-01Merge pull request #14973 from poke1024/docs-word-selectionNoshyaar
2017-12-28Fix unindent (shift-tab) on column 0 and moreBernhard Liebl
2017-12-28Double-click word selection for RichTextLabel (i.e. docs)Bernhard Liebl
2017-12-28Remove some lagginess from TextEdit's smooth scrollingBernhard Liebl
2017-12-29Fix TreeItem cell text alignmentyanorax
2017-12-27Support KEY_UP and KEY_DOWN in LineEditBernhard Liebl
2017-12-27Merge pull request #14991 from djrm/pr_fixesNoshyaar
2017-12-27Merge pull request #15046 from YeldhamDev/optionbutton_changesNoshyaar
2017-12-27Merge pull request #15049 from YeldhamDev/get_popup_constNoshyaar
2017-12-26fix indent selection crashIan
2017-12-26Removed the InputEvent ID field, which was unused and can cause bugs.Juan Linietsky
2017-12-26Fix shift-key down on last line in TextEditBernhard Liebl
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
2017-12-25Merge pull request #14853 from MattUV/context-menuNoshyaar
2017-12-25Merge pull request #14875 from YeldhamDev/splitcontainer_cursorNoshyaar
2017-12-25Merge pull request #14801 from RayKoopa/insert_tree_itemNoshyaar
2017-12-23Show Options Dialog for NodePath and File in clicked button position.Daniel J. Ramirez
2017-12-23Fixed keyboard word selection when at the start/end of line, issue 14675Paulb23
2017-12-21Merge pull request #14913 from poke1024/tooltip-shortcut-namesRémi Verschelde
2017-12-21Consistent display of shortcut names in tooltipspoke1024
2017-12-21Fix spatial editor plugin issues on multi viewport view menu shortcuts (only ...carlosfvieira
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
2017-12-19Added font oversampling supportJuan Linietsky
2017-12-18Add functionality to insert tree item.Ray Koopa
2017-12-18A few small Debugger->Errors tab enhancements:Dmitry Koteroff
2017-12-17Merge pull request #14748 from YeldhamDev/popupmenu_circlebackRémi Verschelde
2017-12-17Merge pull request #14757 from YeldhamDev/submenu_keyboardRémi Verschelde
2017-12-17Merge pull request #14778 from YeldhamDev/lineedit_deselect_exposeRémi Verschelde
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 usin...Michael Alexsander Silva Dias
2017-12-16Merge pull request #14649 from MattUV/fix-indentationRémi Verschelde
2017-12-16Merge pull request #14706 from YeldhamDev/popupmenu_submenuRémi Verschelde
2017-12-16Merge pull request #14707 from poke1024/fix14691Rémi Verschelde
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
2017-12-15Modifies indentation behavioursMattUV
2017-12-13Fix crash (and bug) in RichTextLabelpoke1024
2017-12-12Merge pull request #14474 from toger5/fixSliderNanNoshyaar