summaryrefslogtreecommitdiffstats
path: root/scene/gui/file_dialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix FileDialog file name autocompletion with filtersThakee Nathees2022-07-041-1/+6
* Add root_subfolder to FileDialogkobewi2022-06-281-24/+54
* Replace some TTRCs with TTRskobewi2022-06-221-23/+23
* Capitalize/fix some property enum hintsFireForge2022-05-121-1/+1
* Implement Label3D node.bruvzg2022-04-221-3/+3
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-2/+0
* [Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg2022-04-051-3/+3
* 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-1/+1
* | Allow absolute file paths in file dialogsmiremrie2022-03-021-1/+2
* | Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-20/+24
* | Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-24/+24
* | Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-24/+24
* | [Windows] Add support for handling network share paths.bruvzg2022-01-241-3/+12
* | Fix FileDialog localization issueskobewi2022-01-191-2/+5
* | Create function focus_file_textGer Hean2022-01-121-7/+12
* | Improve FileDialog filterskobewi2022-01-081-0/+1
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* | align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-2/+2
* | Don't return reference on copy assignment operatorsRémi Verschelde2021-11-301-9/+11
* | Use "enum class" for input enumsAaron Franke2021-11-121-3/+3
|/
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-1/+1
* Add focus font color to Button and derivativesYuri Sizov2021-10-261-0/+6
* Add support for internal nodeskobewi2021-08-281-6/+5
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-3/+1
* 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-3/+3
* Optimize StringName usagereduz2021-07-181-22/+22
* Documentation search fixesGregory Basile2021-06-161-5/+5
* Improve TreeItem API and allow to move nodestrollodel2021-05-171-2/+2
* Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A2021-05-071-1/+1
* Fix crashes in *_input functionsRafał Mikrut2021-04-051-0/+2
* FileDialog: add Back/Forward buttons, add message for inaccessible folders.bruvzg2021-03-231-0/+88
* Merge pull request #46735 from fabriceci/fix-dialog-translationRémi Verschelde2021-03-231-28/+28
|\
| * fix translation not updating in ConfirmationDialog (and Window by inheritance)fabriceci2021-03-121-28/+28
* | trims_whitespaces_when_creating_folder_windowsPop0p2021-03-131-2/+2
|/
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-4/+0
* Change themes *_color_* to *_*_colorMarcel Admiraal2021-01-241-11/+11
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Merge pull request #44569 from madmiraal/rename-unselect-deselectRémi Verschelde2020-12-281-5/+5
|\
| * Rename unselect to deselectMarcel Admiraal2020-12-211-5/+5
* | Rename empty() to is_empty()Marcel Admiraal2020-12-281-3/+3
|/
* Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-10/+10
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-0/+3
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Updated getters and setters names for toplevelDuroxxigar2020-10-021-1/+1
* Small naming and tooltip tweaksMichael Alexsander2020-07-231-1/+1
* Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-0/+4
* Remove String::find_last (same as rfind)Stijn Hinlopen2020-07-031-2/+2