Commit Graph

6552 Commits

Author SHA1 Message Date
Mathieu Virbel 26c99a6cb7 gl: export print_gl_version out of the documentation condition 2011-01-04 08:30:32 +01:00
Mathieu Virbel 9f4934ffe4 widget: canvas must be created before setting properties. otherwise, we can't use it ! 2011-01-03 22:55:06 +01:00
Mathieu Virbel 3cbbc5bfe9 style/image: take care of position when drawing image 2011-01-03 22:54:47 +01:00
Mathieu Virbel cb959a8294 app: don't set root to None after build() call, if the root is already set in __init__ 2011-01-03 22:54:30 +01:00
Christopher Denter da45c53e5f reworded docs 2011-01-02 17:34:18 +01:00
Mathieu Virbel a8e2c65307 got texture.pyx compiling and working ! 2010-12-23 17:39:31 -05:00
Mathieu Virbel 5dbede669d fix texture compilation 2010-12-23 17:39:31 -05:00
Mathieu Virbel 6496511b90 update setup.py for texture.pyx 2010-12-23 17:39:30 -05:00
Mathieu Virbel 8599c6ae5e move texture.py to pyx (first pass) 2010-12-23 17:39:30 -05:00
Mathieu Virbel 7005aa3d8d rename app_scatter to .kv 2010-12-22 20:46:37 +01:00
Mathieu Virbel feb10af8c7 update scatter application 2010-12-22 20:41:01 +01:00
Mathieu Virbel f503d3a744 add style for drawing default image 2010-12-22 20:40:53 +01:00
Mathieu Virbel cfd8bd2db8 add canvas.before, and before/after are now CanvasBase class that support the with statement.
+ both of them are added to the canvas instruction group
+ if the are not used, they are not created.
2010-12-22 20:36:03 +01:00
Mathieu Virbel f5403e0ad0 readd canvas.after in graphics instruction. 2010-12-22 20:06:25 +01:00
Mathieu Virbel daf4a9d5fe enhance doc of scatter 2010-12-22 19:42:40 +01:00
Mathieu Virbel 2de1939a4c remove numpy import 2010-12-22 19:35:11 +01:00
Mathieu Virbel 881600f11c rename GraphicsInstruction to Instruction 2010-12-22 19:34:36 +01:00
Mathieu Virbel 85503fe428 clean scatter 2010-12-22 19:34:25 +01:00
Mathieu Virbel f3bc6998e8 use matrixinstruction to make scatter work 2010-12-22 19:14:31 +01:00
Mathieu Virbel d972a89c0f use string for binding property, not the actual property object. Otherwise, if we want to change the property, it's a total mess. 2010-12-22 16:43:41 +01:00
Mathieu Virbel 2a5d19b5e7 Merge branch 'master' of github.com:tito/kivy into uix-scatter 2010-12-22 14:34:19 +01:00
Mathieu Virbel eacc6c68e5 update background & logo 2010-12-22 14:21:44 +01:00
Mathieu Virbel a4e4f30dbe update doc css to include a sidebar 2010-12-22 12:14:24 +01:00
Mathieu Virbel 6e9772ea1f fix window_pygame + create_instance 2010-12-21 20:12:08 +01:00
Mathieu Virbel dd472c2483 update documentation for making toctree readable.
add ignore_list for autobuild.
2010-12-21 19:36:45 +01:00
Mathieu Virbel ffeaa4c7dd documentation for graphics 2010-12-21 19:36:26 +01:00
Mathieu Virbel 02b240bf85 Start documentation of graphics package 2010-12-21 19:05:54 +01:00
Mathieu Virbel b5bf7130bc enhance preprocessing module to fully support signature generation for cython module.
all cython module must have the embedsignature=True activated to make it work.
2010-12-21 19:05:42 +01:00
Mathieu Virbel b61e4ce3d2 activate todo generation 2010-12-21 19:05:11 +01:00
Mathieu Virbel 5eb87c1221 change how the title documentation are generated. Now the title are not duplicated anymore.
+ move texture.py into graphics
+ remove obj.py, plugin.py
2010-12-21 15:57:47 +01:00
Mathieu Virbel 6227eda4d5 move exceptions to base (and remove exceptions.py file.)
TODO: merge exception manager somewhere.
2010-12-21 02:35:20 +01:00
Mathieu Virbel 2311830c76 fix event documentation 2010-12-21 02:27:55 +01:00
Mathieu Virbel 66a6a6d270 reduce text overhead by adding ~ on each ref link + fix lang + enhance css for links 2010-12-21 02:21:39 +01:00
Mathieu Virbel 8afcd296da reordering documentation to include user guide (mostly inspired from flask, thanks guys!) + styling fixes. 2010-12-21 02:13:06 +01:00
Mathieu Virbel 30714a6e37 document properties 2010-12-20 23:26:54 +01:00
Mathieu Virbel 5d583468e7 monkey patch sphinx to be able to recognize Cython class as Python class by giving a higher priority to ClassDocumenter. 2010-12-20 23:26:41 +01:00
Mathieu Virbel f76e55a0f1 enhance widget documentation 2010-12-20 23:26:06 +01:00
Mathieu Virbel 85976c46f4 work on documentation of widget 2010-12-20 19:11:12 +01:00
Mathieu Virbel 07d817c420 play with documentation, first commit to have a proper example of documentation in Widget class.
(found how we can document properties!)
2010-12-17 12:44:57 +01:00
Mathieu Virbel d5e5281d22 doc: now doc generation is working. 2010-12-17 00:02:30 +01:00
Mathieu Virbel 992a56e7a3 if the documentation is beeing generated, don't create instance of some core providers
+ force loading of all modules in kivy
2010-12-16 23:27:37 +01:00
Mathieu Virbel be5769017e fix the factory registers file generation (prevent to call the command twice to make it work by creating an empty file at the start.) 2010-12-16 23:15:05 +01:00
Mathieu Virbel f43712714f fix fbo + update setup 2010-12-16 23:10:57 +01:00
Mathieu Virbel b9d790e44d remove c_ext directory 2010-12-16 23:00:14 +01:00
Mathieu Virbel eba83c6a0d update gitignore 2010-12-16 22:25:36 +01:00
Mathieu Virbel 221664c8da starting scatter 2010-12-16 22:22:47 +01:00
Mathieu Virbel 477a62a9eb update documentation generation 2010-12-16 20:18:30 +01:00
Mathieu Virbel 44577c2bcd update button image 2010-12-16 18:35:18 +01:00
Mathieu Virbel ba5908d604 widget: remove unused import 2010-12-15 02:35:48 +01:00
Mathieu Virbel 0647d0777e properties: move the == comparaison in set() in compare_value() function.
properties: add a NumpyProperty, that copy the default value instead of just using it + adapt comparaison for numpy matrices
2010-12-15 02:35:38 +01:00