aboutsummaryrefslogtreecommitdiff
path: root/scene/gui
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Boost drawing speed of ItemLists with many itemsBernhard Liebl2018-01-051-4/+48
* | | | | | | Fixes OptionButton selection index being reset to zero at instanciationAlexander Alekseev2018-02-191-1/+2
* | | | | | | Merge pull request #16566 from groud/gui_input_reworkRémi Verschelde2018-02-192-23/+27
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | 2D editor GUI input rework. Changes are:Gilles Roudiere2018-02-162-23/+27
| | |/ / / / | |/| | | |
* | | | | | Force controls to save rect_clip_content since they do not all default to false.isaacremnant2018-02-181-1/+1
* | | | | | Clean up some bad words from code commentsArtem Varaksa2018-02-171-2/+2
* | | | | | Merge pull request #15618 from ianb96/fold_commentRémi Verschelde2018-02-142-7/+38
|\ \ \ \ \ \
| * | | | | | TextEdit folding over unindented commentsIan2018-01-122-7/+38
* | | | | | | Merge pull request #15711 from poke1024/fix-rtl-descentRémi Verschelde2018-02-142-4/+24
|\ \ \ \ \ \ \
| * | | | | | | Fixes wrong vertical font layout in RichTextLabelBernhard Liebl2018-01-142-4/+24
* | | | | | | | Merge pull request #15855 from mrcdk/texture_button_mask_fixesRémi Verschelde2018-02-142-9/+60
|\ \ \ \ \ \ \ \
| * | | | | | | | The TextureButton's bitmask takes into account the stretch mode selectedMrCdK2018-01-192-9/+60
* | | | | | | | | Merge pull request #15903 from groud/fix_minsizeRémi Verschelde2018-02-143-153/+106
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fixes a bas resizing with SplitContainerGilles Roudiere2018-01-202-97/+39
| * | | | | | | | | Fixes a Gridcontainer wrong children fitting with expanded+non-zero minisizeGilles Roudiere2018-01-191-56/+67
| |/ / / / / / / /
* | | | | | | | | Added "allow_reselect" property to ItemList and enabled it for the method/hel...Michael Alexsander Silva Dias2018-02-142-2/+23
* | | | | | | | | Merge pull request #16422 from synasius/fixed-line-edit-text-changed-signalRémi Verschelde2018-02-132-2/+17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fixed #15082: line edit emits two "text_changed" signals when pasting while t...Federico Frenguelli2018-02-052-2/+17
| | |_|_|/ / / / / | |/| | | | | | |
* / | | | | | | | SpinBoxes calculate correctly their width before first redraw.Ovnuniarchos2018-02-052-5/+13
|/ / / / / / / /
* | | | | / / / Fix wrong property type for fixed icon size in ItemListbinbitten2018-02-031-1/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge pull request #16249 from binbitten/fix-highlight-ofsRémi Verschelde2018-02-011-7/+7
|\ \ \ \ \ \ \
| * | | | | | | Fix TextEdit current line highlight horizontal offsetbinbitten2018-01-311-7/+7
* | | | | | | | Expose a few GraphEdit methods to script languagesGeorge Marques2018-01-301-0/+9
|/ / / / / / /
* | | | | / / Allow focus on disabled buttonsHein-Pieter van Braam2018-01-281-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
|\ \ \