aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/control.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix #16069, #19292, #19267 and #18940Guilherme Felipe2018-06-061-4/+3
* -Ability to open resources in the same windowJuan Linietsky2018-05-171-0/+1
* -New inspector.Juan Linietsky2018-05-151-17/+41
* Merge pull request #17502 from groud/2Deditor_rectJuan Linietsky2018-04-131-0/+8
|\
| * Remove the selection rect for nodes that do not require itGilles Roudiere2018-04-031-0/+8
* | Merge pull request #17081 from endragor/no-press-when-scrollRémi Verschelde2018-04-101-0/+2
|\ \
| * | Make BaseButton not emit press when container is scrolledRuslan Mustakov2018-04-091-0/+2
| |/
* | Merge pull request #16574 from isaacremnant/better_grow_directionJuan Linietsky2018-04-081-14/+17
|\ \ | |/ |/|
| * Implements #16546 by adding GROW_DIRECTION_BOTH which allows a control to gro...isaacremnant2018-02-121-14/+17
* | Merge pull request #16566 from groud/gui_input_reworkRémi Verschelde2018-02-191-23/+25
|\ \
| * | 2D editor GUI input rework. Changes are:Gilles Roudiere2018-02-161-23/+25
| |/
* / Force controls to save rect_clip_content since they do not all default to false.isaacremnant2018-02-181-1/+1
|/
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-1/+1
* Fix get_parent_range to return 0 when there is no parentRuslan Mustakov2018-01-131-2/+2
* Small fix for Control bindingsletheed2018-01-131-1/+2
* Bind many more properties to scriptsBojidar Marinov2018-01-121-0/+3
* Fixes nodes being resized or moved when changing an anchorGilles Roudiere2018-01-111-5/+13
* Fix theme inheritanceFabio Alessandrelli2018-01-051-2/+3
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Fix Clip Content property is not savedvolzhs2017-12-171-1/+1
* fix certain popup close clicks with popup buttonsBernhard Liebl2017-12-101-0/+11
* Rework the canvas_item API for further improves to the canvas item editorGilles Roudiere2017-11-191-36/+70
* Add manual overrides for focus_next and focus_previous on controls similar to...Saracen2017-11-161-1/+67
* Unify degree members and propertiesletheed2017-11-101-5/+5
* Remove deprecated rotation methodsletheed2017-11-101-14/+0
* Bind unbound enums, rearrange some by valuePoommetee Ketson2017-10-221-2/+2
* Fixes set_anchors_and_margins_preset()Gilles Roudiere2017-09-271-35/+65
* Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...Gilles Roudiere2017-09-221-15/+0
* Implements set_margins_preset(...)Gilles Roudiere2017-09-221-1/+112
* Rename pos to position in user facing methods and variablesletheed2017-09-201-12/+12
* also loop for classes if there is no coustom theme fixes #11250toger52017-09-141-2/+10
* Fix serveral recent new clang-format errorsHein-Pieter van Braam2017-09-081-1/+1
* Restored auto snapping of controls to pixels, fixes #10847 and probably sever...Juan Linietsky2017-09-071-0/+4
* DocData and type hints fixesIgnacio Etcheverry2017-08-291-1/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-40/+38
* Removed unnecessary returns and break statementsWilson E. Alvarez2017-08-221-2/+0
* Merge pull request #10351 from neikeq/enums-are-for-the-weakJuan Linietsky2017-08-211-48/+48
|\
| * ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-48/+48
* | Merge pull request #10319 from neikeq/pr-engine-editor-hintJuan Linietsky2017-08-201-1/+1
|\ \ | |/ |/|
| * Removes editor_hint from SceneTreeIgnacio Etcheverry2017-08-191-1/+1
* | Changed anchor constants to enum, removed ANCHOR_CENTER, fixes #9889Juan Linietsky2017-08-151-4/+7
* | Avoids inverted anchorsGilles Roudiere2017-08-131-10/+18
* | Adds a function to set Anchors with a layout presetGilles Roudiere2017-08-131-0/+132
* | Handle undo/redo of anchor positioningGilles Roudiere2017-08-131-0/+11
* | Add anchor visualizationGilles Roudiere2017-08-131-0/+1
* | Replace GUI anchor type by a float between 0 and 1Gilles Roudiere2017-08-131-74/+29
|/
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-14/+14
* Adds missing type information to virtual method bindsIgnacio Etcheverry2017-08-101-1/+1