Age | Commit message (Expand) | Author |
2020-08-09 | Add option to disable virtual keyboard for TextEdit | PouleyKetchoupp |
2020-08-08 | Reference Range signals in the Slider class documentations | Hugo Locurcio |
2020-08-07 | Document the lack of kerning support in DynamicFont | Hugo Locurcio |
2020-08-05 | Implement CollisionShape3D.make_convex_from_siblings() | hoontee |
2020-08-05 | Improve Vector2.angle() description | Tomasz Chabora |
2020-08-04 | Improve the documentation related to overriding GUI theme items | Hugo Locurcio |
2020-08-04 | Updated cursor positioning description for File open() | Maganty Rushyendra |
2020-08-03 | Document HTTPRequest not supporting request data with GET method | Hugo Locurcio |
2020-08-03 | Reference the online documentation in collision layer/mask properties | Hugo Locurcio |
2020-07-31 | Merge pull request #40613 from HaSa1002/multi-lang-docs | Rémi Verschelde |
2020-07-31 | Merge pull request #40816 from codetorex/master | Rémi Verschelde |
2020-07-31 | Merge pull request #40418 from Calinou/doc-button-code-example | Rémi Verschelde |
2020-07-31 | Merge pull request #40540 from TheDuriel/patch-2 | Rémi Verschelde |
2020-07-31 | Added missing information about File.open_encrypted function to docs. | codetorex |
2020-07-31 | Merge pull request #40903 from Calinou/doc-json | Rémi Verschelde |
2020-07-31 | Improve JSON-related documentation | Hugo Locurcio |
2020-07-30 | Merge pull request #40872 from Calinou/makerst-generate-abbreviations | Rémi Verschelde |
2020-07-30 | makerst: Add descriptions to method qualifiers | Hugo Locurcio |
2020-07-30 | Merge pull request #40874 from Calinou/doc-editorinterface-get_editor_viewport | Rémi Verschelde |
2020-07-30 | Improve the `EditorInterface.get_editor_viewport()` description | Hugo Locurcio |
2020-07-30 | Link to Thread-safe APIs in the Thread class documentation | Hugo Locurcio |
2020-07-29 | Document how to perform advanced string splitting using RegEx | Hugo Locurcio |
2020-07-29 | Merge pull request #40821 from Calinou/doc-canvasitem-draw_string-example | Rémi Verschelde |
2020-07-29 | Add an example to the `CanvasItem.draw_string()` documentation | Hugo Locurcio |
2020-07-29 | Fix incorrect key name in the Animation documentation code sample | Hugo Locurcio |
2020-07-28 | Merge pull request #40785 from Chaosus/vs_uniform_ref | Yuri Roubinsky |
2020-07-28 | Added UniformRef visual shader node | Yuri Roubinsky |
2020-07-28 | Merge pull request #40754 from Chaosus/vs_default_uniforms | Rémi Verschelde |
2020-07-28 | doc: Sync classref with current source | Rémi Verschelde |
2020-07-27 | Revert "Allow Area2D and 3D mouse events without a collision layer" | Rémi Verschelde |
2020-07-27 | Added default value for uniforms in visual shaders | Yuri Roubinsky |
2020-07-27 | Merge pull request #40750 from Calinou/doc-canvasitem-node3d-visible | Rémi Verschelde |
2020-07-27 | Improve visibility documentation for CanvasItem and Node3D | Hugo Locurcio |
2020-07-27 | Merge pull request #40706 from akien-mga/style-fix-file_format-macos | Rémi Verschelde |
2020-07-27 | Style: Fix code format scripts compat with non-GNU Unices | Rémi Verschelde |
2020-07-27 | Merge pull request #40749 from madmiraal/fix-9097 | Rémi Verschelde |
2020-07-27 | Clarify the difference between contacts and collisions. | Marcel Admiraal |
2020-07-27 | Merge pull request #40743 from Calinou/doc-object-vs-reference | Rémi Verschelde |
2020-07-27 | Improve the Object, Reference and Resource class documentations | Hugo Locurcio |
2020-07-26 | Fix Return key events in LineEdit & TextEdit on Android | PouleyKetchoupp |
2020-07-26 | Merge pull request #40442 from Calinou/doc-tile-get-shapes | Rémi Verschelde |
2020-07-25 | Merge pull request #38900 from bruvzg/docs_ignore_os_spec_def_vals | Rémi Verschelde |
2020-07-23 | Add multiple programming language support to class reference | HaSa1002 |
2020-07-23 | Merge pull request #40605 from QbieShay/spring-arm-doc-fix | Rémi Verschelde |
2020-07-22 | fixed documentation for get_hit_length of spring arm 3D | QbieShay |
2020-07-23 | Fix presumed copy/paste error: "Returns" -> "Sets" | follower |
2020-07-22 | Merge pull request #40590 from Calinou/doc-inputeventmousemotion-polling-rate | Rémi Verschelde |
2020-07-22 | Document polling rate limitations in InputEventMouseMotion | Hugo Locurcio |
2020-07-22 | Merge pull request #40588 from nekomatata/virtual-keyboard-disable | Rémi Verschelde |
2020-07-22 | Add option to disable virtual keyboard for LineEdit | PouleyKetchoupp |