summaryrefslogtreecommitdiff
path: root/tools/editor/editor_help.cpp
AgeCommit message (Expand)Author
2017-01-16Style: Cleanups, added headers, renamed filesRémi Verschelde
2017-01-14Style: Fix whole-line commented codeRémi Verschelde
2017-01-13New API for visibility in both CanvasItem and SpatialJuan Linietsky
2017-01-10Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con...Juan Linietsky
2017-01-08renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky
2017-01-05Editor settings categories are now tidy and beautiful!Juan Linietsky
2017-01-04-Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky
2017-01-02Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-10-03Begining of GLES3 renderer:Juan Linietsky
2016-09-07Renamed the bind_native functions to bind_vararg, should make it show the doc...Juan Linietsky
2016-08-23Making bits of docs appear in different dialogues is made easier with EditorH...Juan Linietsky
2016-08-01Fix help page title indentationMario Schlack
2016-07-09Fix help search dialog titleseska
2016-06-12Add subsequence search to toolsGeorge Marques
2016-06-09Fixed editor help focus issues and input propagationPaulb23
2016-06-04deselect in help when click somewherevolzhs
2016-05-29Finalized DynamicFont implementationJuan Linietsky
2016-05-21i18n: Proofreading of all stringsRémi Verschelde
2016-05-04i18n: Don't make print_line calls translatableRémi Verschelde
2016-05-03Modified editor strings to be translatable in the futureJuan Linietsky
2016-03-18Fix for #4014, changed to 2 instead of 3 chars to trigger searchdemolitions
2016-03-06Merge pull request #3927 from TheHX/issue-3645Rémi Verschelde
2016-03-05The help page now show the entire object hierarchyFranklin Sobrinho
2016-03-05Added search box in Class List dialog (Script Editor)Franklin Sobrinho
2016-02-27Completed the support for plugins! It is not possible to add plugins.Juan Linietsky
2016-02-17Implement support for [codeblock] tag in helpRémi Verschelde
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-26-Added table support to RichTextLabelreduz
2015-11-27Fix editor help scroll to resultFranklin Sobrinho
2015-11-25Merge pull request #2909 from neikeq/imp_2908Rémi Verschelde
2015-11-25Put 2D, 3D and Script editor index in enumneikeq
2015-11-25Merge pull request #2908 from neikeq/fix_editor_selectRémi Verschelde
2015-11-25Fix Class Reference request from Inspectorneikeq
2015-11-25Fix switching between 2D/3D/Scriptneikeq
2015-11-24Remember last help searchneikeq
2015-11-24-work in progress resourceparser and .tscn parser. Still non-functionalJuan Linietsky
2015-11-20Fix help displayeska
2015-11-19Merge branch 'master' into BBCodeDocsOvnuniarchos
2015-11-17-Merged Script and Help tabsJuan Linietsky
2015-10-20BBCode is now allowed anywhere in the inline documentation.Ovnuniarchos
2015-09-29Small readability fixes for the in-game class reference - fixes #2515 and #23...Jack Gold
2015-06-29Several performance improvements, mainly in loading and instancing scenes and...Juan Linietsky
2015-05-13Fix #1898Guilherme Felipe
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-03-26makes_editorhelp_uses_editor_settings_bg_coloryg2f
2015-01-03-Completely removed EmptyControl (but added fallback), closes #1017Juan Linietsky
2014-11-05SceneMainLoop -> SceneTreeJuan Linietsky
2014-10-26Fix some more incorrect bindingsGerold31