summaryrefslogtreecommitdiffstats
path: root/editor/quick_open.cpp
Commit message (Expand)AuthorAgeFilesLines
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-10/+18
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-23/+0
* Make Quick Open substring match more specific.Shivansh Anand2020-04-291-2/+8
* Fix signal disconnection soon after connection in EditorQuickOpenunknown2020-04-081-2/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-4/+4
* Working multiple window support, including editorJuan Linietsky2020-03-261-5/+9
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-6/+6
* 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: Port connect calls to use callable_mpRémi Verschelde2020-02-281-9/+5
|/
* Replace FALLTHROUGH macro by C++17 [[fallthrough]]Rémi Verschelde2020-02-231-1/+1
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-5/+5
* Texture refactorJuan Linietsky2020-02-111-6/+6
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Minor cosmetic changes in some editor pluginsMichael Alexsander Silva Dias2019-08-081-5/+5
* Force drawing guides in single-row Tree items in the editorMichael Alexsander Silva Dias2019-04-121-6/+12
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix error with a specific dock layoutvolzhs2018-11-051-0/+2
* Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-...Rémi Verschelde2018-10-021-1/+1
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Do not use theme to set LineEdit right_iconŁukasz Rutkowski2018-08-111-1/+1
* Add clear text button to LineEditŁukasz Rutkowski2018-08-111-0/+3
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Fixed quick open not showing enties with no search text, issue 11277Paulb232017-09-161-1/+1
* Improve 'quick open' search timeJakub Grzesik2017-09-021-17/+35
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-4/+5
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-45/+37
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-0/+285