Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix many untagged true/false/null in the documentation | Micky | 2024-11-10 | 1 | -3/+3 |
| | |||||
* | Add auto translate mode for cells in Tree | Haoyu Qiu | 2024-10-01 | 1 | -0/+16 |
| | |||||
* | Merge pull request #96643 from bruvzg/fs_links | Rémi Verschelde | 2024-09-12 | 1 | -0/+15 |
|\ | | | | | | | [FileSystem Dock] Add symlink indicator and tooltip. | ||||
| * | [FileSystem Dock] Add symlink indicator and tooltip. | bruvzg | 2024-09-06 | 1 | -0/+15 |
| | | |||||
* | | Updated TreeItem documentation | Apples | 2024-09-06 | 1 | -5/+5 |
|/ | |||||
* | Improve documentation on TreeItem's cell modes | kobewi | 2024-05-19 | 1 | -7/+16 |
| | |||||
* | Merge pull request #88300 from FaycalElOuariachi/add-TreeItem-is_visible_in_tree | Rémi Verschelde | 2024-03-05 | 1 | -0/+6 |
|\ | | | | | | | Add `is_visible_in_tree` in `TreeItem` | ||||
| * | Add is_visible_in_tree in TreeItem | Faycal ElOuariachi | 2024-03-05 | 1 | -0/+6 |
| | | |||||
* | | Update many Deprecated/Experimental descriptions for consistency | Micky | 2024-02-17 | 1 | -2/+2 |
| | | |||||
* | | Documentation: Add support for deprecated/experimental messages | Danil Alexeev | 2024-02-15 | 1 | -2/+1 |
|/ | |||||
* | Merge pull request #82376 from MewPurPur/add-missing-docs | Rémi Verschelde | 2024-02-08 | 1 | -0/+1 |
|\ | | | | | | | Document worker thread pool project settings and `TreeItem.uncollapse_tree()` | ||||
| * | Add missing docs for worker thread pool ProjectSettings and ↵ | MewPurPur | 2024-01-16 | 1 | -0/+1 |
| | | | | | | | | TreeItem.uncollapse_tree() | ||||
* | | Add `get_button_color(column, id)` | radzo73 | 2024-01-28 | 1 | -0/+8 |
| | | | | | | | | Docs should point to Color constuctor instead of just the class, but I unfortunately cannot. | ||||
* | | Use callable for `TreeItem` custom draw | A Thousand Ships | 2024-01-23 | 1 | -1/+18 |
|/ | | | | Deprecating old functionality | ||||
* | GUI: Fix text overlapping icon in `Tree` | Danil Alexeev | 2023-08-24 | 1 | -0/+15 |
| | |||||
* | Merge pull request #78393 from AThousandShips/tree_tooltip | Yuri Sizov | 2023-07-12 | 1 | -0/+9 |
|\ | | | | | | | Add ability to set the tooltip text of a `TreeItem` button | ||||
| * | Add ability to set the tooltip text of a `TreeItem` button | Ninni Pipping | 2023-06-18 | 1 | -0/+9 |
| | | |||||
* | | 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' | ||||
* | Tree: Add ability to configure text autowrap mode for individual cells | Danil Alexeev | 2023-06-03 | 1 | -0/+15 |
| | |||||
* | Implement `TreeItem.add_child` | Yuri Sizov | 2023-05-31 | 1 | -1/+9 |
| | |||||
* | Overhaul the top sections of the class reference (GUI classes) | VolTer | 2023-05-28 | 1 | -4/+4 |
| | |||||
* | Clarify range of various ID values are 32 bit | Ninni Pipping | 2023-05-19 | 1 | -0/+1 |
| | |||||
* | Improve editor state persistence | Hendrik Brucker | 2023-05-11 | 1 | -2/+18 |
| | |||||
* | Add support for multiline strings to `Tree` | Danil Alexeev | 2023-04-25 | 1 | -5/+21 |
| | |||||
* | 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> | ||||
* | 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 confusion about TreeItem.add_button ambiguity between id and index | Markus Sauermann | 2022-12-29 | 1 | -21/+21 |
| | | | | | | | A TreeItem button has an id and an index, which can be distinct. This leads to confusion. This PR documents the distinction between id and index. | ||||
* | Use capitalized ID in the doc | Haoyu Qiu | 2022-12-08 | 1 | -2/+2 |
| | |||||
* | Expose TreeItem::set_button_color | Jummit | 2022-10-09 | 1 | -0/+9 |
| | |||||
* | Tree recursive folding | Ninni Pipping | 2022-09-21 | 1 | -0/+15 |
| | |||||
* | Rename TreeItem's `set_tooltip` to `set_tooltip_text` | Micky | 2022-08-30 | 1 | -7/+7 |
| | | | | | | | | | `set_tooltip` -> `set_tooltip_text` `get_tooltip` -> `get_tooltip_text` For consistency: `get_button_tooltip` -> `get_button_tooltip_text` And the `tooltip` parameter in `add_button` was renamed to `tooltip_text` | ||||
* | Replace Array return types with TypedArray 3 | kobewi | 2022-08-24 | 1 | -1/+1 |
| | |||||
* | [doc] Use "param" instead of "code" to refer to parameters | Andy Maloney | 2022-08-11 | 1 | -38/+38 |
| | |||||
* | Rename the argument tag to param in XML documentation | Yuri Sizov | 2022-08-08 | 1 | -124/+124 |
| | |||||
* | Clarified usage of TreeItem get_next*() and get_prev*() functions. | Derwent Ready (drentsoft) | 2022-07-08 | 1 | -4/+4 |
| | |||||
* | Refactor Font configuration and import UI, and Font resources. | bruvzg | 2022-07-06 | 1 | -24/+0 |
| | |||||
* | Allow TreeItem nodes to toggle visibility | monkeyman192 | 2022-05-16 | 1 | -0/+4 |
| | |||||
* | Implement Label3D node. | bruvzg | 2022-04-22 | 1 | -2/+2 |
| | | | | | | | | | Add "generate_mipmap" font import option. Add some missing features to the Sprite3D. Move BiDi override code from Control to TextServer. Add functions to access TextServer font cache textures. Add MSDF related flags and shader to the standard material. Change standard material cache to use HashMap instead of Vector. | ||||
* | Make vararg method bind no return and return | Pierre-Thomas Meisels | 2022-03-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Type emit_signal exposed method return type set UndoRedo add_do_method and add_undo_method exposed return void Set TreeItem::_call_recursive_bind returns void Set _rpc_bind and _rpc_id_bind returns void in Node Set _call_group and _call_group_flags method returns void in SceneTree Set godot-cpp-test CI flag to false | ||||
* | Fix documentation about TreeItem button ID | Haoyu Qiu | 2022-02-17 | 1 | -2/+2 |
| | |||||
* | 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 TreeItem button API | Haoyu Qiu | 2022-02-08 | 1 | -2/+18 |
| | |||||
* | Improve some method bindings to use specific `Object` subtypes | Rémi Verschelde | 2022-01-28 | 1 | -3/+3 |
| | | | | | This was made possible by changes to `VariantCaster` which now make it possible to pass any `Object`-derived type as pointer. | ||||
* | Add usage of indeterminate checkboxes to editor | kobewi | 2022-01-22 | 1 | -1/+1 |
| | |||||
* | Addded methods to propagate checks & refactored classes to use new methods. | Kevin Fischer | 2022-01-18 | 1 | -0/+8 |
| | |||||
* | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke | 2021-12-09 | 1 | -14/+5 |
| | |||||
* | Makes FontData importable resource. | bruvzg | 2021-08-27 | 1 | -0/+17 |
| | | | | | | | Adds multi-channel SDF font texture generation and rendering support. Adds per-font oversampling support. Adds FontData import plugins (for dynamic fonts, BMFonts and monospaced image fonts), font texture cache pre-generation and loading. Adds BMFont binary format and outline support. | ||||
* | Added icons and API for indeterminate checkmarks for the Tree class. | Kevin Fischer | 2021-08-16 | 1 | -1/+17 |
| | |||||
* | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde | 2021-07-30 | 1 | -400/+200 |
| | | | | | | | | 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. |