summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Collapse)Author
2018-01-05Fix theme inheritanceFabio Alessandrelli
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
2018-01-04Merge pull request #15335 from volzhs/popup-menuRémi Verschelde
Fix PopupMenu to show & detect properly hover area
2018-01-04Merge pull request #15334 from poke1024/textedit-mouseposRémi Verschelde
Fix TextEdit::_get_mouse_pos rounding errors
2018-01-05Fix PopupMenu to show & detect properly hover areavolzhs
Fix #15275
2018-01-04Fix TextEdit::_get_mouse_pos rounding errorsBernhard Liebl
2018-01-04Merge pull request #15317 from poke1024/fix-rtl-underlineRémi Verschelde
RichTextLabel: don't draw underline character-wise
2018-01-04RichTextLabel: don't draw underline on single charactersBernhard Liebl
2018-01-04Merge pull request #15314 from poke1024/tree-rlinesRémi Verschelde
Tree: only draw visible relationship lines
2018-01-04Tree: only draw visible relationship linesBernhard Liebl
2018-01-04Merge pull request #15312 from poke1024/fix-rtl-table-wrapRémi Verschelde
Fixes word wrapping in tables in RichTextLabel
2018-01-04Fix word wrapping in tables in RichTextLabelBernhard Liebl
2018-01-03found via cppcheck:firefly2442
remove code that will never run make definition and declaration names for parameters match change floats that were being set to bool values remove pointer that is never used
2018-01-04Merge pull request #15308 from ianb96/horizontal_scrollingRémi Verschelde
TextEdit horizontal scrolling with shift
2018-01-04Fix crash in OS::execute on FreeBSDRémi Verschelde
As spotted by @robfram, closes #15288. Also reviewed other uses of `if (String.find(.*))` for potential similar mistakes, found a wrong (and useless) one in ScriptEditorDialog.
2018-01-04Merge pull request #15191 from Jerome67000/z_renamingRémi Verschelde
renames "z" Node2D property to "z_index"
2018-01-03TextEdit horizontal scrolling with shiftIan
2018-01-03#15078 renamed "z" -> "z_index" property in Node2DJerome67000
2018-01-03Merge pull request #15127 from poke1024/smooth-scroll-playRémi Verschelde
Remove some lagginess from TextEdit's smooth scrolling
2018-01-03Merge pull request #15103 from poke1024/lineedit-key-up-downRémi Verschelde
Support KEY_UP and KEY_DOWN in LineEdit
2018-01-03Merge pull request #15063 from poke1024/textedit-select-last-lineRémi Verschelde
Fix key down on last line in TextEdit
2018-01-03Merge pull request #14792 from Krakean/enh-1Rémi Verschelde
A few small Debugger->Errors tab enhancements:
2018-01-02Merge pull request #14983 from Paulb23/keyboard_selection_issue_14675Rémi Verschelde
Fixed keyboard word selection when at the start/end of line, issue 14675
2018-01-01Update copyright statements to 2018Rémi Verschelde
Happy new year to the wonderful Godot community!
2018-01-01Merge pull request #14972 from poke1024/fix-unindent-col-0Noshyaar
Fix unindent (shift-tab) on column 0
2018-01-01Merge pull request #14973 from poke1024/docs-word-selectionNoshyaar
Double-click word selection for RichTextLabel (i.e. docs)
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
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-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
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-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
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