summaryrefslogtreecommitdiffstats
path: root/editor/editor_file_dialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-3/+3
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-13/+13
* Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-071-6/+6
* Fix file list in FileDialog not updating on first runRindbee2022-09-071-14/+6
* Improve naming of theme properties throughout GUI codeYuri Sizov2022-09-061-4/+4
* Fix theme propagation in various parts of the editorYuri Sizov2022-09-021-76/+114
* EditorFileDialog: disambiguate recent/favorite itemsRedMser2022-08-301-31/+53
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-13/+13
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+1
* Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-8/+8
|\
| * Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-8/+8
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-1/+0
|/
* Remove Signal connect bindsJuan Linietsky2022-07-291-5/+5
* 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
|/ / /