summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Expand)Author
2018-02-03Fix wrong property type for fixed icon size in ItemListbinbitten
2018-02-01Merge pull request #16249 from binbitten/fix-highlight-ofsRémi Verschelde
2018-01-31Fix TextEdit current line highlight horizontal offsetbinbitten
2018-01-30Expose a few GraphEdit methods to script languagesGeorge Marques
2018-01-28Allow focus on disabled buttonsHein-Pieter van Braam
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-18TextEdit fix get_mouse after many foldsIan
2018-01-17doc: Replace some more "val" with "value" + syncRémi Verschelde
2018-01-15Changes the keep_margin parameter to true by default, so that people are not ...Gilles Roudiere
2018-01-15ViewportContainer passes input down to children viewportsFabio Alessandrelli
2018-01-14Merge pull request #15708 from Paulb23/current_line_clipping_issue_15427Rémi Verschelde
2018-01-14Fixed current line highligting with horizontal clipping, issue 15427Paulb23
2018-01-13Merge pull request #15670 from poke1024/fix15588Rémi Verschelde
2018-01-13Fixes hangs with Tree in multi selection mode (issue 15588)Bernhard Liebl
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