kivy/kivy
matham 662985b7c9
Merge pull request #6658 from Dirk-Sandberg/iOS-garden-path-fix
Fixes incorrect path to kivy garden libs on iOS
2019-12-21 20:10:59 -05:00
..
core Merge pull request #6578 from quitegreensky/master 2019-12-21 18:38:01 -05:00
data Reverted ModalView drawing commands to canvas. 2019-08-16 03:28:31 -07:00
deps
effects Fix remaining misspellings 2016-09-07 11:23:44 +02:00
extras Fix redboxes for correct kv syntax 2019-08-08 11:31:43 +02:00
garden When working on iOS, the path to the garden module is fixed. Assumes garden flowers have been added to the project by using `garden install --app flower_name`, which adds the flower to a folder named `lib`, which should be in the same directory as main.py 2019-12-21 13:52:21 -06:00
graphics revert the possibility to get the symbol from python, as it is not GLES2 standard, but still used for iOS 2019-09-25 20:12:41 +02:00
include revert the possibility to get the symbol from python, as it is not GLES2 standard, but still used for iOS 2019-09-25 20:12:41 +02:00
input Use aliases (where defined) for well known types (-Wpedantic :d ) 2019-07-21 16:55:25 -04:00
lang Merge pull request #6443 from matham/leak_property 2019-07-31 01:46:11 -07:00
lib Update _window_sdl2.pyx 2019-11-08 17:13:14 +03:30
modules Clear refs to widgets to allow gc. 2019-08-07 18:56:22 -04:00
network Set cookie header workaround (#6256) 2019-04-27 11:48:03 +02:00
storage Update jsonstore.py (#6230) 2019-04-04 23:39:36 +02:00
tests Make modal and dropdown consistent (#6650) 2019-12-21 16:22:54 -05:00
tools List kivy.weakmethod because pyinstaller doesn't see into cython files. 2019-12-09 18:24:15 -05:00
uix Make modal and dropdown consistent (#6650) 2019-12-21 16:22:54 -05:00
__init__.py Switch from Travis/Appveyor to GitHub Actions (#6622) 2019-11-29 10:00:31 -05:00
_clock.pxd improved solution as requested by matham 2018-03-01 21:06:55 +01:00
_clock.pyx improved solution as requested by matham 2018-03-01 21:06:55 +01:00
_event.pxd Move proxy_ref to EventDispatcher. 2019-07-27 18:58:43 -04:00
_event.pyx Move self to eventdispatcher so we can get it from a proxy ref and add app leak tests. 2019-08-01 13:14:01 -04:00
animation.py doc: Fixed typo in animation.py 2018-05-05 22:46:41 +02:00
app.py Set running app to None after the app exits. 2019-07-27 21:36:16 -04:00
atlas.py doc: explain mechanics of size property 2019-01-05 18:30:30 +01:00
base.py Make KIVY_EVENTLOOP optional, allow setting the async library when running the app. 2019-07-24 01:37:20 -04:00
cache.py cache: use Cache.trace to prevent the purge flooding terminal in debug 2018-10-16 11:48:31 +02:00
clock.py Make KIVY_EVENTLOOP optional, allow setting the async library when running the app. 2019-07-24 01:37:20 -04:00
compat.py Drop Python 2 support. 2019-06-01 19:29:09 -04:00
config.py fix erroneous check of KIVY_NO_ENV_CONFIG 2019-09-28 07:11:59 -04:00
context.py Fix for pep8 errors (#4815) 2016-12-17 09:50:52 +02:00
event.py Fix grammar in event.py (#5402) 2017-09-25 21:38:58 +02:00
factory.py Make it easy to copy Builder and Factory and make them all contexts. 2019-07-27 19:19:02 -04:00
factory_registers.py remove all informations about listview, and fix the latest example to use RecycleView 2018-10-06 16:08:24 +02:00
geometry.py pep8 fixes 2016-12-18 16:11:41 +02:00
gesture.py Fix remaining misspellings 2016-09-07 11:23:44 +02:00
interactive.py Replace "it's" with "its" in several places 2019-03-14 12:29:27 +01:00
loader.py User agent was not correctly resolved. 2019-06-02 17:23:27 +02:00
logger.py Clear refs to widgets to allow gc. 2019-08-07 18:56:22 -04:00
metrics.py Don't use the window when computing screen density during docs generation. 2019-09-14 00:06:47 -04:00
multistroke.py Purge pep8 errors in multistroke 2017-01-03 00:00:09 +01:00
parser.py Some misspellings (#4578) 2016-09-02 19:41:38 +02:00
properties.pxd Add deprecation notices. 2019-05-17 18:09:13 -04:00
properties.pyx Merge branch 'master' into cython-py3 2019-06-10 02:16:20 -04:00
resources.py Clean hanging code (#5232) 2017-06-29 18:12:21 +03:00
support.py fix install_twisted_reactor for python3 (_threadedselect is now included in twisted for py3) 2017-07-17 13:17:03 +02:00
utils.py Add msg support to the deprecated decorator. [build wheel] [build app osx] 2019-05-17 18:09:13 -04:00
vector.py Fix docstring example for Vector.rotate 2018-10-28 01:19:34 +02:00
weakmethod.py Fix test failures in Python 3.8 (fixes #6594) 2019-11-10 16:02:46 +08:00
weakproxy.pyx weakproxy: don't include __bool__ function that is not used under PY3 2019-03-05 00:28:23 +01:00