summaryrefslogtreecommitdiffstats
path: root/editor/editor_help_search.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #69032 from KoBeWi/check_every_changed_setting_in_every_gr...Rémi Verschelde2024-02-201-1/+7
|\
| * Use check_changed_settings_in_group() everywherekobewi2024-02-191-1/+7
* | Show keywords in EditorHelpSearchRedMser2024-02-171-59/+119
|/
* [macOS] Add support for native help menu search callbacks, integrate editor h...bruvzg2024-02-131-0/+107
* Add keywords to the class referenceRedMser2024-02-091-17/+51
* Fix selection regression in `EditorHelpSearch`A Thousand Ships2024-01-221-0/+3
* Cache `TreeItem`s between runs in `EditorHelpSearch`A Thousand Ships2024-01-161-41/+107
* Add inheriting classes to `DocTools`A Thousand Ships2024-01-161-30/+58
* Split theme generation logic into several subroutinesYuri Sizov2024-01-161-1/+1
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Update deferred calls to use Callableskobewi2024-01-091-1/+1
* Limit custom icons size in various editor widgetsYuri Sizov2023-10-261-17/+14
* Replace flat buttons with flat-styled buttons with a visible pressed stateYuri Sizov2023-09-191-2/+2
* Add EditorStringNames singletonkobewi2023-09-031-11/+12
* Use the gray color for all abstract classesMewPurPur2023-08-311-8/+1
* Add multi window code and shader editorstrollodel2023-05-101-1/+4
* Apply clamp_to_embedder on parent resize and popup.Ryan Roden-Corrent2023-03-271-0/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix editor help crashrune-scape2022-12-011-0/+4
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-11/+11
* Merge pull request #65315 from Mickeon/editor-help-search-multi-termRémi Verschelde2022-10-041-32/+34
|\
| * Allow multiple words in Docs Help Search filterMicky2022-10-041-32/+34
* | Fix possible crash in editor helpkobewi2022-09-191-0/+5
* | Merge pull request #65624 from KoBeWi/help_I'm_stuckRémi Verschelde2022-09-131-5/+4
|\ \
| * | Prevent infinite loops in editor help searchkobewi2022-09-101-5/+4
| |/
* / Add ability to flag classes as experimental or deprecated.SaracenOne2022-09-111-7/+23
|/
* Allow searching for annotations in helpRedMser2022-09-051-26/+38
* Rename TreeItem's `set_tooltip` to `set_tooltip_text`Micky2022-08-301-4/+4
* Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-2/+2
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-0/+1
* Remove Signal connect bindsJuan Linietsky2022-07-291-1/+1
* Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge2022-07-091-1/+1
* Fix typos with codespellRémi Verschelde2022-05-231-1/+1
* Fix editor crash in built-in help when script inheritance chain changes.K. S. Ernest (iFire) Lee2022-05-171-4/+21
* Replace most uses of Map by HashMapreduz2022-05-161-9/+9
* Improve handling for editor search with blank searchesSaracenOne2022-04-051-1/+5
* Initialize bools in the headers in editorAaron Franke2022-03-121-2/+0
* Add missing i18n to various stringsHaoyu Qiu2022-03-071-1/+1
* Port existing _notification code to use switch statements (part 1/3)jmb4622022-02-161-0/+2
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-3/+3
* Merge pull request #57796 from akien-mga/revert-sname-theme-settersRémi Verschelde2022-02-081-1/+1
|\
| * Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-1/+1
* | Refactor some object type checking code with `cast_to`Rémi Verschelde2022-02-081-5/+0
|/
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-1/+1
* Add missing SNAME macro optimization in some function callsjmb4622022-02-061-2/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-5/+5
* Use "enum class" for input enumsAaron Franke2021-11-121-4/+4
* Move the docs for constructors and operators out of methods sectionAaron Franke2021-10-291-0/+24
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-1/+1