summaryrefslogtreecommitdiff
path: root/editor/editor_help_search.cpp
AgeCommit message (Expand)Author
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-01Fix editor help crashrune-scape
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-10-04Merge pull request #65315 from Mickeon/editor-help-search-multi-termRémi Verschelde
2022-10-04Allow multiple words in Docs Help Search filterMicky
2022-09-19Fix possible crash in editor helpkobewi
2022-09-13Merge pull request #65624 from KoBeWi/help_I'm_stuckRémi Verschelde
2022-09-11Add ability to flag classes as experimental or deprecated.SaracenOne
2022-09-10Prevent infinite loops in editor help searchkobewi
2022-09-05Allow searching for annotations in helpRedMser
2022-08-30Rename TreeItem's `set_tooltip` to `set_tooltip_text`Micky
2022-08-27Rename `hint_tooltip` to `tooltip_text` & setgetMicky
2022-07-31Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-07-09Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge
2022-05-23Fix typos with codespellRémi Verschelde
2022-05-17Fix editor crash in built-in help when script inheritance chain changes.K. S. Ernest (iFire) Lee
2022-05-16Replace most uses of Map by HashMapreduz
2022-04-05Improve handling for editor search with blank searchesSaracenOne
2022-03-12Initialize bools in the headers in editorAaron Franke
2022-03-07Add missing i18n to various stringsHaoyu Qiu
2022-02-16Port existing _notification code to use switch statements (part 1/3)jmb462
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-08Merge pull request #57796 from akien-mga/revert-sname-theme-settersRémi Verschelde
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
2022-02-08Refactor some object type checking code with `cast_to`Rémi Verschelde
2022-02-06Add missing SNAME macro optimization to all theme methods calljmb462
2022-02-06Add missing SNAME macro optimization in some function callsjmb462
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-11-12Use "enum class" for input enumsAaron Franke
2021-10-29Move the docs for constructors and operators out of methods sectionAaron Franke
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-08-10Use Key enum instead of plain integersAaron Franke
2021-08-04Add theme item descriptions to the online documentationYuri Sizov
2021-07-18Optimize StringName usagereduz
2021-07-04Clean up Treereduz
2021-06-28Implement Tree's internal minimum width calculationGilles Roudière
2021-05-20Change behavior of String.rightTomasz Chabora
2021-03-19Select non-perfect matches if necessary in the Search Help dialogMichael Alexsander
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-18Show constructor arguments in Search Help panel (for basic types)Yuri Roubinsky
2020-12-14Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal
2020-07-01Revert "Adds fuzzy search for help search dialog"follower
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Popups are now windows also (broken!)Juan Linietsky