summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Expand)Author
2018-01-13Merge pull request #15657 from paulloz/fix-textedit-undo-redo-selectionRémi Verschelde
2018-01-13Deselect on undo/redo in TextEditPaul Joannon
2018-01-13Fix get_parent_range to return 0 when there is no parentRuslan Mustakov
2018-01-13Small fix for Control bindingsletheed
2018-01-12Add special coloring to members, to make shadowing more obvious.Juan Linietsky
2018-01-12Renamed tree_exited to tree_exiting. tree_exited is now used for actual out o...Juan Linietsky
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-11Fixes nodes being resized or moved when changing an anchorGilles Roudiere
2018-01-11Fixes empty line selection when scrollingpoke1024
2018-01-09Fix signal arguments shadowing member variablesRémi Verschelde
2018-01-08Fix whole word search missing occurencesBernhard Liebl
2018-01-07Fix Video Player issue with audio mix_rate when different than 44100Marcelo Fernandez
2018-01-07Corrects wrong scrolling for short popups broken in 15405Bernhard Liebl
2018-01-06fix center viewport out of size error, #15411Ian
2018-01-06Merge pull request #15412 from poke1024/fix-tree-get-rect-crashRémi Verschelde
2018-01-06Merge pull request #15405 from poke1024/fix-popup-scrollRémi Verschelde
2018-01-06Fix crash when calling tree API before NOTIFICATION_ENTER_TREEBernhard Liebl
2018-01-06Allow popup menu scrolling without mouse wheelBernhard Liebl
2018-01-06Remove button from button_group when freevolzhs
2018-01-05Fix theme inheritanceFabio Alessandrelli
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-04Merge pull request #15335 from volzhs/popup-menuRémi Verschelde
2018-01-04Merge pull request #15334 from poke1024/textedit-mouseposRémi Verschelde
2018-01-05Fix PopupMenu to show & detect properly hover areavolzhs
2018-01-04Fix TextEdit::_get_mouse_pos rounding errorsBernhard Liebl
2018-01-04Merge pull request #15317 from poke1024/fix-rtl-underlineRémi Verschelde
2018-01-04RichTextLabel: don't draw underline on single charactersBernhard Liebl
2018-01-04Merge pull request #15314 from poke1024/tree-rlinesRémi Verschelde
2018-01-04Tree: only draw visible relationship linesBernhard Liebl
2018-01-04Merge pull request #15312 from poke1024/fix-rtl-table-wrapRémi Verschelde
2018-01-04Fix word wrapping in tables in RichTextLabelBernhard Liebl
2018-01-03found via cppcheck:firefly2442
2018-01-04Merge pull request #15308 from ianb96/horizontal_scrollingRémi Verschelde
2018-01-04Fix crash in OS::execute on FreeBSDRémi Verschelde
2018-01-04Merge pull request #15191 from Jerome67000/z_renamingRémi Verschelde
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
2018-01-03Merge pull request #15103 from poke1024/lineedit-key-up-downRémi Verschelde
2018-01-03Merge pull request #15063 from poke1024/textedit-select-last-lineRémi Verschelde
2018-01-03Merge pull request #14792 from Krakean/enh-1Rémi Verschelde
2018-01-02Merge pull request #14983 from Paulb23/keyboard_selection_issue_14675Rémi Verschelde
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