summaryrefslogtreecommitdiff
path: root/editor/plugins/canvas_item_editor_plugin.cpp
AgeCommit message (Expand)Author
2017-08-20Merge pull request #10319 from neikeq/pr-engine-editor-hintJuan Linietsky
2017-08-19Removes editor_hint from SceneTreeIgnacio Etcheverry
2017-08-16Merge pull request #10300 from H4kor/anchorRémi Verschelde
2017-08-16Merge pull request #10307 from Rubonnek/update-argument-namesRémi Verschelde
2017-08-15Changed anchor constants to enum, removed ANCHOR_CENTER, fixes #9889Juan Linietsky
2017-08-13Avoids inverted anchorsGilles Roudiere
2017-08-13Adds a function to set Anchors with a layout presetGilles Roudiere
2017-08-13Added the possibility to move all anchors at once when they are clusteredGilles Roudiere
2017-08-13Make anchors snap to each otherGilles Roudiere
2017-08-13Displays percentages when dragging anchorsGilles Roudiere
2017-08-13Simplifies the canvas editor codeGilles Roudiere
2017-08-13Add lines to make understandable when anchors are snappedGilles Roudiere
2017-08-13Snap anchors when dragged, depending on the zoom levelGilles Roudiere
2017-08-13Make anchors draggableGilles Roudiere
2017-08-13Add anchor visualizationGilles Roudiere
2017-08-13Replace GUI anchor type by a float between 0 and 1Gilles Roudiere
2017-08-13Showing anchor icon in editor if control-node is hidden (fixes #9542)Niko Abeler
2017-08-12Updated function argument namesWilson E. Alvarez
2017-08-10Improved add texture as node dialogDaniel J. Ramirez
2017-08-08Clean up canvas item when changing state, closes #5977Juan Linietsky
2017-08-08Attempt to resolve #4673Juan Linietsky
2017-08-07Makes all Godot API's methods Lower CaseIndah Sylvia
2017-07-25Change the grid offset when the snap is set as relativeGilles Roudiere
2017-07-20Make uniform resize possible with side (top, left, right, bottom)Gilles Roudiere
2017-07-20Replaced the hard-to-understand _select by _select_click_on_empty_area and _s...Gilles Roudiere
2017-07-20Generalized _find_canvas_items_at_pos to remove _select_canvas_items_at_posGilles Roudiere
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky
2017-07-18Fixed button flat behavior when not in normal state.Daniel J. Ramirez
2017-07-17-Reorganized all properties of project settings (Sorry, Again).Juan Linietsky
2017-07-17Merge pull request #9577 from MarianoGnu/masterRémi Verschelde
2017-07-16focus box size fix for new themetoger5
2017-07-14Add anchor shortcut to fit parentMariano Suligoy
2017-07-08Fix wrong cast to Node2D instead of ControlRémi Verschelde
2017-07-06Ability to set rotation and scaling pivot for controls.Juan Linietsky
2017-06-24Update some property names for animation keys.Nuno Donato
2017-06-20Merge pull request #8407 from Jylhis/popup_item_select_hideThomas Herzog
2017-06-08Add settings to pan canvas editor with scrollingSean Bohan
2017-06-04renamed all Rect2.pos to Rect2.positionalexholly
2017-06-03InputEvent: Renamed "pos" property to "position"Andreas Haas
2017-05-23Fix crash when interacting with the 2d editorGeorge Marques
2017-05-20Removal of InputEvent as built-in Variant type..Juan Linietsky
2017-05-20Merge pull request #8631 from volzhs/editor-theme-customRémi Verschelde
2017-05-09New customizable editor themevolzhs
2017-05-07Implemented scrolling factor for smooth trackpad scrollingtoger5
2017-05-03Revert "Add new editor and default theme (WIP)"volzhs
2017-04-27Add new editor and default theme (WIP)Daniel J. Ramirez
2017-04-14Fix #7262Jylhis
2017-04-10Merge pull request #8342 from volzhs/error-signal-dndRémi Verschelde
2017-04-10Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei
2017-04-10Fix signal error when starting editorvolzhs