Age | Commit message (Expand) | Author |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-02-11 | Texture refactor | Juan Linietsky |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-06 | Add spaces after commas and strip extra ones in *FileDialog filter menu | Michael Alexsander |
2019-12-06 | Remove extra spaces from parenthesis in *FileDialog's filter menu | Michael Alexsander |
2019-10-29 | Merge pull request #33091 from MCrafterzz/fix10567 | Rémi Verschelde |
2019-10-29 | Improved UX of selecting directories in (Editor)FileDialog by hiding unused g... | MCrafterzz |
2019-10-24 | Scroll back to the top after opening a directory in FileDialog | Hugo Locurcio |
2019-10-14 | Fix color of FileDialog icons | Yuri Roubinsky |
2019-10-05 | Fix crash in Control functions | qarmin |
2019-08-24 | Tree: fix and expose icon modulation | merumelu |
2019-08-21 | Rename FileDialog's folder icon custom color to `folder_icon_modulate` | Hugo Locurcio |
2019-08-20 | Use a different color for folder icons in file dialogs | Hugo Locurcio |
2019-07-26 | Small adjustments to tooltips in '(Editor)FileDialog' | Michael Alexsander Silva Dias |
2019-07-25 | DirAccess: Drop compat get_next(bool *is_dir) which was hidden | Rémi Verschelde |
2019-06-28 | Auto-change file extension in EditorFileDialog when filter changes | Chaosus |
2019-06-26 | Some code changed with Clang-Tidy | qarmin |
2019-06-10 | Add toggle for hidden file visibility in FileDialog | Michael Alexsander Silva Dias |
2019-05-29 | Remove some redundant lines | James Buck |
2019-04-09 | Style: Apply new changes from clang-format 8.0 | Rémi Verschelde |
2019-03-05 | Fix general issues with filesystem-related UI components in the editor | Michael Alexsander Silva Dias |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-14 | Prevent FileDialog from stealing focus when setting current file in editor | Kanabenki |
2018-09-27 | Fix warnings about unhandled enum value in switch [-Wswitch] | Rémi Verschelde |
2018-09-21 | Make EditorFileDialog be able to pick a folder when entering it | Michael Alexsander Silva Dias |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-08-25 | Merge pull request #21231 from AlexHolly/filedialog-fix-multi-selection | Rémi Verschelde |
2018-08-20 | Check all selected items on OPEN_MANY/OPEN_FILES in FileDialog, also changed ... | Alexander Holland |
2018-08-18 | Fixed !is_inside_tree() errors in file dialog | DualMatrix |
2018-06-06 | expose lineedit | Alexander Holland |
2018-02-21 | Fixed disappearing text on filedialog buttons | Max |
2018-02-20 | Fixed "Open" button being enabled when nothing is selected in a FileDialog wh... | Michael Alexsander Silva Dias |
2018-01-12 | Bind many more properties to scripts | Bojidar Marinov |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-12-09 | Merge pull request #13847 from YeldhamDev/filedialog_title | Rémi Verschelde |
2017-12-03 | Added "mode_overrides_title" property to FileDialog. | Michael Alexsander Silva Dias |
2017-12-02 | Fixed FileDialog's "parent folder" button not having a texture. | Michael Alexsander Silva Dias |
2017-11-27 | Some improvements to file/dir open/save dialogs: | Dmitry Koteroff |
2017-11-24 | A few small adjustments to file dialogs: | Dmitry Koteroff |
2017-11-21 | Remove the "." from file manage dialog (open scene, open file, ...) | Dmitry Koteroff |
2017-10-22 | FileDialog: enlarge the file list a bit | Poommetee Ketson |
2017-10-06 | FileDialog: fix select index out of range | Poommetee Ketson |
2017-10-04 | Match file dialog drive with the current folder. | Daniel J. Ramirez |
2017-09-08 | Remove assignment and declarations in if statements | Hein-Pieter van Braam |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-20 | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry |
2017-08-18 | Rename localization method to `tr` again | Rémi Verschelde |
2017-08-17 | Rename `XL_MESSAGE` aka `tr` to `localize` | Rémi Verschelde |
2017-08-10 | Removes type information from method binds | Ignacio Etcheverry |