Commit Graph

6639 Commits

Author SHA1 Message Date
dessant 91156fa26b Fix label ref example 2014-06-15 14:54:59 +03:00
Zen-CODE 1758f5b169 Merge branch 'master' of https://github.com/kivy/kivy 2014-06-15 12:27:55 +02:00
Zen-CODE 76a43c894d doc: grammar improvements to kivy/core/text/__init__.py 2014-06-15 12:27:11 +02:00
Matthew Einhorn a9303f4ab7 Warn about using __del__ with Widget + PEP8 fix. 2014-06-14 22:17:47 -04:00
Zen-CODE 03505470d3 doc: added reference to native Android browser snipper 2014-06-14 21:20:46 +02:00
dessant 9adb4abcb4 Purge googlecode_upload.py
No human should use this anymore.
2014-06-14 21:47:45 +03:00
Zen-CODE e10cf0180d Fixed issue where anchors not reporting correct position 2014-06-14 16:42:55 +02:00
Alexander Taylor 436205b751 Fix alpha of vertical blur shader of EffectWidget 2014-06-13 17:42:19 +01:00
Alexander Taylor 34d6b0ff3c Fixed typo in vertical blur shader of EffectWidget 2014-06-13 17:39:36 +01:00
Alexander Taylor 513c205a88 Merge pull request #2257 from dessant/patch-8
Event dispatcher doc revision/typo fix
2014-06-12 23:03:22 +01:00
dessant 705d3d39ef Event dispatcher doc revision/typo fix 2014-06-12 19:24:17 +03:00
Akshay Arora fec0595062 Merge pull request #2253 from dessant/patch-7
Add Contribution section to readme
2014-06-12 19:38:04 +05:30
Zen-CODE 005f19a326 doc: added links to git, removed unnecessary emphasis 2014-06-11 22:40:05 +02:00
Zen-CODE 4200b04120 doc:added link for programming guide example 2014-06-11 22:20:45 +02:00
dessant a02ad0109e Add Contribution section to readme 2014-06-11 20:24:11 +03:00
Matthew Einhorn b8167baf07 Clear refs and anchors when clearing text. Fixes #2250. 2014-06-11 04:29:33 -04:00
tshirtman 0087a0ee29 Revert "fix disabled widgets eating events"
This reverts commit 8ff279f60b.
2014-06-10 19:50:03 +02:00
tshirtman 8ff279f60b fix disabled widgets eating events 2014-06-10 19:11:48 +02:00
Akshay Arora 9ac75ae02d Merge pull request #2244 from dessant/patch-5
Fix py3 syntax error
2014-06-10 21:00:12 +05:30
Akshay Arora e920c90e65 Merge pull request #2249 from bionoid/buttondocs
doc: Fix incorrect attr links in uix/button
2014-06-10 20:58:52 +05:30
Terje Skjaeveland ef9a75e9c6 Fix incorrect attr links in uix/button 2014-06-10 16:58:59 +02:00
dessant 14f2301bd0 remove debug print 2014-06-10 11:54:41 +03:00
dessant a64d77fb7d remove sys.exc_clear 2014-06-10 11:52:45 +03:00
Zen-CODE f3b54bcd97 doc: fixed kinect link via workaround 2014-06-10 08:26:01 +02:00
Matthew Einhorn 446b323af7 When stip is False for Label, don't bundle space with text, but allow space to remain on last line if it fits. 2014-06-10 00:12:23 -04:00
Zen-CODE c5e6966ce4 doc: added reference to collide_point docs 2014-06-09 21:38:07 +02:00
Zen-CODE d6053f6ea2 doc: removed extraneous dot 2014-06-09 21:20:52 +02:00
Zen-CODE e22c433400 doc: added reference to the shader module in the example page 2014-06-09 21:17:24 +02:00
Zen-CODE 3334174318 doc :added links to kv lang and the kivy widget 2014-06-09 21:03:04 +02:00
dessant 4a565737b3 Fix py3 compat issue
sys.exc_clear was removed in Python 3.
2014-06-09 10:25:24 +03:00
dessant 2d3e444d25 Fix py3 syntax error 2014-06-09 09:53:07 +03:00
Zen-CODE a9f1c71d81 doc: added reference to the gesture module 2014-06-08 21:16:56 +02:00
Zen-CODE 5273929a72 doc: added reference to touch input events 2014-06-08 20:23:40 +02:00
Zen-CODE 05aeb441ee doc: added links for widget and layout references 2014-06-08 20:13:42 +02:00
Zen-CODE 287c5824f1 doc: grammer tweaks to the examples 2014-06-08 11:21:31 +02:00
Zen-CODE 7ab7b565df doc: added reference to shader for fragment and vertex example 2014-06-08 11:04:05 +02:00
Zen-CODE 4b18932da6 doc: link to Stencil docs, 80 col stuff 2014-06-08 10:55:23 +02:00
Zen-CODE 90bf00db49 doc: added references for Shader and Audio, 80 col reformatting 2014-06-08 10:01:18 +02:00
Zen-CODE 56a41fa588 doc: added link to kv lang for examples 2014-06-08 09:49:57 +02:00
Zen-CODE 166912524e doc: added reference to sphinx docs for more detail 2014-06-08 09:18:50 +02:00
Zen-CODE c2b1a3cb3d doc: tweaks to grammar for the Scatter 2014-06-07 20:30:40 +02:00
Akshay Arora 5d8f2b3bb8 Merge pull request #2243 from inclement/efw_bg
Changed effectwidget to work with any background_color
2014-06-07 22:55:34 +05:30
Alexander Taylor 85781e7173 Fixed several effects to honour background alpha 2014-06-07 18:03:52 +01:00
Alexander Taylor 34327e0670 Added overlap and bgcolor control to efw example 2014-06-07 17:35:24 +01:00
Alexander Taylor e71f8381fc Change effectwidget to work with bg alpha 2014-06-07 17:34:44 +01:00
Akshay Arora 903d545780 Merge pull request #2242 from inclement/efw_fixes
Fixed effectwidget colour and translation problems
2014-06-07 21:01:11 +05:30
Alexander Taylor 02b2ff7deb Fixed effectwidget to work as RelativeLayout 2014-06-07 16:19:03 +01:00
Akshay Arora 6396929f66 Merge pull request #2241 from bionoid/settingsdocs
Fix incorrect attr links in uix/settings
2014-06-07 19:48:46 +05:30
Terje Skjaeveland 18cb24c023 Fix incorrect attr links in uix/settings 2014-06-07 15:47:37 +02:00
Zen-CODE bc42846dd7 doc: corrections to 'Scatter.transform' behaviour 2014-06-07 01:52:39 +02:00