Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Scene] Add `SceneStringNames::text/value_changed` | A Thousand Ships | 2024-06-19 | 1 | -2/+2 |
| | |||||
* | [Scene] Add `SceneStringNames::item_selected` | A Thousand Ships | 2024-06-19 | 1 | -1/+1 |
| | |||||
* | [Scene] Add `SceneStringNames::font(_size/_color)` | A Thousand Ships | 2024-06-18 | 1 | -8/+8 |
| | |||||
* | [Scene] Add SceneStringNames::pressed | A Thousand Ships | 2024-05-14 | 1 | -5/+5 |
| | |||||
* | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -6/+5 |
| | |||||
* | Increase threshold for files per directory in editor Find in Files | Hugo Locurcio | 2024-04-30 | 1 | -1/+3 |
| | | | | | This allows up to 100,000 files per folder to be searched with Find in Files, as opposed to just 1,000. | ||||
* | Merge pull request #88465 from AeioMuch/search_results_button | Rémi Verschelde | 2024-03-25 | 1 | -0/+12 |
|\ | | | | | | | [Editor] Hide Search Results by default and show it on first search. | ||||
| * | Hide Search Results by default. Show it on first search and push it at the ↵ | AeioMuch | 2024-03-16 | 1 | -0/+12 |
| | | | | | | | | end. Add a close button to hide it back. Also switch to Script Editor if a searched line is clicked. | ||||
* | | Fix unexpected auto translation of Tree content | Haoyu Qiu | 2024-03-18 | 1 | -0/+1 |
|/ | |||||
* | Remember search text in Find/Replace in Files dialog | Mika Viskari | 2024-03-08 | 1 | -5/+18 |
| | |||||
* | Add const lvalue ref to editor/* container parameters | Muller-Castro | 2024-02-26 | 1 | -14/+14 |
| | |||||
* | Use callable for `TreeItem` custom draw | A Thousand Ships | 2024-01-23 | 1 | -2/+1 |
| | | | | Deprecating old functionality | ||||
* | Reorganize code related to editor theming | Yuri Sizov | 2024-01-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | This change introduces a new EditorThemeManager class to abstract theme generatio and its subroutines. Logic related to EditorTheme, EditorColorMap, and editor icons has been extracted into their respective files with includes cleaned up. All related files have been moved to a separate folder to better scope them in the project. This includes relevant generated files as well. | ||||
* | Update deferred calls to use Callables | kobewi | 2024-01-09 | 1 | -1/+1 |
| | |||||
* | Stop the searching of `find in files` in folders that have `.gdignore` | Mateo Kuruk Miccino | 2023-12-08 | 1 | -4/+9 |
| | |||||
* | Fix highlight in Search panel being offseted | João Pedro Braz | 2023-10-10 | 1 | -0/+2 |
| | | | | | This commit fixes the match highlight in the Find In Files result panel being slightly offseted. | ||||
* | [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable | A Thousand Ships | 2023-09-15 | 1 | -2/+2 |
| | |||||
* | Add EditorStringNames singleton | kobewi | 2023-09-03 | 1 | -6/+7 |
| | |||||
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
| | | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see". | ||||
* | Rebuild search result tree when the theme is changed | Marius Hanl | 2022-12-21 | 1 | -8/+11 |
| | |||||
* | Fix slight visual discrepancy in Search Result dock | VolTer | 2022-12-05 | 1 | -1/+1 |
| | |||||
* | Merge pull request #66574 from MewPurPur/search-results-improvements | Rémi Verschelde | 2022-11-24 | 1 | -14/+17 |
|\ | | | | | | | Fixes and improvements to Search Results dock | ||||
| * | Fixes and improvements to Search Results dock | VolTer | 2022-11-02 | 1 | -14/+17 |
| | | |||||
* | | Merge pull request #65441 from MewPurPur/annoying-whitespaces-trimming-fix | Rémi Verschelde | 2022-11-06 | 1 | -2/+1 |
|\ \ | |/ |/| | Prevent stripping the edges of strings when using Find in Files | ||||
| * | Stopped edge stripping when using Find in Files | VolTer | 2022-09-07 | 1 | -2/+1 |
| | | |||||
* | | Merge pull request #67578 from KoBeWi/GEDITOR | Rémi Verschelde | 2022-10-31 | 1 | -1/+1 |
|\ \ | | | | | | | | | | Unify usage of GLOBAL/EDITOR_GET | ||||
| * | | Unify usage of GLOBAL/EDITOR_GET | kobewi | 2022-10-18 | 1 | -1/+1 |
| | | | |||||
* | | | Rename queue_delete => queue_free | Marc Gilleron | 2022-10-24 | 1 | -1/+1 |
|/ / | | | | | | | | | # Conflicts: # editor/plugins/tiles/tiles_editor_plugin.cpp | ||||
* / | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, ↵ | bruvzg | 2022-10-07 | 1 | -2/+2 |
|/ | | | | change warnings=all to use /W4. | ||||
* | Rename String `plus_file` to `path_join` | Aaron Franke | 2022-08-29 | 1 | -2/+2 |
| | |||||
* | Rename `hint_tooltip` to `tooltip_text` & setget | Micky | 2022-08-27 | 1 | -1/+1 |
| | | | | | | | | `hint_tooltip` -> `tooltip_text` `set_tooltip` -> `set_tooltip_text` `_get_tooltip` -> `get_tooltip_text` Updates documentation, too. | ||||
* | Refactor Font configuration and import UI, and Font resources. | bruvzg | 2022-07-06 | 1 | -2/+2 |
| | |||||
* | i18n: Misc fixes translation strings | Rémi Verschelde | 2022-06-08 | 1 | -2/+2 |
| | | | | Adds some translator comments to solve some questions raised on Weblate. | ||||
* | Add a new HashSet template | reduz | 2022-05-20 | 1 | -3/+3 |
| | | | | | * Intended to replace RBSet in most cases. * Optimized for iteration speed | ||||
* | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 1 | -14/+14 |
| | | | | | | | | | | | | * Map is unnecessary and inefficient in almost every case. * Replaced by the new HashMap. * Renamed Map to RBMap and Set to RBSet for cases that still make sense (order matters) but use is discouraged. There were very few cases where replacing by HashMap was undesired because keeping the key order was intended. I tried to keep those (as RBMap) as much as possible, but might have missed some. Review appreciated! | ||||
* | Make FileAccess and DirAccess classes reference counted. | bruvzg | 2022-04-11 | 1 | -11/+7 |
| | |||||
* | Fix some issues found by cppcheck. | bruvzg | 2022-04-06 | 1 | -2/+2 |
| | |||||
* | Initialize bools in the headers in editor | Aaron Franke | 2022-03-12 | 1 | -2/+0 |
| | |||||
* | Port existing _notification code to use switch statements (part 1/3) | jmb462 | 2022-02-16 | 1 | -26/+34 |
| | |||||
* | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker | 2022-02-12 | 1 | -2/+3 |
| | |||||
* | Revert "Add missing SNAME macro optimization to all theme methods call" | Rémi Verschelde | 2022-02-08 | 1 | -6/+6 |
| | | | | | | | | This reverts commit a988fad9a092053434545c32afae91ccbdfbe792. As discussed in #57725 and clarified in #57788, `SNAME` is not meant to be used everywhere but only in critical code paths. For theme methods specifically, it was by design that only getters use `SNAME` and not setters. | ||||
* | Add missing SNAME macro optimization to all theme methods call | jmb462 | 2022-02-06 | 1 | -6/+6 |
| | |||||
* | Cleanup and move char functions to the `char_utils.h` header. | bruvzg | 2022-02-04 | 1 | -7/+2 |
| | |||||
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
| | | | | Happy new year to the wonderful Godot community! | ||||
* | Replace String comparisons with "", String() to is_empty() | Nathan Franke | 2021-12-09 | 1 | -2/+2 |
| | | | | | | Also: - Adds two stress tests to test_string.h - Changes to .empty() on std::strings | ||||
* | Small formatting fixes in Find in Files | Max Hilbrunner | 2021-10-27 | 1 | -32/+31 |
| | |||||
* | Save all 64 bits of get_ticks_msec() in more cases | Max Hilbrunner | 2021-10-26 | 1 | -3/+3 |
| | |||||
* | Restrict the project data directory configuration | ne0fhyk | 2021-10-18 | 1 | -1/+1 |
| | |||||
* | Make the project data directory customizable. | ne0fhyk | 2021-10-11 | 1 | -1/+1 |
| | |||||
* | Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_master | Rémi Verschelde | 2021-10-05 | 1 | -2/+3 |
|\ |