summaryrefslogtreecommitdiff
path: root/editor/project_settings_editor.cpp
AgeCommit message (Expand)Author
2023-03-14clear filter input in Project Settings when opening Layersyedpodtrzitko
2023-02-13Improvements and fixes based on Weblate commentsHaoyu Qiu
2023-02-01Merge pull request #71322 from EricEzaM/55856-proj-settings-initial-array-dic...Rémi Verschelde
2023-01-16Add EditorUndoRedoManager singletonkobewi
2023-01-13Fix Project Settings array/dicts initial value being shared instances of the ...Eric M
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-21Fix closing project setting window with ESC while listening for inputMarkus Sauermann
2022-12-07Add feature tags to signify engine float precisionMikael Hermansson
2022-12-01Allow specifying a prefix to automatically detect library files for gdextensi...Gilles Roudière
2022-11-02Unify usage of undo_redo in editorkobewi
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-10-08Only show named layers in layer menuHaoyu Qiu
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-10-06Split `action_map_editor` file into one file per class it contained.Eric M
2022-09-07Fix key mapping changes when moving from macOS to other platformbruvzg
2022-09-06Improve naming of theme properties throughout GUI codeYuri Sizov
2022-08-29Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde
2022-08-27Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record
2022-08-22Add per-scene UndoRedokobewi
2022-08-02Change translation remaps if files are movedPucklaMotzer09
2022-07-31Merge pull request #49045 from foxydevloper/hide-custom-settings-non-advancedRémi Verschelde
2022-07-31Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov
2022-07-31Hide altering custom properties in basic modefox
2022-07-28Rename RenderingServer global shader uniform methods to be more explicitHugo Locurcio
2022-07-26Split up editor export code into multiple filesAaron Franke
2022-07-09Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge
2022-06-21Implement Running Godot as Movie Writerreduz
2022-05-31Merge pull request #61455 from fire-forge/tabRémi Verschelde
2022-05-28Use consistent casing in editor filter/search barsFireForge
2022-05-26Use "odd" style for TabContainers on base BG colorFireForge
2022-05-20Add a new HashSet templatereduz
2022-05-19Use range iterators for RBSet in most casesAaron Record
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-12Add a new HashMap implementationreduz
2022-05-05Disallow Callable, Signal and RID in export arrayskobewi
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-04-05[Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg
2022-03-17Make `TabBar/Container` default their alignments to the left instead of centerMichael Alexsander
2022-03-18Improve inspector filteringHaoyu Qiu
2022-03-09Fix Autoload capitalization inconsistencyHaoyu Qiu
2022-03-04Replace some bits of code left to work with the new `TabContainer`Michael Alexsander
2022-03-03Make `TabContainer` use `TabBar` internallyMichael Alexsander
2022-02-16Convert _notification methods to switch - Chunk CJakob Bouchard
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
2022-02-06Add missing SNAME macro optimization to all theme methods calljmb462
2022-02-03Merge pull request #57562 from AnilBK/string-add-containsRémi Verschelde
2022-02-03Merge pull request #57175 from fire-forge/add-type-iconsRémi Verschelde
2022-02-04String: Add contains().Anilforextra
2022-02-03Add type icons to Project Settings, Array, and Dictionary editorsfire540
2022-02-01Minor fixes/refactoring of project and editor setting dialogsHendrik Brucker