summaryrefslogtreecommitdiff
path: root/editor/find_in_files.cpp
AgeCommit message (Expand)Author
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-21Rebuild search result tree when the theme is changedMarius Hanl
2022-12-05Fix slight visual discrepancy in Search Result dockVolTer
2022-11-24Merge pull request #66574 from MewPurPur/search-results-improvementsRémi Verschelde
2022-11-06Merge pull request #65441 from MewPurPur/annoying-whitespaces-trimming-fixRémi Verschelde
2022-11-02Fixes and improvements to Search Results dockVolTer
2022-10-31Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde
2022-10-24Rename queue_delete => queue_freeMarc Gilleron
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-09-07Stopped edge stripping when using Find in FilesVolTer
2022-08-29Rename String `plus_file` to `path_join`Aaron Franke
2022-08-27Rename `hint_tooltip` to `tooltip_text` & setgetMicky
2022-07-06Refactor Font configuration and import UI, and Font resources.bruvzg
2022-06-08i18n: Misc fixes translation stringsRémi Verschelde
2022-05-20Add a new HashSet templatereduz
2022-05-16Replace most uses of Map by HashMapreduz
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-03-12Initialize bools in the headers in editorAaron Franke
2022-02-16Port existing _notification code to use switch statements (part 1/3)jmb462
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
2022-02-06Add missing SNAME macro optimization to all theme methods calljmb462
2022-02-04Cleanup and move char functions to the `char_utils.h` header.bruvzg
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-10-27Small formatting fixes in Find in FilesMax Hilbrunner
2021-10-26Save all 64 bits of get_ticks_msec() in more casesMax Hilbrunner
2021-10-18Restrict the project data directory configurationne0fhyk
2021-10-11Make the project data directory customizable.ne0fhyk
2021-10-05Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_masterRémi Verschelde
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-15Provide a getter for the project data directory.ne0fhyk
2021-07-30Make "Find in Files" searches ignore directories with `.gdignore` files in themNicholas Huelin
2021-07-18Optimize StringName usagereduz
2021-06-28Implement Tree's internal minimum width calculationGilles Roudière
2021-06-16Documentation search fixesGregory Basile
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-05-21Merge pull request #48747 from Calinou/editor-find-in-files-tweak-highlight-c...Rémi Verschelde
2021-05-20Change behavior of String.rightTomasz Chabora
2021-05-17Improve TreeItem API and allow to move nodestrollodel
2021-05-16Tweak highlight color in the editor Find in Files dialogHugo Locurcio
2021-02-18Reorganize Project Settingsreduz
2021-02-14Merge pull request #42784 from mujpao/search-results-font-size-4.0Rémi Verschelde
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-12-17Merge pull request #44301 from pycbouh/show-count-find-in-filesRémi Verschelde
2020-12-14Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal