.. |
core
|
base/eventloop: fix issues when trying to stopTouchApp() then runTouchApp().
|
2012-10-08 12:44:21 +02:00 |
data
|
TextInput: introduce background_normal and background_active properties
|
2012-09-19 15:10:19 +05:30 |
ext
|
update pep8 contrib, and fix all the last warning from "make style".
|
2012-08-11 16:20:16 +02:00 |
graphics
|
Merge branch 'master' of ssh://github.com/kivy/kivy
|
2012-10-02 01:52:42 +02:00 |
input
|
pep8 fixes
|
2012-10-02 00:47:40 +02:00 |
lib
|
doc fixes to remove the hidden toctree
|
2012-08-16 16:54:52 +02:00 |
modules
|
base/eventloop: fix issues when trying to stopTouchApp() then runTouchApp().
|
2012-10-08 12:44:21 +02:00 |
network
|
urlrequest: rework urlrequest to ensure the object is not GC during the execution
|
2012-09-27 17:21:42 +02:00 |
tests
|
add tests for errorvalue/errorhandler of Properties and update versionchanged
|
2012-10-09 00:01:24 +02:00 |
tools
|
pyinstaller: correctly set the GST_PLUGIN_PATH when kivy is running, but it will work only if plugins and libs are included. refs #462
|
2012-09-25 15:42:44 +02:00 |
uix
|
widget: add widget metaclass to automatically register widget classes into the Factory.
|
2012-10-10 00:30:25 +02:00 |
__init__.py
|
init: don't set configuration from android if we are in the "documentation" mode
|
2012-10-09 12:50:17 +02:00 |
_event.pxd
|
events/properties: optimisation pass on mostly __storage access to do a direct C access instead of Python, by declaring correctly an EventDispatcher.
|
2012-09-29 03:12:36 +02:00 |
_event.pyx
|
events/properties: optimisation pass on mostly __storage access to do a direct C access instead of Python, by declaring correctly an EventDispatcher.
|
2012-09-29 03:12:36 +02:00 |
animation.py
|
add new tests for animations, fix the existing tests, fix a bug with cancel
|
2012-10-05 13:08:55 +02:00 |
app.py
|
app: force deletion of child when app is stopped/leaving
|
2012-10-08 12:49:42 +02:00 |
atlas.py
|
update pep8 contrib, and fix all the last warning from "make style".
|
2012-08-11 16:20:16 +02:00 |
base.py
|
base/eventloop: fix issues when trying to stopTouchApp() then runTouchApp().
|
2012-10-08 12:44:21 +02:00 |
cache.py
|
cache: fix documentation showing MTLabel instead of Label
|
2011-02-12 08:16:34 +01:00 |
clock.py
|
- trying a more flexible method of suppressing warnings
|
2012-07-28 02:46:38 -05:00 |
config.py
|
config: add callbacks for specific section/token. Use it for logger. closes #660
|
2012-09-25 18:07:58 +02:00 |
event.py
|
pylint pass.
|
2012-04-05 01:17:41 +02:00 |
factory.py
|
factory: dont register twice a class with the same name.
|
2012-10-10 00:45:39 +02:00 |
factory_registers.py
|
add carousel in the factory registers
|
2012-09-03 13:24:28 +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
|
add a warning after the gesture example.
|
2012-06-12 17:23:28 +03:00 |
interactive.py
|
update pep8 contrib, and fix all the last warning from "make style".
|
2012-08-11 16:20:16 +02:00 |
lang.py
|
Merge branch 'lang-app'
|
2012-09-20 10:46:52 -05:00 |
loader.py
|
Loader: remove unneeded `self._smb_initialized` variable
|
2012-08-17 02:34:32 +05:30 |
logger.py
|
pep8 fixes
|
2012-10-02 00:47:40 +02:00 |
parser.py
|
update pep8 contrib, and fix all the last warning from "make style".
|
2012-08-11 16:20:16 +02:00 |
properties.pxd
|
Merge branch 'master' into HEAD
|
2012-10-08 22:30:44 +02:00 |
properties.pyx
|
add tests for errorvalue/errorhandler of Properties and update versionchanged
|
2012-10-09 00:01:24 +02:00 |
resources.py
|
atlas: introducing Atlas. new class that handle loading of atlas image, that contain lot of others images. The definition goes on a <basename>.atlas file (json), and 1 or more images are associated (<basename>-IDX.png).
|
2012-01-22 13:22:53 +01:00 |
support.py
|
update pep8 contrib, and fix all the last warning from "make style".
|
2012-08-11 16:20:16 +02:00 |
utils.py
|
init: don't set configuration from android if we are in the "documentation" mode
|
2012-10-09 12:50:17 +02:00 |
vector.py
|
update pep8 contrib, and fix all the last warning from "make style".
|
2012-08-11 16:20:16 +02:00 |
weakmethod.py
|
uix.settings doc updates + fixed "informations" typo in several files
|
2011-10-04 14:20:30 +02:00 |