summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2016-06-29only call finished signal when it really finishes, closes #5222Juan Linietsky
2016-06-29make property not be applied in skeleton if not inside tree. This will ↵Juan Linietsky
eventually e changed. Fixes #5205
2016-06-29Merge pull request #5429 from Paulb23/selected_text_highlighting_issue_5199Juan Linietsky
Fixed selected text turning black, issue 5199
2016-06-29remove unnecesary warning, closes #5169Juan Linietsky
2016-06-28Merge pull request #5468 from jejung/itemlist-get-selected_itemsGeorge Marques
itemlist-get_selected_items
2016-06-28itemlist-get_selected_itemsJean Jung
2016-06-28Change method of storing folding, solves problems with inheritance, closes #3395Juan Linietsky
2016-06-28Remove error when getting dependencies from tscn files in some cases, closes ↵Juan Linietsky
#3897
2016-06-28Fixed bug in instance state ordering, closes #3904Juan Linietsky
2016-06-27Figured out a way to fix event propagation for shortcuts and some other ↵Juan Linietsky
cases so they properly stop shortcuts if a modal window is open, closes #4848
2016-06-27Make most resources (save for packedscenes and scripts) reload if they ↵Juan Linietsky
change on disk. Closes #4059.
2016-06-27Add a small workaround to avoid modal tabs to be closed if they are spawned ↵Juan Linietsky
in the same frame, closes #3837
2016-06-27Ability to rotate controls using tool, closes #3800Juan Linietsky
2016-06-27Properly deliver localized coordinates when passing gui events through ↵Juan Linietsky
parents, closes #4215
2016-06-26Revert "Added toggle for loop interpolation based on adolson's code"Rémi Verschelde
This reverts commits 8884b8f51963553dd1ecc0bc4accf64deb4f645f bd5c8f2aa086c2cacc704dfef249c124760ab569 and 5cb31f6d5b667a551092b699de6f4786e0bb5b6d. <reduz> Akien, I understand the need for the second loop mode, but I think the current UI is pretty confusing. I think this should be changed for an enum, both there and in the animation.. otherwise we should revert it [...] <reduz> alternatively this could be added per track, which I think should make it a little less confusing Reopens #959..
2016-06-26Avoid mirroring to go negative to fix crash, closes #4036Juan Linietsky
2016-06-26Added an option to ParallaxLayer to add an extra scroll offset, helps if you ↵Juan Linietsky
want to make clouds to move by themselves and animate that, for example.
2016-06-26Revert "Improve parallax mirroring algorithm"Rémi Verschelde
2016-06-26Ability to set draw transform as a matrix, closes #5428Juan Linietsky
2016-06-26Fixed selected text turning black, issue 5199Paulb23
2016-06-26Merge pull request #5307 from MarianoGnu/masterRémi Verschelde
TextureRegion improvements
2016-06-25Merge pull request #5397 from djrm/gizmos_fixRémi Verschelde
Added high resolution icons for the Gizmos
2016-06-24Added high resolution icons for the Gizmos, fixes #1638Daniel J. Ramirez
2016-06-24Merge pull request #5391 from RandomShaper/parallax-layer-fix-tidyRémi Verschelde
Improve parallax mirroring algorithm
2016-06-24Merge pull request #5386 from Paulb23/code_completion_color_themeRémi Verschelde
Exposed code completion colors to the text edit theme
2016-06-24Merge pull request #5380 from vnen/string-canvasitem-docsRémi Verschelde
Documentation for String and CanvasItem
2016-06-24Merge pull request #5379 from neikeq/pr-issue-5375Rémi Verschelde
Fix weird deselection behaviour with text field
2016-06-24Merge pull request #5328 from Paulb23/line_edit_caretRémi Verschelde
Added caret blink to line edit
2016-06-24Improve parallax mirroring algorithmPedro J. Estébanez
Replaces the iterative approach currently used by the standard fmod() function. Also fixes infinite looping that happens when the mirroring value is negative.
2016-06-24Exposed code completion colors to the text edit themePaulb23
2016-06-24Fix weird deselection behaviour with text fieldIgnacio Etcheverry
- TextEdit will now deselect if Ctrl+Left/Right is pressed - TextEdit and LineEdit no longer deselect text when Alt is pressed (except with Apple style keys)
2016-06-23Make button aware of it being dragged and reset state, closes #4178Juan Linietsky
2016-06-23Rename CanvasItem.edit_get() to edit_get_state()George Marques
This makes more sense of what it does and correlates to edit_set_state()
2016-06-23Fix issue saving flags (size fill expand), fixes #4176Juan Linietsky
2016-06-23Merge pull request #5362 from J08nY/pngRémi Verschelde
libpng: New version 1.6.27
2016-06-22Improved binding system (ObjectTypeDB::bind_method) to be friendlier to ↵Juan Linietsky
statically typed languages, should help in the Mono integration. Disabled by default.
2016-06-22Fixed iCCp chunk in pngsJ08nY
neccesary for libpng 1.6.27 to work silently
2016-06-22Added setting to toggle line edit caret blinkPaulb23
2016-06-22Line edit caret no longer draws on focus lossPaulb23
2016-06-22Added caret blink to line editPaulb23
2016-06-22Merge pull request #5344 from Paulb23/code_completion_colorsRémi Verschelde
Code completion box colors
2016-06-21Fix a inherited transform bug with Camera2D preview drawingBojidar Marinov
Closes #5339
2016-06-21Added code completion existing color settingPaulb23
2016-06-21Added code completion selected color settingPaulb23
2016-06-21Added code completion background color settingPaulb23
2016-06-21Merge pull request #5335 from J08nY/loop-interpolation-scene-fixRémi Verschelde
Animation: Fix property loop_interpolation
2016-06-21Animation: Fix property loop_interpolationJ08nY
fixes #5317
2016-06-21Make return type explicit.Saracen
2016-06-21Merge pull request #5321 from Paulb23/caret_hidden_issue_5320Rémi Verschelde
Fixed caret not drawing on focus regain
2016-06-20property remove parent owned nodes when using replace, fixes #4128Juan Linietsky