| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reorganize Project Settings | reduz | 2021-02-18 | 1 | -1/+1 |
| * | Merge pull request #42784 from mujpao/search-results-font-size-4.0 | Rémi Verschelde | 2021-02-14 | 1 | -0/+3 |
| |\ |
|
| | * | Make search results font follow code editor font | mujpao | 2020-10-13 | 1 | -0/+3 |
| * | | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
| * | | Rename empty() to is_empty() | Marcel Admiraal | 2020-12-28 | 1 | -2/+2 |
| * | | Rename Control margin to offset | Marcel Admiraal | 2020-12-23 | 1 | -8/+8 |
| * | | Merge pull request #44301 from pycbouh/show-count-find-in-files | Rémi Verschelde | 2020-12-17 | 1 | -1/+13 |
| |\ \ |
|
| | * | | Display the number of results for global search | Yuri Sizov | 2020-12-11 | 1 | -1/+13 |
| * | | | Rename AcceptDialog get_ok() to get_ok_button() | Marcel Admiraal | 2020-12-14 | 1 | -1/+1 |
| |/ / |
|
| * | | Initialize class/struct variables with default values in platform/ and editor/ | Rafał Mikrut | 2020-12-02 | 1 | -5/+0 |
| * | | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg | 2020-11-26 | 1 | -2/+5 |
| |/ |
|
| * | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. | bruvzg | 2020-09-03 | 1 | -2/+2 |
| * | Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r... | Stijn Hinlopen | 2020-07-14 | 1 | -1/+1 |
| * | Search result highlights follow font size | Stijn Hinlopen | 2020-06-17 | 1 | -11/+11 |
| * | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -13/+24 |
| * | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -31/+0 |
| * | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -3/+3 |
| * | Popups are now windows also (broken!) | Juan Linietsky | 2020-03-26 | 1 | -5/+5 |
| * | Working multiple window support, including editor | Juan Linietsky | 2020-03-26 | 1 | -9/+10 |
| * | Signals: Manually port most of remaining connect_compat uses | Rémi Verschelde | 2020-02-28 | 1 | -2/+2 |
| * | Signals: Port connect calls to use callable_mp | Rémi Verschelde | 2020-02-28 | 1 | -23/+11 |
| * | Fix build after merge of #36077 | Rémi Verschelde | 2020-02-27 | 1 | -1/+1 |
| * | Merge pull request #36077 from pycbouh/repeat-search-in-files | Rémi Verschelde | 2020-02-27 | 1 | -0/+14 |
| |\ |
|
| | * | Add a button to quickly repeat last search in files | Yuri Sizov | 2020-02-10 | 1 | -0/+14 |
| * | | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 1 | -12/+12 |
| * | | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 1 | -9/+9 |
| * | | Added 'Replace in files' functionality to text editors | Dominik 'dreamsComeTrue' Jasiński | 2020-02-13 | 1 | -3/+68 |
| |/ |
|
| * | Ignore hidden files and directories in find in files | Pedro J. Estébanez | 2020-02-10 | 1 | -1/+3 |
| * | Fixes leak in Find in Files utility | Haoyu Qiu | 2020-01-21 | 1 | -2/+2 |
| * | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
| * | Removed unused variables, add some constants numbers | Rafał Mikrut | 2019-12-10 | 1 | -1/+0 |
| * | Added some obvious errors explanations | qarmin | 2019-09-25 | 1 | -2/+2 |
| * | Memory leak fixed | Klesomik | 2019-08-26 | 1 | -4/+4 |
| * | fix(find_in_files): crash when selecting with RMB | Fabian Stiewitz | 2019-08-12 | 1 | -0/+1 |
| * | Fix error when going to a text file by clicking in a result from "Find in files" | Michael Alexsander Silva Dias | 2019-08-07 | 1 | -0/+1 |
| * | Merge pull request #25647 from QbieShay/fix_25440 | Rémi Verschelde | 2019-05-29 | 1 | -23/+25 |
| |\ |
|
| | * | Added a setting for files in which the editor should search (project wise). | QbieShay | 2019-02-12 | 1 | -23/+25 |
| * | | Allow empty replacement texts in the Find in Files replace dialog | Hugo Locurcio | 2019-05-20 | 1 | -2/+1 |
| * | | Add -Wshadow=local to warnings and fix reported issues. | marxin | 2019-02-20 | 1 | -3/+3 |
| * | | Fix typos with codespell | Rémi Verschelde | 2019-02-13 | 1 | -1/+1 |
| |/ |
|
| * | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
| * | Added "shader" filter to "Find in Files" | Michael Alexsander Silva Dias | 2018-11-05 | 1 | -5/+4 |
| * | General fixup of the "Find in Files" dialog | Michael Alexsander Silva Dias | 2018-11-05 | 1 | -43/+14 |
| * | Improve the editor's Find in Files function | Hugo Locurcio | 2018-10-09 | 1 | -7/+5 |
| * | Fix Find in Files font size on hiDPI displays | Hugo Locurcio | 2018-10-05 | 1 | -6/+7 |
| * | Merge pull request #22220 from Naryosha/dialog | Rémi Verschelde | 2018-10-02 | 1 | -22/+12 |
| |\ |
|
| | * | Fix find-in-files and go-to-line dialog (partially) | Poommetee Ketson | 2018-09-18 | 1 | -22/+12 |
| * | | Tweak some editor texts' capitalization, use "Go to" instead of "Goto" | Hugo Locurcio | 2018-09-25 | 1 | -1/+1 |
| |/ |
|
| * | Misc. typos | luz.paz | 2018-09-12 | 1 | -1/+1 |
| * | Make some debug prints verbose-only, remove others | Rémi Verschelde | 2018-08-24 | 1 | -6/+6 |