Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update links to outdated asset library demos | skyace65 | 2024-04-07 | 1 | -2/+2 |
| | | | | | | Update links to outdated asset library demos Co-authored-by: Max Hilbrunner <m.hilbrunner@gmail.com> | ||||
* | Add keywords to improve search in the class reference | Hugo Locurcio | 2024-02-22 | 1 | -1/+1 |
| | |||||
* | Use bound theme properties for documentation | Yuri Sizov | 2023-09-26 | 1 | -46/+0 |
| | |||||
* | Further separate icon from text of buttons in both editor and default themes | Michael Alexsander | 2023-08-07 | 1 | -1/+1 |
| | |||||
* | 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' | ||||
* | Overhaul the top sections of the class reference (GUI classes) | VolTer | 2023-05-28 | 1 | -2/+2 |
| | |||||
* | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 1 | -1/+1 |
| | | | | Can't stop, won't stop, they said, huh? | ||||
* | Document MDSF font outlines may require `msdf_pixel_range` adjustments | Hugo Locurcio | 2022-12-19 | 1 | -0/+1 |
| | |||||
* | Rename the argument tag to param in XML documentation | Yuri Sizov | 2022-08-08 | 1 | -1/+1 |
| | |||||
* | enhancement: rename exposed property Control::minimum_size to ↵ | Pierre-Thomas Meisels | 2022-06-23 | 1 | -1/+1 |
| | | | | Control::custom_minimum_size | ||||
* | Rename theme properties to include underscores | FireForge | 2022-04-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | - check_vadjust -> check_v_adjust - close_h_ofs -> close_h_offset - close_v_ofs -> close_v_offset - commentfocus -> comment_focus - hseparation -> h_separation - ofs -> offset - selectedframe -> selected_frame - state_machine_selectedframe -> state_machine_selected_frame - table_hseparation -> table_h_separation - table_vseparation -> table_v_separation - vseparation -> v_separation | ||||
* | Rename Control's Rect properties to exclude rect_ part | Marcel Admiraal | 2022-03-08 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Document that transparent StyleBoxes/textures should be used for UI focus | Hugo Locurcio | 2021-12-15 | 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> | ||||
* | Sort and group theme properties in docs, improve formatting for theme and enums | Yuri Sizov | 2021-12-01 | 1 | -18/+18 |
| | |||||
* | Add focus font color to Button and derivatives | Yuri Sizov | 2021-10-26 | 1 | -0/+3 |
| | |||||
* | Add warnings to methods that give access to internal nodes | Yuri Sizov | 2021-10-10 | 1 | -0/+2 |
| | |||||
* | Add usability notes to ColorPicker and ColorPickerButton descriptions | Yuri Sizov | 2021-09-25 | 1 | -0/+1 |
| | | | | Co-authored-by: follower <follower@rancidbacon.com> | ||||
* | Don't generate empty doc sections and reduce code duplication | Aaron Franke | 2021-09-20 | 1 | -2/+0 |
| | |||||
* | Add theme item descriptions to the online documentation | Yuri Sizov | 2021-08-04 | 1 | -15/+15 |
| | |||||
* | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde | 2021-07-30 | 1 | -6/+3 |
| | | | | | | | | 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. | ||||
* | Better format arguments in variant parser | Michael Alexsander Silva Dias | 2021-06-18 | 1 | -6/+6 |
| | |||||
* | [CTL] Add missing font outline drawing routines and theme constants. | bruvzg | 2021-02-14 | 1 | -0/+6 |
| | |||||
* | Change themes *_color_* to *_*_color | Marcel Admiraal | 2021-01-24 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Changed: font_color_accel -> font_accelerator_color font_color_bg -> font_unselected_color font_color_disabled -> font_disabled_color font_color_fg -> font_selected_color font_color_hover -> font_hover_color font_color_hover_pressed -> font_hover_pressed_color font_color_pressed -> font_pressed_color font_color_readonly -> font_readonly_color font_color_selected -> font_selected_color font_color_shadow -> font_shadow_color font_color_uneditable -> font_uneditable_color icon_color_disabled -> icon_disabled_color icon_color_hover -> icon_hover_color icon_color_hover_pressed -> icon_hover_pressed_color icon_color_normal -> icon_normal_color icon_color_pressed -> icon_pressed_color Also includes: font_outline_modulate -> font_outline_color tab_fg -> tab_selected tab_bg -> tab_unselected | ||||
* | [Complex Text Layouts] Add TextServer documentation. Update Font, ↵ | bruvzg | 2020-11-26 | 1 | -0/+3 |
| | | | | CanvasItem, Theme and modified controls documentation. | ||||
* | Link to demos from within the class reference | Aaron Franke | 2020-10-01 | 1 | -0/+2 |
| | |||||
* | Reference the BaseButton class explicitly in button class documentations | Hugo Locurcio | 2020-09-23 | 1 | -0/+1 |
| | | | | | | Users are sometimes confused as to the `pressed` property not being visible in the Button class documentation. This is because `pressed` is defined in BaseButton. | ||||
* | doc: Sync classref with current source | Rémi Verschelde | 2020-02-12 | 1 | -1/+1 |
| | | | | | | | | Lots of internal API changes and some docstrings were lost in the conversion. I manually salvaged many of them but for all the rendering-related ones, an additional pass is needed. Added missing enum bindings in BaseMaterial3D and VisualServer. | ||||
* | Completes doc for button classes | Haoyu Qiu | 2020-02-05 | 1 | -0/+12 |
| | |||||
* | 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. | ||||
* | Complete documentation of some more classes | Tomasz Chabora | 2020-01-14 | 1 | -0/+2 |
| | |||||
* | 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 `/>`. | ||||
* | Merge pull request #31925 from bojidar-bg/31855-overriden-properties-docs | Rémi Verschelde | 2019-09-24 | 1 | -0/+1 |
|\ | | | | | Add overriden properties to the documentation | ||||
| * | Run doctool after overridden properties changes | Bojidar Marinov | 2019-09-04 | 1 | -0/+1 |
| | | |||||
* | | doc: Sync classref with current source | Rémi Verschelde | 2019-09-24 | 1 | -0/+4 |
|/ | | | | Fix a few missing bindings or unspecified argument names and default values. | ||||
* | doc: Remove hardcoded default values from descriptions | Rémi Verschelde | 2019-06-30 | 1 | -1/+1 |
| | | | | They are now generated automatically by doctool. | ||||
* | doc: Add default values to all properties | Rémi Verschelde | 2019-06-30 | 1 | -7/+7 |
| | | | | Thanks to @bojidar-bg's impressive work in #29380. | ||||
* | 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: Add missing commas after "If true/false" | Rémi Verschelde | 2018-12-20 | 1 | -1/+1 |
| | |||||
* | Misc. typos | luz.paz | 2018-09-12 | 1 | -1/+1 |
| | | | Found via `codespell -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"` | ||||
* | [DOCS] Updates to assorted class descriptions. | Chris Bradfield | 2018-08-17 | 1 | -3/+3 |
| | |||||
* | doc: Sync classref with current source | Rémi Verschelde | 2018-07-26 | 1 | -1/+1 |
| | | | | Fix various missing arguments in bindings. | ||||
* | Sync classref with current source | Rémi Verschelde | 2018-05-28 | 1 | -1/+1 |
| | | | | Also fix binding of Basis.slerp | ||||
* | Sync classref with current source | Rémi Verschelde | 2018-05-12 | 1 | -0/+4 |
| | |||||
* | Added missing end points for brief descriptions in the docs. | Michael Alexsander Silva Dias | 2018-03-30 | 1 | -1/+1 |
| | |||||
* | doc: Remove status from hardcoded version string | Rémi Verschelde | 2018-02-27 | 1 | -1/+1 |
| | | | | It has no practical use case and just generates noise for each alpha, beta, etc. |