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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add column_title_pressed signal to Tree node
yanorax
2017-05-18
1
-0
/
+21
*
Removal of Image from Variant, converted to a Resource.
Juan Linietsky
2017-05-17
4
-10
/
+11
*
Merge pull request #8759 from AlexHoratio/master
Rémi Verschelde
2017-05-15
1
-0
/
+5
|
\
|
*
Fixed #8526, popup menu width now responds to submenu icon
AlexHoratio
2017-05-14
1
-0
/
+5
*
|
Fix natural sorting order in EditorFileDialog, FileDialog and EditorFileSyste...
Damian Day
2017-05-12
1
-2
/
+2
|
/
*
Implemented scrolling factor for smooth trackpad scrolling
toger5
2017-05-07
8
-23
/
+61
*
Tree: Clear search string on selection.
Andreas Haas
2017-05-04
1
-0
/
+2
*
LineEdit: fix placeholder text affected by secret
Poommetee Ketson
2017-05-03
1
-2
/
+2
*
Fix #8617 WindowDialog with custom panel background crashes godot
Marc Gilleron
2017-05-02
1
-12
/
+16
*
Merge pull request #8520 from Hinsbart/tree_tooltips
Rémi Verschelde
2017-04-27
2
-3
/
+19
|
\
|
*
Tree: Ability to add tooltips to TreeItem buttons.
Andreas Haas
2017-04-26
2
-3
/
+19
*
|
Add new editor and default theme (WIP)
Daniel J. Ramirez
2017-04-27
10
-26
/
+75
|
/
*
Merge pull request #8343 from volzhs/prevent_uncheck
Rémi Verschelde
2017-04-24
1
-0
/
+2
|
\
|
*
Prevent to uncheck selected item with button group
volzhs
2017-04-10
1
-0
/
+2
*
|
Merge pull request #8417 from neikeq/hello-there
Rémi Verschelde
2017-04-20
1
-2
/
+2
|
\
\
|
*
|
External editor improvements and fixes
Ignacio Etcheverry
2017-04-17
1
-2
/
+2
|
|
/
*
|
Merge pull request #8376 from RayKoopa/fix_stylebox_expand_margin
Rémi Verschelde
2017-04-20
1
-29
/
+26
|
\
\
|
*
|
Respect the expand margin for StyleBoTextures again.
Ray Koopa
2017-04-13
1
-29
/
+26
*
|
|
Added support for space indentation
Paulb23
2017-04-18
2
-28
/
+126
|
/
/
*
/
Rename [gs]et_pos to [gs]et_position for Controls
Sergey Pusnei
2017-04-10
15
-80
/
+80
|
/
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
102
-0
/
+102
*
Fix highlight typo
supaiku
2017-04-06
2
-12
/
+12
*
Merge pull request #8248 from Hinsbart/fix_notify_renames
Rémi Verschelde
2017-04-04
4
-11
/
+11
|
\
|
*
Fix more property names in _change_notify calls.
Andreas Haas
2017-04-03
4
-11
/
+11
*
|
Merge pull request #8211 from robertdhernandez/NinePatch-Fix
Rémi Verschelde
2017-04-03
2
-20
/
+17
|
\
\
|
|
/
|
/
|
|
*
Fixed WindowDialog not aligning properly
Robert Hernandez
2017-03-31
2
-3
/
+14
|
*
Fixed AtlasTexture being incorrectly
Robert Hernandez
2017-03-30
1
-20
/
+6
*
|
Fixed Node2D/Control not updating properties
Robert Hernandez
2017-04-01
1
-6
/
+6
|
/
*
Fix typos in source code using codespell
Rémi Verschelde
2017-03-24
6
-6
/
+6
*
Merge pull request #8023 from CrazyGuy108/master
Rémi Verschelde
2017-03-18
1
-0
/
+2
|
\
|
*
List Control::has_point as a virtual method
CrazyGuy108
2017-03-14
1
-0
/
+2
*
|
Merge pull request #8020 from karroffel/class-db-inconsistency
Rémi Verschelde
2017-03-15
1
-2
/
+2
|
\
\
|
*
|
fixed ClassDB inconsistencies
Karroffel
2017-03-13
1
-2
/
+2
|
|
/
*
/
WindowDialog: Fix crash when running as ProjectManager
Andreas Haas
2017-03-13
1
-2
/
+2
|
/
*
Editor: Dim UI when a WindowDialog is shown.
Andreas Haas
2017-03-06
1
-0
/
+14
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
99
-11871
/
+10028
*
Add a bunch of missing Godot headers in own files
Rémi Verschelde
2017-03-05
4
-1
/
+114
*
Refactoring: rename tools/editor/ to editor/
Rémi Verschelde
2017-03-05
2
-2
/
+2
*
Merge pull request #7916 from RebelliousX/tab_container
Rémi Verschelde
2017-03-05
2
-5
/
+25
|
\
|
*
- `tab_changed` signal emits only by selecting a different tab.
Thaer Razeq
2017-03-05
2
-5
/
+25
*
|
Merge pull request #7929 from RayKoopa/editor_resizable_dialogs
Rémi Verschelde
2017-03-04
4
-6
/
+38
|
\
\
|
*
|
Make Editor, Export and Project settings dialogs resizable and store their bo...
Ray Koopa
2017-03-03
4
-6
/
+38
*
|
|
Fix wrong TreeItem reference after reconstructing
volzhs
2017-03-03
2
-2
/
+4
|
/
/
*
/
Added functionality for resizable dialogs.
Ray Koopa
2017-03-01
2
-48
/
+169
|
/
*
Various fixes detected using PVS-Studio static analyzer.
Thaer Razeq
2017-02-28
5
-6
/
+4
*
Add disabled tabs
Ray Koopa
2017-02-27
4
-12
/
+78
*
Fix several drawing and logic issues in TabContainer
Ray Koopa
2017-02-27
2
-427
/
+309
*
Merge pull request #7653 from Dumbeldor/RichTextLabel_remove_line
Rémi Verschelde
2017-02-26
2
-0
/
+45
|
\
|
*
RichTextLabel add function remove_line
Vincent
2017-02-16
2
-0
/
+45
*
|
Merge pull request #7874 from volzhs/issue-7820-master
Rémi Verschelde
2017-02-26
1
-0
/
+1
|
\
\
[next]