aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix possible infinite loop with bucket fill toolMarcelo Fernandez2017-09-231-0/+4
* -Fixed redraw always on 3D viewprot bugJuan Linietsky2017-09-231-15/+21
* Ability to convert from SpatialMaterial to ShaderMaterialJuan Linietsky2017-09-222-1/+51
* 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
* | Merge pull request #11222 from toger5/spatial_scrollingRémi Verschelde2017-09-211-26/+28
|\ \
| * | settings 'editors/3d' organized, sorted, new_defaultstoger52017-09-191-23/+23
| * | update inertia/freelook settings values + renamed free_orbit... totoger52017-09-191-4/+4
| * | added precision scrolling to spatial editor zoomtoger52017-09-191-3/+3
| * | zoom inertia uses its own setting (not the same then translation)toger52017-09-191-1/+3
* | | Merge pull request #11187 from SaracenOne/subscene_box_selectionRémi Verschelde2017-09-211-5/+10
|\ \ \
| * | | Box selection for MeshInstances and subscene nodes.SaracenOne2017-09-201-5/+10
* | | | Add missing NULL checks on CanvasItemEditorMarcelo Fernandez2017-09-201-0/+6
|/ / /
* | / Rename pos to position in user facing methods and variablesletheed2017-09-2013-97/+97
| |/ |/|
* | Merge pull request #11327 from SaracenOne/drag_meshesRémi Verschelde2017-09-192-12/+59
|\ \
| * | Drag and drop for meshes directly and fix drop restriction for non-Texture ob...SaracenOne2017-09-182-12/+59
* | | Merge pull request #11396 from djrm/pr_fix_metricsRémi Verschelde2017-09-191-2/+0
|\ \ \
| * | | Fixed a lot of HiDPI metrics.Daniel J. Ramirez2017-09-181-2/+0
| | |/ | |/|
* | | Add some options and reorganize the 2D editor menus. Makes available forced s...Gilles Roudiere2017-09-183-85/+195
* | | Implement smart snapping. Fixes a bug with anchors single-axis move (when the...Gilles Roudiere2017-09-172-109/+189
* | | 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-172-23/+45
* | | Fusion the lock/unlock and the group/ungroup buttonsGilles Roudiere2017-09-171-0/+31
* | | Adds keyboards shortcutsGilles Roudiere2017-09-171-4/+4
* | | Implements rulersGilles Roudiere2017-09-172-58/+200
* | | Fixes axis badly displayed with high zooming valuesGilles Roudiere2017-09-171-2/+3
* | | Split some functions to make the code more readable (maybe at the price of a ...Gilles Roudiere2017-09-172-135/+137
* | | Make the shortcuts for setting the pivot editableGilles Roudiere2017-09-172-7/+12
* | | Display draggable anchors only if the parent is not a containerGilles Roudiere2017-09-172-117/+103
* | | Display width and height when dragging a node sideGilles Roudiere2017-09-171-1/+5
* | | Draw a ghost rect when dragging nodes if it's rotated/scaledGilles Roudiere2017-09-171-0/+18
* | | Displays margins values when moving the nodeGilles Roudiere2017-09-172-23/+91
|/ /
* | Merge pull request #11251 from toger5/q_e_fix_freelookRémi Verschelde2017-09-171-2/+2
|\ \
| * | swapped up down shortcut for freelook (to fit unreal)toger52017-09-141-2/+2
* | | Merge pull request #11356 from Paulb23/text_editor_theme_crashRémi Verschelde2017-09-171-1/+2
|\ \ \
| * | | Fixed segfault on loading text editor themePaulb232017-09-171-1/+2
* | | | Adds missing shortcuts to TileEditor. Keeps fill-tool selected after useJakob Schwab2017-09-172-5/+34
* | | | Merge pull request #11274 from Rubonnek/keep-argument-names-consistentRémi Verschelde2017-09-173-5/+5
|\ \ \ \
| * | | | Renamed function arguments to keep them consistent between declaration and im...Wilson E. Alvarez2017-09-143-5/+5
| | |_|/ | |/| |
* | | | Merge pull request #11196 from poke1024/canvas-old-rectRémi Verschelde2017-09-172-0/+24
|\ \ \ \ | |_|/ / |/| | |
| * | | adds display of old bounding box as suggested by Zephilinox in issue #10936poke10242017-09-142-0/+24
| |/ /
* | | Merge pull request #11282 from djrm/pr_script_editor_auto_themePoommetee Ketson2017-09-172-62/+179
|\ \ \
| * | | Added adaptive text editor theme, this includes the shader editorDaniel J. Ramirez2017-09-152-62/+179
| |/ /
* | | Merge pull request #11338 from marcelofg55/clang_compilefixPoommetee Ketson2017-09-171-4/+4
|\ \ \
| * | | Compile fix for clang error on spatial_editor_plugin.cppMarcelo Fernandez2017-09-161-4/+4