summaryrefslogtreecommitdiffstats
path: root/editor/find_in_files.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-2/+2
* [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-8/+8
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-5/+5
* Use Core/Scene stringnames consistentlykobewi2024-05-131-6/+5
* Increase threshold for files per directory in editor Find in FilesHugo Locurcio2024-04-301-1/+3
* Merge pull request #88465 from AeioMuch/search_results_buttonRémi Verschelde2024-03-251-0/+12
|\
| * Hide Search Results by default. Show it on first search and push it at the en...AeioMuch2024-03-161-0/+12
* | Fix unexpected auto translation of Tree contentHaoyu Qiu2024-03-181-0/+1
|/
* Remember search text in Find/Replace in Files dialogMika Viskari2024-03-081-5/+18
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-14/+14
* Use callable for `TreeItem` custom drawA Thousand Ships2024-01-231-2/+1
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Update deferred calls to use Callableskobewi2024-01-091-1/+1
* Stop the searching of `find in files` in folders that have `.gdignore`Mateo Kuruk Miccino2023-12-081-4/+9
* Fix highlight in Search panel being offsetedJoão Pedro Braz2023-10-101-0/+2
* [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-2/+2
* Add EditorStringNames singletonkobewi2023-09-031-6/+7
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Rebuild search result tree when the theme is changedMarius Hanl2022-12-211-8/+11
* Fix slight visual discrepancy in Search Result dockVolTer2022-12-051-1/+1
* Merge pull request #66574 from MewPurPur/search-results-improvementsRémi Verschelde2022-11-241-14/+17
|\
| * Fixes and improvements to Search Results dockVolTer2022-11-021-14/+17
* | Merge pull request #65441 from MewPurPur/annoying-whitespaces-trimming-fixRémi Verschelde2022-11-061-2/+1
|\ \ | |/ |/|
| * Stopped edge stripping when using Find in FilesVolTer2022-09-071-2/+1
* | Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-311-1/+1
|\ \
| * | Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-1/+1
* | | Rename queue_delete => queue_freeMarc Gilleron2022-10-241-1/+1
|/ /
* / Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-2/+2
|/
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-2/+2
* Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-1/+1
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-2/+2
* i18n: Misc fixes translation stringsRémi Verschelde2022-06-081-2/+2
* Add a new HashSet templatereduz2022-05-201-3/+3
* Replace most uses of Map by HashMapreduz2022-05-161-14/+14
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-11/+7
* Fix some issues found by cppcheck.bruvzg2022-04-061-2/+2
* Initialize bools in the headers in editorAaron Franke2022-03-121-2/+0
* Port existing _notification code to use switch statements (part 1/3)jmb4622022-02-161-26/+34
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-2/+3
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-6/+6
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-6/+6
* Cleanup and move char functions to the `char_utils.h` header.bruvzg2022-02-041-7/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-2/+2
* Small formatting fixes in Find in FilesMax Hilbrunner2021-10-271-32/+31
* Save all 64 bits of get_ticks_msec() in more casesMax Hilbrunner2021-10-261-3/+3
* Restrict the project data directory configurationne0fhyk2021-10-181-1/+1