index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editor
/
quick_open.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initialize bools in the headers in editor
Aaron Franke
2022-03-12
1
-2
/
+0
*
Convert _notification methods to switch - Chunk C
Jakob Bouchard
2022-02-16
1
-0
/
+1
*
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-1
/
+1
*
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-1
/
+1
*
Rename String::is_subsequence_ofi to String::is_subsequence_ofn
Wilson E. Alvarez
2022-01-26
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-1
/
+1
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-4
/
+4
*
Fix support for multiple base types in the quick load dialog
Robin Arys
2021-10-22
1
-8
/
+15
*
Merge pull request #51998 from SirQuartz/Schrödinger's-search-box
Hugo Locurcio
2021-08-23
1
-6
/
+0
|
\
|
*
Fix quick open script top result
Nicholas Huelin
2021-08-22
1
-6
/
+0
*
|
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-23
1
-1
/
+1
|
/
*
Use Key enum instead of plain integers
Aaron Franke
2021-08-10
1
-0
/
+2
*
Fix less relevant quick open scene results
Nick Huelin
2021-07-23
1
-3
/
+8
*
Optimize StringName usage
reduz
2021-07-18
1
-3
/
+3
*
Improve TreeItem API and allow to move nodes
trollodel
2021-05-17
1
-2
/
+2
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename AcceptDialog get_ok() to get_ok_button()
Marcel Admiraal
2020-12-14
1
-3
/
+3
*
Improve quick open performance and update some behaviour
Stijn Hinlopen
2020-07-14
1
-135
/
+136
*
Search ranking: favor filenames over extensions.
Stijn Hinlopen
2020-06-29
1
-33
/
+32
*
Remove directory search results
Stijn Hinlopen
2020-06-27
1
-60
/
+22
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-10
/
+18
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-23
/
+0
*
Make Quick Open substring match more specific.
Shivansh Anand
2020-04-29
1
-2
/
+8
*
Fix signal disconnection soon after connection in EditorQuickOpen
unknown
2020-04-08
1
-2
/
+1
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-1
/
+1
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-4
/
+4
*
Working multiple window support, including editor
Juan Linietsky
2020-03-26
1
-5
/
+9
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-6
/
+6
*
Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes
Rémi Verschelde
2020-03-01
1
-1
/
+1
|
\
|
*
Rename `scancode` to `keycode`.
bruvzg
2020-02-25
1
-1
/
+1
*
|
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-9
/
+5
|
/
*
Replace FALLTHROUGH macro by C++17 [[fallthrough]]
Rémi Verschelde
2020-02-23
1
-1
/
+1
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-5
/
+5
*
Texture refactor
Juan Linietsky
2020-02-11
1
-6
/
+6
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Minor cosmetic changes in some editor plugins
Michael Alexsander Silva Dias
2019-08-08
1
-5
/
+5
*
Force drawing guides in single-row Tree items in the editor
Michael Alexsander Silva Dias
2019-04-12
1
-6
/
+12
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Fix error with a specific dock layout
volzhs
2018-11-05
1
-0
/
+2
*
Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-...
Rémi Verschelde
2018-10-02
1
-1
/
+1
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-1
/
+1
*
Do not use theme to set LineEdit right_icon
Łukasz Rutkowski
2018-08-11
1
-1
/
+1
*
Add clear text button to LineEdit
Łukasz Rutkowski
2018-08-11
1
-0
/
+3
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-1
/
+1
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Fixed quick open not showing enties with no search text, issue 11277
Paulb23
2017-09-16
1
-1
/
+1
*
Improve 'quick open' search time
Jakub Grzesik
2017-09-02
1
-17
/
+35
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
[next]