.. |
adapters
|
Merge pull request #3672 from ngoonee/patch-2
|
2016-02-18 16:36:54 +02:00 |
core
|
Merge pull request #4012 from kivy/labelcolor
|
2016-02-18 19:11:29 +02:00 |
data
|
fix label color handling
|
2016-02-18 11:29:30 +02:00 |
deps
|
pep8 fix
|
2015-11-30 20:19:26 +02:00 |
effects
|
sphinx tag fixes
|
2015-05-03 14:03:17 +03:00 |
ext
|
doc: added naming convention details
|
2015-06-15 08:42:52 +02:00 |
extras
|
…
|
|
garden
|
…
|
|
graphics
|
Merge pull request #3906 from kivy/gl-happy
|
2016-02-18 14:15:17 +02:00 |
input
|
WM_TOUCH: don't offset touch with caption size when fullscreen
|
2016-01-14 20:15:17 +01:00 |
lang
|
Make kv string detection more robust.
|
2016-02-18 19:50:03 -05:00 |
lib
|
release gil when polling for sdl events
|
2016-01-27 10:35:37 -06:00 |
modules
|
Replace print on Logger.info
|
2015-11-29 00:57:13 +03:00 |
network
|
Fix pep8
|
2015-10-05 15:37:38 -03:00 |
storage
|
doc: changed key/value (either/or) to key-value syntax in storage/__init__.py
|
2015-08-08 16:22:33 +02:00 |
tests
|
adapt listview selection test to new behavior
|
2016-02-18 19:08:33 +02:00 |
tools
|
Fix pyinstaller rt hook name.
|
2015-12-31 15:56:46 -05:00 |
uix
|
don't require a text argument for CompositeListItems
|
2016-02-26 16:07:54 -06:00 |
__init__.py
|
fix version tags
|
2016-01-07 20:38:08 +02:00 |
_event.pxd
|
Store the names of the kwargs that set properties.
|
2015-10-30 02:10:39 -04:00 |
_event.pyx
|
Store the names of the kwargs that set properties.
|
2015-10-30 02:10:39 -04:00 |
animation.py
|
Fix all places that forward kwargs that are not properties.
|
2015-06-29 14:50:25 -04:00 |
app.py
|
Made changes for SDL2 to work on Android
|
2015-09-22 22:19:47 +01:00 |
atlas.py
|
doc: correced wording, concrete example in atlas.py
|
2015-12-19 08:30:27 +02:00 |
base.py
|
fix touch issues for retina closes #3245
|
2015-04-09 15:23:35 +05:30 |
cache.py
|
Remove 's' from cache log message
|
2015-03-23 18:07:28 +02:00 |
clock.py
|
Merge branch 'clock-compat' into clock-compat2
|
2016-01-18 18:30:51 -05:00 |
compat.py
|
Add clock to compat.
|
2015-08-28 16:08:59 -04:00 |
config.py
|
doc: fixed warnign tag in kivy/config.py
|
2016-02-16 23:26:11 +02:00 |
context.py
|
…
|
|
event.py
|
…
|
|
factory.py
|
…
|
|
factory_registers.py
|
Merge pull request #3975 from zeeMonkeez/remove_SelectableView_dupe
|
2016-02-18 13:56:20 +02:00 |
geometry.py
|
…
|
|
gesture.py
|
…
|
|
interactive.py
|
deprecate the interactive launcher
|
2016-01-30 13:58:40 +02:00 |
loader.py
|
Fix all places that forward kwargs that are not properties.
|
2015-06-29 14:50:25 -04:00 |
logger.py
|
…
|
|
metrics.py
|
pep8
|
2015-09-23 03:33:06 +03:00 |
multistroke.py
|
…
|
|
parser.py
|
append alpha for 3 digit hex colors, fix #4021
|
2016-02-22 09:51:07 +02:00 |
properties.pxd
|
New ColorProperty and rgba symbol in kivy lang always accessible.
|
2016-02-18 11:32:48 +01:00 |
properties.pyx
|
New ColorProperty and rgba symbol in kivy lang always accessible.
|
2016-02-18 11:32:48 +01:00 |
resources.py
|
doc: added more detail on customizing to kivy/resource.py
|
2016-02-16 23:12:11 +02:00 |
support.py
|
Stooping to Stopping spelling fix
|
2015-04-20 17:30:16 -05:00 |
utils.py
|
rgba: add missing versionadded and expose it into the __all__
|
2016-02-18 11:33:25 +01:00 |
vector.py
|
…
|
|
weakmethod.py
|
Fix so dead ref never equate to being equal. Add __eq__ to py3 version as well.
|
2015-06-25 00:25:11 -04:00 |
weakproxy.pyx
|
doc: moduel doc for weakref.pyx
|
2016-02-19 23:06:38 +02:00 |