summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-27Merge pull request #30119 from akien-mga/doc-misc-updatesRémi Verschelde
doc: Complete and harmonize all _MAX constant descriptions, fix scoped hyperlinks
2019-06-27doc: Fix scoped hyperlinks to same-class enums/methodsRémi Verschelde
The class name does not need to be specified when it is the current class.
2019-06-27doc: Complete and harmonize all _MAX constant descriptionsRémi Verschelde
2019-06-27Merge pull request #30096 from akien-mga/doc-misc-updatesRémi Verschelde
doc: Proofread and complete various nodes
2019-06-27Merge pull request #29941 from qarmin/redundant_code_and_othersRémi Verschelde
Remove redundant code, possible NULL pointers and others
2019-06-27Merge pull request #30105 from Xrayez/bind-pip-geometryRémi Verschelde
Bind is_point_in_polygon in Geometry singleton
2019-06-27Merge pull request #30095 from Anutrix/arg-fixRémi Verschelde
Fixed parser treating compound assignment the same as assignment whic…
2019-06-26Merge pull request #30078 from Zylann/document_vs_cull_rayRémi Verschelde
Document VisualServer.instances_cull_ray
2019-06-27Bind is_point_in_polygon in Geometry singletonAndrii Doroshenko (Xrayez)
2019-06-26doc: Proofread and complete various nodesRémi Verschelde
All 100% completed: MainLoop, Node, Object, Path, Performance, Reference, Resource, SceneState, SceneTree, UndoRedo. Also fixed some en_GB occurrences as the reference spelling is en_US.
2019-06-26Merge pull request #25863 from AlexHolly/undo-redo-version-signalRémi Verschelde
UndoRedo add version changed signal
2019-06-26Document VisualServer.instances_cull_rayMarc Gilleron
2019-06-26Fixed parser treating compound assignment the same as assignment which gave ↵unknown
wrong argument usage count
2019-06-26Merge pull request #30088 from akien-mga/node-get_node_and_resourceRémi Verschelde
Node: Fix logic of has/get_node_and_resource and document it
2019-06-26UndoRedo add version changed signalAlexander Holland
added some functions to manage undo buttons
2019-06-26doc: Sync classref with current sourceRémi Verschelde
2019-06-26Node: Fix logic of has/get_node_and_resource and document itRémi Verschelde
Also document NodePath.
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-26Merge pull request #24288 from ttencate/update_spinner_23738Rémi Verschelde
Make visibility of update spinner editor-wide, hidden by default
2019-06-26Merge pull request #30084 from akien-mga/doc-encodedobjectasidRémi Verschelde
doc: Document EncodedObjectAsID, expose its property
2019-06-26doc: Document EncodedObjectAsID, expose its propertyRémi Verschelde
2019-06-26Merge pull request #30079 from YeldhamDev/help_feature_filter_fixRémi Verschelde
Fix certain items not appearing in search tree when a feature profile is set
2019-06-25Fix certain items not appearing in search tree when a feature profile is setMichael Alexsander Silva Dias
2019-06-25Merge pull request #30053 from guilhermefelipecgs/fix_popup_centeredRémi Verschelde
Fix Popup::popup_centered not centralizing at the first call
2019-06-25Fix Popup::popup_centered not centering at the first callGuilherme Felipe
2019-06-25Merge pull request #30067 from GlaceGwyneth/gridmap-fixRémi Verschelde
Fix GridMap transform problems
2019-06-25Make visibility of update spinner editor-wide, hidden by defaultThomas ten Cate
- Make visibility of the spinner and "update always" option editor-wide, rather than per-project metadata. - Add options "Show Update Spinner" and "Update Continuously" under Editor Settings > Interface > Editor. Both options are false by default. - Rename some variables and constants to be more consistent and clearer: "update always" -> "update continuously", "update changes" -> "update when changed", "update menu" -> "update spinner", "circle" -> "update spinner". Fixes #23738.
2019-06-25Merge pull request #30060 from Chaosus/wrap_doc_improvementRémi Verschelde
Extends wrapi/wrapf docs
2019-06-25Merge pull request #30065 from akien-mga/docdata-theme-itemsRémi Verschelde
doctool: Fix writing theme_item descriptions
2019-06-25Merge pull request #30050 from njt1982/30050-identifier-fixRémi Verschelde
iOS export: invalid identifier, the character '-' is not allowed
2019-06-25Extends wrapi/wrapf docsChaosus
2019-06-25doctool: Fix writing theme_item descriptionsRémi Verschelde
We already had support for parsing and saving theme_item descriptions in DocData, and displaying it in the editor, but doctool would drop the changes as it was not writing them back to the XML. Part of #29868.
2019-06-25Fix GridMap transform problemsGwyneth Lowe
2019-06-25Merge pull request #30002 from GlaceGwyneth/masterRémi Verschelde
Give LineEdit/TextEdit a custom color for font while uneditable
2019-06-25Allow '-' character in iOS reverse DNS identifiers dissallow underscores.Nicholas Thompson
2019-06-25Merge pull request #30030 from zaksnet/document-margincontainerRémi Verschelde
Document MarginContainer node
2019-06-25Merge pull request #30041 from KoBeWi/to_infinity_and_beyondRémi Verschelde
Allow to remove 2D editor bounds
2019-06-25Merge pull request #29979 from flomar/masterRémi Verschelde
Line edit placeholders now react properly to translation changes.
2019-06-25Merge pull request #30056 from austinried/austinried-patch-1Rémi Verschelde
Remove references to mouse stuff from OS
2019-06-24Remove references to mouse stuff from OSaustinried
There is nothing in `OS` about mouse grabbing or mouse cursors, that's in `Input`, so I'm cleaning up those references.
2019-06-24Give TextEdit a custom color for font when read only is setGwyneth Lowe
Previously there was some transparency hard coded into TextEdit when in read only mode. This change adds a custom color for adjusting the font in read only mode. It also applies when syntax highlighting is on.
2019-06-24Give LineEdit a custom font color when un-editableGwyneth Lowe
By default the LineEdit's text when editable is unchecked had some transparency hardcoded. This change adds a custom color to LineEdit for adjusting the font when editable is off. Addresses issue 29814
2019-06-25Allow to remove 2D editor limitsTomasz Chabora
2019-06-24Line edit placeholders now react properly to translation changes.Florian Marchal
2019-06-24Merge pull request #29913 from eligt/fix-editor-helpRémi Verschelde
Ensure indentation works properly in rich text
2019-06-24Merge pull request #29940 from jonri/fix-vehicle-contactRémi Verschelde
Prevent VehicleBody contact damping from exceeding the baseline value…
2019-06-24Merge pull request #29938 from jonri/fix-collisionshape-scaleRémi Verschelde
Fix updating of collision shape when the transform is set
2019-06-24Merge pull request #30045 from akien-mga/fix-gcc5-build-after-29376Rémi Verschelde
Fix scoped enum value reference, breaks GCC 5
2019-06-24Merge pull request #30016 from randall-fulton/docs/object-set-deferredRémi Verschelde
Add docstring for Object.set_deferred
2019-06-24Merge pull request #30043 from akien-mga/area2d-body-signals-type-hintRémi Verschelde
Area2D: Fix argument type of body_* signals