summaryrefslogtreecommitdiff
path: root/editor/editor_help.cpp
AgeCommit message (Expand)Author
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Enforce use of bool literals instead of integersRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-05-05Merge pull request #37293 from Janglee123/ctrl-click-improvementsRémi Verschelde
2020-05-05Improved go-to definition (Ctrl + Click)janglee
2020-04-29[Core] Rename linear_interpolate to lerpAaron Franke
2020-04-29Merge pull request #36960 from pycbouh/docs-improve-shortcutsRémi Verschelde
2020-04-28Rename InputFilter back to InputRémi Verschelde
2020-04-21Add ability to bind typed arrays to script APIJuan Linietsky
2020-04-10Improve shortcut formatting in docsYuri Sizov
2020-04-02Merge pull request #35720 from Calinou/remove-request-docs-buttonRémi Verschelde
2020-04-02Remove Request Docs button in the script editor due to various issuesHugo Locurcio
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Reworked tooltips to use the popup system.Juan Linietsky
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-26Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky
2020-03-20i18n: Add support for translating the class referenceRémi Verschelde
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-01Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-25Rename `scancode` to `keycode`.bruvzg
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-13Tweak the editor help comment color for better readabilityHugo Locurcio
2020-02-11Texture refactorJuan Linietsky
2020-01-27Don't show an Online Tutorials section if the class has no tutorialsHugo Locurcio
2020-01-17show parametric setters and getters in editor helpLakshay Angrish
2020-01-16i18n: Sync translation template with current sourceRémi Verschelde
2020-01-15doc: Move the class description to be just below the brief descriptionHugo Locurcio
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-12-14Show enum class name when not on the same doc pageHaoyu Qiu
2019-12-13Makes int and bool clickable in documentationHaoyu Qiu
2019-11-14Fix incorrect error label color when switching from light to dark themeYuri Roubinsky
2019-11-14Fix "matches" label color in light themeYuri Roubinsky
2019-10-31Code sections improvements in editor helpPouleyKetchoupp
2019-10-25Recalculate margin based on help source font sizevolzhs
2019-10-22Prevents segfault on _class_desc_resized at exit Yuri Roubinsky
2019-10-15Fix incorrect coloring of in-editor documentation when theme changedYuri Roubinsky
2019-10-10Add shortcut Shift + F3 to search pervious in the built-in docsMarqus
2019-10-03Applied the same kind of ordering to methods descriptionHanif Bin Ariffin
2019-09-24Merge pull request #31925 from bojidar-bg/31855-overriden-properties-docsRémi Verschelde
2019-09-24Merge pull request #32225 from Calinou/improve-editor-help-displayRémi Verschelde
2019-09-20Improve the editor help displayHugo Locurcio
2019-09-08Find the previous match in the editor help when pressing Shift + EnterHugo Locurcio
2019-09-04Add overriden properties to the documentationBojidar Marinov
2019-08-30Increase line spacing in the editor help and asset library descriptionsHugo Locurcio