summaryrefslogtreecommitdiff
path: root/editor/editor_sectioned_inspector.cpp
AgeCommit message (Expand)Author
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
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-01-31Merge pull request #33047 from silvanocerza/settings-searchRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-20Fix some overflows and unitialized variablesRafał Mikrut
2019-11-04Improved search in settings dialogsSilvano Cerza
2019-08-31Increase the minimum width of the editor sectioned inspectorHugo Locurcio
2019-07-12Fixes and improvements in settings searchShiqing
2019-02-27Hide global section in project settings when no property is definedEric Rybicki
2019-01-23Fix global settings consistencyMarcin Zawiejski
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-11Moved member variables to initializer listWilson E. Alvarez
2018-08-29Add missing copyright headersRémi Verschelde
2018-07-19-Project/Editor settings now use new inspectorJuan Linietsky