hpnrep6
ac54967162
Adjust GDscript example formatting in Using Containers ( #5020 )
2021-06-19 22:08:02 +02:00
Hugo Locurcio
4a5fcf25d1
Rename documentation pages that have the same name as classref pages
...
This prevents confusion in search engine results.
(cherry picked from commit 6babc68649 )
2021-06-02 13:17:03 +02:00
Hugo Locurcio
59c686d04d
Improve the BBCode tags description, mention lack of vertical centering
...
This was suggested by someone on Twitter.
2020-09-10 19:01:22 +02:00
MrCelticFox
237491a6d8
Fix RichTextEffects not loading correctly in BBCode in RichTextLabel ( #3975 )
...
Added class names to all three of the custom RichText examples, as without these the effects did not load correctly in the "Custom Effect Array" property of the RichTextLabel. (Godot v3.2.2.stable)
2020-09-08 15:36:03 +02:00
Johannes Witt
f8a40dd763
Fix GUI Skinning typo in code ( #3846 )
2020-07-30 14:53:46 +02:00
Johannes Witt
f20dbc52b2
Update GUI Skinning Code and warn about custom theme ( #3825 )
2020-07-30 10:58:06 +02:00
Max Hilbrunner
39b256be4f
Merge pull request #3651 from justin-calleja/patch-3
...
Add minor doc improvements
2020-06-08 21:32:26 +02:00
Justin
c56b36c897
Add minor doc improvements
2020-06-06 18:44:51 +02:00
Rémi Verschelde
ce7a9a6eab
Images: Remove unused images (no 'image::' or 'figure::' reference)
2020-06-05 14:43:20 +02:00
Wilson E. Alvarez
3deda2bd24
Fixed typo on modal notification ( #3619 )
2020-05-30 22:17:47 +02:00
Matthew
2cc3b5b1e1
Fix image with incorrect numbers in Size and anchors ( #3569 )
2020-05-20 21:42:52 +02:00
Hugo Locurcio
4f6fdbc710
Fix various spacing and capitalization issues
2020-05-18 09:54:32 +02:00
Hugo Locurcio
d494d19dac
Remove trailing whitespace and irregular whitespace
2020-05-17 00:26:19 +02:00
Vasanthan
30047535df
Added BBcode tags for Table and Cell
...
These tags are inbuilt with Godot but never mentioned in the documentation.
2020-05-06 15:26:13 +05:30
Hugo Locurcio
046215542d
Fix some typos and grammar mistakes found using LanguageTool
2020-04-16 23:07:05 +02:00
Soaku
8d17784142
Remove a syntax error ( #3079 )
2020-01-19 21:38:16 +01:00
Rémi Verschelde
ed3e56fdd4
Fix some markup issues
2019-12-07 00:14:17 +01:00
Rémi Verschelde
e23ee5b081
Fix typos with codespell
...
Using codespell 1.16.0.
Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
dof
doubleclick
leapyear
lod
merchantibility
nd
numer
ois
ony
que
seeked
synching
te
uint
unselect
webp
EOF
$ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"
$ git diff // undo unwanted changes
```
2019-12-06 22:07:59 +01:00
Matthew Ehrenhofler
b8ea4def67
Clarify instructions in theme tutorial ( #2916 )
2019-11-08 16:42:24 +01:00
PouleyKetchoupp
c04401213e
Updated BBCode tutorial with image size and vertical offset
2019-10-29 18:33:06 +01:00
Rémi Verschelde
5123465942
Fix some Sphinx warnings
2019-10-29 12:54:08 +01:00
Matthew Ehrenhofler
246f87f1da
update bbcode in RichTextLabel page for Godot 3.2 ( #2846 )
...
* update bbcode in RichTextLabel page for Godot 3.2
* Reorder content, improve language and fix invalid code
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com >
2019-10-29 09:59:02 +01:00
frido
6a6464aea1
Fix various typos and grammar issues in tutorial articles
2019-10-09 23:56:08 +02:00
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