Alexander Taylor
|
40a7bc3ac3
|
doc: Changed equality comparison to use ==
|
2014-08-31 13:05:04 +01:00 |
Zen-CODE
|
2af1fe8c3e
|
doc: revisions to graphics/tesselator.py
|
2014-08-31 08:30:05 +02:00 |
Zen-CODE
|
1f853ad200
|
Merge branch 'master' of https://github.com/kivy/kivy
|
2014-08-31 07:14:01 +02:00 |
Zen-CODE
|
bbaaf2ca45
|
doc: added image for adapter.py
|
2014-08-31 07:13:27 +02:00 |
Ryan Pessa
|
436f2d6b26
|
Merge pull request #2442 from kived/fix-tabs-spaces
fix mixed spaces/tabs
|
2014-08-30 16:55:44 -05:00 |
Ryan Pessa
|
01c0cd035a
|
fix mixed spaces/tabs
|
2014-08-30 16:33:28 -05:00 |
Mathieu Virbel
|
d323bd6c53
|
Merge pull request #2440 from kivy/tesselator
Tesselator
|
2014-08-30 22:59:24 +02:00 |
Mathieu Virbel
|
290a20ea86
|
tesselator: fixed version
|
2014-08-30 18:20:30 +02:00 |
Mathieu Virbel
|
ca0d136a17
|
tesselator: fix documentation typo
|
2014-08-30 17:47:22 +02:00 |
Mathieu Virbel
|
0b9186b649
|
tesselator: change the example to be compatible with python 3
|
2014-08-30 17:21:11 +02:00 |
Mathieu Virbel
|
e114a35976
|
tesselator: added pictures for the documentation
|
2014-08-30 17:10:41 +02:00 |
Mathieu Virbel
|
a77706a1b4
|
Separate meshes and vertices, 2 differents mode of result iterations. Added documentation, cleaned example.
|
2014-08-30 17:02:34 +02:00 |
Mathieu Virbel
|
ae39a516a6
|
tesselator: add all the .c to the tesselator extension. basic mesh works, still wip.
|
2014-08-30 14:11:25 +02:00 |
Mathieu Virbel
|
ccb3095f7c
|
tesselator: start integration of libtess2 with a basic Tesselator class
|
2014-08-30 01:21:59 +02:00 |
Zen-CODE
|
915fe2ac3f
|
doc: revisions to adapters/adapter.py
Reworded explanation for cls to be more concise, added link to Factory
|
2014-08-29 19:23:40 +02:00 |
Zen-CODE
|
535dccd106
|
doc: revisions to adapters/adapter.py
Added that a Label is used for the view item if nothing else is
specified
|
2014-08-29 18:16:43 +02:00 |
Zen-CODE
|
7ffbc2c0d7
|
doc: revisions to adapters/adapter.py
Added links to properties
|
2014-08-29 18:05:13 +02:00 |
Zen-CODE
|
bfa6d1f922
|
doc: added warning tag for better formattimg
Including the experimental code warning in the verison role makes the
HTML really ugly. Moved to a dedicated warning role.
|
2014-08-27 21:08:32 +02:00 |
Zen-CODE
|
1a96ec1138
|
doc: corrected tag, prevent HTML overflow in docs for graphics/vertex_instructions_line.pxi
|
2014-08-25 20:07:26 +02:00 |
Zen-CODE
|
a20d45ca1c
|
doc: added advice on best pracises to guide/graphics.rst
|
2014-08-25 18:40:21 +02:00 |
Alexander Taylor
|
8bad309e43
|
Merge pull request #2422 from kivy/fix_test_keep_data
fix test_keep_data so that it looks up the texture
|
2014-08-25 12:10:27 +01:00 |
Alexander Taylor
|
13c9335ff1
|
Merge pull request #2427 from dessant/patch-3
Remove unused checkbox method
|
2014-08-25 12:08:50 +01:00 |
Akshay Arora
|
12deae58ca
|
Merge pull request #2429 from matham/drop
Ensure that container is set before everything for dropdown.
|
2014-08-25 14:52:26 +05:30 |
Mathieu Virbel
|
f4fa408c6e
|
texture: enforce the Texture.blit_* colorfmt/bufferfmt to be the same as the texture, if we have GLES_LIMITS activated. Closes #1600.
|
2014-08-25 10:49:15 +02:00 |
Mathieu Virbel
|
2a6d5aff6b
|
Merge pull request #2430 from matham/gles-config
Add gles_limits env variable.
|
2014-08-25 10:33:31 +02:00 |
Matthew Einhorn
|
461b2773b2
|
Add gles_limits env variable.
|
2014-08-25 01:30:52 -04:00 |
Matthew Einhorn
|
31a3f30b70
|
Ensure taht container is set before everything. Fixes #2394.
|
2014-08-24 18:24:46 -04:00 |
Zen-CODE
|
166494edeb
|
Fix fix on_selection_change
Sorry I broke it...buyt why I don't understand yet....
|
2014-08-24 22:17:16 +02:00 |
Zen-CODE
|
f63d611703
|
Merge branch 'master' of https://github.com/kivy/kivy
Merging main branch before push
|
2014-08-24 20:13:15 +02:00 |
Zen-CODE
|
43dd043ff0
|
doc: added links to examples for uix/listview.py
|
2014-08-24 20:12:37 +02:00 |
dessant
|
35b7b581a7
|
Remove unused checkbox method
|
2014-08-24 21:09:24 +03:00 |
Gabriel Pettier
|
16b93607c9
|
Merge pull request #2420 from inclement/listadapter_cls
Changed ListAdapter cls to accept string
|
2014-08-24 18:59:58 +02:00 |
Gabriel Pettier
|
a748259a11
|
Merge pull request #2424 from dessant/patch-2
Always change the CheckBox state on press
|
2014-08-24 18:53:22 +02:00 |
Alexander Taylor
|
352ff6beac
|
Changed adapter string check to use kivy.compat
|
2014-08-24 17:37:58 +01:00 |
Zen-CODE
|
c9c0ffdbd3
|
doc: added hint on how on use on_selection_change in adapters/listadapter.pt
|
2014-08-24 09:54:39 +02:00 |
Zen-CODE
|
ea230a35e3
|
doc: added missing colon in uix/listview.py
|
2014-08-24 09:38:40 +02:00 |
dessant
|
9c006c25e9
|
Always change the CheckBox state on press
Fixes https://github.com/kivy/kivy/issues/2423.
|
2014-08-24 05:39:24 +03:00 |
Kovak
|
36a653bd39
|
fix test_keep_data so that it looks up the texture before checking if data exists
|
2014-08-23 15:52:08 -06:00 |
Alexander Taylor
|
c8ac2aef81
|
doc: Fixed spelling of highlight
|
2014-08-23 17:06:07 +01:00 |
Alexander Taylor
|
c7d167faed
|
Merge pull request #2421 from kivy/fix_line_joints
Fix line joints when doing a PI angle
|
2014-08-23 16:43:58 +01:00 |
Mathieu Virbel
|
079e1d5ea6
|
example: add slider volume for audio examples. Refs #1869
|
2014-08-23 17:06:37 +02:00 |
Mathieu Virbel
|
3b7d31a8b4
|
config: ensure python3 configparser will always set strings. Closes #2122
|
2014-08-23 16:25:31 +02:00 |
Mathieu Virbel
|
d6d12d87f2
|
video: fix video.unload called when position is changing. Closes #2275
|
2014-08-23 15:40:58 +02:00 |
Alexander Taylor
|
e4ce59737b
|
Added pong note about ball bouncing
|
2014-08-22 21:29:47 +01:00 |
Alexander Taylor
|
358bba20c6
|
Changed ListAdapter cls to accept string
The string is resolved by querying the Factory.
|
2014-08-22 21:12:03 +01:00 |
ZenCODE
|
c0fafbb3b2
|
doc: reinstated mvc reference, add view to adapters/__init__.py
|
2014-08-22 05:41:36 +02:00 |
ZenCODE
|
0b2d1b698f
|
doc: revisions to adapters/__init__.py
|
2014-08-21 19:59:33 +02:00 |
ZenCODE
|
93aeede4e0
|
doc: added link to uix/listview.py
|
2014-08-21 19:14:00 +02:00 |
Zen-CODE
|
f2425977c4
|
doc: corrected 'on_selection_changed' description based on real parameters
|
2014-08-20 20:00:01 +02:00 |
Zen-CODE
|
83cc2aab2b
|
doc: removed redundant event description
Removed redundant event description as link goes fo fully documented
event description.
|
2014-08-20 19:40:56 +02:00 |