summaryrefslogtreecommitdiff
path: root/editor/editor_help_search.cpp
AgeCommit message (Expand)Author
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