summaryrefslogtreecommitdiffstats
path: root/editor/find_in_files.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Display the number of results for global searchYuri Sizov2020-12-111-1/+13
* | | Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-1/+1
|/ /
* | Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-5/+0
* | [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-2/+5
|/
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-2/+2
* Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-1/+1
* Search result highlights follow font sizeStijn Hinlopen2020-06-171-11/+11
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-13/+24
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-31/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-3/+3
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-5/+5
* Working multiple window support, including editorJuan Linietsky2020-03-261-9/+10
* Signals: Manually port most of remaining connect_compat usesRémi Verschelde2020-02-281-2/+2
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-23/+11
* Fix build after merge of #36077Rémi Verschelde2020-02-271-1/+1
* Merge pull request #36077 from pycbouh/repeat-search-in-filesRémi Verschelde2020-02-271-0/+14
|\
| * Add a button to quickly repeat last search in filesYuri Sizov2020-02-101-0/+14
* | Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-12/+12
* | PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-9/+9
* | Added 'Replace in files' functionality to text editorsDominik 'dreamsComeTrue' Jasiński2020-02-131-3/+68
|/