summaryrefslogtreecommitdiff
path: root/scene/gui/file_dialog.cpp
AgeCommit message (Expand)Author
2023-02-17Add a custom icon for the `project.godot` file in the EditorFileDialogYuri Sizov
2023-02-17Prevent saving files with no name and only an extension.Nong Van Tinh
2023-01-05One Copyright Update to rule them allRémi Verschelde
2023-01-03Fix file dialog crash on forward click when history is empty.bruvzg
2022-11-13Remove auto selecting the first file for FileDialog with Save file mode selectedDawid Marzec
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-09-28Fix MSVC warning C4706: assignment within conditional expressionRémi Verschelde
2022-09-07Fix key mapping changes when moving from macOS to other platformbruvzg
2022-09-07Fix file list in FileDialog not updating on first runRindbee
2022-09-06Improve naming of theme properties throughout GUI codeYuri Sizov
2022-09-01Add dumb and manual theme caching systems to WindowYuri Sizov
2022-08-29Rename String `plus_file` to `path_join`Aaron Franke
2022-08-29Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde
2022-08-28Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde
2022-08-27Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record
2022-08-27Rename `hint_tooltip` to `tooltip_text` & setgetMicky
2022-08-23Add some codes, returnes directly if the value is not changed.风青山
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-07-18Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge
2022-07-13Merge pull request #62827 from fire-forge/ok-cancelRémi Verschelde
2022-07-09Seperate filter and description in FileDialog.add_filter()FireForge
2022-07-09Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge
2022-07-04Fix FileDialog file name autocompletion with filtersThakee Nathees
2022-06-28Add root_subfolder to FileDialogkobewi
2022-06-22Replace some TTRCs with TTRskobewi
2022-05-12Capitalize/fix some property enum hintsFireForge
2022-04-22Implement Label3D node.bruvzg
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-04-05[Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg
2022-03-12Merge pull request #54399 from Calinou/filedialog-current-properties-hint-no-...Rémi Verschelde
2022-03-12Allow negative indexes in ItemList and PopupMenukobewi
2022-03-02Allow absolute file paths in file dialogsmiremrie
2022-02-15Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
2022-02-06Add missing SNAME macro optimization to all theme methods calljmb462
2022-01-24[Windows] Add support for handling network share paths.bruvzg
2022-01-19Fix FileDialog localization issueskobewi
2022-01-12Create function focus_file_textGer Hean
2022-01-08 Improve FileDialog filterskobewi
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-11-30Don't return reference on copy assignment operatorsRémi Verschelde
2021-11-12Use "enum class" for input enumsAaron Franke
2021-10-29Don't store and show current file/directory/path FileDialog propertiesHugo Locurcio
2021-10-28clang-format: Disable alignment of operands, too unreliableRémi Verschelde
2021-10-26Add focus font color to Button and derivativesYuri Sizov
2021-08-28Add support for internal nodeskobewi
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke