summaryrefslogtreecommitdiffstats
path: root/scene/gui/control.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed wrong method binding in controlJustin Vesper2019-03-011-1/+1
* Update controls when a stylebox or icon override changes; change to CONNECT_R...Bojidar Marinov2019-02-251-49/+35
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Merge pull request #22431 from DualMatrix/pivotRémi Verschelde2018-12-071-9/+9
|\
| * Fixed pivot tool not setting position of Controls correctlyDualMatrix2018-09-251-9/+9
* | Always use default theme for overrides, closes #13071Juan Linietsky2018-11-141-0/+1
* | Show theme values from default theme always, fixes #16011, fixes #13071Juan Linietsky2018-11-141-2/+3
* | -Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky2018-11-081-23/+23
* | Merge pull request #22844 from samgreen/fix_gui_dragging_spamRémi Verschelde2018-10-111-1/+1
|\ \
| * | Swap condition to prevent spam in editor.Sam Green2018-10-081-1/+1
* | | Remove redundant "== true" codeAaron Franke2018-10-061-6/+6
|/ /
* | fix enum cast warnings on clangkarroffel2018-10-041-2/+2
* | Tweak some editor texts' capitalization, use "Go to" instead of "Goto"Hugo Locurcio2018-09-251-1/+1
|/
* Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde2018-09-131-1/+1
|\
| * Misc. typosluz.paz2018-09-121-1/+1
* | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-5/+5
|/
* Show a warning if you try to grab focus when not allowed, closes #15388Juan Linietsky2018-09-061-1/+4
* Change some instances of args named "ev" to "event"Michael Alexsander Silva Dias2018-09-011-1/+1
* Avoid misuse of set_drag_preview() function where it shouldn't be. Closes #20100Juan Linietsky2018-08-241-0/+1
* Drop old ShaderGraph code, obsoleted by VisualShaderRémi Verschelde2018-08-241-1/+1
* Expose _clips_input as a virtual function, closes #15358Juan Linietsky2018-07-291-0/+4
* Opens the menu with the same parent on mouse focusGuilherme Felipe2018-07-241-1/+0
* -Fix tooltips in inspector, now they show as rich text.Juan Linietsky2018-07-201-0/+8
* Merge pull request #19351 from guilhermefelipecgs/fix_reversed_textMax Hilbrunner2018-07-051-1/+1
|\
| * Fixes to the new inspectorGuilherme Felipe2018-07-041-1/+1
* | Fixes control nodes size not updated when outside the treegroud2018-07-041-14/+13
* | Merge pull request #19782 from Calinou/fix-control-pixel-snap-roundingRémi Verschelde2018-07-041-2/+2
|\ \
| * | Fix control pixel snap rounding using floor() instead of round()Hugo Locurcio2018-06-261-2/+2
| |/
* | Merge pull request #18634 from groud/fix_control_child_of_node2dMax Hilbrunner2018-07-031-105/+62
|\ \
| * | Fixes the bad calculation of margin & anchors when child of Node2Dgroud2018-06-071-105/+62
* | | Fix performance for godot's interfaceGuilherme Felipe2018-07-011-1/+8
* | | Changes to how node paths are selected from property, allowing setting a hint.Juan Linietsky2018-06-271-6/+6
| |/ |/|
* | 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