summaryrefslogtreecommitdiffstats
path: root/scene/gui/control.h
Commit message (Expand)AuthorAgeFilesLines
...
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-0/+45
* Removed unused property 'pending_resize' from ControlEric M2020-11-261-2/+0
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-3/+0
* Merge pull request #42008 from Calinou/theme-rename-node-typeRémi Verschelde2020-11-161-26/+26
|\
| * Rename the `type` parameter to `node_type` in Theme and ControlHugo Locurcio2020-10-271-26/+26
* | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
|/
* Updated getters and setters names for toplevelDuroxxigar2020-10-021-1/+1
* Add override keywords.Marcel Admiraal2020-07-101-22/+22
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-1/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-3/+0
* Rename more 2D and 3D nodes to follow conventionRémi Verschelde2020-03-271-1/+1
* Open sub-windows as embedded if the OS does not support themJuan Linietsky2020-03-261-19/+0
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-29/+45
* Working multiple window support, including editorJuan Linietsky2020-03-261-1/+8
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-4/+4
* Texture refactorJuan Linietsky2020-02-111-3/+3
* Don't compile editor-only function when tools=noGilles Roudière2020-01-091-0/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Remove redundant author doc commentsIAmActuallyCthulhu2019-08-121-3/+0
* Add some code changes/fixes proposed by Coverity and Clang Tidyqarmin2019-08-071-1/+0
* Add a configuration warning when using Ignore mouse filter with tooltipHugo Locurcio2019-06-301-0/+1
* Some code changed with Clang-Tidyqarmin2019-06-261-2/+2
* Improve the anchors and margin workflowGilles Roudiere2019-05-131-4/+8
* Update controls when a stylebox or icon override changes; change to CONNECT_R...Bojidar Marinov2019-02-251-4/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* 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