aboutsummaryrefslogtreecommitdiff
path: root/scene/gui
Commit message (Expand)AuthorAgeFilesLines
* Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio2018-06-051-1/+1
* fixed capital A osxtoger52018-06-011-2/+2
* fixed a input not registered in osx script editortoger52018-06-011-1/+1
* Add additional macos shortcuts for going to start/end of lineSherjil Ozair2018-06-011-1/+52
* Tweak the property hint ranges of caret blink and line length guidelineHugo Locurcio2018-05-132-2/+2
* Fix placeholders position in `LineEdit` when editing inside the Editorrobfram2018-05-131-1/+0
* Consider TextEdit paste operation complex.Charly Mourglia2018-05-131-0/+3
* fix clang6 assignment errorthfrwn2018-05-131-2/+2
* Hand-merge API hash fixes #18514Hein-Pieter van Braam2018-04-292-6/+2
* Fixed context menu TTR bugssersoong2018-04-282-13/+13
* ItemList selection: Check against item countShyRed2018-04-281-1/+1
* LineEdit placeholder alignment, content margins, and overflow bugsrobfram2018-04-282-4/+17
* Add support for radio-looking items with iconPedro J. Estébanez2018-04-283-1/+9
* Use radio-button-like menu entries where applicablePedro J. Estébanez2018-04-281-1/+1
* Add radio-button-looking entries to PopupMenuPedro J. Estébanez2018-04-282-25/+71
* Fixes wrong calculation of gridcontainer's children sizeGilles Roudiere2018-04-281-2/+2
* Implement line clipping for `TextureProgress` to avoid bad rendering due to i...robfram2018-04-281-16/+39
* Fix bad autocomplete of partially written node paths when using syntactic sug...robfram2018-04-141-1/+1
* auto-completion edge jumpAlexander Holland2018-04-141-4/+10
* Make BaseButton not emit press when container is scrolledRuslan Mustakov2018-04-145-24/+60
* Fixes infinite loop in GridContainerGilles Roudiere2018-03-291-4/+4
* Prevent division by zero in GridContainerLeon Krause2018-03-291-2/+2
* Fix BaseButton not always calling _pressed()bncastle2018-03-281-0/+5
* Fix infinite loop in GridContainer layoutGary Oberbrunner2018-03-281-6/+6
* Fix weird editor crash when switching from editing one gradient to another ke...JFonS2018-03-281-0/+7
* Fix more regressions in RichTextLabel from PR 15711Bernhard Liebl2018-03-031-9/+5
* Fix various valgrind reported uninitialized variable usesHein-Pieter van Braam2018-03-012-0/+4
* Fix regression through fa98637acaab9135568bf0d43a65c9c96b59c32dpoke10242018-03-011-0/+5
* 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