summaryrefslogtreecommitdiff
path: root/editor/editor_help.cpp
AgeCommit message (Expand)Author
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
2019-08-23Add horizontal margins to the editor help based on widthHugo Locurcio
2019-08-13Make the script search have a proper matches counterMichael Alexsander Silva Dias
2019-08-09Show matches found when searching the docsMichael Alexsander Silva Dias
2019-07-15Fixed editor_doc properties font alignment bugunknown
2019-07-08Use base `Color()` constructors instead of `Color::html()`Hugo Locurcio
2019-07-01Merge pull request #29815 from NilsIrl/plus_file_1Rémi Verschelde
2019-06-27Add default values to the editor help, docs, and generated RSTBojidar Marinov
2019-06-27Merge pull request #29941 from qarmin/redundant_code_and_othersRémi Verschelde
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-23Replace ` + "/" + ` with `String::file_add()`Nils ANDRÉ-CHANG
2019-06-20Fix for #29810Elia Sarti
2019-06-15Add support for bold fonts in the editor helpHugo Locurcio
2019-06-05Use uppercase for all hexadecimal constants in the editor helpHugo Locurcio