summaryrefslogtreecommitdiffstats
path: root/editor/editor_help_search.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use Key enum instead of plain integersAaron Franke2021-08-101-0/+2
* Add theme item descriptions to the online documentationYuri Sizov2021-08-041-2/+2
* Optimize StringName usagereduz2021-07-181-11/+11
* Clean up Treereduz2021-07-041-0/+2
* Implement Tree's internal minimum width calculationGilles Roudière2021-06-281-1/+1
* Change behavior of String.rightTomasz Chabora2021-05-201-1/+1
* Select non-perfect matches if necessary in the Search Help dialogMichael Alexsander2021-03-191-11/+16
* 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-10/+22
* Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-5/+5
* Revert "Adds fuzzy search for help search dialog"follower2020-07-011-13/+6
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-2/+4
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-53/+97
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-36/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-1/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-11/+11
* Working multiple window support, including editorJuan Linietsky2020-03-261-16/+18
* Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-011-1/+1
|\
| * Rename `scancode` to `keycode`.bruvzg2020-02-251-1/+1
* | Signals: Manually port most of remaining connect_compat usesRémi Verschelde2020-02-281-1/+1
* | Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-12/+7
|/
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-8/+8
* Texture refactorJuan Linietsky2020-02-111-2/+2
* Remove duplicate WARN_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Merge pull request #34642 from timothyqiu/help-searchRémi Verschelde2019-12-301-12/+13
|\
| * Improves Search Help dialogHaoyu Qiu2019-12-281-12/+13
* | Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
|/
* Fixed missing scrolling in Search Help Dialog.dankan18902019-11-251-1/+5
* Adds fuzzy search for help search dialogGuilherme Felipe2019-09-081-6/+11
* Include setters and getters in help searchTomasz Chabora2019-08-201-1/+1
* Fixes minor issues found by static analyzerqarmin2019-07-071-2/+2
* Fix certain items not appearing in search tree when a feature profile is setMichael Alexsander Silva Dias2019-06-251-1/+5
* Make docs search hide nodes disabled by the editor feature profileMichael Alexsander Silva Dias2019-06-061-37/+58
* Cleanup relationship line coding after 5f079e2Michael Alexsander Silva Dias2019-03-061-18/+0
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2