aboutsummaryrefslogtreecommitdiff
path: root/editor (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11453 from djrm/pr_visualsRémi Verschelde2017-09-21209-1496/+292
|\
| * Visual tweaks.Daniel J. Ramirez2017-09-20209-1496/+292
* | Merge pull request #11222 from toger5/spatial_scrollingRémi Verschelde2017-09-212-50/+64
|\ \
| * | settings 'editors/3d' organized, sorted, new_defaultstoger52017-09-192-56/+56
| * | update inertia/freelook settings values + renamed free_orbit... totoger52017-09-192-13/+22
| * | added precision scrolling to spatial editor zoomtoger52017-09-191-3/+3
| * | zoom inertia uses its own setting (not the same then translation)toger52017-09-192-1/+6
* | | Merge pull request #11221 from toger5/editor_spacingRémi Verschelde2017-09-212-9/+20
|\ \ \
| * | | added editor spacingtoger52017-09-192-9/+20
| |/ /
* | | Merge pull request #11187 from SaracenOne/subscene_box_selectionRémi Verschelde2017-09-213-10/+42
|\ \ \
| * | | Box selection for MeshInstances and subscene nodes.SaracenOne2017-09-203-10/+42
* | | | Merge pull request #11446 from marcelofg55/ciep_null_checksRémi Verschelde2017-09-211-0/+6
|\ \ \ \
| * | | | Add missing NULL checks on CanvasItemEditorMarcelo Fernandez2017-09-201-0/+6
| |/ / /
* | | | Correct spelling SEPERATE -> SEPARATE to fix buildLeon Krause2017-09-211-3/+3
* | | | Fix import order, so scenes are imported after textures.Juan Linietsky2017-09-206-8/+45
|/ / /
* | | Rename pos to position in user facing methods and variablesletheed2017-09-2062-274/+274
* | | Merge pull request #11422 from poke1024/fixsourcefontsize2Rémi Verschelde2017-09-201-7/+6
|\ \ \
| * | | better script code font size rescaling on retina displayspoke10242017-09-191-7/+6
* | | | Show button name always in main toolbarvolzhs2017-09-202-19/+0
| |_|/ |/| |
* | | Merge pull request #11309 from djrm/pr_hack_fontRémi Verschelde2017-09-201-4/+4
|\ \ \
| * | | Changed Mononoki font to Hack fontDaniel J. Ramirez2017-09-171-4/+4
* | | | Merge pull request #11256 from djrm/pr_visual_improvementsRémi Verschelde2017-09-1929-64/+125
|\ \ \ \
| * | | | Improved VisualScriptEditorDaniel J. Ramirez2017-09-145-10/+41
| * | | | Fix non flat favorite iconsDaniel J. Ramirez2017-09-142-0/+2
| * | | | Match status icons colors with the theme status colors.Daniel J. Ramirez2017-09-141-30/+38
| * | | | Updated iconsDaniel J. Ramirez2017-09-1422-24/+44
| | |/ / | |/| |
* | | | Merge pull request #11310 from djrm/pr_mono_font_in_logRémi Verschelde2017-09-191-0/+6
|\ \ \ \
| * | | | Use code font in editor logDaniel J. Ramirez2017-09-151-0/+6
* | | | | 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 #11378 from Faless/ipv6_no_linklocalRémi Verschelde2017-09-191-3/+4
|\ \ \ \ \
| * | | | | Do not allow link-local addresses to be used by editor debuggerFabio Alessandrelli2017-09-181-3/+4
* | | | | | Merge pull request #11396 from djrm/pr_fix_metricsRémi Verschelde2017-09-196-19/+23
|\ \ \ \ \ \
| * | | | | | Fixed a lot of HiDPI metrics.Daniel J. Ramirez2017-09-186-19/+23
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #10437 from groud/2d_editor_enhancementsRémi Verschelde2017-09-196-518/+1181
|\ \ \ \ \ \
| * | | | | | Add some options and reorganize the 2D editor menus. Makes available forced s...Gilles Roudiere2017-09-185-94/+379
| * | | | | | 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-173-58/+203
| * | | | | | 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