Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-17 | Forgot to clear signals on recompile, closes #5729 | Juan Linietsky | |
2016-07-17 | Remove some noisy debug prints | Rémi Verschelde | |
Part of #5031 | |||
2016-07-16 | Merge pull request #5743 from TheHX/issue-5740 | Rémi Verschelde | |
Fix signals/group button on Scene dock | |||
2016-07-16 | Fix signals/group button on Scene dock | Franklin Sobrinho | |
2016-07-16 | Merge pull request #5735 from neikeq/menu-accept-event-fix | Rémi Verschelde | |
MenuButton: Fix regression | |||
2016-07-16 | MenuButton: Fix regression | Ignacio Etcheverry | |
2016-07-16 | Merge pull request #4848 from neikeq/menu-accept-event | Rémi Verschelde | |
MenuButton: Avoid key event propagation if handled as hotkey | |||
2016-07-16 | MenuButton: Avoid event propagation if handled as hotkey | Ignacio Etcheverry | |
2016-07-16 | Merge pull request #5467 from RandomShaper/enhance-tidy-extensions | Juan Linietsky | |
Enhance/tidy file extensions management | |||
2016-07-16 | i18n: Add missing locale identifiers for Bengali and Urdu | Rémi Verschelde | |
Fixes errors showing up since the addition of those WIP translations. | |||
2016-07-16 | Fonts: add missing license information | Rémi Verschelde | |
Droid Sans is under Apache 2.0, Source Code Pro under SIL OFL 1.1. | |||
2016-07-16 | Merge pull request #5730 from neikeq/pr-issue-4856 | Rémi Verschelde | |
CanvasItemEditor: Changed Frame Selection shortcut | |||
2016-07-15 | CanvasItemEditor: Changed Frame Selection shortcut | Ignacio Etcheverry | |
2016-07-15 | Merge pull request #5702 from Paulb23/zoom_shortcuts | Rémi Verschelde | |
Added code editor zoom shortcuts | |||
2016-07-15 | Merge pull request #5705 from StraToN/doc-update | Rémi Verschelde | |
Docs-update: AnimatedSprite, AnimatedSprite3D (unfinished) | |||
2016-07-15 | i18n: Merge translations with synced template | Rémi Verschelde | |
2016-07-15 | i18n: Sync template with current source | Rémi Verschelde | |
Also fix a space after : in a translated string. | |||
2016-07-15 | i18n: Pull translations from Weblate | Rémi Verschelde | |
Adds Bengali and Urdu (Pakistan) WIP translations. | |||
2016-07-15 | Merge pull request #5715 from volzhs/issue-5659 | Rémi Verschelde | |
Perform connect when double click a node on connecting signal window | |||
2016-07-15 | Perform connect when double click a node on connecting signal window | volzhs | |
2016-07-14 | Written AnimatedSprite, AnimatedSprite3D (unfinished) | Julian Murgia | |
2016-07-14 | Added code editor zoom shortcuts | Paulb23 | |
2016-07-14 | Merge pull request #5697 from TheHX/issue-5664 | Rémi Verschelde | |
Fix Orphan StringName on EditorAutoloadSettings class | |||
2016-07-14 | Fix binding of File::get_sha256() | George Marques | |
Fix #5698 | |||
2016-07-14 | Fix classes.xml structure | George Marques | |
Fix the addition in #4854 which added elements in the wrong place. | |||
2016-07-14 | Fix Orphan StringName on EditorAutoloadSettings class | Franklin Sobrinho | |
2016-07-14 | Merge pull request #5689 from kubecz3k/master | Rémi Verschelde | |
added KDevelop project files to gitignore file | |||
2016-07-14 | added KDevelop project files to gitignore | Jakub Grzesik | |
2016-07-14 | Merge pull request #5592 from volzhs/libwebp-0.5.1 | Rémi Verschelde | |
Update webp driver to 0.5.1 | |||
2016-07-14 | WinRT: Add missing license file for ANGLE | Rémi Verschelde | |
Also drop the unused "All rights reserved" FunctionDiscoveryKeys_devpkey.h Fixes #4859. | |||
2016-07-14 | Drop obsolete "webpold" backup of previous webp version | Rémi Verschelde | |
Fixes #5252 | |||
2016-07-13 | Fixed a crash in scenario where SSL is not available. | vamsi | |
2016-07-13 | Merge pull request #5677 from SaracenOne/animation_import_fix | Juan Linietsky | |
Removes AnimationPlayer renaming on import. | |||
2016-07-13 | Removes AnimationPlayer renaming on import. | Saracen | |
2016-07-12 | Bump version to 2.1-beta \o/ | Rémi Verschelde | |
2016-07-12 | Merge pull request #5615 from Paulb23/shortcut_save_print | Rémi Verschelde | |
Removed shortcut saving print | |||
2016-07-12 | Merge pull request #5638 from TheHX/tree-buttons | Rémi Verschelde | |
Fix tree drawing the pressed stylebox in all buttons in the column | |||
2016-07-12 | Merge pull request #5641 from sanikoyes/Pr-fix-android-crash | Rémi Verschelde | |
Fix crash in FileAccessJAndroid::file_exists (does not free local ref) | |||
2016-07-12 | Merge pull request #5648 from Paulb23/completion_box_colors | Rémi Verschelde | |
Added Completion box colors. Exposed show line numbers, highlight all occurrences, and updated theme. | |||
2016-07-11 | Downloaded templates from project manager can now be installed. | Juan Linietsky | |
2016-07-11 | Merge pull request #5650 from TheHX/issue-5643 | Rémi Verschelde | |
Fix "Play custom scene" keyboard shortcut | |||
2016-07-11 | Fix "Play custom scene" keyboard shortcut | Franklin Sobrinho | |
2016-07-11 | Removed duplicate color | Paulb23 | |
2016-07-11 | Update textedit docs with colors, show line number and highlight all occurences | Paulb23 | |
2016-07-11 | Expose highlight all occurrences | Paulb23 | |
2016-07-11 | Expose show line numbers | Paulb23 | |
2016-07-11 | Expose colors to theme | Paulb23 | |
2016-07-11 | Added completion font colors | Paulb23 | |
2016-07-11 | Added completion scroll color | Paulb23 | |
2016-07-11 | Merge pull request #4854 from Razzlegames/screenToLocal | Juan Linietsky | |
Conversion function for screen coords to local Canvas coords |