aboutsummaryrefslogtreecommitdiff
path: root/scene/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in code and docs with codespellRémi Verschelde2018-01-185-44/+44
* TextEdit fix get_mouse after many foldsIan2018-01-181-5/+6
* doc: Replace some more "val" with "value" + syncRémi Verschelde2018-01-171-2/+2
* Changes the keep_margin parameter to true by default, so that people are not ...Gilles Roudiere2018-01-151-2/+2
* ViewportContainer passes input down to children viewportsFabio Alessandrelli2018-01-152-0/+29
* Merge pull request #15708 from Paulb23/current_line_clipping_issue_15427Rémi Verschelde2018-01-141-0/+13
|\
| * Fixed current line highligting with horizontal clipping, issue 15427Paulb232018-01-141-0/+13
* | Merge pull request #15670 from poke1024/fix15588Rémi Verschelde2018-01-131-0/+3
|\ \ | |/ |/|
| * Fixes hangs with Tree in multi selection mode (issue 15588)Bernhard Liebl2018-01-131-0/+3
* | Merge pull request #15657 from paulloz/fix-textedit-undo-redo-selectionRémi Verschelde2018-01-131-0/+4
|\ \
| * | Deselect on undo/redo in TextEditPaul Joannon2018-01-131-0/+4
* | | Fix get_parent_range to return 0 when there is no parentRuslan Mustakov2018-01-131-2/+2
|/ /
* / Small fix for Control bindingsletheed2018-01-131-1/+2
|/
* Add special coloring to members, to make shadowing more obvious.Juan Linietsky2018-01-122-0/+29
* Renamed tree_exited to tree_exiting. tree_exited is now used for actual out o...Juan Linietsky2018-01-121-4/+4
* Bind many more properties to scriptsBojidar Marinov2018-01-1220-14/+100
* Fixes nodes being resized or moved when changing an anchorGilles Roudiere2018-01-111-5/+13
* Fixes empty line selection when scrollingpoke10242018-01-111-1/+1
* Fix signal arguments shadowing member variablesRémi Verschelde2018-01-092-4/+4
* Fix whole word search missing occurencesBernhard Liebl2018-01-081-16/+29
* Fix Video Player issue with audio mix_rate when different than 44100Marcelo Fernandez2018-01-072-9/+1
* Corrects wrong scrolling for short popups broken in 15405Bernhard Liebl2018-01-071-3/+9
* fix center viewport out of size error, #15411Ian2018-01-061-3/+4
* Merge pull request #15412 from poke1024/fix-tree-get-rect-crashRémi Verschelde2018-01-061-0/+5
|\
| * Fix crash when calling tree API before NOTIFICATION_ENTER_TREEBernhard Liebl2018-01-061-0/+5
* | Merge pull request #15405 from poke1024/fix-popup-scrollRémi Verschelde2018-01-062-32/+28
|\ \
| * | Allow popup menu scrolling without mouse wheelBernhard Liebl2018-01-062-32/+28
| |/
* | Remove button from button_group when freevolzhs2018-01-061-3/+3
* | Fix theme inheritanceFabio Alessandrelli2018-01-051-2/+3
|/
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-0598-12/+105
* Merge pull request #15335 from volzhs/popup-menuRémi Verschelde2018-01-041-3/+2
|\
| * Fix PopupMenu to show & detect properly hover areavolzhs2018-01-051-3/+2
* | Merge pull request #15334 from poke1024/textedit-mouseposRémi Verschelde2018-01-041-5/+5
|\ \ | |/ |/|
| * Fix TextEdit::_get_mouse_pos rounding errorsBernhard Liebl2018-01-041-5/+5
* | Merge pull request #15317 from poke1024/fix-rtl-underlineRémi Verschelde2018-01-041-10/+11
|\ \
| * | RichTextLabel: don't draw underline on single charactersBernhard Liebl2018-01-041-10/+11
| |/
* | Merge pull request #15314 from poke1024/tree-rlinesRémi Verschelde2018-01-041-7/+23
|\ \
| * | Tree: only draw visible relationship linesBernhard Liebl2018-01-041-7/+23
| |/
* | Merge pull request #15312 from poke1024/fix-rtl-table-wrapRémi Verschelde2018-01-041-4/+6
|\ \
| * | Fix word wrapping in tables in RichTextLabelBernhard Liebl2018-01-041-4/+6
| |/
* | found via cppcheck:firefly24422018-01-031-2/+0
* | Merge pull request #15308 from ianb96/horizontal_scrollingRémi Verschelde2018-01-041-2/+10
|\ \
| * | TextEdit horizontal scrolling with shiftIan2018-01-031-2/+10
* | | Fix crash in OS::execute on FreeBSDRémi Verschelde2018-01-041-0/+1
* | | Merge pull request #15191 from Jerome67000/z_renamingRémi Verschelde2018-01-041-6/+6
|\ \ \ | |_|/ |/| |
| * | #15078 renamed "z" -> "z_index" property in Node2DJerome670002018-01-031-6/+6
* | | Merge pull request #15127 from poke1024/smooth-scroll-playRémi Verschelde2018-01-031-4/+19
|\ \ \
| * | | Remove some lagginess from TextEdit's smooth scrollingBernhard Liebl2017-12-281-4/+19
| |/ /
* | | Merge pull request #15103 from poke1024/lineedit-key-up-downRémi Verschelde2018-01-031-0/+12
|\ \ \
| * | | Support KEY_UP and KEY_DOWN in LineEditBernhard Liebl2017-12-271-0/+12