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
Alexander Taylor
a175df0037
Fix shadertree example for python3
2014-03-26 23:07:50 +00:00
Mathieu Virbel
bea9afa389
sync (no tested)
2013-05-30 18:01:39 +02:00
Mathieu Virbel
2cb8b65cfc
rendercontext: add new use_parent_projection and use_parent_modelview to avoid setting ourself the projection/modelview from the Window value. It will use the one from the current stack instead.
2013-05-07 09:33:37 +02:00
Mathieu Virbel
bae94bc3db
first 2to3 pass + manual fix for metaclass, UserDict and OrderedDict
2013-03-18 17:39:56 -06:00
Mathieu Virbel
ac96095180
remove debug
2012-10-19 07:38:26 +02:00
Mathieu Virbel
d82f9eb46c
ios: remove tests / debug messages
2012-10-19 07:36:53 +02:00
Mathieu Virbel
7a86641eb6
Merge branch 'master' of ssh://github.com/kivy/kivy into ios-support
2012-08-11 02:49:40 +02:00
tshirtman
20bf42f885
fix a lot of tab characters in examples…
2012-08-07 11:45:53 +02:00
Mathieu Virbel
63eeeadbbe
Merge branch 'master' into ios-support
...
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2012-08-02 16:12:42 +02:00
gabriel.pettier
9c68e79665
remove all obsolete __android__ uses in __name__ tests
2012-07-29 21:43:01 +02:00
Mathieu Virbel
fe1fc21a63
merge master
2012-02-23 01:50:02 +01:00
Qua-non
10b608e23e
Bring the shadertree example in line with new kv
...
lang restrictions had the same issue
2011-12-07 13:54:21 +05:30
Christopher Denter
73e79b624f
wip; pretty dirty
2011-05-24 22:41:43 +02:00
Mathieu Virbel
6f147c95a0
shadertree: fix position scatter and prevent warning in shader
2011-02-22 14:01:57 +01:00
Mathieu Virbel
8994a84dcd
add shadertree example: use a special shader for a part of the widget tree.
...
this way, you can apply specific shader on childs/widgets !
2011-02-22 13:20:19 +01:00
Mathieu Virbel
5aae16515c
examples: add plasma shader example
2011-02-17 19:20:15 +01:00