summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Expand)Author
2018-03-02Fix more regressions in RichTextLabel from PR 15711Bernhard Liebl
2018-03-01Fix regression through fa98637acaab9135568bf0d43a65c9c96b59c32dpoke1024
2018-02-28Fix various valgrind reported uninitialized variable usesHein-Pieter van Braam
2018-02-27Merge pull request #16656 from JFonS/fix_gradient_crashRémi Verschelde
2018-02-21Fix typos with codespellluz.paz
2018-02-21Fixed disappearing text on filedialog buttonsMax
2018-02-20Fixed "Open" button being enabled when nothing is selected in a FileDialog wh...Michael Alexsander Silva Dias
2018-02-20Merge pull request #16455 from volzhs/close-docsRémi Verschelde
2018-02-20Keep to show current script when closing all docsvolzhs
2018-02-19Merge pull request #16652 from aragar/FixQuotationInStringRémi Verschelde
2018-02-19Merge pull request #15306 from poke1024/item-list-draw-speedRémi Verschelde
2018-02-19Fixes OptionButton selection index being reset to zero at instanciationAlexander Alekseev
2018-02-19Merge pull request #16566 from groud/gui_input_reworkRémi Verschelde
2018-02-18Force controls to save rect_clip_content since they do not all default to false.isaacremnant
2018-02-17Clean up some bad words from code commentsArtem Varaksa
2018-02-162D editor GUI input rework. Changes are:Gilles Roudiere
2018-02-14Fix weird editor crash when switching from editing one gradient to another ke...JFonS
2018-02-14Merge pull request #15618 from ianb96/fold_commentRémi Verschelde
2018-02-14Merge pull request #15711 from poke1024/fix-rtl-descentRémi Verschelde
2018-02-14Merge pull request #15855 from mrcdk/texture_button_mask_fixesRémi Verschelde
2018-02-14Merge pull request #15903 from groud/fix_minsizeRémi Verschelde
2018-02-14Added "allow_reselect" property to ItemList and enabled it for the method/hel...Michael Alexsander Silva Dias
2018-02-13Merge pull request #16422 from synasius/fixed-line-edit-text-changed-signalRémi Verschelde
2018-02-12Fix quotation in stringRado'sPC\aRaGaR
2018-02-05SpinBoxes calculate correctly their width before first redraw.Ovnuniarchos
2018-02-05Fixed #15082: line edit emits two "text_changed" signals when pasting while t...Federico Frenguelli
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-20Fixes a bas resizing with SplitContainerGilles Roudiere
2018-01-19Fixes a Gridcontainer wrong children fitting with expanded+non-zero minisizeGilles Roudiere
2018-01-19The TextureButton's bitmask takes into account the stretch mode selectedMrCdK
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-14Fixes wrong vertical font layout in RichTextLabelBernhard Liebl
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