summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-19Fix MenuBar not processing shortcuts.bruvzg
2022-08-19Merge pull request #64459 from Chaosus/shader_elifYuri Rubinsky
2022-08-19Merge pull request #64580 from asmaloney/doc-grammar-lessMax Hilbrunner
[doc] Fix grammar in class docs: less vs. fewer/lower
2022-08-19Merge pull request #59045 from Calinou/editor-theme-popup-no-rounded-cornersYuri Sizov
Don't use rounded corners for PopupMenus in the editor theme
2022-08-19Merge pull request #59851 from Calinou/doc-object-meta-editor-onlyMax Hilbrunner
Document that Object metadata starting with `_` is editor-only
2022-08-19Merge pull request #63326 from MewPurPur/binary-highlighting-fixMax Hilbrunner
Fix highlighting of multiple operators
2022-08-19Merge pull request #63950 from bruvzg/menu_bar3Max Hilbrunner
Implement MenuBar control to wrap Popup menus or native menu, use native menu for editor.
2022-08-19Merge pull request #63358 from YuriSizov/control-simplify-enhance-toolbarYuri Sizov
Improve editor toolbar for `Control` nodes
2022-08-18Merge pull request #64156 from bruvzg/sys_msdfClay John
Allow MSDF rendering for system fonts, fix crash on loading damaged / unsupported font files.
2022-08-18Merge pull request #64302 from neikeq/unreference-callback-regr-from-44691448Clay John
Fix instance binding unreference callback regression
2022-08-18Merge pull request #64315 from ↵Clay John
Daylily-Zeleen/fixed-GraphEdit-signal-argument-type Fixed GraphEdit signal argument type
2022-08-18Merge pull request #63999 from QbieShay/qbie/vs-qolClay John
Quality of life visual shaders updates
2022-08-18Merge pull request #64345 from Mickeon/docs-better-drawClay John
Improve documentation of `CanvasItem`'s draw logic
2022-08-18Merge pull request #55032 from Calinou/tweak-default-window-sizeYuri Sizov
Increase the default project window size for better usability
2022-08-18Merge pull request #64356 from Calinou/editor-hide-dummy-text-driverClay John
Hide Dummy text driver in the Project Settings as it makes editor unusable
2022-08-18Merge pull request #64449 from Calinou/label3d-hide-ineffective-propertiesClay John
Hide properties that have no effect in Label3D inspector
2022-08-18Don't use rounded corners for PopupMenus in the editor themeHugo Locurcio
PopupMenus use separate windows by default in the editor, and windows no longer support per-pixel transparency for now in 4.0. Even if per-pixel transparency was reimplemented, we can't assume that it'll always work in practice (e.g. when compositing is disabled).
2022-08-18Merge pull request #64468 from aaronfranke/editor-prop-visual-shader-modeClay John
Rename `EditorPropertyShaderMode` to `EditorPropertyVisualShaderMode`
2022-08-18Merge pull request #64470 from aaronfranke/shader-cd-st-enumClay John
Move `ShaderCreateDialog`'s `ShaderType` enum out of the header
2022-08-18Merge pull request #64581 from aaronfranke/aabbClay John
Use a const ref for the bone AABB in rendering code
2022-08-18Merge pull request #64357 from Mickeon/rename-plugin-containerYuri Sizov
Rename EditorPlugin.`*_PROPERTY_EDITOR_*` to `*_INSPECTOR_*`
2022-08-18Merge pull request #58059 from Calinou/tweak-default-project-icon-2Yuri Sizov
Tweak the default project icon
2022-08-18Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native ↵bruvzg
menu for editor.
2022-08-18Increase the default project window size for better usabilityHugo Locurcio
The new default window size is tuned to: - Have a 16:9 aspect ratio, - Have both dimensions divisible by 8 to better play along with video recording, - Be displayable correctly in windowed mode on a 1366×768 display (tested on Windows 10 with default settings). This breaks compatibility with projects that didn't change the window size from the default value (or that kept one of the values to its default).
2022-08-18Merge pull request #62298 from Diddykonga/select_current_saveYuri Sizov
[Editor]: Allow `Select Current` to Save Scenes
2022-08-18Use a const ref for the bone AABB in rendering codeAaron Franke
2022-08-18[doc] Fix grammar in class docs: less vs. fewer/lowerAndy Maloney
2022-08-18Merge pull request #64534 from YuriSizov/docs-navigation-takes-a-napMax Hilbrunner
Fix a typo in navigation server documentation
2022-08-18Merge pull request #64551 from asmaloney/doc-grammar-amount-numberMax Hilbrunner
[doc] Fix grammar in class docs: amount vs. number
2022-08-18Merge pull request #63635 from asmaloney/add-python-type-hintsYuri Sizov
Add Python PEP 484/526 type hints to doc/tools/doc_status.py
2022-08-17Merge pull request #64416 from aaronfranke/aabbClay John
Don't try to merge unused bone AABBs in the rendering server
2022-08-17[doc] Fix grammar in class docs: amount vs. numberAndy Maloney
Number is used for things that can be counted (discrete items - think "integer" in this context). Also fixes a couple of awkward phrases.
2022-08-17Document that Object metadata starting with `_` is editor-onlyHugo Locurcio
2022-08-17Fix a typo in navigation server documentationYuri Sizov
2022-08-17Merge pull request #64344 from asmaloney/doc-animation-node-virtualsMax Hilbrunner
[doc] Clarify that AnimationNode virtual methods need to be implemented rather than called directly
2022-08-17Merge pull request #64389 from Calinou/doc-scenetree-debug-no-runtime-changeMax Hilbrunner
Document run-time SceneTree debug property changes not working correctly
2022-08-17Merge pull request #64407 from aaronfranke/fix-camera-size-docMax Hilbrunner
Fix incorrect Camera3D size documentation
2022-08-17Merge pull request #64515 from KoBeWi/PopupPanelContainerMax Hilbrunner
Mention the stretching behavior of PopupPanel
2022-08-17Merge pull request #64230 from YuriSizov/makerst-more-robust-tag-parserMax Hilbrunner
Improve the `make_rst.py` parser for BBCode tags
2022-08-17Mention the stretching behavior of PopupPanelkobewi
2022-08-16Improve editor toolbar for Control nodesYuri Sizov
2022-08-16Merge pull request #52212 from ↵Yuri Sizov
thenegativehunter2/master_texture_array_normal_added Add an import option to force TextureArrays as normal maps for RGTC Compression(redo)
2022-08-16Merge pull request #64483 from danboo/system-font-use-first-match-fixHugo Locurcio
2022-08-15break out of font search loop after first matchdanboo
The documentation for the font_names property indicates: Array of font family names to search, first matching font found is used.
2022-08-15Merge pull request #64439 from YuriSizov/docs-line2d-clarityYuri Sizov
Clarify the `Line2D`, `Curve2D/3D` documentation and fix parameter names
2022-08-15Merge pull request #64421 from m4gr3d/investigate_read_write_access_loss_mainFredia Huya-Kouadio
Fix issue preventing the Android Editor from displaying the project content
2022-08-15Move ShaderCreateDialog's ShaderType enum out of the headerAaron Franke
2022-08-15Rename EditorPropertyShaderMode to EditorPropertyVisualShaderModeAaron Franke
2022-08-15Add `elif` directive to shader preprocessorYuri Rubinsky
2022-08-15Clarify the Line2D, Curve2D/3D documentation and fix parameter namesYuri Sizov