aboutsummaryrefslogtreecommitdiff
path: root/scene/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix quotation in stringRado'sPC\aRaGaR2018-02-221-1/+0
* Clean up some bad words from code commentsArtem Varaksa2018-02-221-2/+2
* Fix typos with codespellluz.paz2018-02-223-4/+4
* Force controls to save rect_clip_content since they do not all default to false.isaacremnant2018-02-221-1/+1
* Fixes wrong vertical font layout in RichTextLabelBernhard Liebl2018-02-212-4/+24
* TextEdit folding over unindented commentsIan2018-02-212-7/+38
* Actually fix the db/dc renaming messHein-Pieter van Braam2018-02-212-2/+2
* revert the renaming _tree_db_selected functionHein-Pieter van Braam2018-02-212-4/+4
* Fixed "Open" button being enabled when nothing is selected in a FileDialog wh...Michael Alexsander Silva Dias2018-02-211-10/+6
* Fixed disappearing text on filedialog buttonsMax2018-02-211-4/+4
* Keep to show current script when closing all docsvolzhs2018-02-212-9/+14
* Fixes OptionButton selection index being reset to zero at instanciationAlexander Alekseev2018-02-191-1/+2
* Added "allow_reselect" property to ItemList and enabled it for the method/hel...Michael Alexsander Silva Dias2018-02-192-2/+23
* SpinBoxes calculate correctly their width before first redraw.Ovnuniarchos2018-02-192-5/+13
* Fixed #15082: line edit emits two "text_changed" signals when pasting while t...Federico Frenguelli2018-02-192-2/+17
* Fix wrong property type for fixed icon size in ItemListbinbitten2018-02-191-1/+1
* Fixes a Gridcontainer wrong children fitting with expanded+non-zero minisizeGilles Roudiere2018-02-191-56/+67
* Fixes a bas resizing with SplitContainerGilles Roudiere2018-02-192-97/+39
* Fix TextEdit current line highlight horizontal offsetbinbitten2018-02-041-7/+7
* Expose a few GraphEdit methods to script languagesGeorge Marques2018-02-041-0/+9
* Allow focus on disabled buttonsHein-Pieter van Braam2018-02-041-4/+0
* 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
|/