.. |
adapters
|
Merge pull request #1323 from Zen-CODE/api6
|
2013-06-30 04:09:26 -07:00 |
core
|
doc: revisions to core/window/__init__.py
|
2013-07-29 09:16:41 +02:00 |
data
|
merge actionbar
|
2013-07-22 18:34:15 +02:00 |
effects
|
doc: added docstring to effects/opacityscroll.py so the linking works
|
2013-07-31 18:30:34 +02:00 |
ext
|
first 2to3 pass + manual fix for metaclass, UserDict and OrderedDict
|
2013-03-18 17:39:56 -06:00 |
extras
|
pep8 fixes, closes #1072
|
2013-03-31 12:20:47 +02:00 |
graphics
|
Merge pull request #1345 from nskrypnik/3dpicking
|
2013-07-31 03:21:15 -07:00 |
input
|
Fixes bug where double/triple taps always True on Windows
|
2013-07-07 17:30:12 -04:00 |
lib
|
lang: fix re-raise exception for python 2 and 3 + correctly report line number now, and removing kivy.lib.debug module from flask.
|
2013-06-03 12:32:28 +02:00 |
modules
|
Use ObservableList to store VariableListProperty values.
|
2013-07-14 19:28:20 +01:00 |
network
|
Note version added for on_failure and on_redirect.
|
2013-07-13 21:35:51 +01:00 |
storage
|
py3: fix unit tests and more iteritems()
|
2013-05-31 11:30:01 +02:00 |
tests
|
Add test for setting ReferenceListProperty slice.
|
2013-07-21 15:50:29 +01:00 |
tools
|
merge actionbar
|
2013-07-22 18:34:15 +02:00 |
uix
|
Use Vertex Shader as well
|
2013-07-30 23:11:09 -05:00 |
__init__.py
|
sync (no tested)
|
2013-05-30 18:01:39 +02:00 |
_event.pxd
|
Add uid to Instructions so it can be animated
|
2013-07-06 11:34:11 +02:00 |
_event.pyx
|
Add uid to Instructions so it can be animated
|
2013-07-06 11:34:11 +02:00 |
animation.py
|
py3 fix for animation, thanks to blarghmatey for reporting
|
2013-07-15 19:08:48 +05:30 |
app.py
|
fix: removed unintended commits
|
2013-07-18 20:17:50 +02:00 |
atlas.py
|
doc: minor doc and pep8 fixes
|
2013-06-15 02:09:51 +05:30 |
base.py
|
logger: ensure than Logger.exception argument is a string, not the actual exception. closes #825
|
2013-06-17 11:16:35 +02:00 |
cache.py
|
first 2to3 pass + manual fix for metaclass, UserDict and OrderedDict
|
2013-03-18 17:39:56 -06:00 |
clock.py
|
py3: fix few more print
|
2013-05-31 11:12:21 +02:00 |
compat.py
|
inverse logic between is_py3 and PY2. implement iteritems() and others lambda (thanks armin for the python3 redux).
|
2013-05-30 22:46:03 +02:00 |
config.py
|
inverse logic between is_py3 and PY2. implement iteritems() and others lambda (thanks armin for the python3 redux).
|
2013-05-30 22:46:03 +02:00 |
event.py
|
pylint pass.
|
2012-04-05 01:17:41 +02:00 |
factory.py
|
Merge pull request #1318 from kivy/fix-kv-leaks
|
2013-06-28 12:39:53 +02:00 |
factory_registers.py
|
wip
|
2013-06-16 18:10:41 +02:00 |
garden.py
|
py3: fix few more print
|
2013-05-31 11:12:21 +02:00 |
geometry.py
|
update pep8 contrib, and fix all the last warning from "make style".
|
2012-08-11 16:20:16 +02:00 |
gesture.py
|
first 2to3 pass + manual fix for metaclass, UserDict and OrderedDict
|
2013-03-18 17:39:56 -06:00 |
interactive.py
|
first 2to3 pass + manual fix for metaclass, UserDict and OrderedDict
|
2013-03-18 17:39:56 -06:00 |
lang.py
|
lang: allow _ to be checked as it was a key.value property.
|
2013-08-01 15:58:20 +02:00 |
loader.py
|
urllib: fix urllib handeling in python 2 and 3 closes #1286
|
2013-06-26 17:12:43 +05:30 |
logger.py
|
logger: ensure than Logger.exception argument is a string, not the actual exception. closes #825
|
2013-06-17 11:16:35 +02:00 |
metrics.py
|
bump to 1.7.0-dev
|
2013-05-12 18:38:02 +02:00 |
parser.py
|
py3: fix few more print
|
2013-05-31 11:12:21 +02:00 |
properties.pxd
|
Update ReferenceListProperty properties individually.
|
2013-07-21 15:50:29 +01:00 |
properties.pyx
|
Allow changing a slice of ReferenceListProperty.
|
2013-07-21 15:50:29 +01:00 |
resources.py
|
ios: correctly check ios platform for adding the 'YourApp' directory.
|
2012-10-19 07:37:20 +02:00 |
support.py
|
minor compatibility fixes making sure some widgets and examples are working with py3.3+ and 2.7.x
|
2013-07-15 19:49:12 +05:30 |
utils.py
|
sync (no tested)
|
2013-05-30 18:01:39 +02:00 |
vector.py
|
py3: fix few more print
|
2013-05-31 11:12:21 +02:00 |
weakmethod.py
|
py3: fix WeakMethod.is_dead(). Now touchtracer works!
|
2013-03-18 17:48:32 -06:00 |