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
*
Fix quotation in string
Rado'sPC\aRaGaR
2018-02-22
1
-1
/
+0
*
Clean up some bad words from code comments
Artem Varaksa
2018-02-22
1
-2
/
+2
*
Fix typos with codespell
luz.paz
2018-02-22
3
-4
/
+4
*
Force controls to save rect_clip_content since they do not all default to false.
isaacremnant
2018-02-22
1
-1
/
+1
*
Fixes wrong vertical font layout in RichTextLabel
Bernhard Liebl
2018-02-21
2
-4
/
+24
*
TextEdit folding over unindented comments
Ian
2018-02-21
2
-7
/
+38
*
Actually fix the db/dc renaming mess
Hein-Pieter van Braam
2018-02-21
2
-2
/
+2
*
revert the renaming _tree_db_selected function
Hein-Pieter van Braam
2018-02-21
2
-4
/
+4
*
Fixed "Open" button being enabled when nothing is selected in a FileDialog wh...
Michael Alexsander Silva Dias
2018-02-21
1
-10
/
+6
*
Fixed disappearing text on filedialog buttons
Max
2018-02-21
1
-4
/
+4
*
Keep to show current script when closing all docs
volzhs
2018-02-21
2
-9
/
+14
*
Fixes OptionButton selection index being reset to zero at instanciation
Alexander Alekseev
2018-02-19
1
-1
/
+2
*
Added "allow_reselect" property to ItemList and enabled it for the method/hel...
Michael Alexsander Silva Dias
2018-02-19
2
-2
/
+23
*
SpinBoxes calculate correctly their width before first redraw.
Ovnuniarchos
2018-02-19
2
-5
/
+13
*
Fixed #15082: line edit emits two "text_changed" signals when pasting while t...
Federico Frenguelli
2018-02-19
2
-2
/
+17
*
Fix wrong property type for fixed icon size in ItemList
binbitten
2018-02-19
1
-1
/
+1
*
Fixes a Gridcontainer wrong children fitting with expanded+non-zero minisize
Gilles Roudiere
2018-02-19
1
-56
/
+67
*
Fixes a bas resizing with SplitContainer
Gilles Roudiere
2018-02-19
2
-97
/
+39
*
Fix TextEdit current line highlight horizontal offset
binbitten
2018-02-04
1
-7
/
+7
*
Expose a few GraphEdit methods to script languages
George Marques
2018-02-04
1
-0
/
+9
*
Allow focus on disabled buttons
Hein-Pieter van Braam
2018-02-04
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
|
\
\
|
*
|
Allow popup menu scrolling without mouse wheel
Bernhard Liebl
2018-01-06
2
-32
/
+28
|
|
/
*
|
Remove button from button_group when free
volzhs
2018-01-06
1
-3
/
+3
*
|
Fix theme inheritance
Fabio Alessandrelli
2018-01-05
1
-2
/
+3
|
/
[next]