summaryrefslogtreecommitdiff
path: root/editor/plugins/canvas_item_editor_plugin.cpp
AgeCommit message (Expand)Author
2020-01-24Fix wrong guideline values shown during draggingTan Wang Leng
2020-01-22Use an icon in the top Animation Key menuWilliam Tumeo
2020-01-20Merge pull request #35351 from ericrybick/32342-Resize-snapping-lines-bugRémi Verschelde
2020-01-20Fix editor drawing snapping lines for wrong edge/corner when resizing element...Eric Rybicki
2020-01-18Clamp the editor scale to 1 when resetting zoom in the 2D editorHugo Locurcio
2020-01-16Merge pull request #34879 from Phischermen/canvas-item-editor-local-space-modeRémi Verschelde
2020-01-14Fix issue regarding rotationPhischermen
2020-01-13Fix more instances of overlapping scrollbarsMichael Alexsander
2020-01-13Clamp the editor scale to 1 for 2D zoom operationsHugo Locurcio
2020-01-08Merge pull request #34802 from xelivous/power-of-two-is-goodRémi Verschelde
2020-01-04Take the editor scale into account for 2D zoom operationsHugo Locurcio
2020-01-03Change the 2D editor's snap to 8x8 by defaultxelivous
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-12-19Fix error log when selecting child of Containersvolzhs
2019-12-16Makes more strings in editor translatableHaoyu Qiu
2019-12-11Fix for #34186: "Center Selection" in 2D editor introduces graphic bias.Hannah Crawford
2019-12-10Merge pull request #34040 from qarmin/unused_variable_more_precise_numbersRémi Verschelde
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
2019-12-06clear_meta when clearing guides with the rulerHaoyu Qiu
2019-12-05changed set_meta to remove_meta in CLEAR_GUIDES menu optionsimpuid
2019-12-05Fixes crash when clearing guides in empty sceneHaoyu Qiu
2019-11-27Fix box selection being cancelled immediatelyTomasz Chabora
2019-11-20Merge pull request #33583 from qarmin/fix_overflows_unitializedRémi Verschelde
2019-11-20Fix some overflows and unitialized variablesRafał Mikrut
2019-11-19Cancel drag when selection changesTomasz Chabora
2019-11-19Merge pull request #33700 from nekomatata/sprite-add-label-overlapRémi Verschelde
2019-11-18Consider locked moving objects when updating viewportTomasz Chabora
2019-11-18Fixed "Add Sprite..." label overlapping with zoom controlsPouleyKetchoupp
2019-11-11Minor adjustment in the "Game Camera Override" button's tooltip.Michael Alexsander
2019-11-10Merge pull request #33516 from qarmin/small_fixesRémi Verschelde
2019-11-10Memory leak and crash fixesRafał Mikrut
2019-11-08Fix some small text mistakesTomasz Chabora
2019-11-08Merge pull request #27742 from rxlecky/camera-replicationRémi Verschelde
2019-11-05Merge pull request #33361 from codecustard/masterRémi Verschelde
2019-11-05Fixes improper undo state for pivot settingcodecustard
2019-11-04Allow zooming while panningTomasz Chabora
2019-11-02Merge pull request #33182 from MCrafterzz/scaleSnapRémi Verschelde
2019-11-02Added snapping for scaling in 2D editorMCrafterzz
2019-10-30Improve the primary line setting display in the Configure Snap dialogHugo Locurcio
2019-10-30Merge pull request #32934 from ajweeks/fix-scale-originRémi Verschelde
2019-10-29Add primary grid lines to the 2D editorHugo Locurcio
2019-10-25Merge pull request #33048 from KoBeWi/smarts_vs_gridsRémi Verschelde
2019-10-24Make Ruler Tool depend on grid snap onlyTomasz Chabora
2019-10-25Fix ruler origin is moving with zoomvolzhs
2019-10-23Implement game camera overrideErik
2019-10-22Fix canvas scale gizmo placementAJ Weeks
2019-10-19Add arcs to indicate angle being measured by rulerAJ Weeks
2019-10-14Small fixes to redundand code, copy paste bugsqarmin
2019-10-10Move grid snapping to an independent buttonGilles Roudière