qua-non
|
ff0ff99272
|
Merge pull request #1156 from Zen-CODE/Doc_English_Improvements_31
doc: revisions to getttingstarted\diving.rst
|
2013-04-30 14:37:20 -07:00 |
Mathieu Virbel
|
f5cad6d905
|
doc: update layout and colors to integrate the garden.
|
2013-04-30 23:20:25 +02:00 |
Zen-CODE
|
79031c2d62
|
Revisions to getttingstarted\diving.rst
|
2013-04-30 15:57:36 -05:00 |
qua-non
|
2be3ae2d30
|
Merge pull request #1155 from geeklint/ObservableDict_clear
Observable dict clear
|
2013-04-30 11:55:17 -07:00 |
geeklint
|
13cf5937b7
|
Merge branch 'master' of https://github.com/kivy/kivy into ObservableDict_clear
Fixed ObservableDict.clear to call dict.clear instead of dict.append
|
2013-04-30 14:10:20 -04:00 |
geeklint
|
7addf708c0
|
Fix ObservableDict.clear
|
2013-04-30 14:09:44 -04:00 |
Mathieu Virbel
|
19fd327679
|
doc: fix calculation, padding should be ok now.
|
2013-04-30 18:40:50 +02:00 |
Mathieu Virbel
|
1052283a51
|
doc: fix initial ypadding to 20, not 10.
|
2013-04-30 18:29:00 +02:00 |
Mathieu Virbel
|
ede1ebc461
|
textinput: fix default value for padding
|
2013-04-30 17:50:50 +02:00 |
Mathieu Virbel
|
065f6002dc
|
Merge branch 'master' of ssh://github.com/kivy/kivy
|
2013-04-30 17:30:53 +02:00 |
Mathieu Virbel
|
f31c7a0bfc
|
spelling: fix documentation. closes #1146
|
2013-04-30 17:29:08 +02:00 |
Mathieu Virbel
|
52cd37a84a
|
Merge pull request #1148 from matham/open_once
Don't freeze when openning a modal view twice.
|
2013-04-30 08:24:07 -07:00 |
Mathieu Virbel
|
ebabf69cf7
|
Merge pull request #1145 from smishlayev/patch-1
Update numpad keymappings
|
2013-04-30 08:23:48 -07:00 |
Mathieu Virbel
|
0266939c1a
|
Merge pull request #1141 from Gipzo/fix-screenmanager
Fixes issue #1140
|
2013-04-30 08:20:28 -07:00 |
Mathieu Virbel
|
1be3f52cf9
|
Merge pull request #1138 from alexandre-mbm/modules-study_and_test
For the modules/__init__.py, fixes from Issue #792
|
2013-04-30 08:17:22 -07:00 |
Mathieu Virbel
|
a2468adf47
|
Merge pull request #1137 from alexandre-mbm/rotateOnLinux
Rotate window on linux
|
2013-04-30 08:11:49 -07:00 |
Mathieu Virbel
|
c28a199fa8
|
Revert "merge"
This reverts commit 4bcf5c4b7b , reversing
changes made to 84f8a23577 .
|
2013-04-30 16:56:43 +02:00 |
Mathieu Virbel
|
4bcf5c4b7b
|
merge
|
2013-04-30 16:34:50 +02:00 |
Mathieu Virbel
|
84f8a23577
|
doc: fix configuration to point on the new logo (but not used anyway in html).
|
2013-04-30 10:48:39 +02:00 |
Mathieu Virbel
|
b7e6f54297
|
docs improvement: initial page is now gettingstarted/intro, avoid glitch when scrolling on the api, remove old files, and add color on the navtop menu.
|
2013-04-30 10:41:28 +02:00 |
Mathieu Virbel
|
67bc381a61
|
Merge branch 'master' of ssh://github.com/kivy/kivy
|
2013-04-29 16:34:49 +02:00 |
Mathieu Virbel
|
cea02352fa
|
scroll_timeout: fix the invalid reset in the configuration, force to 250ms, not 55ms.
|
2013-04-29 16:34:05 +02:00 |
Mathieu Virbel
|
662038ab56
|
modalview: fix successive call of open() then dismiss()
|
2013-04-29 16:30:39 +02:00 |
Gabriel Pettier
|
2ec314f318
|
Merge pull request #1149 from rogererens/patch-2
Update pong.rst
|
2013-04-29 01:05:32 -07:00 |
rogererens
|
c575d9c0db
|
Update pong.rst
IMHO, the note about resizing came too early in the text. Also it mentions 'Window' which had not been introduced before.
|
2013-04-29 10:43:33 +03:00 |
Matthew Einhorn
|
45ecfbe363
|
Don't freeze when openning a modal view twice.
|
2013-04-28 13:44:11 -04:00 |
Mathieu Virbel
|
3c62069bb8
|
Merge branch 'master' of ssh://github.com/kivy/kivy
|
2013-04-28 18:11:52 +02:00 |
Mathieu Virbel
|
c7a397c9fe
|
cython: fixes for recent cython 0.19, we need to be explicit about what string encoding we are using.
|
2013-04-28 18:11:24 +02:00 |
qua-non
|
9b03244ecc
|
Merge pull request #1123 from matham/colorpicker_text
Add text input to color picker.
|
2013-04-28 04:00:16 -07:00 |
qua-non
|
0678d5b10a
|
Merge pull request #1144 from Zen-CODE/Doc_English_Improvements_30
doc: revisions to /tutorials/pong.rst
|
2013-04-28 03:54:16 -07:00 |
Mathieu Virbel
|
2483bc898c
|
text: fix text size on ios, sdlttf provider was still increasing the font.
|
2013-04-26 18:12:12 +02:00 |
Alexey Smishlayev
|
abe872ab8e
|
Update __init__.py
Update numpad keymappings
|
2013-04-26 10:15:16 +03:00 |
Zen-CODE
|
1221718dea
|
Revisions to /tutorials/pong.rst
|
2013-04-25 20:26:34 -05:00 |
Mathieu Virbel
|
a87b64b265
|
showcase: fix metricsbase error
|
2013-04-25 19:01:46 +02:00 |
Gipzo
|
938e830c6c
|
Cleaned ifs
Thanks to Ian-Foote
|
2013-04-25 12:07:12 +03:00 |
Gipzo
|
0abbe02f00
|
Fixes issue 1140
|
2013-04-25 11:00:13 +03:00 |
Alexandre Magno
|
9f646f6e62
|
Merge branch 'master' of https://github.com/kivy/kivy into rotateOnLinux
|
2013-04-24 06:38:07 -03:00 |
Alexandre Magno
|
186db8766c
|
For the modules/__init__.py, fixes from Issue #792
proposed by @userclandestine
|
2013-04-24 05:51:58 -03:00 |
Alexandre Magno
|
cb3b635501
|
Undoes the strategy of the commit 646aabd;
that commit replaces a feature, this adds one.
Brief update of the module documentation.
Bugfix for F11 key binding.
Bugfix for F12 key binding.
|
2013-04-23 19:28:48 -03:00 |
qua-non
|
af1c84d6ac
|
uix: label. Make sure texture exists before binding
|
2013-04-24 01:56:28 +05:30 |
qua-non
|
e9ddd4dea9
|
doc: fix macosx installation instructions and mention sub/sup tags in
Label Docs
|
2013-04-23 23:02:43 +05:30 |
qua-non
|
ebd6968881
|
Merge pull request #1136 from Zen-CODE/Doc_English_Improvements_29
doc: revisions to /tutorials/firstwidget.rst
|
2013-04-23 09:45:19 -07:00 |
Alexandre Magno
|
68a870c849
|
Merge branch 'master' of https://github.com/kivy/kivy into rotateOnLinux
|
2013-04-23 08:37:30 -03:00 |
Alexandre Magno
|
646aabd616
|
Rotation of Window simulating Android on win, linux and macosx
Update modules/keybinding.py
|
2013-04-23 08:20:33 -03:00 |
tshirtman
|
0deb9bed68
|
update of installation procedure on ubuntu
add variation for 12.04, as it's the last LTS
|
2013-04-23 10:21:54 +02:00 |
Gabriel Pettier
|
887a267b24
|
fix usage of screen module: replace "," with ":"
at the appropriate places
|
2013-04-23 00:56:12 +03:00 |
Zen-CODE
|
2eff7326ab
|
Revisions to /tutorials/firstwidget.rst
|
2013-04-22 16:02:52 -05:00 |
Mathieu Virbel
|
63675ffce7
|
Merge branch 'master' of ssh://github.com/kivy/kivy
|
2013-04-21 11:04:05 +02:00 |
Mathieu Virbel
|
5f4e956c96
|
transformation: fix transform_point() backward compatibility method if only 3 arguments is passed (check scatter). closes #1133
|
2013-04-21 11:03:28 +02:00 |
Mathieu Virbel
|
cbb46e991b
|
Merge pull request #1132 from rogererens/patch-1
Update main.py
|
2013-04-21 01:57:38 -07:00 |