Zen-CODE
|
e5d7454d8e
|
Revisions to /docs - /installation/installation-linux.rst
|
2013-04-13 00:17:50 -05:00 |
Mathieu Virbel
|
e13d1e0ecf
|
listview: remove all size_hint of 1., 1. (that's the widget default), and fix one typo in an doc example
|
2013-04-11 17:49:04 +02:00 |
Mathieu Virbel
|
b4f525fad1
|
Merge branch 'master' of ssh://github.com/kivy/kivy
|
2013-04-11 17:44:45 +02:00 |
Mathieu Virbel
|
f1f07f94f6
|
video: dont try to load the video if no core video is available.
|
2013-04-11 10:08:36 +02:00 |
tshirtman
|
fbcaebaaa3
|
fix typo in fedora install instructions
|
2013-04-09 15:32:16 +02:00 |
qua-non
|
0c7edd9f60
|
Merge pull request #1085 from krivar/patch-2
add mp3 to audio_pygame.py
|
2013-04-08 11:50:25 -07:00 |
Krister Viirsaar
|
fc3b0c43cc
|
New push to kivy audio_pygame
|
2013-04-08 21:37:49 +03:00 |
Mathieu Virbel
|
02a74922cc
|
Merge pull request #1080 from kived/makeclean
* fix `make clean` to remove cythoned .c files
|
2013-04-08 03:02:03 -07:00 |
Mathieu Virbel
|
52a62e992d
|
Merge pull request #1090 from Ian-Foote/padding_spacing
More padding and spacing updates
|
2013-04-08 02:59:52 -07:00 |
Mathieu Virbel
|
0d749b03dc
|
texture: fix texture reloading when gl context changes (was not working anymore with latest texture optimizations)
|
2013-04-08 11:55:24 +02:00 |
Ian Foote
|
5f2ee3ed5f
|
Fix typo: arugment -> argument.
|
2013-04-07 19:26:57 +01:00 |
Ian Foote
|
eb3ec3611d
|
Reorder GridLayout padding property.
|
2013-04-07 19:26:42 +01:00 |
Ian Foote
|
5b368a036d
|
Reorder StackLayout padding property.
|
2013-04-07 19:26:25 +01:00 |
Ian Foote
|
fdd81c41ac
|
Reorder BoxLayout padding property.
|
2013-04-07 19:26:08 +01:00 |
Ian Foote
|
a3cb6b04e7
|
Reorder TextInput padding property.
|
2013-04-07 19:25:27 +01:00 |
Ian Foote
|
fa636bbd96
|
Rename CssListProperty to VariableListProperty.
|
2013-04-07 16:55:43 +01:00 |
qua-non
|
feba2d1e8d
|
Merge pull request #1087 from krivar/patch-3
TYPO FIX: audio/__init__.py
|
2013-04-06 15:23:55 -07:00 |
qua-non
|
ce2b3ae8ac
|
uix:TextInput revert performance improvements for backspace; were leading
to erroronous cursor position in corner cases.
|
2013-04-07 00:05:16 +05:30 |
qua-non
|
b1701f7619
|
uix:TextInput fixes for editing that were raised while testing text predictions on
android.
|
2013-04-06 23:15:11 +05:30 |
qua-non
|
d4dcbfb0a4
|
Merge pull request #1062 from Zen-CODE/Doc_English_Improvements_19
Revisions to /guide/packaging-windows.rst
|
2013-04-04 15:42:33 -07:00 |
krivar
|
7edc770d16
|
TYPO FIX: audio/__init__.py
|
2013-04-05 00:00:00 +03:00 |
krivar
|
6a473e2272
|
Update audio_pygame.py
mp3 is supported on android (tested) http://developer.android.com/guide/appendix/media-formats.html
iOS should be supported too (haven't tested) http://developer.apple.com/library/ios/#documentation/AudioVideo/Conceptual/MultimediaPG/UsingAudio/UsingAudio.html
I don't know how to "a,b,c on android; x,y,z on iOS" so I can't add the rest of the formats.
|
2013-04-04 14:03:55 +03:00 |
Gabriel Pettier
|
b9e477922b
|
Merge pull request #1081 from Zen-CODE/Doc_English_Improvements_22
Revisions to installation/installation-android.rst
|
2013-04-03 15:44:23 -07:00 |
Mathieu Virbel
|
5c7ea5eedf
|
Merge branch 'master' of ssh://github.com/kivy/kivy
|
2013-04-03 22:59:39 +02:00 |
Mathieu Virbel
|
dd8050c962
|
markup: fix float texture size when using pil markup rendering. closes #1082
credits to ihaque
|
2013-04-03 22:59:23 +02:00 |
Zen-CODE
|
885659543b
|
Revisions to installation/installation-android.html
|
2013-04-03 15:18:55 -05:00 |
Ryan Pessa
|
95aa4a84a3
|
* fix `make clean` to remove cythoned .c files
|
2013-04-03 13:50:09 -05:00 |
Ryan Pessa
|
507171f288
|
* update _scroll_x_mouse and _scroll_y_mouse to fix scrollview jumping
|
2013-04-03 13:40:48 -05:00 |
Mathieu Virbel
|
ba77aaf035
|
text: fix 1px wide black bar
|
2013-04-03 19:18:01 +02:00 |
Mathieu Virbel
|
05f5855cfb
|
events: add a fast path for properties() + add a new cache for discovering on_* handlers on widget classes
|
2013-04-03 19:17:22 +02:00 |
qua-non
|
d053096e5e
|
uix: TextInput small fixes.
examples: kivycatalog small changes for Label section
|
2013-04-03 22:30:50 +05:30 |
qua-non
|
6566d0c047
|
uix:TextInput improve responsiveness of cut/copy paste bubble.
reduce long touch time and animation durationfor bubble
|
2013-04-03 15:36:17 +05:30 |
qua-non
|
0fe1430519
|
uix: fix layout's were returning Layout in add/remove widget
|
2013-04-03 15:24:45 +05:30 |
Mathieu Virbel
|
763616ff2b
|
label: fix black markup, due to invalid recreation of the texture in post-rendering
|
2013-04-03 11:53:29 +02:00 |
tshirtman
|
bcd43a277d
|
update AUTHORS
|
2013-04-01 18:26:28 +02:00 |
Mathieu Virbel
|
290c187e87
|
Merge pull request #1075 from smishlayev/patch-2
Update app.py
|
2013-03-31 11:02:28 -07:00 |
Mathieu Virbel
|
38069971ec
|
Merge pull request #1071 from kivy/core-lazy-texture
Lazy texture uploading
|
2013-03-31 11:01:52 -07:00 |
Mathieu Virbel
|
20d594dfdd
|
lang: pack all the canvas expression execution to be executed after dispatching input, and before drawing the frame if the frame need to be drawed.
|
2013-03-31 20:02:21 +02:00 |
Alexey Smishlayev
|
4cbc5e113c
|
Update app.py
Handle situation when Window is None (e.g. when App's build() returned nothing). Error message could be better, but it does the job.
|
2013-03-31 17:08:25 +03:00 |
Mathieu Virbel
|
c52a39c309
|
uix: fix switch and checkbox for dpi
|
2013-03-31 12:30:47 +02:00 |
Mathieu Virbel
|
7ce2cdf590
|
setup.py: normalize c_options for x11 and mesagl. closes #1074
|
2013-03-31 12:26:23 +02:00 |
Mathieu Virbel
|
e36637d860
|
Merge branch 'master' of ssh://github.com/kivy/kivy
|
2013-03-31 12:20:54 +02:00 |
Mathieu Virbel
|
23a2a0e9d6
|
pep8 fixes, closes #1072
|
2013-03-31 12:20:47 +02:00 |
Mathieu Virbel
|
577277f87c
|
Merge pull request #812 from kivy/lang_id
Lang: set id name as attribute of root widget
|
2013-03-31 03:00:04 -07:00 |
Mathieu Virbel
|
ac6df9e704
|
Merge branch 'master' of ssh://github.com/kivy/kivy
|
2013-03-31 12:00:01 +02:00 |
Mathieu Virbel
|
fe788691d9
|
fix kivycatalog
|
2013-03-31 11:59:37 +02:00 |
Mathieu Virbel
|
c41be5d3f6
|
Merge branch 'padding' of https://github.com/Ian-Foote/kivy into Ian-Foote-padding
|
2013-03-31 11:42:57 +02:00 |
Mathieu Virbel
|
fe46147dd6
|
Merge pull request #1055 from Zen-CODE/Doc_English_Improvements_17
Revisions to packaging-ios.rst
|
2013-03-31 02:39:19 -07:00 |
Mathieu Virbel
|
775c2d67a7
|
Merge pull request #1069 from kivy/textinput_improvements
uix: TextInput improve visual polish and mninor performance improvements
|
2013-03-31 02:37:39 -07:00 |
Mathieu Virbel
|
3082cc7c39
|
texture: introduce lazy texture, where the texture data is really gathered from a callback and uploaded to GPU only when bind().
|
2013-03-31 08:01:32 +02:00 |