| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix key mapping changes when moving from macOS to other platform | bruvzg | 2022-09-07 | 1 | -1/+1 |
* | Improve naming of theme properties throughout GUI code | Yuri Sizov | 2022-09-06 | 1 | -1/+1 |
* | Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH... | Rémi Verschelde | 2022-08-29 | 1 | -15/+20 |
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED | Aaron Record | 2022-08-27 | 1 | -20/+15 |
* | Add per-scene UndoRedo | kobewi | 2022-08-22 | 1 | -2/+3 |
* | Change translation remaps if files are moved | PucklaMotzer09 | 2022-08-02 | 1 | -0/+4 |
* | Merge pull request #49045 from foxydevloper/hide-custom-settings-non-advanced | Rémi Verschelde | 2022-07-31 | 1 | -7/+13 |
|\ |
|
| * | Hide altering custom properties in basic mode | fox | 2022-07-31 | 1 | -7/+13 |
* | | Extract EditorResourceConversionPlugin into its own source files and clean up... | Yuri Sizov | 2022-07-31 | 1 | -0/+1 |
|/ |
|
* | Rename RenderingServer global shader uniform methods to be more explicit | Hugo Locurcio | 2022-07-28 | 1 | -4/+4 |
* | Split up editor export code into multiple files | Aaron Franke | 2022-07-26 | 1 | -1/+0 |
* | Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog | FireForge | 2022-07-09 | 1 | -1/+1 |
* | Implement Running Godot as Movie Writer | reduz | 2022-06-21 | 1 | -0/+4 |
* | Merge pull request #61455 from fire-forge/tab | Rémi Verschelde | 2022-05-31 | 1 | -0/+1 |
|\ |
|
| * | Use "odd" style for TabContainers on base BG color | FireForge | 2022-05-26 | 1 | -0/+1 |
* | | Use consistent casing in editor filter/search bars | FireForge | 2022-05-28 | 1 | -1/+1 |
|/ |
|
* | Add a new HashSet template | reduz | 2022-05-20 | 1 | -1/+1 |
* | Use range iterators for RBSet in most cases | Aaron Record | 2022-05-19 | 1 | -2/+2 |
* | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 1 | -2/+2 |
* | Add a new HashMap implementation | reduz | 2022-05-12 | 1 | -4/+4 |
* | Disallow Callable, Signal and RID in export arrays | kobewi | 2022-05-05 | 1 | -5/+5 |
* | Fix some issues found by cppcheck. | bruvzg | 2022-04-06 | 1 | -1/+1 |
* | [Input] Add extra `shortcut_input` input processing step to process Unicode c... | bruvzg | 2022-04-05 | 1 | -2/+2 |
* | Make `TabBar/Container` default their alignments to the left instead of center | Michael Alexsander | 2022-03-17 | 1 | -1/+0 |
* | Improve inspector filtering | Haoyu Qiu | 2022-03-18 | 1 | -0/+1 |
* | Fix Autoload capitalization inconsistency | Haoyu Qiu | 2022-03-09 | 1 | -1/+1 |
* | Replace some bits of code left to work with the new `TabContainer` | Michael Alexsander | 2022-03-04 | 1 | -1/+1 |
* | Make `TabContainer` use `TabBar` internally | Michael Alexsander | 2022-03-03 | 1 | -1/+1 |
* | Convert _notification methods to switch - Chunk C | Jakob Bouchard | 2022-02-16 | 1 | -0/+2 |
* | Revert "Add missing SNAME macro optimization to all theme methods call" | Rémi Verschelde | 2022-02-08 | 1 | -2/+2 |
* | Add missing SNAME macro optimization to all theme methods call | jmb462 | 2022-02-06 | 1 | -2/+2 |
* | Merge pull request #57562 from AnilBK/string-add-contains | Rémi Verschelde | 2022-02-03 | 1 | -1/+1 |
|\ |
|
| * | String: Add contains(). | Anilforextra | 2022-02-04 | 1 | -1/+1 |
* | | Merge pull request #57175 from fire-forge/add-type-icons | Rémi Verschelde | 2022-02-03 | 1 | -10/+12 |
|\ \ |
|
| * | | Add type icons to Project Settings, Array, and Dictionary editors | fire540 | 2022-02-03 | 1 | -10/+12 |
| |/ |
|
* / | Minor fixes/refactoring of project and editor setting dialogs | Hendrik Brucker | 2022-02-01 | 1 | -27/+67 |
|/ |
|
* | Merge pull request #56832 from Chaosus/fix_theming | Yuri Roubinsky | 2022-01-16 | 1 | -13/+13 |
|\ |
|
| * | Fix theming update in several editor classes | Yuri Roubinsky | 2022-01-16 | 1 | -13/+13 |
* | | Remove support for PVRTC texture encoding and decoding | Hugo Locurcio | 2022-01-14 | 1 | -1/+0 |
|/ |
|
* | Check if action name exists before adding it or renaming an action to it | Marcel Admiraal | 2022-01-12 | 1 | -8/+4 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Replace String comparisons with "", String() to is_empty() | Nathan Franke | 2021-12-09 | 1 | -6/+6 |
* | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke | 2021-12-09 | 1 | -2/+2 |
* | Make platform feature tag names lowercase | Hugo Locurcio | 2021-08-31 | 1 | -1/+0 |
* | Use const references where possible for List range iterators | Rémi Verschelde | 2021-07-25 | 1 | -4/+4 |
* | Use C++ iterators for Lists in many situations | Aaron Franke | 2021-07-23 | 1 | -8/+7 |
* | Optimize StringName usage | reduz | 2021-07-18 | 1 | -7/+7 |
* | Improve Project Settings Editor | Danil Alexeev | 2021-05-14 | 1 | -149/+113 |
* | Improve ActionMapEditor | Danil Alexeev | 2021-05-05 | 1 | -2/+0 |
* | ProjectSettingsEditor: Make "Type" OptionButton item ids match corresponding ... | kleonc | 2021-04-20 | 1 | -3/+2 |