summaryrefslogtreecommitdiffstats
path: root/editor/editor_help_search.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Fix wrong displayed category name in EditorHelpSearchHaoyu Qiu2024-09-211-1/+1
* `EditorHelpSearch` improvementsA Thousand Ships2024-08-281-14/+30
* Organize existing code for editor pluginsAaron Franke2024-04-271-1/+1
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-1/+1
* Show keywords in EditorHelpSearchRedMser2024-02-171-20/+29
* [macOS] Add support for native help menu search callbacks, integrate editor h...bruvzg2024-02-131-0/+9
* Add keywords to the class referenceRedMser2024-02-091-3/+5
* Cache `TreeItem`s between runs in `EditorHelpSearch`A Thousand Ships2024-01-161-1/+15
* Add inheriting classes to `DocTools`A Thousand Ships2024-01-161-0/+1
* Limit custom icons size in various editor widgetsYuri Sizov2023-10-261-1/+0
* Use the gray color for all abstract classesMewPurPur2023-08-311-1/+0
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Merge pull request #65315 from Mickeon/editor-help-search-multi-termRémi Verschelde2022-10-041-0/+3
|\
| * Allow multiple words in Docs Help Search filterMicky2022-10-041-0/+3
* | Add ability to flag classes as experimental or deprecated.SaracenOne2022-09-111-1/+1
|/
* Allow searching for annotations in helpRedMser2022-09-051-2/+7
* Fix editor crash in built-in help when script inheritance chain changes.K. S. Ernest (iFire) Lee2022-05-171-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-5/+5
* Add a new HashMap implementationreduz2022-05-121-1/+1
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-7/+7
* Initialize bools in the headers in editorAaron Franke2022-03-121-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Move the docs for constructors and operators out of methods sectionAaron Franke2021-10-291-6/+10
* Add theme item descriptions to the online documentationYuri Sizov2021-08-041-2/+2
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-1/+1
* Select non-perfect matches if necessary in the Search Help dialogMichael Alexsander2021-03-191-0/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Show constructor arguments in Search Help panel (for basic types)Yuri Roubinsky2020-12-181-2/+2
* Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-5/+5
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-2/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-1/+1
* Texture refactorJuan Linietsky2020-02-111-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fixed missing scrolling in Search Help Dialog.dankan18902019-11-251-0/+1
* Make docs search hide nodes disabled by the editor feature profileMichael Alexsander Silva Dias2019-06-061-0/+2
* Cleanup relationship line coding after 5f079e2Michael Alexsander Silva Dias2019-03-061-1/+0
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Restore previous scroll position when reopening the search help dialog with a...Michael Alexsander Silva Dias2018-11-261-0/+1
* Make the buttons in the unified help dialog not steal focusMichael Alexsander Silva Dias2018-11-221-3/+1
* Unify editor class and reference searchRay Koopa2018-11-201-0/+156