summaryrefslogtreecommitdiffstats
path: root/editor/project_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed "Favourite Project" button in Project Managerhilfazer2020-06-131-4/+0
* Grabbing focus on ProjectList after clicking an item.Dominik 'dreamsComeTrue' Jasiński2020-05-301-0/+6
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-22/+43
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-109/+0
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-6/+18
* Improve path search behavior discoverability in the project managerHugo Locurcio2020-04-251-0/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-9/+9
* Add macOS DisplayServer implementation.bruvzg2020-03-261-27/+32
* Multiple changes to DisplayServerX11Mateo Kuruk Miccino2020-03-261-2/+2
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-25/+25
* Working multiple window support, including editorJuan Linietsky2020-03-261-43/+43
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-3/+4
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-261-10/+15
* Working sky shader implementationclayjohn2020-03-211-1/+1
* Signals: filter_changed from ProjectListFilter now is emitted when it's on sc...Mateo Miccino2020-03-071-1/+2
* Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-011-6/+6
|\
| * Rename `scancode` to `keycode`.bruvzg2020-02-251-6/+6
* | Signals: Manually port most of remaining connect_compat usesRémi Verschelde2020-02-281-12/+12
* | Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-65/+32
|/
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-44/+44
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-4/+4
* fix Vulkan project descriptionMarcin Zawiejski2020-02-131-1/+1
* Remove obsolete GLES3 backendRémi Verschelde2020-02-131-3/+3
* Merge pull request #36152 from Calinou/project-manager-rename-last-modifiedRémi Verschelde2020-02-131-12/+15
|\
| * Rename the "Last Modified" project list sorting option to "Last Edited"Hugo Locurcio2020-02-121-12/+15
* | Disable the GLES2 renderer option in the Project ManagerHugo Locurcio2020-02-131-1/+10
|/
* Changed in-text driver name to "Vulkan"Teashrock2020-02-121-3/+3
* Texture refactorJuan Linietsky2020-02-111-6/+6
* Merge pull request #34027 from Calinou/tweak-project-manager-renderer-selectionRémi Verschelde2020-02-101-3/+9
|\
| * Improve the renderer selection display in the project managerHugo Locurcio2019-12-071-3/+9
* | Merge pull request #35260 from Calinou/project-manager-enter-open-firstRémi Verschelde2020-02-101-0/+24
|\ \
| * | Select the first project when searching in the project managerHugo Locurcio2020-01-181-0/+24
* | | Merge pull request #35892 from Calinou/project-manager-allow-hidden-filesRémi Verschelde2020-02-061-9/+17
|\ \ \
| * | | Allow existing hidden files/directories when creating a new projectHugo Locurcio2020-02-031-9/+17
* | | | Centers icon vertically in project listHaoyu Qiu2020-02-061-0/+1
|/ / /
* | | Use a loading placeholder for project icons in the project managerHugo Locurcio2020-01-211-1/+3
* | | Only create the editor theme onceHugo Locurcio2020-01-191-2/+1
|/ /
* | Fixes the New Window option in macOS dock menuHaoyu Qiu2020-01-131-0/+1
* | Update copyright statements to 2020Rémi Verschelde2020-01-011-3/+3
* | Fix wrong project opening in some situations, hidden nodes were not reorderedMarc Gilleron2019-12-301-3/+1
* | i18n: Sync translation template with current sourceRémi Verschelde2019-12-171-1/+1
* | Makes more strings in editor translatableHaoyu Qiu2019-12-161-2/+2
* | Merge pull request #34040 from qarmin/unused_variable_more_precise_numbersRémi Verschelde2019-12-101-4/+3
|\ \
| * | Removed unused variables, add some constants numbersRafał Mikrut2019-12-101-4/+3
| |/
* / Fixes translation for project sort optionsHaoyu Qiu2019-12-041-4/+4
|/
* Update dock menu on project list changes, add favourites separator.bruvzg2019-10-241-5/+41
* Project Manager: Update template dialog position after window resizelupoDharkael2019-10-011-0/+6
* Don't open a project in the list if Ctrl is held while double-clickingHugo Locurcio2019-09-231-1/+1
* Focus the project manager's search box automatically on startupHugo Locurcio2019-09-231-0/+6
* Add an "hover" style to items in the project managerHugo Locurcio2019-09-131-0/+22