summaryrefslogtreecommitdiffstats
path: root/editor/editor_help.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor DocData into core and editor (DocTools) partsThakee Nathees2020-12-021-4/+4
* Documentation generation for GDScriptThakee Nathees2020-11-291-52/+158
* Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-reworkRémi Verschelde2020-11-281-14/+0
|\
| * Remove unused unhandled_key_input method in EditorHelp. Search popup and focu...Eric M2020-11-231-14/+0
* | [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-1/+2
|/
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-8/+8
* Add multiple programming language support to class referenceHaSa10022020-07-231-0/+49
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-2/+4
* Merge pull request #38934 from KoBeWi/where_to_setgetRémi Verschelde2020-06-161-2/+21
|\
| * Link exposed set/getters in property descriptionsTomasz Chabora2020-06-151-2/+21
* | Change in-editor documentation style to be closer to online docs.bruvzg2020-06-161-11/+29
* | Added a "title" attribute for the link tag in the docs xmlSaviHex2020-06-101-2/+2
|/
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-57/+91
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-103/+0
* Enforce use of bool literals instead of integersRémi Verschelde2020-05-141-4/+4
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-2/+4
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
* Merge pull request #37293 from Janglee123/ctrl-click-improvementsRémi Verschelde2020-05-051-0/+2
|\
| * Improved go-to definition (Ctrl + Click)janglee2020-05-051-0/+2
* | [Core] Rename linear_interpolate to lerpAaron Franke2020-04-291-6/+6
* | Merge pull request #36960 from pycbouh/docs-improve-shortcutsRémi Verschelde2020-04-291-0/+11
|\ \
| * | Improve shortcut formatting in docsYuri Sizov2020-04-101-0/+11
* | | Rename InputFilter back to InputRémi Verschelde2020-04-281-2/+2
* | | Add ability to bind typed arrays to script APIJuan Linietsky2020-04-211-1/+13
|/ /
* | Merge pull request #35720 from Calinou/remove-request-docs-buttonRémi Verschelde2020-04-021-2/+0
|\ \
| * | Remove Request Docs button in the script editor due to various issuesHugo Locurcio2020-04-021-2/+0
* | | Replace NULL with nullptrlupoDharkael2020-04-021-2/+2
|/ /
* | Reworked tooltips to use the popup system.Juan Linietsky2020-03-261-1/+7
* | Popups are now windows also (broken!)Juan Linietsky2020-03-261-32/+32
* | Refactored input, goes all via windows now.Juan Linietsky2020-03-261-2/+2
* | Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-1/+1
|/
* i18n: Add support for translating the class referenceRémi Verschelde2020-03-201-10/+9
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-5/+5
* Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-011-2/+2
|\
| * Rename `scancode` to `keycode`.bruvzg2020-02-251-2/+2
* | Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-19/+9
|/
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-9/+9
* Tweak the editor help comment color for better readabilityHugo Locurcio2020-02-131-1/+1
* Texture refactorJuan Linietsky2020-02-111-1/+1
* Don't show an Online Tutorials section if the class has no tutorialsHugo Locurcio2020-01-271-21/+13
* show parametric setters and getters in editor helpLakshay Angrish2020-01-171-2/+5
* i18n: Sync translation template with current sourceRémi Verschelde2020-01-161-5/+5
* doc: Move the class description to be just below the brief descriptionHugo Locurcio2020-01-151-70/+62
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
* Show enum class name when not on the same doc pageHaoyu Qiu2019-12-141-1/+1
* Makes int and bool clickable in documentationHaoyu Qiu2019-12-131-4/+4
* Fix incorrect error label color when switching from light to dark themeYuri Roubinsky2019-11-141-0/+1
* Fix "matches" label color in light themeYuri Roubinsky2019-11-141-1/+1