summaryrefslogtreecommitdiffstats
path: root/scene/gui/control.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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