summaryrefslogtreecommitdiffstats
path: root/editor/editor_file_dialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #62827 from fire-forge/ok-cancelRémi Verschelde2022-07-131-10/+10
|\
| * Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge2022-07-091-10/+10
* | Seperate filter and description in FileDialog.add_filter()FireForge2022-07-091-3/+7
|/
* Fix FileDialog file name autocompletion with filtersThakee Nathees2022-07-041-2/+2
* Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg2022-06-161-1/+1
* Cleanups after changes in ItemList signalsAleksey Smirnov2022-05-101-1/+1
* Changed signals of ItemListVitika92022-05-061-7/+23
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-7/+0
* Implement Label3D node.bruvzg2022-04-221-3/+3
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-2/+0
* Restore hidden folder behavior for project managerEv1lbl0w2022-04-061-1/+1
* Fix Project Manager hard crashes due to invalid access to Editor NodesMarios Staikopoulos2022-04-051-3/+5
* [Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg2022-04-051-3/+3
* Merge pull request #59453 from DanielKriz/masterRémi Verschelde2022-03-281-0/+12
|\
| * Fix persistent favorites after renameDaniel Kříž2022-03-251-0/+12
* | Merge pull request #46638 from Ev1lbl0w/feature-hide_gdignored_dirsRémi Verschelde2022-03-261-1/+8
|\ \
| * | Hide .gdignore'd foldersEv1lbl0w2021-03-031-1/+8
* | | Add better alert dialogs if directory already existsDaniel Kříž2022-03-251-0/+7
| |/ |/|
* | Merge pull request #58338 from aaronfranke/boolsRémi Verschelde2022-03-121-4/+0
|\ \
| * | Initialize bools in the headers in editorAaron Franke2022-03-121-4/+0
* | | Merge pull request #54399 from Calinou/filedialog-current-properties-hint-no-...Rémi Verschelde2022-03-121-3/+3
|\ \ \ | |/ / |/| |
| * | Don't store and show current file/directory/path FileDialog propertiesHugo Locurcio2021-10-291-3/+3
* | | Allow negative indexes in ItemList and PopupMenukobewi2022-03-121-13/+13
* | | Allow absolute file paths in file dialogsmiremrie2022-03-021-1/+2
* | | Port existing _notification code to use switch statements (part 1/3)jmb4622022-02-161-37/+49
* | | Use EditorFileDialog instead of FileDialog in the project managerHendrik Brucker2022-02-121-52/+102
* | | Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-4/+5
* | | [Windows] Add support for handling network share paths.bruvzg2022-01-241-4/+12
* | | Merge pull request #56706 from KoBeWi/we_need_to_go_higherRémi Verschelde2022-01-141-1/+13
|\ \ \
| * | | Automatically go up if current dir was deletedkobewi2022-01-121-1/+13
* | | | Create function focus_file_textGer Hean2022-01-121-5/+10
|/ / /
* | | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* | | Merge pull request #55487 from YeldhamDev/scroll_bikesheddingRémi Verschelde2022-01-031-1/+1
|\ \ \
| * | | Rename all methods that return `ScrollBar` nodes to `get_*_scroll_bar()`Michael Alexsander2021-11-301-1/+1
* | | | Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* | | | Fix bad popups offset in editor with single window offjmb4622021-12-061-2/+4
* | | | Don't return reference on copy assignment operatorsRémi Verschelde2021-11-301-2/+4
|/ / /
* | | Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-2/+2
* | | Added `reset_size` method to `Control` and `Window` classesYuri Roubinsky2021-11-221-3/+3
* | | Use "enum class" for input enumsAaron Franke2021-11-121-15/+15
|/ /
* | Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_masterRémi Verschelde2021-10-051-1/+1
|\ \
| * | Provide a getter for the project data directory.ne0fhyk2021-09-151-1/+1
* | | Merge pull request #51920 from jmb462/missing-sname-macro-optimization-in-som...Rémi Verschelde2021-09-231-1/+1
|\ \ \ | |/ / |/| |
| * | Add missing SNAME macro optimization for StringName in some functionsjmb4622021-08-201-1/+1
* | | Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez2021-08-291-1/+1
* | | Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-3/+1
* | | Fix ItemList layout (+EditorFileDialog)Hendrik Brucker2021-08-211-0/+2
|/ /
* | Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-1/+1
* | Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-2/+2
* | Optimize StringName usagereduz2021-07-181-46/+46