summaryrefslogtreecommitdiff
path: root/scene/gui/control.cpp
AgeCommit message (Expand)Author
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-12ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-02-05Merge pull request #32959 from georgwacker/control-node-anim-fixRémi Verschelde
2020-01-19Fix Control::_window_find_focus_neighborRicardo Buring
2020-01-13Control/Light2D: Preventing setting 0 as scale as for Node2DRémi Verschelde
2020-01-09Don't compile editor-only function when tools=noGilles Roudière
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-23Fix issue with disconnecting events when font changesJonas Bernemann
2019-12-16Prevent infinite loop when focus_next is invisibleTomasz Chabora
2019-10-22Fixed crashes when renaming a state in AnimationNodeStateMachineEditorPouleyKetchoupp
2019-10-21Fix control node transform animation jitter with pivot offsetGeorg Wacker
2019-10-05Fix crash in Control functionsqarmin
2019-09-30Altered rotation_degrees rangeSoumya Lahiri
2019-09-24Merge pull request #31935 from aole/Change-minimum-size-when-theme-changedRémi Verschelde
2019-09-20Load overrides if getting style from current classTomasz Chabora
2019-09-03Change minimum size when theme changedBhupendra Aole
2019-09-03Added is_inside_tree() check in both Timer and Tweenshaderbeast
2019-08-26Fix return type of Control::get_drag_data in API jsontoasteater
2019-08-22Increase control node's anchor precisionCameron Reikes
2019-08-09Remove ERR_EXPLAIN from scene/* codeTomasz Chabora
2019-08-07Add some code changes/fixes proposed by Coverity and Clang Tidyqarmin
2019-07-27Revert "Update Control margins when size is overridden by change to minsize"Rémi Verschelde
2019-07-25Merge pull request #30351 from bojidar-bg/30288-override-global-themeRémi Verschelde
2019-07-09Improve the node configuration warning displayHugo Locurcio
2019-07-05Keep track of default theme and project custom default theme seperatellyBojidar Marinov
2019-06-30Add a configuration warning when using Ignore mouse filter with tooltipHugo Locurcio
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-18Merge pull request #29489 from groud/fixes_nanRémi Verschelde
2019-06-12Cleanup some unecessary editor/ includes in scene/Rémi Verschelde
2019-06-04Fixes NaN errors with anchors modeGilles Roudière
2019-05-21Merge pull request #29040 from swarnimarun/fix_override_bugRémi Verschelde
2019-05-21Clear overrides on passing nullSwarnim Arun
2019-05-20Merge pull request #28952 from jbuck3/update-marginsRémi Verschelde
2019-05-16Update Control margins when size is overridden by change to minsizeJames Buck
2019-05-13Improve the anchors and margin workflowGilles Roudiere
2019-04-30Merge pull request #24437 from mateusfccp/single_quotes_optionRémi Verschelde
2019-03-19Fix inspector update after changing anchor via buttonsqarmin
2019-03-01Fixed wrong method binding in controlJustin Vesper
2019-02-25Update controls when a stylebox or icon override changes; change to CONNECT_R...Bojidar Marinov
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-18Add settings for single-quotes on completionMateus Felipe C. C. Pinto
2018-12-07Merge pull request #22431 from DualMatrix/pivotRémi Verschelde
2018-11-14Always use default theme for overrides, closes #13071Juan Linietsky
2018-11-14Show theme values from default theme always, fixes #16011, fixes #13071Juan Linietsky
2018-11-08-Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky
2018-10-11Merge pull request #22844 from samgreen/fix_gui_dragging_spamRémi Verschelde
2018-10-08Swap condition to prevent spam in editor.Sam Green
2018-10-06Remove redundant "== true" codeAaron Franke
2018-10-04fix enum cast warnings on clangkarroffel