Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Inspector may scrolls away when editing a property that adds or removes ↵ | Marius Hanl | 2024-09-04 | 1 | -0/+1 |
| | | | | sub properties | ||||
* | Disable follow focus while updating inspector | kobewi | 2024-05-19 | 1 | -1/+0 |
| | |||||
* | Merge pull request #78960 from kleonc/inspector-follow-focus | Rémi Verschelde | 2024-01-04 | 1 | -0/+1 |
|\ | | | | | | | Make editor inspector follow focus | ||||
| * | Make editor inspector follow focus | kleonc | 2023-07-02 | 1 | -0/+1 |
| | | |||||
* | | Expose EditorInspector::get_edited_object to GDScript | Wilson E. Alvarez | 2023-09-23 | 1 | -0/+6 |
| | | |||||
* | | Doctool: Remove version attribute from XML header | Rémi Verschelde | 2023-07-06 | 1 | -1/+1 |
| | | | | | | | | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb). | ||||
* | | Bump version to 4.2-dev | Rémi Verschelde | 2023-07-05 | 1 | -1/+1 |
|/ | | | | Keep on waitin' | ||||
* | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 1 | -1/+1 |
| | | | | Can't stop, won't stop, they said, huh? | ||||
* | Fix inspector not showing name for LabelSettings.font | Haoyu Qiu | 2022-11-25 | 1 | -1/+1 |
| | |||||
* | Style: Misc docs and comment style and language fixes | Rémi Verschelde | 2022-11-02 | 1 | -2/+2 |
| | | | | | | | | | | - Removed empty paragraphs in XML. - Consistently use bold style for "Example:", on a new line. - Fix usage of `[code]` when hyperlinks could be used (`[member]`, `[constant]`). - Fix invalid usage of backticks for inline code in BBCode. - Fix some American/British English spelling inconsistencies. - Other minor fixes spotted along the way, including typo fixes with codespell. - Don't specify `@GlobalScope` for `enum` and `constant`. | ||||
* | Doc consistency: "inspector" to "Inspector" | Micky | 2022-10-27 | 1 | -1/+1 |
| | | | | Also fixes a slightly misleading comment in `Node.print_tree_pretty`. | ||||
* | Expose `EditorInspector.get_selected_path` | Marc Gilleron | 2022-09-19 | 1 | -0/+8 |
| | |||||
* | Rename the argument tag to param in XML documentation | Yuri Sizov | 2022-08-08 | 1 | -11/+11 |
| | |||||
* | Improves EditorInspector documentation | Haoyu Qiu | 2022-04-12 | 1 | -3/+7 |
| | |||||
* | Add an XML schema for documentation | Hugo Locurcio | 2022-02-15 | 1 | -1/+1 |
| | | | | | | | | This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions. | ||||
* | Improve some signal bindings to use specific `Object` subtypes | Rémi Verschelde | 2022-01-28 | 1 | -2/+2 |
| | |||||
* | [Editor] Move some animation specific keying logic out of inspector. | Fabio Alessandrelli | 2022-01-19 | 1 | -0/+5 |
| | | | | | | | Most of the custom logic to handle special keying cases is now inside the AnimationPlayerEditorPlugin. The EditorInspector now emits a signal when inspecting a new object. | ||||
* | [Editor] Fix inspector keying signals argument count. | Fabio Alessandrelli | 2022-01-07 | 1 | -0/+2 |
| | | | | | | | The second parameter of the signals `EditorInspector.property_keyed` and `EditorProperty.property_keyed_with_value` can be NIL, causing the event to fire with less arguments when using `emit_signal` that accepts Variant arguments, so we use the pointer version instead. | ||||
* | ScrollContainer's scrollbar visibility is now enum | kobewi | 2021-12-07 | 1 | -1/+1 |
| | |||||
* | Make overridden properties link to parent definition | Yuri Sizov | 2021-12-03 | 1 | -1/+1 |
| | | | | Co-authored-by: Josh DeGraw <joshmdegraw@gmail.com> | ||||
* | Don't generate empty doc sections and reduce code duplication | Aaron Franke | 2021-09-20 | 1 | -4/+0 |
| | |||||
* | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde | 2021-07-30 | 1 | -18/+9 |
| | | | | | | | | For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there. | ||||
* | doc: Sync classref with current source | Rémi Verschelde | 2021-02-19 | 1 | -8/+0 |
| | | | | And fix various bogus bindings following previous PRs. | ||||
* | doc: Sync classref with current source | Rémi Verschelde | 2020-07-28 | 1 | -3/+1 |
| | |||||
* | Document several editor-related classes to 100% completion | Hugo Locurcio | 2020-07-20 | 1 | -1/+14 |
| | |||||
* | Merge pull request #37888 from Calinou/doc-editor-only-singletons | Rémi Verschelde | 2020-04-23 | 1 | -0/+1 |
|\ | | | | | Document how some editor classes should be accessed as singletons only | ||||
| * | Document how some editor classes should be accessed as singletons only | Hugo Locurcio | 2020-04-22 | 1 | -0/+1 |
| | | | | | | | | This closes #37687. | ||||
* | | doc: Sync classref with current source | Rémi Verschelde | 2020-04-20 | 1 | -0/+6 |
|/ | | | | Add missing enum bindings. | ||||
* | Fixed Grammer | Yuri Roubinsky | 2020-02-06 | 1 | -0/+2 |
| | |||||
* | Update docs to version 4.0 | clayjohn | 2020-01-31 | 1 | -1/+1 |
| | |||||
* | doc: Drop unused 'category' property from header | Rémi Verschelde | 2020-01-26 | 1 | -1/+1 |
| | | | | | | | | | | We already removed it from the online docs with #35132. Currently it can only be "Built-In Types" (Variant types) or "Core" (everything else), which is of limited use. We might also want to consider dropping it from `ClassDB` altogether in Godot 4.0. | ||||
* | doc: Fix parsing of self-closing XML tags | Rémi Verschelde | 2019-09-24 | 1 | -1/+1 |
| | | | | | | | Follow-up to #31925, `<member />` tags just before `</members>` would cause a parsing issue, and we'd never notice that we're no longer parsing members. Also added space before closing `/>`. | ||||
* | Run doctool after overridden properties changes | Bojidar Marinov | 2019-09-04 | 1 | -0/+3 |
| | |||||
* | doc: Drop unused <demos> tag | Rémi Verschelde | 2019-04-19 | 1 | -2/+0 |
| | |||||
* | doc: Bump version to 3.2 | Rémi Verschelde | 2019-04-01 | 1 | -1/+1 |
| | |||||
* | doc: Sync classref with current source | Poommetee Ketson | 2018-11-10 | 1 | -0/+8 |
| | |||||
* | doc: Sync classref with current source | Rémi Verschelde | 2018-07-26 | 1 | -0/+22 |
| | | | | Fix various missing arguments in bindings. | ||||
* | Sync classref with current source | Rémi Verschelde | 2018-05-28 | 1 | -0/+37 |
Also fix binding of Basis.slerp |