summaryrefslogtreecommitdiffstats
path: root/editor/find_in_files.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the project data directory customizable.ne0fhyk2021-10-111-1/+1
* Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_masterRémi Verschelde2021-10-051-2/+3
|\
| * Provide a getter for the project data directory.ne0fhyk2021-09-151-2/+3
* | Use range iterators for `Map`Lightning_A2021-09-301-2/+2
|/
* Make "Find in Files" searches ignore directories with `.gdignore` files in themNicholas Huelin2021-07-301-0/+5
* Optimize StringName usagereduz2021-07-181-20/+20
* Implement Tree's internal minimum width calculationGilles Roudière2021-06-281-1/+1
* Documentation search fixesGregory Basile2021-06-161-4/+4
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Merge pull request #48747 from Calinou/editor-find-in-files-tweak-highlight-c...Rémi Verschelde2021-05-211-2/+4
|\
| * Tweak highlight color in the editor Find in Files dialogHugo Locurcio2021-05-161-2/+4
* | Change behavior of String.rightTomasz Chabora2021-05-201-2/+2
* | Improve TreeItem API and allow to move nodestrollodel2021-05-171-1/+1
|/
* Reorganize Project Settingsreduz2021-02-181-1/+1
* Merge pull request #42784 from mujpao/search-results-font-size-4.0Rémi Verschelde2021-02-141-0/+3
|\
| * Make search results font follow code editor fontmujpao2020-10-131-0/+3
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* | Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2
* | Rename Control margin to offsetMarcel Admiraal2020-12-231-8/+8
* | Merge pull request #44301 from pycbouh/show-count-find-in-filesRémi Verschelde2020-12-171-1/+13
|\ \