| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove ToolButton in favor of Button | Hugo Locurcio | 2020-06-19 | 1 | -1/+0 |
* | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde | 2020-05-14 | 1 | -4/+2 |
* | Expose FileSystemDock to the scripting API and fixed signals | Ignacio Etcheverry | 2020-03-18 | 1 | -2/+2 |
* | Signals: Fix some regressions from #36426 | Rémi Verschelde | 2020-03-03 | 1 | -1/+1 |
* | Signals: Make callbacks non-const, callable_mp can't handle it | Rémi Verschelde | 2020-02-23 | 1 | -1/+1 |
* | Texture refactor | Juan Linietsky | 2020-02-11 | 1 | -3/+3 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Fixes variable naming in FileSystemDock | Haoyu Qiu | 2019-12-24 | 1 | -1/+1 |
* | Unfold directories when showing in file system | Tomasz Chabora | 2019-11-21 | 1 | -2/+2 |
* | Add "Set as main scene" on context menu in FileSystem panel | volzhs | 2019-10-30 | 1 | -0/+1 |
* | Cleanup and minor changes in FileSystem Dock | Michael Alexsander Silva Dias | 2019-08-22 | 1 | -2/+1 |
* | Improvements and fixes of filesystem dock | iwek7 | 2019-08-21 | 1 | -0/+1 |
* | Allow to create scene from FileSystem dock | Tomasz Chabora | 2019-08-15 | 1 | -0/+4 |
* | Use reference to constant in functions | qarmin | 2019-07-10 | 1 | -3/+3 |
* | Some code changed with Clang-Tidy | qarmin | 2019-06-26 | 1 | -1/+1 |
* | Fix moving and renaming files | Hein-Pieter van Braam-Stewart | 2019-06-04 | 1 | -0/+1 |
* | Merge pull request #27836 from turtletooth/right-click | Rémi Verschelde | 2019-05-28 | 1 | -0/+1 |
|\ |
|
| * | Allow Right Click in Empty Space on FileSystemDock | Jeremy Bullock | 2019-04-09 | 1 | -0/+1 |
* | | Make possible to create inherited scenes via the RMB menu in the FileSystem dock | Michael Alexsander Silva Dias | 2019-05-11 | 1 | -0/+1 |
|/ |
|
* | FS dock: Allow deselecting items by clicking empty space | Rémi Verschelde | 2019-04-09 | 1 | -0/+1 |
* | Add ability to edit editor feature profiles | Juan Linietsky | 2019-04-08 | 1 | -0/+4 |
* | Fix general issues with filesystem-related UI components in the editor | Michael Alexsander Silva Dias | 2019-03-05 | 1 | -1/+1 |
* | Fixes layout loading | Gilles Roudiere | 2019-02-27 | 1 | -2/+2 |
* | Move the FileSystem dock layout properties to the per-project layout file | Gilles Roudiere | 2019-02-25 | 1 | -10/+8 |
* | Fixes crash in the Filesystem dock | groud | 2019-01-17 | 1 | -3/+4 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Add signals for files move/delete/rename to FileSystemDock | groud | 2018-12-06 | 1 | -1/+6 |
* | Hide some RMB options in the filesystem dock when files are searched | groud | 2018-11-03 | 1 | -1/+1 |
* | Merge pull request #23061 from groud/remove_thumbnail_view | Juan Linietsky | 2018-11-02 | 1 | -5/+1 |
|\ |
|
| * | Remove the thumnail-only view from the filesystem dock | groud | 2018-10-16 | 1 | -5/+1 |
* | | Update filesystem dock when theme changed | Chaosus | 2018-10-23 | 1 | -1/+1 |
|/ |
|
* | Adds the display of the favorites into the file list | groud | 2018-09-30 | 1 | -0/+2 |
* | Add thumbnails to the FileSystem file list | groud | 2018-09-28 | 1 | -1/+1 |
* | Fixes favorites not updating and rename favorite_dirs to favorites | groud | 2018-09-18 | 1 | -2/+2 |
* | Bugfixes on the filesystem dock | groud | 2018-09-14 | 1 | -2/+2 |
* | Add a display mode toggle button | groud | 2018-09-14 | 1 | -0/+3 |
* | Store tree collapse when searching | groud | 2018-09-14 | 1 | -1/+4 |
* | Allow dragging files into the favorites section | groud | 2018-09-14 | 1 | -1/+1 |
* | Adds a filter in the tree view | groud | 2018-09-14 | 1 | -2/+5 |
* | Replace the -show in filesystem- button by a RMB entry | groud | 2018-09-14 | 1 | -2/+0 |
* | Replace the favorite button by a RMB menu entry | groud | 2018-09-14 | 1 | -2/+2 |
* | Merge the disable_split and show_files_in_tree settings | groud | 2018-09-14 | 1 | -4/+9 |
* | Add thumnails to the tree view | groud | 2018-09-14 | 1 | -1/+3 |
* | Add support for files in the tree view | groud | 2018-09-14 | 1 | -23/+25 |
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -2/+2 |
* | Add a way to disable the split view | groud | 2018-08-14 | 1 | -7/+16 |
* | Ability to add Resource from FileSystem Dock | steincodes | 2018-07-22 | 1 | -1/+6 |
* | Merge pull request #19183 from Nallebeorn/rename-main-scene | Max Hilbrunner | 2018-07-05 | 1 | -0/+1 |
|\ |
|
| * | Update resource file project settings on rename | Benjamin | 2018-07-03 | 1 | -0/+1 |
* | | Merge pull request #19245 from swarnimarun/overwrite_fix | Max Hilbrunner | 2018-07-05 | 1 | -1/+5 |
|\ \ |
|