Commit Graph

86 Commits

Author SHA1 Message Date
Akshay Arora 2c9d8a1b42 Merge pull request #3048 from hey-sancho/graphics-roundedrectangle
Add Graphics RoundedRectangle
2015-07-07 19:31:48 +05:30
Zen-CODE 97f7aea376 doc: revisions to examples 2015-03-23 23:17:03 +02:00
dessant b019b65c7a Merge pull request #3168 from kivy/style_fix
Fix make style errors
2015-03-21 18:01:09 +02:00
dessant 058090518a fix make style errors 2015-03-21 17:58:01 +02:00
Alexander Taylor 874b53c8c4 Added Scale instruction example including origin 2015-03-21 15:06:24 +00:00
sentient07 195cbeb3c6 Original texture is displayed along with combined texture 2015-03-10 23:07:45 +05:30
Oleksandr Orlov a2e81eacf7 Added possibility to specify segment size of each corner independently. Modified example to reflect how it works. 2015-02-26 15:17:11 +02:00
Oleksandr Orlov e432871912 Added RoundedRectangle example 2015-02-25 17:15:43 +02:00
Charles Merriam d9e2bbe838 Clean up spaces in files I touched.
This only affects spacing in documentation.  Specifically, I usually
put two spaces after a period, like I just did.  This rips out that
extra space in lots of documentation.
2015-02-11 20:43:21 -08:00
Charles Merriam f16fe11ac9 examples/ - Update docstrings
Update or create docstrings from many of the examples.  This is part of
the gallery project, as the new docstrings will be the website visible
documentation for the example.   Some changes are to use the main
phrase of ‘the file xx.py’ to include related files on the gallery page.

