aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/canvas_item_editor_plugin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix 2D editor checkboxes with a new projectGilles Roudiere2017-12-261-1/+1
|
* Merge pull request #14913 from poke1024/tooltip-shortcut-namesRémi Verschelde2017-12-211-1/+1
|\ | | | | Consistent display of shortcut names in tooltips
| * Consistent display of shortcut names in tooltipspoke10242017-12-211-1/+1
| |
* | Fix blurry after zoomingvolzhs2017-12-211-2/+2
|/
* Fixed #14503Dmitry Koteroff2017-12-111-0/+1
|
* Fix get_edited_scene_root error at starting editorvolzhs2017-12-101-1/+1
|
* Merge pull request #14448 from groud/fix_checkboxes_updateRémi Verschelde2017-12-091-0/+3
|\ | | | | Fixes the checkboxes update in canvas item editor
| * Fixes the checkboxes updateGilles Roudiere2017-12-091-0/+3
| |
* | Merge pull request #13166 from Krakean/change_addrootifnone_v2Rémi Verschelde2017-12-091-23/+34
|\ \ | | | | | | When drag'n'drop, automatically create dragged resource as a root node if you haven't any yet (v2)
| * | When drag'n'drop (lets say, picture in 2D mode), automatically create ↵Dmitry Koteroff2017-11-221-23/+34
| | | | | | | | | | | | dragged resource as a root node if you haven't any yet.
* | | Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-2/+2
| |/ |/|
* | Moves the guides colors to editor settingsGilles Roudiere2017-12-051-1/+1
| |
* | Fix a little mistake in a setting name (rulers->guides)Gilles Roudiere2017-12-051-1/+1
| |
* | Merge pull request #13959 from groud/editable_rulers_colorsRémi Verschelde2017-12-051-1/+1
|\ \ | | | | | | Makes editable the guides color
| * | Makes editable the rulers colorGilles Roudiere2017-12-031-1/+1
| | |
* | | Make rulers on by defaultGilles Roudiere2017-12-041-1/+1
|/ /
* / Universalize draw-over API for EditorPluginsPedro J. Estébanez2017-11-241-1/+6
|/ | | | | | | | | - Now it is usable from both `CanvasItem` and `Spatial` editors. - `EditorPlugin` API changes: - `forward_draw_over_canvas()` becomes `forward_draw_over_viewport()`. - `update_canvas()` becomes `update_overlays()`, which now triggers the update of every overlay on top of any 2D or 3D viewports present. Also now it returns the number of such viewports, which is useful whenever you need to know the number of draw-over calls you'll get. - New: `[set/is]_force_draw_over_forwarding_enabled()` to force overlaying regardless it handles the current object type, in a similar fashion as `[set/is]_input_event_forwarding_always_enabled`. This kind of overlay is also on top of those for regular handled node types. - New: `forward_force_draw_over_canvas()`, which is the callback that gets called for plugins that enable forced overlaying.
* 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.
| * 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 2D editor guides
| * 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.
| * 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 Viewport
| * | 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
|\ \ \ | | | | | | | | Replaces (and extends) the anchor menu to a Layout one
| * | | 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_process
| * | 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 center
| * | | 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 ↵Poommetee Ketson2017-09-301-4/+4
|\ \ \ | | | | | | | | | | | | | | | | ISylvox/EnhanceExperience-onUsing-DragNDropAssetTo2DViewport Rename Patch9Rect into NinePatchRect on "Drag & Drop Asset to 2D Viewport" Feature
| * | | Renamed Patch9Rect (which was expected to be renamed to NinePacthRect) into ↵Indah Sylvia2017-09-301-4/+4
| |/ / | | | | | | | | | NinePatchRect on "drag & drop asset to 2D viewport" feature.
* / / 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
|\ \ | | | | | | Implements set_margins_preset(...)
| * | Remove set_area_as_parent_rect and replace it by ↵Gilles Roudiere2017-09-221-7/+7
| | | | | | | | | | | | set_anchors_and_margins_preset(PRESET_WIDE)