summaryrefslogtreecommitdiffstats
path: root/editor/project_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* [macOS] Handle accelerator and click events of the global menu items separately.bruvzg2022-09-011-1/+1
* Merge pull request #64377 from Mickeon/rename-canvas-redrawRémi Verschelde2022-08-301-5/+5
|\
| * Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-5/+5
* | Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-13/+13
|/
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-1/+1
* Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-5/+5
* Merge pull request #64637 from Calinou/default-project-icon-use-svgYuri Sizov2022-08-231-2/+10
|\
| * Create a SVG default project icon in new projectsHugo Locurcio2022-08-201-2/+10
* | Merge pull request #64374 from RandomShaper/inheritable_cl_argsRémi Verschelde2022-08-221-20/+9
|\ \ | |/ |/|
| * Overhaul CLI argument forwarding to processes started by the editorPedro J. Estébanez2022-08-191-20/+9
* | Merge pull request #58059 from Calinou/tweak-default-project-icon-2Yuri Sizov2022-08-181-0/+6
|\ \ | |/ |/|
| * Tweak the default project iconHugo Locurcio2022-02-151-0/+6
* | Migrate project list to separate config file.Ryan Roden-Corrent2022-08-071-139/+114
* | Remove unused bindings in ProjectManagerKyle2022-07-301-8/+0
* | Swap arguments of ResourceSaver.save()kobewi2022-07-291-1/+1
* | Remove Signal connect bindsJuan Linietsky2022-07-291-5/+5
* | Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-211-1/+1
* | Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-5/+5
* | Merge pull request #62827 from fire-forge/ok-cancelRémi Verschelde2022-07-131-12/+12
|\ \
| * | Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge2022-07-091-12/+12
* | | Seperate filter and description in FileDialog.add_filter()FireForge2022-07-091-2/+2
* | | Merge pull request #60739 from KoBeWi/add_static_methods_everywhere!!Rémi Verschelde2022-07-081-3/+1
|\ \ \
| * | | Add static methods for creating Image and ImageTexturekobewi2022-07-081-3/+1
| |/ /
* / / AssetLib: Only notify when unavailable in verbose modeRémi Verschelde2022-07-081-1/+1
|/ /
* | Make asset library's column count dynamicpython2732022-07-021-1/+0
* | [AssetLib] Fix crash in Web editor.Fabio Alessandrelli2022-06-301-5/+1
* | Add icons to the Project Manager side buttonsFireForge2022-06-161-17/+36
* | Use consistent casing in editor filter/search barsFireForge2022-05-281-1/+1
* | HTML5: Always disable Asset LibraryRémi Verschelde2022-05-251-0/+4
* | Project Manager: Fix crash on resize with assetlib disabledRémi Verschelde2022-05-251-19/+23
* | Add a new HashSet templatereduz2022-05-201-11/+11
* | Merge pull request #61211 from Calinou/project-manager-fix-small-window-sizeRémi Verschelde2022-05-201-6/+12
|\ \
| * | Fix project manager display at small window sizesHugo Locurcio2022-05-201-6/+12
* | | Tweaks to improve the Project Manager display at small sizesAaron Franke2022-05-191-5/+15
|/ /
* | Use range iterators for RBSet in most casesAaron Record2022-05-191-6/+6
* | Replace most uses of Map by HashMapreduz2022-05-161-13/+13
* | Fix ZipIO crash when reused (and possible leaks).bruvzg2022-05-111-2/+4
* | Fix display of unsupported project features in the project managerAaron Franke2022-05-101-2/+2
* | Merge pull request #59979 from bruvzg/cpp_check2Rémi Verschelde2022-04-271-4/+4
|\ \
| * | Fix more issues found by cppcheck.bruvzg2022-04-201-4/+4
* | | Merge pull request #58383 from bruvzg/no_inv_window_placementRémi Verschelde2022-04-271-9/+7
|\ \ \
| * | | Avoid setting sub-window or started project window positions, if it's impossi...bruvzg2022-04-201-9/+7
| |/ /
* / / Implement Label3D node.bruvzg2022-04-221-3/+3
|/ /
* | Unzip read success no longer breaks read loopJosh Kabo2022-04-161-3/+1
* | Merge pull request #54740 from LightningAA/project-manager-sort-by-most-recen...Rémi Verschelde2022-04-121-2/+2
|\ \
| * | Make "Last Modified" the default sorting order for the Project ManagerAaron Record2021-11-071-2/+2
* | | Merge pull request #59440 from bruvzg/fd_ref_countedRémi Verschelde2022-04-111-17/+13
|\ \ \
| * | | Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-17/+13
* | | | Improvements to files_dropped signalkobewi2022-04-111-1/+1
|/ / /
* | | Fix some issues found by cppcheck.bruvzg2022-04-061-1/+10