Age | Commit message (Expand) | Author |
2022-10-31 | Merge pull request #67578 from KoBeWi/GEDITOR | Rémi Verschelde |
2022-10-31 | Merge pull request #67588 from KoBeWi/if(!GDVIRTUAL_CALL)don't | Rémi Verschelde |
2022-10-20 | Make texture preview and picker use mipmap filter | MrBlockers |
2022-10-19 | Simplify GDVIRTUAL_CALL calls | kobewi |
2022-10-18 | Unify usage of GLOBAL/EDITOR_GET | kobewi |
2022-10-07 | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg |
2022-10-02 | fix error dialog from appearing after loading material res | Manuel Dun |
2022-09-17 | Script-class-aware Inspector & related controls. | willnationsdev |
2022-09-14 | Merge pull request #65494 from V-Sekai/fix_inspect_command_context | Rémi Verschelde |
2022-09-07 | In inspector, show 'edit' button instead of 'inspect' when resource is part o... | SaracenOne |
2022-09-06 | Improve naming of theme properties throughout GUI code | Yuri Sizov |
2022-08-31 | Improve null and object printing to avoid confusion with arrays | Hugo Locurcio |
2022-08-29 | Rename `CanvasItem.update()` to `queue_redraw()` | Micky |
2022-08-29 | Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH... | Rémi Verschelde |
2022-08-28 | Merge pull request #64555 from nongvantinh/inspector_resource_preview_incorre... | Rémi Verschelde |
2022-08-28 | Merge pull request #64885 from Mickeon/rename-tooltip-hint | Rémi Verschelde |
2022-08-27 | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED | Aaron Record |
2022-08-27 | Rename `hint_tooltip` to `tooltip_text` & setget | Micky |
2022-08-23 | Disable editing properties in foreign resources | SaracenOne |
2022-08-18 | Fixed inspector resource preview shows up with incorrect size | Nong Van Tinh |
2022-08-06 | Add "Make Unique (Recursive)" to resource picker, simplify "Make Unique" | Hendrik Brucker |
2022-07-31 | Extract EditorResourceConversionPlugin into its own source files and clean up... | Yuri Sizov |
2022-07-29 | Remove Signal connect binds | Juan Linietsky |
2022-07-25 | Code quality: Fix header guards consistency | Rémi Verschelde |
2022-07-23 | Implement BPM support | reduz |
2022-07-18 | Rename Control PRESET_WIDE to PRESET_FULL_RECT | FireForge |
2022-07-09 | Seperate filter and description in FileDialog.add_filter() | FireForge |
2022-07-08 | Add static methods for creating Image and ImageTexture | kobewi |
2022-07-06 | Refactor Font configuration and import UI, and Font resources. | bruvzg |
2022-05-25 | Add rounded corners to EditorProperty and EditorSpinSlider | FireForge |
2022-05-20 | Add a new HashSet template | reduz |
2022-05-19 | Use range iterators for RBSet in most cases | Aaron Record |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-05-03 | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>` | Hugo Locurcio |
2022-04-26 | Merge pull request #60395 from Geometror/editor-gradient-preview-plugin | Rémi Verschelde |
2022-04-23 | Rename theme properties to include underscores | FireForge |
2022-04-21 | Add gradient resource preview generator | Hendrik Brucker |
2022-03-24 | Make resource unique when pasting to another scene | kobewi |
2022-03-06 | Merge pull request #58821 from IgorKordiukiewicz/extend-script-popup-without-... | Rémi Verschelde |
2022-03-06 | Fixed issue where Extend Script option would show up even without script atta... | Igor Kordiukiewicz |
2022-03-06 | Remove set_as_minsize() | kobewi |
2022-03-04 | Replace some bits of code left to work with the new `TabContainer` | Michael Alexsander |
2022-02-15 | Editor: Cleanup some includes dependencies | Rémi Verschelde |
2022-02-12 | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker |
2022-02-08 | Refactor some object type checking code with `cast_to` | Rémi Verschelde |
2022-02-08 | Merge pull request #43015 from Xrayez/refactor-auto-instaprop | Rémi Verschelde |
2022-01-20 | Store panels and docks singletons in their own classes | trollodel |
2022-01-07 | Rename TextureRect.expand to ignore_texture_size | kobewi |
2022-01-07 | Merge pull request #56321 from pycbouh/core-use-gdvirtual-everywhere | Rémi Verschelde |
2022-01-05 | Merge pull request #56398 from KoBeWi/cooler_picker | Rémi Verschelde |