index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
J08nY
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
gui
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
Boost drawing speed of ItemLists with many items
Bernhard Liebl
2018-01-05
1
-4
/
+48
*
|
|
|
|
|
|
Fixes OptionButton selection index being reset to zero at instanciation
Alexander Alekseev
2018-02-19
1
-1
/
+2
*
|
|
|
|
|
|
Merge pull request #16566 from groud/gui_input_rework
Rémi Verschelde
2018-02-19
2
-23
/
+27
|
\
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
2D editor GUI input rework. Changes are:
Gilles Roudiere
2018-02-16
2
-23
/
+27
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Force controls to save rect_clip_content since they do not all default to false.
isaacremnant
2018-02-18
1
-1
/
+1
*
|
|
|
|
|
Clean up some bad words from code comments
Artem Varaksa
2018-02-17
1
-2
/
+2
*
|
|
|
|
|
Merge pull request #15618 from ianb96/fold_comment
Rémi Verschelde
2018-02-14
2
-7
/
+38
|
\
\
\
\
\
\
|
*
|
|
|
|
|
TextEdit folding over unindented comments
Ian
2018-01-12
2
-7
/
+38
*
|
|
|
|
|
|
Merge pull request #15711 from poke1024/fix-rtl-descent
Rémi Verschelde
2018-02-14
2
-4
/
+24
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Fixes wrong vertical font layout in RichTextLabel
Bernhard Liebl
2018-01-14
2
-4
/
+24
*
|
|
|
|
|
|
|
Merge pull request #15855 from mrcdk/texture_button_mask_fixes
Rémi Verschelde
2018-02-14
2
-9
/
+60
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
The TextureButton's bitmask takes into account the stretch mode selected
MrCdK
2018-01-19
2
-9
/
+60
*
|
|
|
|
|
|
|
|
Merge pull request #15903 from groud/fix_minsize
Rémi Verschelde
2018-02-14
3
-153
/
+106
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
Fixes a bas resizing with SplitContainer
Gilles Roudiere
2018-01-20
2
-97
/
+39
|
*
|
|
|
|
|
|
|
|
Fixes a Gridcontainer wrong children fitting with expanded+non-zero minisize
Gilles Roudiere
2018-01-19
1
-56
/
+67
|
|
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
|
Added "allow_reselect" property to ItemList and enabled it for the method/hel...
Michael Alexsander Silva Dias
2018-02-14
2
-2
/
+23
*
|
|
|
|
|
|
|
|
Merge pull request #16422 from synasius/fixed-line-edit-text-changed-signal
Rémi Verschelde
2018-02-13
2
-2
/
+17
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
Fixed #15082: line edit emits two "text_changed" signals when pasting while t...
Federico Frenguelli
2018-02-05
2
-2
/
+17
|
|
|
_
|
_
|
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
*
/
|
|
|
|
|
|
|
SpinBoxes calculate correctly their width before first redraw.
Ovnuniarchos
2018-02-05
2
-5
/
+13
|
/
/
/
/
/
/
/
/
*
|
|
|
|
/
/
/
Fix wrong property type for fixed icon size in ItemList
binbitten
2018-02-03
1
-1
/
+1
|
|
_
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
Merge pull request #16249 from binbitten/fix-highlight-ofs
Rémi Verschelde
2018-02-01
1
-7
/
+7
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Fix TextEdit current line highlight horizontal offset
binbitten
2018-01-31
1
-7
/
+7
*
|
|
|
|
|
|
|
Expose a few GraphEdit methods to script languages
George Marques
2018-01-30
1
-0
/
+9
|
/
/
/
/
/
/
/
*
|
|
|
|
/
/
Allow focus on disabled buttons
Hein-Pieter van Braam
2018-01-28
1
-4
/
+0
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Fix typos in code and docs with codespell
Rémi Verschelde
2018-01-18
5
-44
/
+44
|
/
/
/
/
/
*
|
|
|
|
TextEdit fix get_mouse after many folds
Ian
2018-01-18
1
-5
/
+6
*
|
|
|
|
doc: Replace some more "val" with "value" + sync
Rémi Verschelde
2018-01-17
1
-2
/
+2
*
|
|
|
|
Changes the keep_margin parameter to true by default, so that people are not ...
Gilles Roudiere
2018-01-15
1
-2
/
+2
*
|
|
|
|
ViewportContainer passes input down to children viewports
Fabio Alessandrelli
2018-01-15
2
-0
/
+29
*
|
|
|
|
Merge pull request #15708 from Paulb23/current_line_clipping_issue_15427
Rémi Verschelde
2018-01-14
1
-0
/
+13
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fixed current line highligting with horizontal clipping, issue 15427
Paulb23
2018-01-14
1
-0
/
+13
*
|
|
|
|
Merge pull request #15670 from poke1024/fix15588
Rémi Verschelde
2018-01-13
1
-0
/
+3
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fixes hangs with Tree in multi selection mode (issue 15588)
Bernhard Liebl
2018-01-13
1
-0
/
+3
*
|
|
|
|
Merge pull request #15657 from paulloz/fix-textedit-undo-redo-selection
Rémi Verschelde
2018-01-13
1
-0
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Deselect on undo/redo in TextEdit
Paul Joannon
2018-01-13
1
-0
/
+4
*
|
|
|
|
|
Fix get_parent_range to return 0 when there is no parent
Ruslan Mustakov
2018-01-13
1
-2
/
+2
|
/
/
/
/
/
*
/
/
/
/
Small fix for Control bindings
letheed
2018-01-13
1
-1
/
+2
|
/
/
/
/
*
|
|
|
Add special coloring to members, to make shadowing more obvious.
Juan Linietsky
2018-01-12
2
-0
/
+29
*
|
|
|
Renamed tree_exited to tree_exiting. tree_exited is now used for actual out o...
Juan Linietsky
2018-01-12
1
-4
/
+4
*
|
|
|
Bind many more properties to scripts
Bojidar Marinov
2018-01-12
20
-14
/
+100
|
/
/
/
*
|
|
Fixes nodes being resized or moved when changing an anchor
Gilles Roudiere
2018-01-11
1
-5
/
+13
*
|
|
Fixes empty line selection when scrolling
poke1024
2018-01-11
1
-1
/
+1
*
|
|
Fix signal arguments shadowing member variables
Rémi Verschelde
2018-01-09
2
-4
/
+4
*
|
|
Fix whole word search missing occurences
Bernhard Liebl
2018-01-08
1
-16
/
+29
*
|
|
Fix Video Player issue with audio mix_rate when different than 44100
Marcelo Fernandez
2018-01-07
2
-9
/
+1
*
|
|
Corrects wrong scrolling for short popups broken in 15405
Bernhard Liebl
2018-01-07
1
-3
/
+9
*
|
|
fix center viewport out of size error, #15411
Ian
2018-01-06
1
-3
/
+4
*
|
|
Merge pull request #15412 from poke1024/fix-tree-get-rect-crash
Rémi Verschelde
2018-01-06
1
-0
/
+5
|
\
\
\
|
*
|
|
Fix crash when calling tree API before NOTIFICATION_ENTER_TREE
Bernhard Liebl
2018-01-06
1
-0
/
+5
|
|
/
/
*
|
|
Merge pull request #15405 from poke1024/fix-popup-scroll
Rémi Verschelde
2018-01-06
2
-32
/
+28
|
\
\
\
[prev]
[next]