Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-23 | ProjectManager: enhance dialog ok button text | Poommetee Ketson | |
2017-12-21 | Merge pull request #14913 from poke1024/tooltip-shortcut-names | Rémi Verschelde | |
Consistent display of shortcut names in tooltips | |||
2017-12-21 | Consistent display of shortcut names in tooltips | poke1024 | |
2017-12-22 | Fix open directory in FileSystem dock | volzhs | |
2017-12-21 | -Make capture dependent on a cell size, not subdivision. | Juan Linietsky | |
-Fixed a bug recently introduced when releasing mouse events and calling popups | |||
2017-12-20 | Merge pull request #14874 from volzhs/blurry-zoom | Rémi Verschelde | |
Fix blurry after zooming | |||
2017-12-20 | EditorSettings: Move scene tab options to their dedicated category | Rémi Verschelde | |
Fixes #14870. | |||
2017-12-20 | i18n: Sync translation templates with current source | Rémi Verschelde | |
2017-12-20 | i18n: Sync translations with Weblate | Rémi Verschelde | |
Adds Icelandic and Tamil. | |||
2017-12-21 | Fix blurry after zooming | volzhs | |
2017-12-19 | Good while it lasted, restored full 3D for 2D viewport, as required for ↵ | Juan Linietsky | |
Canvas BG mode. Fixes #14540 | |||
2017-12-19 | Fixed bug where all file dialogs requested thumbnails even if hidden. | Juan Linietsky | |
2017-12-19 | Should no longer crash after rebaking, may be a solution to #14795 | Juan Linietsky | |
Not sure if this is the same problem, as reported, please test. | |||
2017-12-18 | Add method_descr again because it's required for classes that | Guilherme Felipe | |
don't have public methods. revert #14814 | |||
2017-12-18 | Fix doc methods not showing up | Guilherme Felipe | |
2017-12-18 | Fix bug in previous commit | Rémi Verschelde | |
2017-12-18 | Prevent infinite loop in export template manager | Rémi Verschelde | |
2017-12-18 | Fix installing export templates from file | Onur Aslan | |
3de20641f5690aba7551da5c592a79d44af54fef did break installing export templates from file. This patch is fixing it. | |||
2017-12-18 | Use a different strategy for path remaps, try loading from a remap file instead. | Juan Linietsky | |
This ensures multiple PCK exports still work. | |||
2017-12-18 | doc: Sync classref with current source | Rémi Verschelde | |
2017-12-17 | Merge pull request #14754 from willnationsdev/dictionary-copy | Rémi Verschelde | |
Added 'duplicate' function for Dictionary in C++ and API. | |||
2017-12-17 | Dictionary::copy -> ::duplicate | Will Nations | |
2017-12-17 | Merge pull request #14786 from djrm/pr_fixes | Rémi Verschelde | |
Expose Range, ScrollBar and Slider as virtual. | |||
2017-12-17 | Merge pull request #14782 from djrm/pr_visual_improvements | Rémi Verschelde | |
Now every variant type has its icon. | |||
2017-12-17 | Merge pull request #14779 from RayKoopa/setting_ui_design | Rémi Verschelde | |
Implement settings dialog UI ideas | |||
2017-12-17 | Expose Range, ScrollBar and Slider as virtual. | Daniel J. Ramirez | |
2017-12-17 | Now every variant type has its icon. | Daniel J. Ramirez | |
2017-12-17 | Merge pull request #14781 from djrm/pr_visual_improvements | Rémi Verschelde | |
General use Variant type icons, plus other icon updates. | |||
2017-12-17 | General use Variant type icons, plus other icon updates. | Daniel J. Ramirez | |
2017-12-17 | Merge pull request #14770 from volzhs/sub-resources | Rémi Verschelde | |
Show sub-resources as sub-menu | |||
2017-12-17 | Property install export templates when downloaded from http | Juan Linietsky | |
added a scale parameter for scene import | |||
2017-12-17 | Fix method not returning value in all paths (autotile editor) | George Marques | |
2017-12-17 | Clean up setting dialogues a bit. | Ray Koopa | |
2017-12-17 | Fixes how transform is applied to geometry in UV unwrap | Juan Linietsky | |
2017-12-17 | Show sub-resources as sub-menu | volzhs | |
2017-12-17 | Cleanup some #if 0'd code | Rémi Verschelde | |
2017-12-17 | Merge pull request #14692 from poke1024/docsgroups | Rémi Verschelde | |
Docs methods grouping by prefix | |||
2017-12-17 | Refactoring FPS & information on 3D viewport | volzhs | |
- FPS label position adjusted with Preview button - Remove unnecessary Panel control - Remove unnecessary check condition | |||
2017-12-16 | Docs methods grouping by prefix | poke1024 | |
2017-12-16 | Merge pull request #14743 from volzhs/unnecessary-update-files | Rémi Verschelde | |
Remove unnecessay update on FileSystem dock | |||
2017-12-16 | Remove unnecessay update on FileSystem dock | volzhs | |
2017-12-16 | Moved Local Space Mode and Transform Snap settings to Top Bar ... | Przemysław Gołąb (n-pigeon) | |
...buttons for easier access. | |||
2017-12-16 | Merge pull request #14739 from volzhs/collapse_folder | Juan Linietsky | |
Enhance FileSystem dock | |||
2017-12-16 | Enchance FileSystem dock | volzhs | |
* Collapse / Uncollapse folder with double click * Sync with tree and bottom panel * Show selected folder in tree when changed | |||
2017-12-16 | Merge pull request #14698 from ↵ | Rémi Verschelde | |
carlosfvieira/6382-Properties_in_the_inspector_lacking_tooltips Proposed change to close issue "#6382 - Properties in the inspector lacking tooltips" | |||
2017-12-16 | Merge pull request #14597 from NathanWarden/linux_extensions | Rémi Verschelde | |
Updated Linux template extensions to match architecture. | |||
2017-12-16 | Merge pull request #14682 from sersoong/master-batchchange | Rémi Verschelde | |
Enhanced changeType menu in Scene Tree Dock | |||
2017-12-16 | Merge pull request #14702 from YeldhamDev/property_multiline | Rémi Verschelde | |
Made multiline property editor deselect text when opening | |||
2017-12-16 | Enhanced changeType menu in Scene Tree Dock | sersoong | |
2017-12-15 | Made multiline property editor deselect text when opening. | Michael Alexsander Silva Dias | |