summaryrefslogtreecommitdiff
path: root/editor/plugins/canvas_item_editor_plugin.cpp
AgeCommit message (Expand)Author
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
2019-10-08Remove Show Ruler shortcut (fixes #32639)Pedro Ciambra
2019-10-07Increase grid size limitGilles Roudière
2019-10-06Add angle to ruler toolOsama El Hariri
2019-10-04Fixed warnings text using custom font and color setting.Hanif Bin Ariffin
2019-09-29Add checks after ResourceLoader::load()lupoDharkael
2019-09-25Merge pull request #32341 from KoBeWi/be_goneRémi Verschelde
2019-09-25Replace "GuiMiniTabMenu" with "GuiTabMenu" and tweak itMichael Alexsander Silva Dias
2019-09-25Clean snapping lines after resizeTomasz Chabora
2019-09-25Merge pull request #32119 from Calinou/unify-axis-colorsRémi Verschelde
2019-09-20Initialize snap_target and make sure it disappearsTomasz Chabora
2019-09-17Display the current zoom percentage in the 2D editorHugo Locurcio
2019-09-13Use the same axis colors consistently in the 2D and 3D editorsHugo Locurcio
2019-09-02Add icon for the ruler toolMichael Alexsander Silva Dias
2019-09-01Add 2D ruler toolTomasz Chabora
2019-08-26Merge pull request #31585 from 2shady4u/removeguidesRémi Verschelde
2019-08-24Added button/shortcut for removing all guidesshaderbeast
2019-08-22Merge pull request #31545 from groud/add_smart_snapping_displayRémi Verschelde
2019-08-21Displays smart snapping guides when snappedGilles Roudière
2019-08-21Edit TileMap only with TOOL_SELECTTomasz Chabora
2019-08-15Add an outline to box selection rectangles for better visibilityHugo Locurcio
2019-08-13Reorganize various menus for consistency and concisenessHugo Locurcio
2019-07-30Merge pull request #30938 from nobuyukinyuu/2d-editor-zoom-p1Rémi Verschelde
2019-07-29Changes default coarse 2d zoom level from 1.5 to sqrt(2).nobuyuki_nyuu