summaryrefslogtreecommitdiffstats
path: root/scene/gui/file_dialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-6/+9
* Add generic file icon and its modulation to the 'FileDialog'Michael Alexsander2020-06-081-0/+5
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-32/+61
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+6
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-78/+0
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
* Merge pull request #37591 from Anutrix/remove_reduntant_classRémi Verschelde2020-04-071-34/+0
|\
| * Removed reduntant class LineEditFileChooser.unknown2020-04-051-34/+0
* | Fixes leaks when running editorqarmin2020-04-061-0/+1
|/
* Fix file dialog not showing iconsunknown2020-04-041-6/+6
* Remove redundant vbx variable in FileDialogunknown2020-04-041-16/+15
* Replace NULL with nullptrlupoDharkael2020-04-021-6/+6
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-18/+18
* Working multiple window support, including editorJuan Linietsky2020-03-261-71/+76
* Improve UX of drive lettersPedro J. Estébanez2020-03-031-3/+16
* Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-011-1/+1
|\
| * Rename `scancode` to `keycode`.bruvzg2020-02-251-1/+1
* | Double click on a folder didn't open itGil Arasa Verge2020-02-291-0/+1
* | Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-34/+19
|/
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-19/+19
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-3/+3
* Texture refactorJuan Linietsky2020-02-111-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Add spaces after commas and strip extra ones in *FileDialog filter menuMichael Alexsander2019-12-061-2/+2
* Remove extra spaces from parenthesis in *FileDialog's filter menuMichael Alexsander2019-12-061-3/+3
* Merge pull request #33091 from MCrafterzz/fix10567Rémi Verschelde2019-10-291-10/+14
|\
| * Improved UX of selecting directories in (Editor)FileDialog by hiding unused g...MCrafterzz2019-10-291-10/+14
* | Scroll back to the top after opening a directory in FileDialogHugo Locurcio2019-10-241-0/+4
|/
* Fix color of FileDialog iconsYuri Roubinsky2019-10-141-6/+23
* Fix crash in Control functionsqarmin2019-10-051-0/+2
* Tree: fix and expose icon modulationmerumelu2019-08-241-1/+1
* Rename FileDialog's folder icon custom color to `folder_icon_modulate`Hugo Locurcio2019-08-211-1/+1
* Use a different color for folder icons in file dialogsHugo Locurcio2019-08-201-0/+2
* Small adjustments to tooltips in '(Editor)FileDialog'Michael Alexsander Silva Dias2019-07-261-2/+2
* DirAccess: Drop compat get_next(bool *is_dir) which was hiddenRémi Verschelde2019-07-251-3/+2
* Auto-change file extension in EditorFileDialog when filter changesChaosus2019-06-281-0/+14
* Some code changed with Clang-Tidyqarmin2019-06-261-5/+2
* Add toggle for hidden file visibility in FileDialogMichael Alexsander Silva Dias2019-06-101-8/+15