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
/
find_in_files.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
[Scene] Add `SceneStringNames::text/value_changed`
A Thousand Ships
2024-06-19
1
-2
/
+2
*
[Scene] Add `SceneStringNames::item_selected`
A Thousand Ships
2024-06-19
1
-1
/
+1
*
[Scene] Add `SceneStringNames::font(_size/_color)`
A Thousand Ships
2024-06-18
1
-8
/
+8
*
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
1
-5
/
+5
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-6
/
+5
*
Increase threshold for files per directory in editor Find in Files
Hugo Locurcio
2024-04-30
1
-1
/
+3
*
Merge pull request #88465 from AeioMuch/search_results_button
Rémi Verschelde
2024-03-25
1
-0
/
+12
|
\
|
*
Hide Search Results by default. Show it on first search and push it at the en...
AeioMuch
2024-03-16
1
-0
/
+12
*
|
Fix unexpected auto translation of Tree content
Haoyu Qiu
2024-03-18
1
-0
/
+1
|
/
*
Remember search text in Find/Replace in Files dialog
Mika Viskari
2024-03-08
1
-5
/
+18
*
Add const lvalue ref to editor/* container parameters
Muller-Castro
2024-02-26
1
-14
/
+14
*
Use callable for `TreeItem` custom draw
A Thousand Ships
2024-01-23
1
-2
/
+1
*
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-1
/
+1
*
Update deferred calls to use Callables
kobewi
2024-01-09
1
-1
/
+1
*
Stop the searching of `find in files` in folders that have `.gdignore`
Mateo Kuruk Miccino
2023-12-08
1
-4
/
+9
*
Fix highlight in Search panel being offseted
João Pedro Braz
2023-10-10
1
-0
/
+2
*
[Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-15
1
-2
/
+2
*
Add EditorStringNames singleton
kobewi
2023-09-03
1
-6
/
+7
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Rebuild search result tree when the theme is changed
Marius Hanl
2022-12-21
1
-8
/
+11
*
Fix slight visual discrepancy in Search Result dock
VolTer
2022-12-05
1
-1
/
+1
*
Merge pull request #66574 from MewPurPur/search-results-improvements
Rémi Verschelde
2022-11-24
1
-14
/
+17
|
\
|
*
Fixes and improvements to Search Results dock
VolTer
2022-11-02
1
-14
/
+17
*
|
Merge pull request #65441 from MewPurPur/annoying-whitespaces-trimming-fix
Rémi Verschelde
2022-11-06
1
-2
/
+1
|
\
\
|
|
/
|
/
|
|
*
Stopped edge stripping when using Find in Files
VolTer
2022-09-07
1
-2
/
+1
*
|
Merge pull request #67578 from KoBeWi/GEDITOR
Rémi Verschelde
2022-10-31
1
-1
/
+1
|
\
\
|
*
|
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-1
/
+1
*
|
|
Rename queue_delete => queue_free
Marc Gilleron
2022-10-24
1
-1
/
+1
|
/
/
*
/
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-2
/
+2
|
/
*
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
1
-2
/
+2
*
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-27
1
-1
/
+1
*
Refactor Font configuration and import UI, and Font resources.
bruvzg
2022-07-06
1
-2
/
+2
*
i18n: Misc fixes translation strings
Rémi Verschelde
2022-06-08
1
-2
/
+2
*
Add a new HashSet template
reduz
2022-05-20
1
-3
/
+3
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-14
/
+14
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-11
/
+7
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-2
/
+2
*
Initialize bools in the headers in editor
Aaron Franke
2022-03-12
1
-2
/
+0
*
Port existing _notification code to use switch statements (part 1/3)
jmb462
2022-02-16
1
-26
/
+34
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-2
/
+3
*
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-6
/
+6
*
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-6
/
+6
*
Cleanup and move char functions to the `char_utils.h` header.
bruvzg
2022-02-04
1
-7
/
+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
-2
/
+2
*
Small formatting fixes in Find in Files
Max Hilbrunner
2021-10-27
1
-32
/
+31
*
Save all 64 bits of get_ticks_msec() in more cases
Max Hilbrunner
2021-10-26
1
-3
/
+3
*
Restrict the project data directory configuration
ne0fhyk
2021-10-18
1
-1
/
+1
[next]