summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Expand)Author
2016-07-04Fix TreeItem range editing by dragging on the inspectorFranklin Sobrinho
2016-07-03Fix completion string check when column = 0George Marques
2016-07-03Stop completion when the match is perfectGeorge Marques
2016-07-03Fix code completion sortingGeorge Marques
2016-07-01Fixed the order of input, reverts #4384, closes #5361Juan Linietsky
2016-07-01Color picker was getting too much focus, made it get not as much focus.Juan Linietsky
2016-07-01Invalidate key focus if not visible, fixes #5354Juan Linietsky
2016-07-01Improved drag&drop to work as n-piggeon wants to use, closes #5342Juan Linietsky
2016-06-30throw error if GridContainer::set_columns goes below 1, closes #5316Juan Linietsky
2016-06-30Make both signals be ordered and samplelibrary items too, fixes scenes changi...Juan Linietsky
2016-06-30Only emit item_selected once per Tree row, closes #5280Juan Linietsky
2016-06-30Fixed signal connection prints when moving docks, issue 5498Paulb23
2016-06-30Merge pull request #5449 from sanikoyes/Pr-placeholder-line-editRémi Verschelde
2016-06-30Merge pull request #5419 from djrm/shortcutsRémi Verschelde
2016-06-30Merge pull request #5487 from Paulb23/function_highlighting_issue_5454Rémi Verschelde
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 eventu...Juan Linietsky
2016-06-29Merge pull request #5429 from Paulb23/selected_text_highlighting_issue_5199Juan Linietsky
2016-06-29remove unnecesary warning, closes #5169Juan Linietsky
2016-06-29Fixed function highlighting with spacesPaulb23
2016-06-28Merge pull request #5468 from jejung/itemlist-get-selected_itemsGeorge Marques
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
2016-06-28Fixed bug in instance state ordering, closes #3904Juan Linietsky
2016-06-28add placeholder alpha propertysanikoyes
2016-06-27Figured out a way to fix event propagation for shortcuts and some other cases...Juan Linietsky
2016-06-27Make most resources (save for packedscenes and scripts) reload if they change...Juan Linietsky
2016-06-27Add a small workaround to avoid modal tabs to be closed if they are spawned i...Juan Linietsky
2016-06-27Ability to rotate controls using tool, closes #3800Juan Linietsky
2016-06-27Properly deliver localized coordinates when passing gui events through parent...Juan Linietsky
2016-06-27Add placeholder property for line_editsanikoyes
2016-06-26Revert "Added toggle for loop interpolation based on adolson's code"Rémi Verschelde
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
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-26Shortcuts for script switching in script ModeDaniel J. Ramirez
2016-06-26Merge pull request #5307 from MarianoGnu/masterRémi Verschelde
2016-06-25Merge pull request #5397 from djrm/gizmos_fixRémi Verschelde
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
2016-06-24Merge pull request #5386 from Paulb23/code_completion_color_themeRémi Verschelde
2016-06-24Merge pull request #5380 from vnen/string-canvasitem-docsRémi Verschelde
2016-06-24Merge pull request #5379 from neikeq/pr-issue-5375Rémi Verschelde
2016-06-24Merge pull request #5328 from Paulb23/line_edit_caretRémi Verschelde
2016-06-24Improve parallax mirroring algorithmPedro J. Estébanez
2016-06-24Exposed code completion colors to the text edit themePaulb23
2016-06-24Fix weird deselection behaviour with text fieldIgnacio Etcheverry