summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Make SyntaxHighlighter::get_text_edit a const function3deathtoll2023-04-071-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Add an option to show a TextEdit caret when editable is disabledjeffVenancius2023-04-071-0/+3
| |/ / / / |/| | | |
* | | | | Merge pull request #70901 from timothyqiu/tree-scroll-offsetYuri Sizov2023-04-071-0/+18
|\ \ \ \ \
| * | | | | Add scrollbar offset theme constants to TreeHaoyu Qiu2023-04-061-0/+18
* | | | | | Merge pull request #75241 from Calinou/doc-compressedtexturelayeredYuri Sizov2023-04-076-12/+10
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix CompressedTextureLayered description in the class referenceHugo Locurcio2023-03-226-12/+10
* | | | | | Merge pull request #75701 from reduz/notification-moved-in-parentRémi Verschelde2023-04-061-2/+10
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Remove NOTIFICATION_MOVED_IN_PARENTJuan Linietsky2023-04-061-2/+10
* | | | | | add `hex_decode()` to `String`bendn2023-04-052-0/+36
|/ / / / /
* | | | | Merge pull request #67466 from KoBeWi/proceedRémi Verschelde2023-04-051-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Scene tab closing refactorkobewi2023-04-031-1/+1
| | |/ / | |/| |
* / | | i18n: Sync translations with WeblateRémi Verschelde2023-04-043-2162/+30593
|/ / /
* | | Merge pull request #75464 from KoBeWi/undoreditorRémi Verschelde2023-04-032-7/+26
|\ \ \
| * | | Update UndoRedo descriptionkobewi2023-04-032-7/+26
* | | | Merge pull request #74119 from KoBeWi/more_documentation_rngRémi Verschelde2023-04-0313-3/+79
|\ \ \ \
| * | | | Fill random docskobewi2023-04-0313-3/+79
* | | | | Merge pull request #72028 from kilojool/option_button_reselectionRémi Verschelde2023-04-031-0/+4
|\ \ \ \ \
| * | | | | OptionButton: allow reselection of selected itemkilojool2023-01-251-0/+4
* | | | | | Merge pull request #75494 from MewPurPur/line-edit-get-selected-textRémi Verschelde2023-04-031-0/+6
|\ \ \ \ \ \
| * | | | | | Implement LineEdit.get_selected_text()VolTer2023-03-301-0/+6
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #75340 from Barugon/tree_colunm_title_alignmentRémi Verschelde2023-04-031-0/+15
|\ \ \ \ \ \
| * | | | | | Implement column title alignment for `Tree`Barugon2023-03-271-0/+15
* | | | | | | Merge pull request #75326 from smix8/navigationagent_expose_parameters_4.xRémi Verschelde2023-04-032-0/+12
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Expose NavigationAgent path postprocessing and pathfinding algorithm optionssmix82023-03-252-0/+12
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #75606 from skyace65/OSClipboardYuri Sizov2023-04-031-1/+1
|\ \ \ \ \ \
| * | | | | | Remove reference to clipboard in OS class docskyace652023-04-021-1/+1
* | | | | | | Merge pull request #75565 from kleonc/canvasitem-improve-self-modulate-docsYuri Sizov2023-04-032-6/+7
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Improve CanvasItem.self_modulate docskleonc2023-04-032-6/+7
* | | | | | | Add _get_configuration_warnings() examplekobewi2023-04-021-0/+12
* | | | | | | Make icons of scripted and custom classes fit the editor UIYuri Sizov2023-03-316-5/+50
|/ / / / / /
* | | / / / C# Truncate instead of round in Vector2/3/4 to Vector2I/3I/4I conversionkleonc2023-03-313-3/+3
| |_|/ / / |/| | | |
* | | | | Merge pull request #75389 from timothyqiu/typo-fixesYuri Sizov2023-03-277-10/+10
|\ \ \ \ \
| * | | | | Fix typos and inconsistencies in classrefHaoyu Qiu2023-03-277-10/+10
* | | | | | Merge pull request #70046 from MewPurPur/improve-number-docsYuri Sizov2023-03-271-95/+88
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Improve documentation of intVolTer2023-03-271-95/+88
* | | | | | Merge pull request #75384 from timothyqiu/cultural-heritageYuri Sizov2023-03-271-1/+1
|\ \ \ \ \ \
| * | | | | | Auto translate popup menus of MenuButton and OptionButtonHaoyu Qiu2023-03-271-1/+1
* | | | | | | Merge pull request #75350 from AThousandShips/nodepath_doc_fixYuri Sizov2023-03-271-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix `NodePath` subname index range documentationNinni Pipping2023-03-261-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #75300 from Calinou/doc-log-log10Yuri Sizov2023-03-261-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Document how to use logarithm of base 10 with `log()`Hugo Locurcio2023-03-261-2/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #75251 from AThousandShips/area_docYuri Sizov2023-03-251-6/+14
|\ \ \ \ \
| * | | | | Improve documentation for Area monitor callbacks in `PhysicsServer3D`Ninni Pipping2023-03-251-6/+14
| |/ / / /
* | | | | Merge pull request #74848 from BastiaanOlij/add_xr_system_infoYuri Sizov2023-03-252-0/+13
|\ \ \ \ \
| * | | | | Add a get_system_info method to XRInterfaceBastiaan Olij2023-03-152-0/+13
* | | | | | Merge pull request #73225 from bruvzg/wchar_to_fromYuri Sizov2023-03-253-0/+18
|\ \ \ \ \ \
| * | | | | | Add GDScript `to_wchar_buffer` and `get_string_from_wchar` functions.bruvzg2023-03-213-0/+18
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #74454 from Pennycook/get_loops_leftYuri Sizov2023-03-251-0/+6
|\ \ \ \ \ \
| * | | | | | Add get_loops_left() function to TweenJohn Pennycook2023-03-201-0/+6
* | | | | | | Merge pull request #73818 from kilojool/virtual_get_tooltipYuri Sizov2023-03-251-2/+11
|\ \ \ \ \ \ \