28 Commits

Author SHA1 Message Date
Remi Rampin
91897778b2 [Minor] Fix "it's" that should be "its" (#2595)
* Fix "it's" that should be "its"

* Other fixes
2019-07-15 17:44:07 +09:00
Max Hilbrunner
993291cf0a Merge pull request #2440 from mitchcurtis/centre
Add a section to size_and_anchors for centering a control in its parent
2019-05-09 14:49:41 +02:00
Mitch Curtis
b8e7b8f5af Add a section to "Size and anchors" for centering a control in its parent
Perhaps the most common task possible has no documentation on this page.
2019-05-09 09:49:08 +02:00
clayjohn
2bd33f5a46 first pass at reviewing reduz' new docs 2019-04-22 15:15:30 -07:00
Juan Linietsky
f070f6cea1 Fixed missing gifs, fixed writing. 2019-04-22 18:04:12 -03:00
Juan Linietsky
dbf5a855d5 Added documentation on optimization.
Added missing containers files.
2019-04-22 16:57:36 -03:00
Juan Linietsky
5b64f3b076 Add detailed documentation about containers.
Improve documentation on multiple resolution handling.
2019-04-22 13:27:45 -03:00
skyace65
1d27610a6d update_size_and_anchors_images 2019-03-26 10:47:51 -04:00
Ignacio Etcheverry
a129652342 Fixes and improvements of C# code examples 2019-02-18 22:08:01 +01:00
Rémi Verschelde
5b2aaf8d41 Optimize PNGs with optipng
Using `find -name "*.png" -exec optipng \;` and optipng 0.7.7
2019-01-26 22:10:03 +01:00
Rémi Verschelde
cb9a7463b9 Merge pull request #2109 from corrigentia/patch-100
Tweak bbcode_in_richtextlabel
2019-01-08 13:39:11 +01:00
Rémi Verschelde
f58eec2b9d Merge pull request #2108 from corrigentia/patch-99
Fix punctuation in size_and_anchors
2019-01-08 13:37:44 +01:00
Rémi Verschelde
94a4a9e73a Merge pull request #2107 from corrigentia/patch-98
Fix grammar and punctuation in custom_gui_controls
2019-01-08 13:37:03 +01:00
corrigentia
8875224b1f Fix grammar and punctuation in gui_skinning (#2106)
Fix grammar and punctuation in gui_skinning. 

Note: it's "[associate  **with**](https://idioms.thefreedictionary.com/associate+with)", not "associate to".

Bug: (I think) the image in the "Creating a theme" section was wrong -- the same as the one for "Customizing a control", and confusingly so.
The provided font failed to work for me, even after making copies of it with recognized font extensions.

"mytheme.thm" no longer matches any of the recognized theme extensions: *.tres, *.theme, *.res.
The example image shows it saved as a ".tres" file.

"Replace old with new." / 
"Substitute new for old."
2019-01-08 13:36:36 +01:00
Rémi Verschelde
a1af0dfc13 Adapt tutorial hyperlinks after godotengine/godot#24640 2019-01-07 11:43:18 +01:00
corrigentia
a5af0d2d11 Tweak bbcode_in_richtextlabel
Fix punctuation and grammar in bbcode_in_richtextlabel.
2019-01-06 09:57:43 +02:00
corrigentia
de4ba4c4c3 Fix punctuation in size_and_anchors
Fix punctuation in size_and_anchors. 
I presume the illustrations are stragglers from an older version of Godot, the look of which I like quite a bit more. 
At any rate, the current version of Godot doesn't present its options in the manner set forth by this page; there seem to have been a number of minor changes done and  ``Grow Direction``  is what it pertains to now.
2019-01-06 09:47:17 +02:00
corrigentia
7fd74ae464 Fix grammar and punctuation in custom_gui_controls
Fix grammar and punctuation in custom_gui_controls.
2019-01-06 09:15:54 +02:00
Rémi Verschelde
4ef06a4135 Removing trailing whitespace
With `sed -i $(rg -l '[[:blank:]]*$' -g'!classes') -e 's/[[:blank:]]*$//g'`
2018-11-20 11:08:34 +01:00
Michael Alexsander Silva Dias
e8132a9a39 Add strikethrough to the reference section in the BBCode page 2018-09-24 13:39:04 -03:00
mhilbrunner
f215a0cf26 Proofing/review: Remove filler words, adhere to style guide 2018-05-06 05:23:37 +02:00
Kelly thomas
941df8099f c sharp samples for custom GUI controls 2018-04-21 08:33:52 +08:00
Yuri Chornoivan
11d534015d Fix minor typos 2018-04-18 21:44:15 +03:00
Judd Gledhill
0a26263231 Update gui_skinning.rst
Minor spelling update.
2018-04-10 11:17:17 +09:00
skyace65
101fba08fc Add C# to GUI Skinning page 2018-04-02 00:09:51 -04:00
Michael Alexsander Silva Dias
23cb08ce0a Fixes for the GDScript styling in various pages. 2018-02-05 20:12:52 -02:00
Michael Alexsander Silva Dias
8f3cb902e8 Various small fixes for the docs. 2018-01-29 21:00:02 -02:00
Nathan
18f889b6a4 Improve docs structure
Change Step by Step in Getting Started
Remove Engine Features category, move into a new Tutorials top-level section
2018-01-25 08:54:27 +01:00