summaryrefslogtreecommitdiffstats
path: root/scene/gui/control.h
Commit message (Expand)AuthorAgeFilesLines
* Add expand/collapse all buttons for the "Errors" tabMichael Alexsander Silva Dias2018-09-121-1/+1
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* [Core] Completely kill math_2d.h, change includesAaron Franke2018-08-111-1/+1
* 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/+1
* Merge pull request #18634 from groud/fix_control_child_of_node2dMax Hilbrunner2018-07-031-4/+6
|\
| * Fixes the bad calculation of margin & anchors when child of Node2Dgroud2018-06-071-4/+6
* | -Fixes to how hashing happened, now StringName and NodePath use default hashe...Juan Linietsky2018-07-021-6/+6
|/
* -New inspector.Juan Linietsky2018-05-151-1/+7
* Merge pull request #17502 from groud/2Deditor_rectJuan Linietsky2018-04-131-0/+3
|\
| * Remove the selection rect for nodes that do not require itGilles Roudiere2018-04-031-0/+3
* | 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
| |/
* / Implements #16546 by adding GROW_DIRECTION_BOTH which allows a control to gro...isaacremnant2018-02-121-1/+2
|/
* Changes the keep_margin parameter to true by default, so that people are not ...Gilles Roudiere2018-01-151-2/+2
* 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 certain popup close clicks with popup buttonsBernhard Liebl2017-12-101-0/+5
* Rework the canvas_item API for further improves to the canvas item editorGilles Roudiere2017-11-191-5/+19
* Add manual overrides for focus_next and focus_previous on controls similar to...Saracen2017-11-161-0/+7
* Unify degree members and propertiesletheed2017-11-101-2/+2
* Remove deprecated rotation methodsletheed2017-11-101-4/+0
* Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...Gilles Roudiere2017-09-221-2/+0
* Implements set_margins_preset(...)Gilles Roudiere2017-09-221-11/+23
* Dead code tells no talesRémi Verschelde2017-08-271-1/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Changed anchor constants to enum, removed ANCHOR_CENTER, fixes #9889Juan Linietsky2017-08-151-3/+6
* Avoids inverted anchorsGilles Roudiere2017-08-131-2/+2
* Adds a function to set Anchors with a layout presetGilles Roudiere2017-08-131-0/+21
* Replace GUI anchor type by a float between 0 and 1Gilles Roudiere2017-08-131-13/+10
* More fill modes for containers, closes #9504Juan Linietsky2017-07-061-1/+3
* Ability to set rotation and scaling pivot for controls.Juan Linietsky2017-07-061-0/+6
* -Ability for controls to grow the left/top when anchored. This makes anchorin...Juan Linietsky2017-07-061-0/+14
* Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei2017-04-101-4/+4
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-110/+94
* Type renames:Juan Linietsky2017-01-111-2/+2
* -All types have editable script now in propertiesJuan Linietsky2017-01-091-0/+4
* -removed stop mouse and ignore mouse from control, which were confusing, repl...Juan Linietsky2017-01-081-7/+10
* Removed ratio anchoring (will have to fix multiple 3D views later..)Juan Linietsky2017-01-081-1/+0
* Swapped expand and fill flag bits, so scenes don't save this property by defaultJuan Linietsky2017-01-081-2/+2
* renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky2017-01-081-1/+1
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-1/+1
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Add argument options for the theme override functions in ControlJuan Linietsky2016-09-111-0/+2
* More visual script improvementsJuan Linietsky2016-08-301-0/+5
* More visual script workJuan Linietsky2016-08-251-0/+6
* VisualScript can now execute visual scripts, but there is no debugger or prof...Juan Linietsky2016-08-051-0/+4
* properly fixed notificaitons for theme changed, closes #5774Juan Linietsky2016-07-181-1/+3
* Add a small workaround to avoid modal tabs to be closed if they are spawned i...Juan Linietsky2016-06-271-0/+2