aboutsummaryrefslogtreecommitdiff
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Stop completion when the match is perfectGeorge Marques2016-07-031-0/+5
* | | | | | Fix code completion sortingGeorge Marques2016-07-031-3/+11
* | | | | | Fixed the order of input, reverts #4384, closes #5361Juan Linietsky2016-07-012-10/+2
* | | | | | Color picker was getting too much focus, made it get not as much focus.Juan Linietsky2016-07-013-4/+17
* | | | | | Invalidate key focus if not visible, fixes #5354Juan Linietsky2016-07-011-1/+6
* | | | | | Improved drag&drop to work as n-piggeon wants to use, closes #5342Juan Linietsky2016-07-011-15/+40
* | | | | | throw error if GridContainer::set_columns goes below 1, closes #5316Juan Linietsky2016-06-301-0/+1
* | | | | | Make both signals be ordered and samplelibrary items too, fixes scenes changi...Juan Linietsky2016-06-302-1/+13
* | | | | | Only emit item_selected once per Tree row, closes #5280Juan Linietsky2016-06-301-1/+6
* | | | | | Fixed signal connection prints when moving docks, issue 5498Paulb232016-06-302-2/+6
* | | | | | Merge pull request #5449 from sanikoyes/Pr-placeholder-line-editRémi Verschelde2016-06-302-5/+46
|\ \ \ \ \ \
| * | | | | | add placeholder alpha propertysanikoyes2016-06-282-2/+21
| * | | | | | Add placeholder property for line_editsanikoyes2016-06-272-5/+27
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #5419 from djrm/shortcutsRémi Verschelde2016-06-301-0/+1
|\ \ \ \ \ \
| * | | | | | Shortcuts for script switching in script ModeDaniel J. Ramirez2016-06-261-0/+1
* | | | | | | Merge pull request #5487 from Paulb23/function_highlighting_issue_5454Rémi Verschelde2016-06-301-0/+5
|\ \ \ \ \ \ \
| * | | | | | | Fixed function highlighting with spacesPaulb232016-06-291-0/+5
| | |_|/ / / / | |/| | | | |
* | | | | | | only call finished signal when it really finishes, closes #5222Juan Linietsky2016-06-292-3/+9
* | | | | | | make property not be applied in skeleton if not inside tree. This will eventu...Juan Linietsky2016-06-291-7/+9
* | | | | | | Merge pull request #5429 from Paulb23/selected_text_highlighting_issue_5199Juan Linietsky2016-06-291-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Fixed selected text turning black, issue 5199Paulb232016-06-261-0/+1
* | | | | | | | remove unnecesary warning, closes #5169Juan Linietsky2016-06-291-4/+4
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #5468 from jejung/itemlist-get-selected_itemsGeorge Marques2016-06-282-2/+15
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | itemlist-get_selected_itemsJean Jung2016-06-282-2/+15
* | | | | | | Change method of storing folding, solves problems with inheritance, closes #3395Juan Linietsky2016-06-282-0/+17
* | | | | | | Remove error when getting dependencies from tscn files in some cases, closes ...Juan Linietsky2016-06-282-22/+35
|/ / / / / /
* | | | | | Fixed bug in instance state ordering, closes #3904Juan Linietsky2016-06-281-1/+3
* | | | | | Figured out a way to fix event propagation for shortcuts and some other cases...Juan Linietsky2016-06-273-0/+9
* | | | | | Make most resources (save for packedscenes and scripts) reload if they change...Juan Linietsky2016-06-275-5/+4
* | | | | | Add a small workaround to avoid modal tabs to be closed if they are spawned i...Juan Linietsky2016-06-273-1/+11
* | | | | | Ability to rotate controls using tool, closes #3800Juan Linietsky2016-06-271-2/+10
* | | | | | Properly deliver localized coordinates when passing gui events through parent...Juan Linietsky2016-06-272-63/+12
| |_|/ / / |/| | | |
* | | | | Revert "Added toggle for loop interpolation based on adolson's code"Rémi Verschelde2016-06-263-35/+4
* | | | | Avoid mirroring to go negative to fix crash, closes #4036Juan Linietsky2016-06-261-0/+5
* | | | | Added an option to ParallaxLayer to add an extra scroll offset, helps if you ...Juan Linietsky2016-06-264-7/+50
* | | | | Revert "Improve parallax mirroring algorithm"Rémi Verschelde2016-06-261-4/+14
* | | | | Ability to set draw transform as a matrix, closes #5428Juan Linietsky2016-06-262-0/+13
|/ / / /
* | | | Merge pull request #5307 from MarianoGnu/masterRémi Verschelde2016-06-264-0/+17
|\ \ \ \ | |/ / / |/| | |
| * | | Modify margins with mouse inputMarianoGNU2016-06-204-0/+17
* | | | Merge pull request #5397 from djrm/gizmos_fixRémi Verschelde2016-06-2522-0/+0
|\ \ \ \
| * | | | Added high resolution icons for the Gizmos, fixes #1638Daniel J. Ramirez2016-06-2422-0/+0
* | | | | Merge pull request #5391 from RandomShaper/parallax-layer-fix-tidyRémi Verschelde2016-06-241-14/+4
|\ \ \ \ \
| * | | | | Improve parallax mirroring algorithmPedro J. Estébanez2016-06-241-14/+4
| |/ / / /
* | | | | Merge pull request #5386 from Paulb23/code_completion_color_themeRémi Verschelde2016-06-241-0/+3
|\ \ \ \ \
| * | | | | Exposed code completion colors to the text edit themePaulb232016-06-241-0/+3
* | | | | | Merge pull request #5380 from vnen/string-canvasitem-docsRémi Verschelde2016-06-241-1/+1
|\ \ \ \ \ \
| * | | | | | Rename CanvasItem.edit_get() to edit_get_state()George Marques2016-06-231-1/+1
* | | | | | | Merge pull request #5379 from neikeq/pr-issue-5375Rémi Verschelde2016-06-242-0/+15
|\ \ \ \ \ \ \
| * | | | | | | Fix weird deselection behaviour with text fieldIgnacio Etcheverry2016-06-242-0/+15
| |/ / / / / /
* | | | | | | Merge pull request #5328 from Paulb23/line_edit_caretRémi Verschelde2016-06-242-6/+119
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |