summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2022-01-14Merge pull request #56762 from bruvzg/mac_fix_scRémi Verschelde
2022-01-14Merge pull request #56752 from timothyqiu/snap-grid-iconRémi Verschelde
2022-01-14Merge pull request #49645 from fire/thorvgRémi Verschelde
2022-01-14Merge pull request #56756 from KoBeWi/great_unification_theoryRémi Verschelde
2022-01-14Merge pull request #56719 from Chaosus/gds_debugger_filterRémi Verschelde
2022-01-14Merge pull request #56725 from Chaosus/fix_inspector_themingRémi Verschelde
2022-01-14Use ThorVG instead of NanoSVG for importing SVGsK. S. Ernest (iFire) Lee
ThorVG is a platform-independent portable library for drawing vector-based scene and animation. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
2022-01-14Add ViewPanner to more editorskobewi
2022-01-13Fix various typosluz paz
Found via `codespell -q 3 -S ./thirdparty,*.po,./DONORS.md -L ackward,ang,ans,ba,beng,cas,childs,childrens,dof,doubleclick,expct,fave,findn,gird,hist,inh,inout,leapyear,lod,nd,numer,ois,ony,paket,ro,seeked,sinc,switchs,te,uint,varn,vew`
2022-01-13[macOS] Fix self-contained mode, by looking for `._sc_` and writing data to ↵bruvzg
the bundle directory instead of executable directory.
2022-01-13Improve the SnapGrid editor iconHaoyu Qiu
2022-01-13Merge pull request #55569 from KoBeWi/expand_all_was_a_mistakeRémi Verschelde
2022-01-13Merge pull request #56221 from YeldhamDev/inputmap_undo_masterRémi Verschelde
2022-01-13Merge pull request #56253 from PucklaMotzer09/tile_editor_selectRémi Verschelde
2022-01-12Merge pull request #52710 from Jummit/fix-debug-tooltipsYuri Roubinsky
2022-01-12i18n: Sync editor translations with WeblateRémi Verschelde
(cherry picked from commit da5a11fe45d9e358773a8df2da8df2f87293b088)
2022-01-12Check if action name exists before adding it or renaming an action to itMarcel Admiraal
2022-01-12Merge pull request #56692 from JFonS/fix_gizmo_secondary_handlesRémi Verschelde
2022-01-12Merge pull request #56492 from akien-mga/remove-author-docstringsRémi Verschelde
2022-01-12Merge pull request #56289 from zacryol/clarify-user-dataRémi Verschelde
2022-01-12Fix theming changes in the inspectorYuri Roubinsky
2022-01-12Fix secondary handles in editor gizmosjfons
Primary and secondary handles are no longer differentiated by their ids, so a bool was added to tell them apart in all the handle-related methods. Includes a minor fix in CollisionPolygon3DEditor, unrelated to editor gizmos.
2022-01-12Merge pull request #56713 from Chaosus/vs_sampler_connectionYuri Roubinsky
Auto-set a port source for texture nodes created by dragged connection
2022-01-12Auto-set a port source for texture nodes created by dragged connectionYuri Roubinsky
2022-01-12Add option to filter the stack variables of GDScript debuggerYuri Roubinsky
2022-01-12Optimize include files to improve `shader_language.h` compilation speedYuri Roubinsky
2022-01-12Merge pull request #53185 from KoBeWi/viewing_panRémi Verschelde
2022-01-12Merge pull request #56696 from AnilBK/use-init-listsRémi Verschelde
2022-01-12Use List Initializations for Vectors.Anilforextra
2022-01-11Unify panning in sub-editors and make it configurablekobewi
2022-01-10Merge pull request #55225 from bruvzg/fix_ligature_cursor_and_ot_featuresRémi Verschelde
2022-01-10Merge pull request #56665 from bruvzg/macos_export_optionsRémi Verschelde
2022-01-10Merge pull request #55456 from KoBeWi/break_all_the_thingsRémi Verschelde
2022-01-10[macOS export] Improve code signing/notarization options validation.bruvzg
2022-01-09[TextServer] Improve ligature cursor handling.bruvzg
Fix mid-grapheme hit test. Fix OpenType features property handling, add default features override option. Enable mid-grapheme cursor by default.
2022-01-08Merge pull request #56617 from AnilBK/use_fillRémi Verschelde
Use fill() to fill an entire image instead of setting pixels individually.
2022-01-08Use fill() to fill an entire image instead of setting pixels individually.Anilforextra
2022-01-08Display automatically chosen value for the internal toast editor settingHugo Locurcio
2022-01-07Rename TextureRect.expand to ignore_texture_sizekobewi
2022-01-07Merge pull request #56594 from Faless/editor/4.x_keying_signal_fixRémi Verschelde
[Editor] Fix inspector keying signals argument count.
2022-01-07Merge pull request #50864 from reduz/gen-doc-on-threadRémi Verschelde
2022-01-07Merge pull request #56321 from pycbouh/core-use-gdvirtual-everywhereRémi Verschelde
2022-01-07[Editor] Fix inspector keying signals argument count.Fabio Alessandrelli
The second parameter of the signals `EditorInspector.property_keyed` and `EditorProperty.property_keyed_with_value` can be NIL, causing the event to fire with less arguments when using `emit_signal` that accepts Variant arguments, so we use the pointer version instead.
2022-01-07Merge pull request #55352 from YeldhamDev/text_widget_undoRémi Verschelde
2022-01-07Generate editor docs on a threadreduz
* The main generation could not be moved to a thread, as it instantiates classes to get default values, interacts with ProjectSettings, etc. * Only uncompressing documentation and merging it is threaded. * Seems to improve editor load times by 0.5 seconds.
2022-01-07i18n: Sync template with current 3.x codebaseRémi Verschelde
Weblate will now track the state of `3.x` to prepare for the 3.5 release. (cherry picked from commit 02d9ac107158c8c5d95f1ecc48078d66e00c1a57)
2022-01-07i18n: Sync editor translations with Weblate (last 3.4 sync)Rémi Verschelde
Next sync will be with the `3.x` branch to prepare the 3.5 translations. (cherry picked from commit dd002197db63d0c4fd24c4ca005c83c60b3de1e8)
2022-01-07A small visual shader editor refactoringYuri Roubinsky
2022-01-07Merge pull request #56578 from KoBeWi/sibling_from_hellRémi Verschelde
2022-01-07Merge pull request #56367 from ↵Rémi Verschelde
Calinou/bakedlightmap-print-time-request-attention