aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_help.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-1929/+0
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-4/+4
* Style: Cleanups, added headers, renamed filesRémi Verschelde2017-01-161-3/+1
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-23/+25
* New API for visibility in both CanvasItem and SpatialJuan Linietsky2017-01-131-3/+3
* Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con...Juan Linietsky2017-01-101-3/+2
* renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky2017-01-081-5/+5
* Editor settings categories are now tidy and beautiful!Juan Linietsky2017-01-051-58/+58
* -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-041-77/+213
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-23/+23
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-1/+1
|\
| * Begining of GLES3 renderer:Juan Linietsky2016-10-031-1/+1
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
|/
* Renamed the bind_native functions to bind_vararg, should make it show the doc...Juan Linietsky2016-09-071-0/+9
* Making bits of docs appear in different dialogues is made easier with EditorH...Juan Linietsky2016-08-231-39/+119
* Fix help page title indentationMario Schlack2016-08-011-6/+4
* Fix help search dialog titleseska2016-07-091-1/+2
* Add subsequence search to toolsGeorge Marques2016-06-121-1/+1
* Fixed editor help focus issues and input propagationPaulb232016-06-091-0/+1
* deselect in help when click somewherevolzhs2016-06-041-0/+9
* Finalized DynamicFont implementationJuan Linietsky2016-05-291-15/+41
* i18n: Proofreading of all stringsRémi Verschelde2016-05-211-4/+4
* i18n: Don't make print_line calls translatableRémi Verschelde2016-05-041-1/+1
* Modified editor strings to be translatable in the futureJuan Linietsky2016-05-031-21/+21
* Fix for #4014, changed to 2 instead of 3 chars to trigger searchdemolitions2016-03-181-1/+1
* Merge pull request #3927 from TheHX/issue-3645Rémi Verschelde2016-03-061-9/+84
|\
| * Added search box in Class List dialog (Script Editor)Franklin Sobrinho2016-03-051-9/+84
* | The help page now show the entire object hierarchyFranklin Sobrinho2016-03-051-2/+52
|/
* Completed the support for plugins! It is not possible to add plugins.Juan Linietsky2016-02-271-14/+66
* Implement support for [codeblock] tag in helpRémi Verschelde2016-02-171-1/+1
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* -Added table support to RichTextLabelreduz2015-12-261-4/+18
* Fix editor help scroll to resultFranklin Sobrinho2015-11-271-1/+1
* Merge pull request #2909 from neikeq/imp_2908Rémi Verschelde2015-11-251-2/+2
|\
| * Put 2D, 3D and Script editor index in enumneikeq2015-11-251-2/+2
* | Merge pull request #2908 from neikeq/fix_editor_selectRémi Verschelde2015-11-251-3/+2
|\|
| * Fix Class Reference request from Inspectorneikeq2015-11-251-1/+0
| * Fix switching between 2D/3D/Scriptneikeq2015-11-251-2/+2
* | Remember last help searchneikeq2015-11-241-0/+8
|/
* -work in progress resourceparser and .tscn parser. Still non-functionalJuan Linietsky2015-11-241-1/+0
* Fix help displayeska2015-11-201-1/+2
* Merge branch 'master' into BBCodeDocsOvnuniarchos2015-11-191-284/+220
|\
| * -Merged Script and Help tabsJuan Linietsky2015-11-171-285/+223
* | BBCode is now allowed anywhere in the inline documentation.Ovnuniarchos2015-10-201-47/+60
|/
* Small readability fixes for the in-game class reference - fixes #2515 and #23...Jack Gold2015-09-291-6/+20
* Several performance improvements, mainly in loading and instancing scenes and...Juan Linietsky2015-06-291-3/+3
* Fix #1898Guilherme Felipe2015-05-131-1/+1
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
* makes_editorhelp_uses_editor_settings_bg_coloryg2f2015-03-261-1/+3
* -Completely removed EmptyControl (but added fallback), closes #1017Juan Linietsky2015-01-031-2/+2