summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2022-01-16Merge pull request #53546 from Paulb23/breakpoint-listRémi Verschelde
2022-01-16Merge pull request #56832 from Chaosus/fix_themingYuri Roubinsky
2022-01-16Fix theming update in several editor classesYuri Roubinsky
2022-01-16Merge pull request #56309 from Calinou/remove-pvrtc-supportRémi Verschelde
2022-01-15Add global breakpoint listPaulb23
2022-01-15Fix AtlasTexture nestingkleonc
2022-01-14Merge pull request #56706 from KoBeWi/we_need_to_go_higherRémi Verschelde
2022-01-14Merge pull request #56457 from gerhean/focus_file_text_after_popupRémi Verschelde
2022-01-14Remove support for PVRTC texture encoding and decodingHugo Locurcio
On the only platform where PVRTC is supported (iOS), ETC2 generally supersedes PVRTC in every possible way. The increased memory usage is not really a problem thanks to modern iOS' devices processing power being higher than its Android counterparts.
2022-01-14Merge pull request #56249 from PucklaMotzer09/physics_layer_tooltipRémi Verschelde
2022-01-14Merge pull request #55541 from KoBeWi/outcognito_scriptsRémi Verschelde
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-13Add tooltips to all tile data editor propertiesPucklaMotzer09
2022-01-13Merge pull request #55569 from KoBeWi/expand_all_was_a_mistakeRémi Verschelde
2022-01-13Make script type distinguishable by iconkobewi
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-12Automatically go up if current dir was deletedkobewi
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-12Create function focus_file_textGer Hean
This function focuses the text field when saving a file It is called when the save file dialogue is opened
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.