summaryrefslogtreecommitdiffstats
path: root/editor/project_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tweak the editor window dimming intensity, remove dim fade animationHugo Locurcio2019-08-291-1/+1
* Add a project description settingHugo Locurcio2019-08-281-1/+6
* Fixes Keyup Navigation in Project ManagerEmmanuel Barroga2019-08-271-1/+1
* [macOS] Add methods to modify global and dock menus. Add ability to open mult...bruvzg2019-08-261-0/+35
* Improve the display of missing projects in the Project ManagerHugo Locurcio2019-08-221-10/+33
* Tweak a few strings displayed in the editor for consistencyHugo Locurcio2019-08-211-3/+3
* Merge pull request #31356 from Calinou/improve-project-manager-uiRémi Verschelde2019-08-201-72/+48
|\
| * Improve the project manager UIHugo Locurcio2019-08-171-72/+48
* | Define a minimum window size in the editor and project managerHugo Locurcio2019-08-171-0/+3
|/
* Fixes ProjectManager Buttons Not UpdatingEmmanuel Barroga2019-08-141-0/+2
* Fix Project Manager not remembering sorting optionTomasz Chabora2019-08-141-1/+1
* Use Lanczos filtering for variable-sized images such as project iconsHugo Locurcio2019-08-131-1/+1
* Simplify editor settings related to window dimmingHugo Locurcio2019-07-261-1/+1
* Project manager improvementsMarc Gilleron2019-07-211-535/+847
* Set a default value for project name when installing a project.gaisama2019-07-101-0/+1
* Properly sort projects by nameTomasz Chabora2019-06-181-50/+54
* Improve the default project naming in the Project ManagerHugo Locurcio2019-06-151-3/+3
* Dim the project manager window while it's quittingHugo Locurcio2019-06-091-0/+19
* Display longer Git hashes in engine version dialogsHugo Locurcio2019-06-011-1/+1
* Merge pull request #29198 from NilsIrl/seg_faultRémi Verschelde2019-05-271-18/+6
|\
| * Fix Segmentation fault and reduce memory consumptionNils ANDRÉ-CHANG2019-05-261-18/+6
* | Quit the Project Manager when Command + Q is pressedHugo Locurcio2019-05-131-0/+13
|/
* Fix Remove Missing Project projects on Windowsqarmin2019-05-011-2/+2
* Merge pull request #27187 from IronicallySerious/add-new-folder-buttonRémi Verschelde2019-04-301-1/+1
|\
| * Add 'Create Folder' button while installing templatesTwarit2019-04-101-1/+1
* | Merge pull request #25713 from qarmin/remove_all_missing_projectsRémi Verschelde2019-04-301-0/+70
|\ \
| * | Add button in Project Manager to remove all missing projectsqarmin2019-02-111-0/+70
* | | Improve wording of various messages and make casing more consistentHugo Locurcio2019-04-211-9/+17
| |/ |/|
* | Fix -Wimplicit-fallthrough warnings from GCC 8Rémi Verschelde2019-04-051-1/+1
* | Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-4/+4
* | Add small spacing between top bars in main editor and project managerMichael Alexsander Silva Dias2019-02-201-0/+1
* | Fix project opening while filter is applied.Kārlis Seņko2019-02-191-0/+7
* | Minor cleanup in the Project ManagerMichael Alexsander Silva Dias2019-02-121-7/+5
* | Merge pull request #25562 from IronicallySerious/fix-empty-projectRémi Verschelde2019-02-081-0/+7
|\ \ | |/ |/|
| * Fix prompt for empty project files when loadedTwarit2019-02-061-0/+7