summaryrefslogtreecommitdiff
path: root/editor/plugins/canvas_item_editor_plugin.cpp
AgeCommit message (Expand)Author
2017-09-26Merge pull request #11424 from groud/control_node_presetsRémi Verschelde
2017-09-252DEditor: fix duplicated 'id_pressed' connectionPoommetee Ketson
2017-09-22Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...Gilles Roudiere
2017-09-22Merge pull request #11477 from djrm/pr_visualsRémi Verschelde
2017-09-22Fixes the rulers text drawn outside the viewport_baseGilles Roudiere
2017-09-21Improved a lot of icons, and some style fixesDaniel J. Ramirez
2017-09-21Fix godot spraying errors about a null checkGilles Roudiere
2017-09-21Merge pull request #11453 from djrm/pr_visualsRémi Verschelde
2017-09-20Visual tweaks.Daniel J. Ramirez
2017-09-20Add missing NULL checks on CanvasItemEditorMarcelo Fernandez
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-09-19Merge pull request #11327 from SaracenOne/drag_meshesRémi Verschelde
2017-09-18Drag and drop for meshes directly and fix drop restriction for non-Texture ob...SaracenOne
2017-09-18Add some options and reorganize the 2D editor menus. Makes available forced s...Gilles Roudiere
2017-09-17Implement smart snapping. Fixes a bug with anchors single-axis move (when the...Gilles Roudiere
2017-09-17Avoid grid step to go below zeroGilles Roudiere
2017-09-17Use shift to move anchors on a single axisGilles Roudiere
2017-09-17Implement shortcuts to multiply/divide the grid stepGilles Roudiere
2017-09-17Fusion the lock/unlock and the group/ungroup buttonsGilles Roudiere
2017-09-17Adds keyboards shortcutsGilles Roudiere
2017-09-17Implements rulersGilles Roudiere
2017-09-17Fixes axis badly displayed with high zooming valuesGilles Roudiere
2017-09-17Split some functions to make the code more readable (maybe at the price of a ...Gilles Roudiere
2017-09-17Make the shortcuts for setting the pivot editableGilles Roudiere
2017-09-17Display draggable anchors only if the parent is not a containerGilles Roudiere
2017-09-17Display width and height when dragging a node sideGilles Roudiere
2017-09-17Draw a ghost rect when dragging nodes if it's rotated/scaledGilles Roudiere
2017-09-17Displays margins values when moving the nodeGilles Roudiere
2017-09-14adds display of old bounding box as suggested by Zephilinox in issue #10936poke1024
2017-09-14sprite selection rectangle updates again (fixes issue 10936)poke1024
2017-09-12Merge pull request #11026 from hpvb/fix-assign-in-ifRémi Verschelde
2017-09-08Remove assignment and declarations in if statementsHein-Pieter van Braam
2017-09-08Fix various assorted warningsHein-Pieter van Braam
2017-09-07Restored auto snapping of controls to pixels, fixes #10847 and probably sever...Juan Linietsky
2017-09-04Merge pull request #10907 from SaracenOne/spatial_edit_dragRémi Verschelde
2017-09-042DEditor: enhance viewport cursor shapePoommetee Ketson
2017-09-03Added support for drag and drop in spatial editor.SaracenOne
2017-09-02Fix use of unitialized variablesHein-Pieter van Braam
2017-09-01Fix signed and unsigned comparisonsHein-Pieter van Braam
2017-08-30added icon updating to most ui elementstoger5
2017-08-27Dead code tells no talesRémi Verschelde
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-27Merge pull request #10591 from Rubonnek/possible-null-ptr-dereferenceRémi Verschelde
2017-08-27Merge pull request #10625 from Rubonnek/fixed-leaksRémi Verschelde
2017-08-26Added/Fixed null pointer checksWilson E. Alvarez
2017-08-25Fixed several memory leaksWilson E. Alvarez
2017-08-24Convert Object::cast_to() to the static versionHein-Pieter van Braam
2017-08-20Merge pull request #10319 from neikeq/pr-engine-editor-hintJuan Linietsky
2017-08-19Removes editor_hint from SceneTreeIgnacio Etcheverry
2017-08-16Merge pull request #10300 from H4kor/anchorRémi Verschelde