Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Implement automatic translation for ItemList | DennisManaa | 2023-10-23 | 1 | -0/+3 | |
| | | ||||||
* | | Fix various issues with the folder color lookup | Yuri Sizov | 2023-12-14 | 1 | -2/+9 | |
| | | ||||||
* | | Fix folder color not showing up in file dialogs | Nikita Krasnov | 2023-11-14 | 1 | -3/+26 | |
|/ | ||||||
* | Don't remove favorite files in EditorFileDialog | kobewi | 2023-10-18 | 1 | -7/+6 | |
| | ||||||
* | Allow adding a custom side menu to EditorFileDialog | Aaron Franke | 2023-09-26 | 1 | -4/+27 | |
| | ||||||
* | Replace flat buttons with flat-styled buttons with a visible pressed state | Yuri Sizov | 2023-09-19 | 1 | -10/+10 | |
| | ||||||
* | Merge pull request #81226 from AThousandShips/file_diag_fix | Rémi Verschelde | 2023-09-08 | 1 | -2/+2 | |
|\ | | | | | | | Fix `EditorFileDialog` clears the file name on changing directory | |||||
| * | Fix `EditorFileDialog` clears the file name on changing directory | A Thousand Ships | 2023-09-01 | 1 | -2/+2 | |
| | | | | | | | | Fixes issues with assigning a name for files being saved | |||||
* | | Merge pull request #80821 from Alex2782/bugfix_go_up_#80750 | Rémi Verschelde | 2023-09-07 | 1 | -1/+1 | |
|\ \ | | | | | | | | | | Fix go to parent folder in `EditorFileDialog` | |||||
| * | | Fix go to parent folder in EditorFileDialog | Alexander Hartmann | 2023-09-06 | 1 | -1/+1 | |
| | | | ||||||
* | | | Add EditorStringNames singleton | kobewi | 2023-09-03 | 1 | -29/+29 | |
| |/ |/| | ||||||
* | | Streamline the project import workflow | Igor | 2023-08-29 | 1 | -3/+10 | |
|/ | ||||||
* | Reverse condition for skipping directories | kobewi | 2023-07-28 | 1 | -1/+1 | |
| | ||||||
* | Implement and expose OS::shell_show_in_file_manager() | Daylily-Zeleen | 2023-04-25 | 1 | -4/+1 | |
| | ||||||
* | Improve includes of EditorNode (and everything else) | Yuri Sizov | 2023-04-07 | 1 | -0/+1981 | |
Also start organizing editor-specific GUI components into a dedicated folder, `editor/gui`. Also move `editor_file_server` next to the rest of debugger classes. |