Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [RTL] Add support for image dynamic updating, padding, tooltips and size in ↵ | bruvzg | 2023-09-26 | 1 | -6/+32 |
| | | | | percent. | ||||
* | Merge pull request #81346 from timothyqiu/interning | Yuri Sizov | 2023-09-06 | 1 | -6/+19 |
|\ | | | | | | | Avoid text substitution in EditorHelp messages | ||||
| * | Avoid text substitution in EditorHelp messages | Haoyu Qiu | 2023-09-05 | 1 | -6/+19 |
| | | |||||
* | | Add EditorStringNames singleton | kobewi | 2023-09-03 | 1 | -48/+49 |
|/ | |||||
* | Use the gray color for all abstract classes | MewPurPur | 2023-08-31 | 1 | -1/+1 |
| | |||||
* | Merge pull request #78941 from ↵ | Yuri Sizov | 2023-07-31 | 1 | -6/+23 |
|\ | | | | | | | | | | | dalexeev/gds-doc-comments-deprecated-and-experimental GDScript: Add `@deprecated` and `@experimental` doc comment tags | ||||
| * | GDScript: Add `@deprecated` and `@experimental` doc comment tags | Danil Alexeev | 2023-07-08 | 1 | -6/+23 |
| | | |||||
* | | Merge pull request #78615 from RandomShaper/fix_doc_cache | Yuri Sizov | 2023-07-26 | 1 | -39/+11 |
|\ \ | | | | | | | | | | Re-enable docs cache with fixes | ||||
| * | | Re-enable docs cache with fixes | Pedro J. Estébanez | 2023-07-05 | 1 | -39/+11 |
| | | | |||||
* | | | Merge pull request #79206 from raulsntos/doc-mention-csharp-differences | Yuri Sizov | 2023-07-14 | 1 | -0/+49 |
|\ \ \ | | | | | | | | | | | | | Add a warning about C# differences in classref doc | ||||
| * | | | Add a note about C# differences in classref doc | Raul Santos | 2023-07-09 | 1 | -0/+49 |
| | |/ | |/| | |||||
* | | | Merge pull request #78649 from MewPurPur/dont-link-to-own-page | Yuri Sizov | 2023-07-12 | 1 | -8/+15 |
|\ \ \ | | | | | | | | | | | | | Tweak documentation to use bold font when a class is referencing itself | ||||
| * | | | Tweak documentation to use bold font when a class is referencing itself | MewPurPur | 2023-06-24 | 1 | -8/+15 |
| | | | | |||||
* | | | | Merge pull request #78538 from Sauermann/fix-code-simplifications | Yuri Sizov | 2023-07-12 | 1 | -1/+1 |
|\ \ \ \ | |_|/ / |/| | | | | | | | Remove unnecessary value assignments throughout the codebase | ||||
| * | | | Code simplifications | Markus Sauermann | 2023-06-21 | 1 | -1/+1 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CPPcheck found most of them. no need to assign the variable twice: - AnimationTrackEditTypeAudio - SSEffects variable is assigned in all if-else clauses: - EditorHelp - AndroidInputHandler - MenuBar - ShaderCompiler same if clause: - ItemList clearing an empty bitfield has no effect: - Viewport | ||||
* | / | Fix regression with enum descriptions now showing up in documentation. | ocean (they/them) | 2023-07-02 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Unexpose `DocCache` class | Danil Alexeev | 2023-06-24 | 1 | -1/+0 |
| | | |||||
* | | Disable doc cache temporarily for pre-RC stabilization | Pedro J. Estébanez | 2023-06-23 | 1 | -0/+3 |
|/ | |||||
* | Display `BitField[Enum]` in docs to distinguish from `Enum` | Danil Alexeev | 2023-06-15 | 1 | -6/+18 |
| | |||||
* | Use right type in the binding of DocCache::classes | Pedro J. Estébanez | 2023-06-02 | 1 | -1/+1 |
| | |||||
* | Invalidate the DocCache when updating the xml docs | RedworkDE | 2023-05-28 | 1 | -1/+1 |
| | |||||
* | Improve startup benchmarking | Fredia Huya-Kouadio | 2023-05-23 | 1 | -0/+2 |
| | | | | Move the benchmarking measuring methods from `Engine` to `OS` to allow for platform specific overrides (e.g: can be used to hook into platform specific benchmarking and tracing capabilities). | ||||
* | Use defined key mapping for closing popups and dialogs | Arman Elgudzhyan | 2023-05-20 | 1 | -16/+4 |
| | | | | As opposed to hardcoding the escape key. Also removed such hardcoding in a few other places as well as a hardcoded enter key in one of the affected input fields. | ||||
* | Merge pull request #77033 from dalexeev/editor-help-fix-array-links | Rémi Verschelde | 2023-05-15 | 1 | -1/+2 |
|\ | | | | | | | EditorHelp: Fix displaying typed `Array` links | ||||
| * | EditorHelp: Fix displaying typed `Array` links | Danil Alexeev | 2023-05-13 | 1 | -1/+2 |
| | | |||||
* | | Exclude overriden properties from Property Descriptions section | Alex Drozd | 2023-05-14 | 1 | -9/+10 |
|/ | |||||
* | Merge pull request #76539 from anvilfolk/gddocsreg | Rémi Verschelde | 2023-04-28 | 1 | -1/+7 |
|\ | | | | | | | Fix wrongly removing prefix when generating in-editor documentation | ||||
| * | Fix wrongly removing prefix when generating in-editor documentation | ocean (they/them) | 2023-04-28 | 1 | -1/+7 |
| | | | | | | | | Co-authored-by: Danil Alexeev <danil@alexeev.xyz> | ||||
* | | Fix wait for thread not started | Samuele Panzeri | 2023-04-27 | 1 | -3/+0 |
|/ | |||||
* | Merge pull request #72095 from anvilfolk/gd-docs | Yuri Sizov | 2023-04-26 | 1 | -38/+86 |
|\ | | | | | Improve GDScript documentation generation & behavior | ||||
| * | Improve and fix GDScript documentation generation & behavior | ocean (they/them) | 2023-04-21 | 1 | -38/+86 |
| | | | | | | | | | | | | Removes documentation generation (docgen) from the GDScript compiler to its own file. Adds support for GDScript enums and signal parameters and quite a few other assorted fixes and improvements. | ||||
* | | Improve reliability of editor docs cache | Pedro J. Estébanez | 2023-04-25 | 1 | -24/+6 |
| | | |||||
* | | Fix EditorHelp failing to load | kobewi | 2023-04-21 | 1 | -1/+1 |
|/ | |||||
* | C#: Do not use DocCache when generating glue code | RedworkDE | 2023-04-20 | 1 | -2/+2 |
| | |||||
* | Cache classes editor help | Pedro J. Estébanez | 2023-04-13 | 1 | -6/+110 |
| | |||||
* | Make icons of scripted and custom classes fit the editor UI | Yuri Sizov | 2023-03-31 | 1 | -2/+2 |
| | | | | | | | | | | | Also: - Add an option to limit the icon size in PopupMenu. This is similar to how this works in Tree and TreeItem. - Add the same option to TabBar. - Add a theme constant for Tree, PopupMenu, Button, and TabBar to apply this limit on the control level. Co-authored-by: Daylily-Zeleen <daylily-zeleen@foxmail.com> | ||||
* | Streamline class icon resolution in the editor | Yuri Sizov | 2023-03-31 | 1 | -13/+5 |
| | |||||
* | Enable `RichTextLabel` context menu if selection is enabled | Danil Alexeev | 2023-03-06 | 1 | -0/+1 |
| | |||||
* | Merge pull request #67707 from ↵ | Rémi Verschelde | 2023-02-14 | 1 | -0/+4 |
|\ | | | | | | | | | | | Cykyrios/hide-private-prop-description-in-classdoc Fix private properties appearing in custom class doc Property Descriptions | ||||
| * | Fix private properties appearing in class doc Property Descriptions | Cykyrios | 2022-10-21 | 1 | -0/+4 |
| | | |||||
* | | Make EditorHelp respect font size settings | Yuri Sizov | 2023-02-11 | 1 | -158/+192 |
| | | |||||
* | | Make use of a theme cache in EditorHelp and ensure it's updated | Yuri Sizov | 2023-02-11 | 1 | -188/+192 |
| | | | | | | | | | | | | - Migrates the existing cache to the standard theme cache struct - Moves some parts of the codebase to use cache instead of ad-hoc fetching - Adds hooks to editor settings previously missing from theme regeneration | ||||
* | | Remove some unused signals | Rémi Verschelde | 2023-01-31 | 1 | -4/+0 |
| | | | | | | | | Part of #37604. | ||||
* | | Merge pull request #71330 from Geometror/richtextlabel-fit-content | Rémi Verschelde | 2023-01-25 | 1 | -1/+1 |
|\ \ | | | | | | | | | | [RichTextLabel] Match minimum size calculation of Label (proper content fitting) | ||||
| * | | [RichTextLabel] Match minimum size calculation of Label | Hendrik Brucker | 2023-01-13 | 1 | -1/+1 |
| | | | | | | | | | | | | (optional via fit_content property) | ||||
* | | | Clean-up, harmonize, and improve StyleBox API | Yuri Sizov | 2023-01-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | - Make all margin properties follow the same naming convention (their getter and setter too). - Remove a virtual counterpart of `get_style_margin` from API. - Allow to override `get_minimum_size` from scripting and remove `get_center_size`. | ||||
* | | | Update all outdated online documentation links | Yuri Sizov | 2023-01-14 | 1 | -1/+1 |
|/ / | |||||
* | | 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". | ||||
* | | Fix left-aligned EditorHelp when first opened | Micky | 2022-12-09 | 1 | -3/+2 |
| | | |||||
* | | Use forward-declarations in big editor classes | trollodel | 2022-11-29 | 1 | -0/+1 |
| | |