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
/
editor_help_search.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add multi window code and shader editors
trollodel
2023-05-10
1
-1
/
+4
*
Apply clamp_to_embedder on parent resize and popup.
Ryan Roden-Corrent
2023-03-27
1
-0
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix editor help crash
rune-scape
2022-12-01
1
-0
/
+4
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-11
/
+11
*
Merge pull request #65315 from Mickeon/editor-help-search-multi-term
Rémi Verschelde
2022-10-04
1
-32
/
+34
|
\
|
*
Allow multiple words in Docs Help Search filter
Micky
2022-10-04
1
-32
/
+34
*
|
Fix possible crash in editor help
kobewi
2022-09-19
1
-0
/
+5
*
|
Merge pull request #65624 from KoBeWi/help_I'm_stuck
Rémi Verschelde
2022-09-13
1
-5
/
+4
|
\
\
|
*
|
Prevent infinite loops in editor help search
kobewi
2022-09-10
1
-5
/
+4
|
|
/
*
/
Add ability to flag classes as experimental or deprecated.
SaracenOne
2022-09-11
1
-7
/
+23
|
/
*
Allow searching for annotations in help
RedMser
2022-09-05
1
-26
/
+38
*
Rename TreeItem's `set_tooltip` to `set_tooltip_text`
Micky
2022-08-30
1
-4
/
+4
*
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-27
1
-2
/
+2
*
Extract EditorResourceConversionPlugin into its own source files and clean up...
Yuri Sizov
2022-07-31
1
-0
/
+1
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-1
/
+1
*
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
FireForge
2022-07-09
1
-1
/
+1
*
Fix typos with codespell
Rémi Verschelde
2022-05-23
1
-1
/
+1
*
Fix editor crash in built-in help when script inheritance chain changes.
K. S. Ernest (iFire) Lee
2022-05-17
1
-4
/
+21
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-9
/
+9
*
Improve handling for editor search with blank searches
SaracenOne
2022-04-05
1
-1
/
+5
*
Initialize bools in the headers in editor
Aaron Franke
2022-03-12
1
-2
/
+0
*
Add missing i18n to various strings
Haoyu Qiu
2022-03-07
1
-1
/
+1
*
Port existing _notification code to use switch statements (part 1/3)
jmb462
2022-02-16
1
-0
/
+2
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-3
/
+3
*
Merge pull request #57796 from akien-mga/revert-sname-theme-setters
Rémi Verschelde
2022-02-08
1
-1
/
+1
|
\
|
*
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-1
/
+1
*
|
Refactor some object type checking code with `cast_to`
Rémi Verschelde
2022-02-08
1
-5
/
+0
|
/
*
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-1
/
+1
*
Add missing SNAME macro optimization in some function calls
jmb462
2022-02-06
1
-2
/
+2
*
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
-5
/
+5
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-4
/
+4
*
Move the docs for constructors and operators out of methods section
Aaron Franke
2021-10-29
1
-0
/
+24
*
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
*
Add theme item descriptions to the online documentation
Yuri Sizov
2021-08-04
1
-2
/
+2
*
Optimize StringName usage
reduz
2021-07-18
1
-11
/
+11
*
Clean up Tree
reduz
2021-07-04
1
-0
/
+2
*
Implement Tree's internal minimum width calculation
Gilles Roudière
2021-06-28
1
-1
/
+1
*
Change behavior of String.right
Tomasz Chabora
2021-05-20
1
-1
/
+1
*
Select non-perfect matches if necessary in the Search Help dialog
Michael Alexsander
2021-03-19
1
-11
/
+16
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Show constructor arguments in Search Help panel (for basic types)
Yuri Roubinsky
2020-12-18
1
-10
/
+22
*
Rename AcceptDialog get_ok() to get_ok_button()
Marcel Admiraal
2020-12-14
1
-5
/
+5
*
Revert "Adds fuzzy search for help search dialog"
follower
2020-07-01
1
-13
/
+6
*
Remove ToolButton in favor of Button
Hugo Locurcio
2020-06-19
1
-2
/
+4
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-53
/
+97
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-36
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-1
/
+0
[next]