summaryrefslogtreecommitdiffstats
path: root/editor/gui/editor_file_dialog.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-0/+1
|\
| * Use processed filter list for native dialogs.Pāvels Nadtočajevs2024-11-151-0/+1
| |
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
| |
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Add filter & sort to editor file dialogPablo Andres Fuente2024-09-261-1/+15
| | | | | | | | | | | | | | Closes https://github.com/godotengine/godot-proposals/issues/2721 On `EditorFileDialog`: * Add filter box that only shows folders and files in current directory that match * Add sort button to sort files and directories * Add a shortcut for CTRL+F for selecting the filter box Also moved common code between `EditorFileDialog` and `FileSystemDock` to it's own file. Co-authored-by: fox <12120644+foxydevloper@users.noreply.github.com>
* Automatically use property count in PropertyListHelperkobewi2024-05-251-1/+1
|
* [Native File Dialog] Add support for using native dialogs in the editor.bruvzg2024-03-281-0/+51
|
* Merge pull request #88825 from adamscott/add-create-folder-iconRémi Verschelde2024-02-271-0/+1
|\ | | | | | | Add create folder icon
| * Add create folder iconAdam Scott2024-02-261-0/+1
| |
* | Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-1/+1
|/
* Fix folder color not showing up in file dialogsNikita Krasnov2023-11-141-0/+2
|
* Allow adding a custom side menu to EditorFileDialogAaron Franke2023-09-261-0/+3
|
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-0/+293
Also start organizing editor-specific GUI components into a dedicated folder, `editor/gui`. Also move `editor_file_server` next to the rest of debugger classes.