These are all documentation changes only.
2015-02-11 20:00:30 -08:00
dessant 3f4bf2262c py3 division fix in mesh example 2015-02-08 12:49:21 +02:00
dessant ef105ae507 Merge pull request #2973 from merriam/merriam_branch_30
Create and document examples/canvas/mesh_manipulation.py
2015-02-08 12:17:38 +02:00
dessant 0cc6f81760 Merge pull request #2980 from merriam/merriam_branch_35
examples/canvas/repeat_texture.py Update docstring, add background color to message.
2015-02-03 02:02:21 +02:00
dessant b91e57f4c3 Merge pull request #2982 from merriam/merriam_branch_37
examples/canvas/tesselate.py:  Add docstring, logging, update display.
2015-02-03 02:00:15 +02:00
dessant c69a64dfd8 Merge pull request #2981 from merriam/merriam_branch_36
examples/canvas/rotation.py Added docstring.
2015-02-03 01:31:04 +02:00
Charles Merriam a61116bcfd tesselate.py fix logging misspelling and log on_touch_up 2015-02-01 22:53:05 -08:00
Charles Merriam a7850bb962 tesselate.py: Update top of screen display.
It had not been showing after a reset and failed to count the shapes.
2015-02-01 22:43:29 -08:00
Charles Merriam a55c0be8a5 tesslate.py: Move print statements to logging
Also dropped logging the number of vertices as it is displayed on the
screen
2015-02-01 22:42:25 -08:00
Charles Merriam 5227f4eabd tesselate.py: Add docstring 2015-02-01 22:40:55 -08:00
Charles Merriam 98a4c38bc1 examples/canvas/rotation.py Added docstring. 2015-02-01 21:47:06 -08:00
Charles Merriam 2d80f32ab5 examples/canvas/repeat_texture.py Update docstring 2015-02-01 21:11:32 -08:00
Charles Merriam ee9b869f2b Add background color to size message.
Added a colored background to the label because it kept getting lost in
the white ‘K’ field.  Also changed the label color to cyan for
readability.
2015-02-01 21:10:59 -08:00
Charles Merriam ccdcb3bb40 examples/canvas/multitexture.py documentation changes 2015-02-01 19:00:39 -08:00
Charles Merriam 75c2397c64 Update examples/canvas/multitexture.py docstring 2015-02-01 19:00:09 -08:00
Charles Merriam 02c30a4e9f Fix examples/ PEP8 errors. Mostly white space.
This fixes a large number of white space errors in the examples/
directory.
When I upgraded Makefile to check the 'make style' on the examples
directory,
the output was hundreds of lines long.   Currently, the output is
managable
and consists solely of "lines too long", as kv lines cannot be split.
This
commit touches an obscene number of files in trivial ways.
2015-02-01 17:09:20 -08:00
dessant fdb9ce4fa6 Merge pull request #2972 from merriam/merriam_branch_29
Add documentation to examples/canvas/mesh.py
2015-02-01 22:33:49 +02:00
dessant 0b14bd7fb8 Merge pull request #2971 from merriam/merriam_branch_28
Added examples/canvas/lines_extended.py docstring
2015-02-01 22:32:37 +02:00
dessant 9ea2e35cad Merge pull request #2969 from merriam/merriam_branch_27
examples/canvas/lines.py Add docstring.
2015-02-01 22:31:33 +02:00
dessant 65cca78667 Merge pull request #2967 from merriam/merriam_branch_26
examples/canvas/clearbuffers.py changes and rename.
2015-02-01 22:30:30 +02:00
dessant 2d9eae3e9a Merge pull request #2966 from merriam/merriam_branch_24
Add examples/canvas/circle.py docstring
2015-02-01 22:29:12 +02:00
dessant 01ea916050 Merge pull request #2965 from merriam/merriam_branch_23
Update examples/canvas/canvas_stress.py with docs and new button
2015-02-01 22:27:46 +02:00
Charles Merriam e0504affc3 examples/canvas/mesh_manipulation.py Fix PEP8 long lines 2015-02-01 12:24:16 -08:00
Charles Merriam 1ed9cb7a43 examples/canvas/mesh_manipulation.py add function docstring 2015-02-01 12:23:37 -08:00
Charles Merriam 7992020039 examples/canvas/mesh_manipulation.py add docstring 2015-02-01 12:23:01 -08:00
Charles Merriam 71e4549f17 Add examples/canvas/mesh_maniputlation.py raw demo 2015-02-01 12:02:36 -08:00
Charles Merriam c667d34412 In examples/canvas/mesh.py add a function docstring 2015-02-01 11:52:01 -08:00
Charles Merriam 6c707babe0 examples/canvas/mesh.py update docstring 2015-02-01 11:46:32 -08:00
Charles Merriam 23a59bbf92 Added examples/canvas/lines_extended.py docstring 2015-02-01 11:26:16 -08:00
Charles Merriam 2639b1731b examples/canvas/lines.py Add docstring. 2015-02-01 03:57:16 -08:00
Charles Merriam d6a9dc7f9c Rename examples/canvas/clearbuffers.py to fbo_canvas.py
Old name was misleading and squished two words together.  Code never
even called fbo.clearbuffers().
2015-02-01 00:16:11 -08:00
Charles Merriam d0f979c49d examples/canvas/clearbuffers.py button slides both ways 2015-02-01 00:14:45 -08:00
Charles Merriam 2732194e01 examples/canvas/clearbuffers.py remove dead code 2015-02-01 00:14:05 -08:00
Charles Merriam 44c80a10f9 examples/canvas/clearbuffers.py move imports to top 2015-02-01 00:13:40 -08:00
Charles Merriam 79a0f65c8b Minor examples/canvas/clearbuffers.py code readability 2015-02-01 00:13:07 -08:00
Charles Merriam 6e0a1d9df1 Add examples/canvas/clearbuffers.py docstring 2015-02-01 00:10:39 -08:00
Charles Merriam 3fb1b3e954 Add examples/canvas/circle.py docstring 2015-01-31 18:16:40 -08:00
Charles Merriam 2e581cea82 Update examples/canvas/canvas_stress.py docstring 2015-01-31 18:07:13 -08:00
Charles Merriam ad8ac20782 Add doubling button to examples/canvas/canvas_stress.py 2015-01-31 18:03:07 -08:00
Charles Merriam 8d9ee9fd93 Add module docstring to examples/canvas/bezier.py 2015-01-31 17:19:13 -08:00
Charles Merriam cc376d931b Minor code documentation and whitespace 2015-01-31 17:04:28 -08:00