summaryrefslogtreecommitdiffstats
path: root/editor/editor_help_search.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-2/+2
|\
| * Fix incorrect order: `TTR(vformat` instead of `vformat(TTR`Chaosus2024-11-141-2/+2
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-2/+2
|\|
| * Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-101-2/+2
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-2/+2
|\|
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-2/+2
* | 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-2/+2
* Merge pull request #96400 from Maran23/inputmap-usage-for-filter-and-correspo...Rémi Verschelde2024-09-161-11/+4
|\
| * Use InputMap actions consistently across all LineEdit's that filter an underl...Marius Hanl2024-08-311-11/+4
* | Extract editor main screenkit2024-09-091-1/+2
* | Docs: Add missing deprecated/experimental tag support for theme itemsDanil Alexeev2024-09-041-1/+1
|/
* `EditorHelpSearch` improvementsA Thousand Ships2024-08-281-117/+432
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-191-2/+2
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-2/+2
* Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+1
* Merge pull request #91619 from AThousandShips/find_improveRémi Verschelde2024-05-081-1/+1
|\
| * Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-1/+1
* | [Core] Add case-insensitive `String::containsn`A Thousand Ships2024-05-081-3/+3
|/
* Fix unexpected auto translation of Tree contentHaoyu Qiu2024-03-181-0/+1
* 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