summaryrefslogtreecommitdiff
path: root/editor/editor_file_dialog.cpp
AgeCommit message (Expand)Author
2020-07-03Change how default fonts are created, fixes #39235Juan Linietsky
2020-07-03Remove String::find_last (same as rfind)Stijn Hinlopen
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-05-24fix file dialog filename cleared when selecting favoritesBorislav Kosharov
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-04-07Merge pull request #37592 from Anutrix/dissolving_classRémi Verschelde
2020-04-06Fixes leaks when running editorqarmin
2020-04-05Dissolving class EditorLineEditFileChooser into EditorAutoloadSettings.unknown
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-03-26Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky
2020-03-04Merge pull request #36069 from RandomShaper/imvu/improve_drives_uxRémi Verschelde
2020-03-04Merge pull request #36699 from dreamsComeTrue/fix-extension-file-dialogRémi Verschelde
2020-03-03Double click on a folder didn't open it (editor)Gil Arasa Verge
2020-03-03Improve UX of drive lettersPedro J. Estébanez
2020-03-01Take correct part of extension with File DialogDominik 'dreamsComeTrue' Jasiński
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-16Fixed issues with using a relative path in the export window.Catchawink
2019-12-06Add spaces after commas and strip extra ones in *FileDialog filter menuMichael Alexsander
2019-12-06Remove extra spaces from parenthesis in *FileDialog's filter menuMichael Alexsander
2019-10-29Merge pull request #33091 from MCrafterzz/fix10567Rémi Verschelde
2019-10-29Improved UX of selecting directories in (Editor)FileDialog by hiding unused g...MCrafterzz
2019-10-24Scroll back to the top after opening a directory in FileDialogHugo Locurcio
2019-09-26Create new folder from save dialog now update filesystem dock.dankan1890
2019-08-21Rename FileDialog's folder icon custom color to `folder_icon_modulate`Hugo Locurcio
2019-08-20Use a different color for folder icons in file dialogsHugo Locurcio
2019-07-29Fix filter crash in EditorFileDialog for MeshLib/TileSet conversionChaosus
2019-07-26Small adjustments to tooltips in '(Editor)FileDialog'Michael Alexsander Silva Dias
2019-07-25DirAccess: Drop compat get_next(bool *is_dir) which was hiddenRémi Verschelde
2019-06-28Auto-change file extension in EditorFileDialog when filter changesChaosus
2019-06-13Merge pull request #29644 from YeldhamDev/editor_file_recent_reselectRémi Verschelde
2019-06-13Merge pull request #29638 from YeldhamDev/editor_file_hidden_toggleRémi Verschelde
2019-06-10Add button for toggling hidden files in EditorFileDialogMichael Alexsander Silva Dias
2019-06-09Make possible to reselect an item in the "Recent" list in the EditorFileDialogMichael Alexsander Silva Dias
2019-06-09Apply a better fix for the EditorFileDialog crash on favoriteMichael Alexsander Silva Dias
2019-06-10Fix crash when selecting favorate directory on EditorFileDialogvolzhs
2019-05-29Remove some redundant linesJames Buck
2019-04-24Fixes to make exporting more responsive.Juan Linietsky
2019-03-27Small tooltip changes to filesystem-related UI componentes in editorMichael Alexsander Silva Dias
2019-03-07Fix "Favorite" button not being toggled when navigating to a faved folder man...Michael Alexsander Silva Dias
2019-03-05Fix general issues with filesystem-related UI components in the editorMichael Alexsander Silva Dias
2019-03-02Fix preview in file dialogPaul Trojahn