summaryrefslogtreecommitdiff
path: root/scene/gui/control.cpp
AgeCommit message (Expand)Author
2018-02-19Merge pull request #16566 from groud/gui_input_reworkRémi Verschelde
2018-02-18Force controls to save rect_clip_content since they do not all default to false.isaacremnant
2018-02-162D editor GUI input rework. Changes are:Gilles Roudiere
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-13Fix get_parent_range to return 0 when there is no parentRuslan Mustakov
2018-01-13Small fix for Control bindingsletheed
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-11Fixes nodes being resized or moved when changing an anchorGilles Roudiere
2018-01-05Fix theme inheritanceFabio Alessandrelli
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-17Fix Clip Content property is not savedvolzhs
2017-12-10fix certain popup close clicks with popup buttonsBernhard Liebl
2017-11-19Rework the canvas_item API for further improves to the canvas item editorGilles Roudiere
2017-11-16Add manual overrides for focus_next and focus_previous on controls similar to...Saracen
2017-11-10Unify degree members and propertiesletheed
2017-11-10Remove deprecated rotation methodsletheed
2017-10-22Bind unbound enums, rearrange some by valuePoommetee Ketson
2017-09-27Fixes set_anchors_and_margins_preset()Gilles Roudiere
2017-09-22Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...Gilles Roudiere
2017-09-22Implements set_margins_preset(...)Gilles Roudiere
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-09-14also loop for classes if there is no coustom theme fixes #11250toger5
2017-09-08Fix serveral recent new clang-format errorsHein-Pieter van Braam
2017-09-07Restored auto snapping of controls to pixels, fixes #10847 and probably sever...Juan Linietsky
2017-08-29DocData and type hints fixesIgnacio Etcheverry
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-24Convert Object::cast_to() to the static versionHein-Pieter van Braam
2017-08-22Removed unnecessary returns and break statementsWilson E. Alvarez
2017-08-21Merge pull request #10351 from neikeq/enums-are-for-the-weakJuan Linietsky
2017-08-20ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry
2017-08-20Merge pull request #10319 from neikeq/pr-engine-editor-hintJuan Linietsky
2017-08-19Removes editor_hint from SceneTreeIgnacio Etcheverry
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-13Handle undo/redo of anchor positioningGilles Roudiere
2017-08-13Add anchor visualizationGilles Roudiere
2017-08-13Replace GUI anchor type by a float between 0 and 1Gilles Roudiere
2017-08-10Removes type information from method bindsIgnacio Etcheverry
2017-08-10Adds missing type information to virtual method bindsIgnacio Etcheverry
2017-08-07Makes all Godot API's methods Lower CaseIndah Sylvia
2017-07-31Fix property type expose of Control.stretch_ratio.Geequlim
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky
2017-07-19Add object type hint for docsPoommetee Ketson
2017-07-13Control: save SIZE_FILL size flag propertyPoommetee Ketson
2017-07-08removed floor so that global pos works with scalealexholly
2017-07-06More fill modes for containers, closes #9504Juan Linietsky
2017-07-06Ability to set rotation and scaling pivot for controls.Juan Linietsky
2017-07-06-Ability for controls to grow the left/top when anchored. This makes anchorin...Juan Linietsky