summaryrefslogtreecommitdiffstats
path: root/scene/gui/file_dialog.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Defer invalidation on FileDialog nodesMichael Alexsander2023-03-251-8/+17
* Add a custom icon for the `project.godot` file in the EditorFileDialogYuri Sizov2023-02-171-1/+0
* Prevent saving files with no name and only an extension.Nong Van Tinh2023-02-171-4/+5
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix file dialog crash on forward click when history is empty.bruvzg2023-01-031-1/+1
* Remove auto selecting the first file for FileDialog with Save file mode selectedDawid Marzec2022-11-131-2/+5
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-4/+4
* Fix MSVC warning C4706: assignment within conditional expressionRémi Verschelde2022-09-281-4/+6
* Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-071-1/+1
* Fix file list in FileDialog not updating on first runRindbee2022-09-071-4/+2
* Improve naming of theme properties throughout GUI codeYuri Sizov2022-09-061-6/+6
* Add dumb and manual theme caching systems to WindowYuri Sizov2022-09-011-49/+58
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-8/+8
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-47/+51
* Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-5/+5
|\
| * Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-5/+5
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-51/+47
|/
* Add some codes, returnes directly if the value is not changed.风青山2022-08-231-1/+13
* Remove Signal connect bindsJuan Linietsky2022-07-291-3/+3
* Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-1/+1
* Merge pull request #62827 from fire-forge/ok-cancelRémi Verschelde2022-07-131-8/+8
|\
| * Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge2022-07-091-8/+8
* | Seperate filter and description in FileDialog.add_filter()FireForge2022-07-091-3/+7
|/
* 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