1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-31 18:41:20 +00:00
Commit Graph

26 Commits

Author SHA1 Message Date
Pāvels Nadtočajevs
4fc07a8edb [macOS] Add option for renaming system menus. 2025-12-18 08:40:14 +02:00
aaronp64
556dfd4e29 Clean up editor inspector plugins when closing Project Manager
Added call to EditorInspector::cleanup_plugins() when closing Project Manager, to free plugins added when opening editor settings
2025-12-09 15:41:17 -05:00
dinesh1160
e9aa840b96 fix single space tagname issue 2025-12-07 18:42:48 +05:30
Jan Haller
f31aa20562 Add special compat methods for EditorFileDialog enum fns
Fixes broken binary compatibility in GDExtension, introduced
by moving methods from EditorFileDialog to its base class
FileDialog.

While the general derived-to-base compat mechanism works,
the function hashes are changed when enum types are also moved
between classes.

An earlier attempt restored original enums in EditorFileDialog
and added regular compatibility methods, however this caused
shadowed symbols in C# bindings. Instead, hash mappings are
now directly hardcoded as "special compat hashes".
2025-12-04 11:40:53 +01:00
kobewi
c1cc178a82 Make EditorFileDialog inherit FileDialog 2025-12-02 12:30:51 +01:00
Thaddeus Crews
09bc1ca327 Merge pull request #77292 from Calinou/project-manager-add-select-all-none-shortcuts
Add Ctrl + A and Ctrl + Shift + A to (de)select all projects in project manager
2025-11-20 16:47:01 -06:00
Hugo Locurcio
afbefa6fc1 Replace spaces and use lowercase automatically for project manager tags
This makes the workflow of adding tags smoother by automatically
using valid tag names, rather than showing error messages.
This also strips edges when the field is submitted to avoid
leading/trailing underscores.
2025-11-18 02:06:24 +01:00
kobewi
141a49b090 Don't save editor settings on startup 2025-11-15 20:39:49 +01:00
Thaddeus Crews
bd2ca13c6f Merge pull request #112733 from KoBeWi/press_right_to_context
Add a right click menu to the project manager
2025-11-13 20:52:27 -06:00
kobewi
f51f97aaec Add a right click menu to the project manager 2025-11-14 00:57:00 +01:00
Hugo Locurcio
226d726b05 Add Ctrl + A and Ctrl + Shift + A to (de)select all projects in project manager
These keyboard shortcuts are commonly used in applications to (de)select
all entries in a list.
2025-11-13 22:22:07 +01:00
风青山
630e2c9fe5 Improve Project Manager UI navigation
Provide a focus stylebox for navigable controls.

Add shortcuts for explore (`E`) and favorite (`F`).

In particular, when switching favorites (clicking the favorite button with
the mouse or pressing the `F` key), pressing `ALT` will follow the item.
2025-11-06 10:08:21 +08:00
Thaddeus Crews
ae9732139a Merge pull request #109433 from KoBeWi/hastension
Add `has_extension()` method to String
2025-10-31 09:23:30 -05:00
Michael Alexsander
e06f015f95 Add a new editor theme
Co-authored-by: passivestar <60579014+passivestar@users.noreply.github.com>
2025-10-30 00:31:54 -03:00
Emi
1b8b46f59a Add donate button to project manager
- Move the `Remove Missing` button with the rest of the actions available.
- Add `ref` to existing donate link in the Help menu
2025-10-24 10:48:13 +02:00
kobewi
8f1b411556 Improvements to ProjectManager's _update_theme() 2025-10-16 20:16:20 +02:00
Malcolm Anderson
769007c707 Add "Show in File Manager" button to sidebar of Project Manager 2025-10-13 17:56:49 -07:00
Thaddeus Crews
38af23a654 Merge pull request #89409 from aaronfranke/server-folders
Move server files into their subfolders
2025-10-03 12:01:00 -05:00
Aaron Franke
3d1c9fd5de Move server files into their subfolders 2025-09-30 19:39:39 -07:00
kobewi
56e62869fb Fix tag name focus 2025-09-30 20:25:47 +02:00
Thaddeus Crews
9283328fe7 Merge pull request #109491 from syntaxerror247/window-color
Android: Add method to set root window color at runtime
2025-09-26 13:47:32 -05:00
Michael Alexsander
aeb3a45c97 Hide Control focus when given via mouse input 2025-09-19 13:43:29 -03:00
kobewi
a33ae0be0e Add has_extension() method to String 2025-08-12 13:15:16 +02:00
Anish Mishra
459cb33abc Android Editor: Set the window color to match background color 2025-08-11 22:25:54 +05:30
kobewi
529860e36c Prevent invalid and ambiguous tag names 2025-07-28 20:25:05 +02:00
A Thousand Ships
f11aff3841 Editor: Restructure editor code
Moving various editor files into sub folders to reduce clutter
2025-07-04 18:18:22 +02:00