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