summaryrefslogtreecommitdiff
path: root/editor/editor_help_search.cpp
AgeCommit message (Expand)Author
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
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-03-01Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde
2020-02-28Signals: Manually port most of remaining connect_compat usesRémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-25Rename `scancode` to `keycode`.bruvzg
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-02-05Remove duplicate WARN_PRINT macro.Marcel Admiraal
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-30Merge pull request #34642 from timothyqiu/help-searchRémi Verschelde
2019-12-28Improves Search Help dialogHaoyu Qiu
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-11-25Fixed missing scrolling in Search Help Dialog.dankan1890
2019-09-08Adds fuzzy search for help search dialogGuilherme Felipe
2019-08-20Include setters and getters in help searchTomasz Chabora
2019-07-07Fixes minor issues found by static analyzerqarmin
2019-06-25Fix certain items not appearing in search tree when a feature profile is setMichael Alexsander Silva Dias
2019-06-06Make docs search hide nodes disabled by the editor feature profileMichael Alexsander Silva Dias
2019-03-06Cleanup relationship line coding after 5f079e2Michael Alexsander Silva Dias
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-12Merge pull request #24241 from Rubonnek/move-to-initializer-listRémi Verschelde
2018-12-11Moved member variables to initializer listWilson E. Alvarez
2018-12-11Fix "blocked > 0" error when selecting an item in the Search Help dialogMichael Alexsander Silva Dias
2018-12-04Move "Dialog Bounds" from the Editor Settings to project's metadataMichael Alexsander Silva Dias
2018-11-26Restore previous scroll position when reopening the search help dialog with a...Michael Alexsander Silva Dias
2018-11-22Make the buttons in the unified help dialog not steal focusMichael Alexsander Silva Dias
2018-11-22General fixes for the new unified help searchMichael Alexsander Silva Dias
2018-11-20Unify editor class and reference searchRay Koopa