Commit Graph

3759 Commits

Author SHA1 Message Date
Ian Foote 09c1ff2610 Use CssListProperty for spacing in StackLayout. 2013-03-24 23:36:25 +00:00
Ian Foote 229470c76f Update gridlayout to use CssListProperty for spacing. 2013-03-24 23:28:09 +00:00
Ian Foote b6df803504 Update CssListProperty to represent length 2 lists as well as length 4. 2013-03-24 23:27:02 +00:00
Ian Foote f53c86e088 Change padding order to match css padding. 2013-03-24 23:19:00 +00:00
Zen-CODE 51f60d4997 Revisions to packaging-ios.rst 2013-03-24 17:57:47 -05:00
Gabriel Pettier e46dffcdf1 Merge pull request #1043 from Zen-CODE/Doc_English_Improvements_15
Revisions to /guide/inputs.rst
2013-03-24 15:40:52 -07:00
Zen-CODE 55a7e4e524 Revisions to the the guide: other-frameworks.rst and packaging.rst 2013-03-24 17:11:49 -05:00
Ian Foote bf85852827 Use CssListProperty in StackLayout for padding property. 2013-03-24 22:10:17 +00:00
Ian Foote 0bc8c0ce49 Update GridLayout to use CssListProperty for padding. 2013-03-24 21:15:01 +00:00
Zen-CODE 69b1c6190d Corrections to /guide/inputs.rst 2013-03-24 15:37:39 -05:00
Ian Foote 93c1aa25d5 Update padding to use CssListProperty instead of NumericProperty. 2013-03-24 20:20:47 +00:00
Zen-CODE 21affb9fe4 Fixed broken links and changed capitalization for consistency 2013-03-24 15:08:25 -05:00
Ian Foote fd1b2c6bd1 Add CssListProperty. 2013-03-24 20:07:09 +00:00
Mathieu Virbel 30cffd089b etc1: fix detection of etc1 capability 2013-03-24 13:10:42 -05:00
Mathieu Virbel 2cbae2c0a5 lang: fix id selector 2013-03-24 12:45:24 -05:00
Mathieu Virbel 018381272d graphics: add support for etc1 textures 2013-03-24 12:00:01 -05:00
Mathieu Virbel 6d08af7329 graphics: avoid one glGetString and fix another one GL command for android emulator where passing NULL to *length is not supported. 2013-03-22 21:46:43 -05:00
Mathieu Virbel e931eb2920 widget: fix index (forgot to use newly created canvas.has_before property) 2013-03-22 16:24:49 -05:00
Mathieu Virbel 21c5b727c5 doc: fix doc. 2013-03-22 15:22:47 -05:00
Mathieu Virbel 5205d7f55f factory: remove numpad, from an invalid PR 2013-03-22 15:16:18 -05:00
Mathieu Virbel 6f25fd90ee tests: fix animation tests. 2013-03-22 15:15:26 -05:00
Mathieu Virbel e95717c650 widget: fix widget insertion with or without canvas.before. closes #1021. 2013-03-22 15:06:33 -05:00
qua-non cb44671c4b core:lang store ids as weakref but return ref instead of weakref when accessing 2013-03-23 00:24:16 +05:30
Mathieu Virbel 3936836ef7 avoid redis unittest if the module is not available 2013-03-22 11:34:14 -05:00
Mathieu Virbel 0528a28e9d Merge pull request #1034 from Ian-Foote/carousel
Correct documentation: loop defaults to False, not True.
2013-03-22 09:24:03 -07:00
Mathieu Virbel 5e89343a0f Merge branch 'feature-storage-api' 2013-03-22 11:16:50 -05:00
Mathieu Virbel a5fe44c599 storage: update versionadded 2013-03-22 11:16:34 -05:00
Mathieu Virbel 465a870ee5 colorpicker: fix versionadded 2013-03-22 11:13:54 -05:00
Mathieu Virbel 2604645877 Merge pull request #833 from kivy/color_picker
add ColorPicker and NumPad widgets from chaosbuffalolabs (thanks!)
2013-03-22 09:12:33 -07:00
Mathieu Virbel f74cd3cde4 Merge pull request #849 from supercheetah/kivywinescript
A script to allow for a portable version of Kivy under Wine
2013-03-22 09:11:00 -07:00
Mathieu Virbel f48dc2b4b2 showcase: add seperator between labels 2013-03-22 11:10:17 -05:00
Mathieu Virbel edc53eaa29 Merge pull request #1024 from shurik/ec066bf1aea47bfb87dad46284d0c99cd91cc953
Add font sizes to showcases
2013-03-22 09:06:58 -07:00
Mathieu Virbel 03bbac8f1e Merge pull request #1032 from kivy/1030
uix:Carousel fix slide animation when looping between 2 slides closes #1...
2013-03-22 08:39:27 -07:00
qua-non 226343cf95 uix:Carousel fix crash on 0 slides and avoid positioning prev/next if only one
slide.
2013-03-22 19:00:46 +05:30
qua-non 6c6e15d742 uix:Carousel fix slide animation when looping between 2 slides closes #1030 2013-03-22 00:52:43 +05:30
Mathieu Virbel 2e41ce7d5f mouse: strip all the argument to ensure that a space doesnt break anything. closes #1022 2013-03-21 11:59:43 -05:00
Mathieu Virbel abbd8a8203 Merge branch 'fbo_pixels' 2013-03-21 11:56:01 -05:00
Mathieu Virbel 19064e61b3 graphics/texture: add save() for TextureRegion as well, and more documentation. 2013-03-21 11:55:19 -05:00
Mathieu Virbel abc5eaccbd core/image: add documentation, and support saving Image(texture).save() 2013-03-21 11:54:58 -05:00
Mathieu Virbel 91fdab1cfd core/image: fix imageio for png and jpeg output 2013-03-21 11:54:42 -05:00
Mathieu Virbel 9bfa29bc6d core/image: implement ImageIO save 2013-03-21 11:27:04 -05:00
Mathieu Virbel 20a3420162 core/image: implement save() for PIL 2013-03-21 11:15:25 -05:00
qua-non 0a8a3489d3 Merge pull request #1031 from Zen-CODE/Doc_English_Improvements_13
Small fixes to the grammar
2013-03-21 01:44:17 -07:00
Mathieu Virbel bd9aab26c4 core/image: add save() method on loader and image. Only pygame core provider implement the saving. 2013-03-20 19:40:27 -07:00
Mathieu Virbel 5a92e8e2c9 Merge branch 'fbo_pixels' of /Volumes/TOMTOM/kivy/ into fbo_pixels 2013-03-20 19:18:38 -07:00
Thomas Hansen 155fcef5cd add pixels property to FBO, to get access to rgb buffer for saving texture 2013-03-20 17:33:29 -07:00
Mathieu Virbel 158082aab8 merge 2013-03-20 17:32:14 -07:00
Mathieu Virbel f5c9ea7969 Merge pull request #1018 from matham/improve_slider
Improve slider to not show the background line on the padding parts
2013-03-20 17:30:59 -07:00
Mathieu Virbel e97a588620 doc: update canvas before/after doc according to the PR. Closes #1019 2013-03-20 17:29:58 -07:00
Mathieu Virbel 9997cd2a9f Merge pull request #1020 from hansent/app-user-data-directory
fix for #952
2013-03-20 17:17:06 -07:00