Mathieu Virbel
|
f485963068
|
lang: allow _ to be checked as it was a key.value property.
|
2013-08-01 15:58:20 +02:00 |
Richard Larkin
|
1db1334985
|
doc: added docstring to effects/opacityscroll.py so the linking works
|
2013-07-31 18:30:34 +02:00 |
Richard Larkin
|
9311b289de
|
doc: revisions to effects/__init__.py
|
2013-07-31 18:22:12 +02:00 |
Mathieu Virbel
|
0cc4d90ba8
|
Merge pull request #1345 from nskrypnik/3dpicking
#1344 issue resolving(3d picking)
|
2013-07-31 03:21:15 -07:00 |
Niko Skrypnik
|
28b8a6d34b
|
Cleanup the code related to using depth texture
|
2013-07-31 11:29:56 +03:00 |
Brian Knapp
|
b44d9cf663
|
Use Vertex Shader as well
Not tested with vs=None. "Works for me"
|
2013-07-30 23:11:09 -05:00 |
qua-non
|
20b1428d3c
|
Merge pull request #1400 from Zen-CODE/async
doc: added some explanation to AsyncImage for completeness
|
2013-07-30 12:55:22 -07:00 |
Richard Larkin
|
10729933eb
|
doc: added some explanation to AsyncImage to completeness
|
2013-07-30 21:28:21 +02:00 |
Niko Skrypnik
|
59aa6c9f3f
|
f_id in fbo creation to 0
|
2013-07-30 17:56:53 +03:00 |
Richard Larkin
|
cf4a77049a
|
doc: revisions to effects/dampedscroll.py
|
2013-07-29 09:54:42 +02:00 |
Richard Larkin
|
ed5bf46660
|
doc: revisions to core/window/__init__.py
|
2013-07-29 09:16:41 +02:00 |
Richard Larkin
|
7948258b9e
|
doc: spelling correction to core/window/__init__.py
|
2013-07-27 10:34:26 +02:00 |
Richard Larkin
|
181cdc29ca
|
doc: revisions to graphics\__init__.py to correct OpenGL reference
|
2013-07-25 19:54:46 +02:00 |
Richard Larkin
|
af009513b7
|
doc: revisions to core/windows/__init__.py
|
2013-07-25 05:47:26 +02:00 |
Richard Larkin
|
978959f0c8
|
doc: revisions to core/video/video_ffmpeg.py
|
2013-07-25 05:24:05 +02:00 |
Richard Larkin
|
df77423b32
|
doc: revisions to core/video/__init__.py
|
2013-07-24 22:49:57 +02:00 |
Richard Larkin
|
b2e314d733
|
doc: corrected category for larger Notes
|
2013-07-24 13:59:28 +02:00 |
Richard Larkin
|
4bc849845b
|
doc: added more tested devices, alphabetical sort
|
2013-07-24 04:27:32 +02:00 |
Richard Larkin
|
a452bd57dd
|
Merge pull request #1391 from Zen-CODE/api11
doc: grammatical improvements to core/text/__init__.py
|
2013-07-22 12:06:22 -07:00 |
Richard Larkin
|
5e92a7d6c8
|
doc: grammatical improvements to core/text/__init__.py
|
2013-07-22 20:56:03 +02:00 |
Mathieu Virbel
|
344ea734d4
|
actionbar: fix versionadded
|
2013-07-22 18:55:28 +02:00 |
Mathieu Virbel
|
63eb51d5e1
|
actionbar: doesnt use Config directly as default value.
|
2013-07-22 18:44:02 +02:00 |
Mathieu Virbel
|
5a63d9a34b
|
actionbar: update example
|
2013-07-22 18:35:24 +02:00 |
Mathieu Virbel
|
1bd8f29a1e
|
merge actionbar
|
2013-07-22 18:34:15 +02:00 |
Mathieu Virbel
|
d964801691
|
actionbar: remake styling by forcing the height of the actionbar, add ActionButton.icon, prefer icon usage instead of text when the button is not in a group, and various size fixes on images and button/icon.
|
2013-07-22 18:33:04 +02:00 |
Mathieu Virbel
|
55322ecb53
|
Merge pull request #1387 from kivy/scrollview_hide
uix:ScrollView show bars only when viewport is scrollable. closes #1386
|
2013-07-22 02:44:33 -07:00 |
Mathieu Virbel
|
7b1704a834
|
Merge pull request #1390 from Ian-Foote/stacklayout_823
Simplify StackLayout's do_layout.
|
2013-07-22 02:44:03 -07:00 |
Ian Foote
|
ccd35b051a
|
Simplify StackLayout's do_layout.
|
2013-07-21 17:52:38 +01:00 |
Mathieu Virbel
|
7a2e2db544
|
Merge pull request #1389 from Ian-Foote/reference_list_property
Reference list property
|
2013-07-21 08:50:46 -07:00 |
Ian Foote
|
e6fd93be39
|
Allow changing a slice of ReferenceListProperty.
Pass tests on python3 as well as python2.
|
2013-07-21 15:50:29 +01:00 |
Ian Foote
|
6c8f07f5fe
|
Add test for setting ReferenceListProperty slice.
|
2013-07-21 15:50:29 +01:00 |
Ian Foote
|
b464278d05
|
Update ReferenceListProperty properties individually.
Fix #823
|
2013-07-21 15:50:29 +01:00 |
Ian Foote
|
5b80745e18
|
Simplify list comprehension.
|
2013-07-21 12:02:02 +01:00 |
Ian Foote
|
2a0e2463bb
|
Add testcase for issue #823.
|
2013-07-21 11:14:04 +01:00 |
Mathieu Virbel
|
88ff5cc8b4
|
Merge pull request #1365 from Ian-Foote/inspector_properties
Allow VariableListProperty to be edited in the inspector.
|
2013-07-20 15:42:00 -07:00 |
Ian Foote
|
2730cbeeb3
|
Merge branch 'master' into inspector_properties
|
2013-07-20 16:57:30 +01:00 |
qua-non
|
4d00293197
|
uix:ScrollView show bars only when viewport is scrollable. closes #1386
|
2013-07-20 14:23:51 +05:30 |
Richard Larkin
|
f60750c79d
|
Merge pull request #1384 from Zen-CODE/spelling
doc: grammatical revisions to core/spelling/__init__.py
|
2013-07-19 08:21:27 -07:00 |
Richard Larkin
|
9cb99026b1
|
doc: grammatical revisions to core/spelling/__init__.py
|
2013-07-19 17:15:58 +02:00 |
Richard Larkin
|
b58d7659f9
|
Merge pull request #1383 from Zen-CODE/guide_lang
doc: fixed broken formatting in guide/lang.rst
|
2013-07-19 07:18:17 -07:00 |
Richard Larkin
|
826deaa9ae
|
doc: fixed broken formattting in guide/lang.rst
|
2013-07-19 16:09:17 +02:00 |
Richard Larkin
|
4793b5abbf
|
Merge pull request #1381 from Zen-CODE/config_doc_fix
Config doc fix
|
2013-07-18 11:22:24 -07:00 |
Richard Larkin
|
32c9051419
|
fix: removed unintended commits
|
2013-07-18 20:17:50 +02:00 |
Richard Larkin
|
82f0486944
|
fix: removed unintended commits
|
2013-07-18 20:14:19 +02:00 |
Richard Larkin
|
e95bdab0e8
|
Merge pull request #1380 from Zen-CODE/config_doc
doc: added explanation for configuration behavior
|
2013-07-18 09:15:04 -07:00 |
Richard Larkin
|
b2b3d1f094
|
doc: added config supression explanation
|
2013-07-18 18:09:32 +02:00 |
Richard Larkin
|
8a69c31091
|
fix: suggested fix for disabled settings bug
|
2013-07-17 22:59:56 +02:00 |
Richard Larkin
|
dc05232360
|
Merge pull request #1375 from Zen-CODE/graphics_w
Added warning about graphics and widget movements
|
2013-07-16 14:24:12 -07:00 |
Richard Larkin
|
3ef08c468b
|
Added warning about graphics and widget movements
|
2013-07-16 23:19:11 +02:00 |
qua-non
|
3cbf10b0e6
|
doc: use code-block directives in kivy.lang
|
2013-07-16 21:27:19 +05:30 |