aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/canvas_item_editor_plugin.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Native pan and zoom for macOSBernhard Liebl2017-11-211-0/+16
* Add simple spacebar panning setting for 2D editorRicardo Maes2017-11-201-1/+11
* Rework the canvas_item API for further improves to the canvas item editorGilles Roudiere2017-11-191-51/+51
* Merge pull request #12855 from Hinsbart/remove_previewRémi Verschelde2017-11-121-3/+10
|\
| * Remove preview when closing "change default type" dialog.Andreas Haas2017-11-121-3/+10
* | Fixed theme update and some widgets.Daniel J. Ramirez2017-11-111-8/+2
|/
* Unify degree members and propertiesletheed2017-11-101-3/+3
* Fix compilation on Visual Studio 2013 again.scorched2017-11-011-3/+3
* Merge pull request #12363 from groud/implement_guidesRémi Verschelde2017-10-301-39/+300
|\
| * Implement guidesGilles Roudiere2017-10-241-39/+300
* | Fixes keybord directionnal keys not moving nodes in the 2D editorGilles Roudiere2017-10-291-26/+26
* | Finished transition of Patch9Rect to NinePatchRectIndah Sylvia2017-10-241-1/+1
|/
* Merge pull request #11401 from SaracenOne/snapped_dragRémi Verschelde2017-10-221-3/+0
|\
| * Added snapping to spatial drag and drop.SaracenOne2017-09-201-3/+0
* | Fix compilation on Visual Studio 2013 (#10219).scorched2017-10-201-2/+2
* | Fixes snapping and replaces the _draw_canvas by forward_canvas_drawGilles Roudiere2017-10-181-18/+25
* | Added and improved some missing icons, plus some other visual fixes.Daniel J. Ramirez2017-10-131-0/+1
* | Added and improved some icons, plus some other minor visual fixes.Daniel J. Ramirez2017-10-121-9/+6
* | Merge pull request #11846 from gabrielformiga/fix-ik-bone-dragRémi Verschelde2017-10-091-1/+1
|\ \
| * | Fix IK Bone Drag on ViewportGabriel2017-10-041-1/+1
* | | Merge pull request #11821 from groud/margins_preset_menuRémi Verschelde2017-10-091-105/+158
|\ \ \
| * | | Extends the anchors menu to a presetsGilles Roudiere2017-10-051-105/+158
| |/ /
* / / Fixes the pre drag rect not drawn correctlyGilles Roudiere2017-10-031-5/+9
|/ /
* | Merge pull request #11659 from AndreaCatania/prephysicsAndreas Haas2017-10-021-3/+3
|\ \
| * | Renamed fixed_process to physics_processAndreaCatania2017-09-301-3/+3
* | | Merge pull request #11743 from groud/zoom_button_fixPoommetee Ketson2017-10-021-44/+21
|\ \ \
| * | | Fix zoom button not zooming on the screen centerGilles Roudiere2017-10-011-44/+21
* | | | Fix bones draw on viewportGabriel2017-10-011-0/+1
|/ / /
* | | Merge pull request #11720 from ISylvox/EnhanceExperience-onUsing-DragNDropAss...Poommetee Ketson2017-09-301-4/+4
|\ \ \
| * | | Renamed Patch9Rect (which was expected to be renamed to NinePacthRect) into N...Indah Sylvia2017-09-301-4/+4
| |/ /
* / / Fixes node2D not lockable/groupableGilles Roudiere2017-09-301-2/+2
|/ /
* | Merge pull request #11424 from groud/control_node_presetsRémi Verschelde2017-09-261-7/+7
|\ \
| * | Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...Gilles Roudiere2017-09-221-7/+7
* | | 2DEditor: fix duplicated 'id_pressed' connectionPoommetee Ketson2017-09-251-2/+0
* | | Merge pull request #11477 from djrm/pr_visualsRémi Verschelde2017-09-221-2/+2
|\ \ \ | |/ / |/| |
| * | Improved a lot of icons, and some style fixesDaniel J. Ramirez2017-09-211-2/+2
* | | Fixes the rulers text drawn outside the viewport_baseGilles Roudiere2017-09-221-0/+1
* | | Fix godot spraying errors about a null checkGilles Roudiere2017-09-211-1/+2
|/ /
* | Merge pull request #11453 from djrm/pr_visualsRémi Verschelde2017-09-211-5/+9
|\ \
| * | Visual tweaks.Daniel J. Ramirez2017-09-201-5/+9
| |/
* | Add missing NULL checks on CanvasItemEditorMarcelo Fernandez2017-09-201-0/+6
* | Rename pos to position in user facing methods and variablesletheed2017-09-201-5/+5
|/
* Merge pull request #11327 from SaracenOne/drag_meshesRémi Verschelde2017-09-191-0/+14
|\
| * Drag and drop for meshes directly and fix drop restriction for non-Texture ob...SaracenOne2017-09-181-0/+14
* | Add some options and reorganize the 2D editor menus. Makes available forced s...Gilles Roudiere2017-09-181-79/+174
* | Implement smart snapping. Fixes a bug with anchors single-axis move (when the...Gilles Roudiere2017-09-171-103/+171
* | Avoid grid step to go below zeroGilles Roudiere2017-09-171-2/+2
* | Use shift to move anchors on a single axisGilles Roudiere2017-09-171-26/+42
* | Implement shortcuts to multiply/divide the grid stepGilles Roudiere2017-09-171-23/+42
* | Fusion the lock/unlock and the group/ungroup buttonsGilles Roudiere2017-09-171-0/+31