index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
J08nY
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
plugins
/
canvas_item_editor_plugin.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add "Show Origin" and "Show Viewport" options to 2D Editor Viewport
Blazej Floch
2018-03-28
1
-17
/
+57
*
Add a function to remove controls from containers
George Marques
2018-02-19
1
-0
/
+5
*
Capitalized "View" menu options.
Michael Alexsander Silva Dias
2018-02-19
1
-3
/
+3
*
Rotate Control node with respecting pivot offset
volzhs
2018-01-24
1
-2
/
+2
*
Fix typos in code and docs with codespell
Rémi Verschelde
2018-01-18
1
-2
/
+2
*
Changes the keep_margin parameter to true by default, so that people are not ...
Gilles Roudiere
2018-01-15
1
-12
/
+12
*
- Fixes #15470 "Crash on drag and drop scene file on empty scene"
Blazej Floch
2018-01-09
1
-39
/
+69
*
Fix crash due to stale refs to node selection lists
Bernhard Liebl
2018-01-07
1
-18
/
+18
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Fix get_edited_scene_root error at starting editor
volzhs
2018-01-05
1
-1
/
+2
*
Merge pull request #15191 from Jerome67000/z_renaming
Rémi Verschelde
2018-01-04
1
-1
/
+1
|
\
|
*
#15078 renamed "z" -> "z_index" property in Node2D
Jerome67000
2018-01-03
1
-1
/
+1
*
|
Merge pull request #15225 from volzhs/lock-group-invisible-node
Rémi Verschelde
2018-01-03
1
-4
/
+4
|
\
\
|
*
|
Fix lock or group with invisible node
volzhs
2018-01-01
1
-4
/
+4
|
|
/
*
|
Merge pull request #15093 from poke1024/canvas-editor-select
Rémi Verschelde
2018-01-03
1
-2
/
+6
|
\
\
|
*
|
More exact picking for canvas editor
Bernhard Liebl
2017-12-27
1
-2
/
+6
*
|
|
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
|
|
/
|
/
|
*
|
Fix 2D editor checkboxes with a new project
Gilles Roudiere
2017-12-26
1
-1
/
+1
|
/
*
Merge pull request #14913 from poke1024/tooltip-shortcut-names
Rémi Verschelde
2017-12-21
1
-1
/
+1
|
\
|
*
Consistent display of shortcut names in tooltips
poke1024
2017-12-21
1
-1
/
+1
*
|
Fix blurry after zooming
volzhs
2017-12-21
1
-2
/
+2
|
/
*
Fixed #14503
Dmitry Koteroff
2017-12-11
1
-0
/
+1
*
Fix get_edited_scene_root error at starting editor
volzhs
2017-12-10
1
-1
/
+1
*
Merge pull request #14448 from groud/fix_checkboxes_update
Rémi Verschelde
2017-12-09
1
-0
/
+3
|
\
|
*
Fixes the checkboxes update
Gilles Roudiere
2017-12-09
1
-0
/
+3
*
|
Merge pull request #13166 from Krakean/change_addrootifnone_v2
Rémi Verschelde
2017-12-09
1
-23
/
+34
|
\
\
|
*
|
When drag'n'drop (lets say, picture in 2D mode), automatically create dragged...
Dmitry Koteroff
2017-11-22
1
-23
/
+34
*
|
|
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-12-07
1
-2
/
+2
|
|
/
|
/
|
*
|
Moves the guides colors to editor settings
Gilles Roudiere
2017-12-05
1
-1
/
+1
*
|
Fix a little mistake in a setting name (rulers->guides)
Gilles Roudiere
2017-12-05
1
-1
/
+1
*
|
Merge pull request #13959 from groud/editable_rulers_colors
Rémi Verschelde
2017-12-05
1
-1
/
+1
|
\
\
|
*
|
Makes editable the rulers color
Gilles Roudiere
2017-12-03
1
-1
/
+1
*
|
|
Make rulers on by default
Gilles Roudiere
2017-12-04
1
-1
/
+1
|
/
/
*
/
Universalize draw-over API for EditorPlugins
Pedro J. Estébanez
2017-11-24
1
-1
/
+6
|
/
*
Native pan and zoom for macOS
Bernhard Liebl
2017-11-21
1
-0
/
+16
*
Add simple spacebar panning setting for 2D editor
Ricardo Maes
2017-11-20
1
-1
/
+11
*
Rework the canvas_item API for further improves to the canvas item editor
Gilles Roudiere
2017-11-19
1
-51
/
+51
*
Merge pull request #12855 from Hinsbart/remove_preview
Rémi Verschelde
2017-11-12
1
-3
/
+10
|
\
|
*
Remove preview when closing "change default type" dialog.
Andreas Haas
2017-11-12
1
-3
/
+10
*
|
Fixed theme update and some widgets.
Daniel J. Ramirez
2017-11-11
1
-8
/
+2
|
/
*
Unify degree members and properties
letheed
2017-11-10
1
-3
/
+3
*
Fix compilation on Visual Studio 2013 again.
scorched
2017-11-01
1
-3
/
+3
*
Merge pull request #12363 from groud/implement_guides
Rémi Verschelde
2017-10-30
1
-39
/
+300
|
\
|
*
Implement guides
Gilles Roudiere
2017-10-24
1
-39
/
+300
*
|
Fixes keybord directionnal keys not moving nodes in the 2D editor
Gilles Roudiere
2017-10-29
1
-26
/
+26
*
|
Finished transition of Patch9Rect to NinePatchRect
Indah Sylvia
2017-10-24
1
-1
/
+1
|
/
*
Merge pull request #11401 from SaracenOne/snapped_drag
Rémi Verschelde
2017-10-22
1
-3
/
+0
|
\
|
*
Added snapping to spatial drag and drop.
SaracenOne
2017-09-20
1
-3
/
+0
*
|
Fix compilation on Visual Studio 2013 (#10219).
scorched
2017-10-20
1
-2
/
+2
*
|
Fixes snapping and replaces the _draw_canvas by forward_canvas_draw
Gilles Roudiere
2017-10-18
1
-18
/
+25
[next]