Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/kivy/kivy

Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS
https://github.com/kivy/kivy

Fixed tuple declaration in setup.py

c32b580258554ff96f2b45374676d21ffeec81c2 authored over 9 years ago by Alexander Taylor <[email protected]>
Removed cython unsupported versions

0389354298751578374667666ef0a7992f9b3f89 authored over 9 years ago by Alexander Taylor <[email protected]>
Changed 'except *' to 'except -1' for cython 0.22

124fe6c7f08defb36305f6aa0bba203ab645ab8a authored over 9 years ago by Alexander Taylor <[email protected]>
Fixes iOS density. This was a big mistake, leading to smaller element than the actual screen density, weird aliasing and more. Dunno why nobody reported it before (not even me.)

caa7a0cd546f9429d3e89daa3345220a74a9e42c authored over 9 years ago by Mathieu Virbel <[email protected]>
Language/80 cols tweaks to kivy/tools/packaging/win32/README.txt

3849c9f89390558ea9b6baceb800672369abf1a5 authored over 9 years ago by Zen-CODE <[email protected]>
Language fixes to kivy/tools/packaging/README.txt

5ce4035fc06532699fe1579b9dcc497a9ce153a9 authored over 9 years ago by Zen-CODE <[email protected]>
xml.etree.cElementTree and tesselator modules are needed for pyinstaller hook

8bce671be3beff162098bb7162cc922adf558b57 authored over 9 years ago by gabriel pettier <[email protected]>
Remove Pygame specific hooks

b7596cbe2b2a00e825a13f3ded7a29c8b982c068 authored over 9 years ago by Akshay Arora <[email protected]>
Merge pull request #3273 from kived/storage-async

fix async exception and make async methods save

dcbd800c8c271e2da11e405ee55ef1af78d02e17 authored over 9 years ago by Ryan Pessa <[email protected]>
fix async exception and make async methods save

6da5fc6a0edd92a82729dd8c02f213c85e86e650 authored over 9 years ago by Ryan Pessa <[email protected]>
update gsoc mentors

d30962f7b888468d08fb9a0bf8d5f3654fa71ed9 authored over 9 years ago by dessant <[email protected]>
Merge pull request #3268 from kived/scrollview-scrollto-doc

adds docs to scroll_to and improves arguments

0a32e45567fe690185facf7f0cbe11bfe52d2df8 authored over 9 years ago by Ryan Pessa <[email protected]>
adds docs to scroll_to and improves arguments

696418939dd41707449810301ebbd7fb9c3d5715 authored over 9 years ago by Ryan Pessa <[email protected]>
Merge pull request #3267 from kived/inspector-widgettree

add widget tree to inspector

903396a7b863e42444427927a651b4630cf05b6a authored over 9 years ago by Ryan Pessa <[email protected]>
add widget tree to inspector

6f60b7ace4b8eedf23036409ad2a1bdfccaac82f authored over 9 years ago by Ryan Pessa <[email protected]>
Merge pull request #3266 from kived/scrollview-scrollto

add ScrollView.scroll_to

5520e002f4bd7c0e2d543e68047ebf32c4a63a18 authored over 9 years ago by Ryan Pessa <[email protected]>
Merge pull request #3265 from kived/treeview-minwidth-fix

fix treeview minimum width, fix selected node removal

035ecb63ae455ac517947ee689d1753459c5392d authored over 9 years ago by Ryan Pessa <[email protected]>
add ScrollView.scroll_to

a2c7cd540611238ee4af54627d4a7faac3779c81 authored over 9 years ago by Ryan Pessa <[email protected]>
fix treeview minimum width, fix selected node removal

e5cb50c7890d68fb9fa0720e1a4a312171d1ff81 authored over 9 years ago by Ryan Pessa <[email protected]>
doc: added explanation of the Image.texture

ac2c7190915cdabd44ed72c30aa89f0c8f550983 authored over 9 years ago by Zen-CODE <[email protected]>
Examples: Update unicode_textinput.py to use sdl2

9951e0719895190cf17e483cf1ed5a682516c8a6 authored over 9 years ago by akshayaurora <[email protected]>
Revert "Examples: update unicode_textinput to work with sdl2"

This reverts commit 0b72d0d28da7fd08a6df08a4f52d0923a006432d.

15f7060237fefab6bbdab31ae652d70d76a9a9aa authored over 9 years ago by akshayaurora <[email protected]>
Examples: update unicode_textinput to work with sdl2

0b72d0d28da7fd08a6df08a4f52d0923a006432d authored over 9 years ago by Akshay Arora <[email protected]>
Merge pull request #3257 from azixMcAze/master

Release TouchInput handles in wm_touch

7f3900c0fccd6f8ab46b49959051f0b4f6b61de7 authored over 9 years ago by Akshay Arora <[email protected]>
fix touch issues for retina closes #3245

13c7fe6e4148dd7c86aad8bf480f2cb0dac8f848 authored over 9 years ago by akshayaurora <[email protected]>
Release TouchInput handle

3939c4c4f0a6b0ee7a528e27227382e288157d01 authored over 9 years ago by azixMcAze <[email protected]>
* Improve rendering efficiency, and now texture binding is explicitly done.

2679008ab2149a43d97a62f58117103ded79db9d authored over 9 years ago by Jason Xun Xu <[email protected]>
! Fixed pause/resume - turns out to be caused by preview callback which must cleared on pause.

146aea4c9bc6b68fbf41f6e985423de915cff61b authored over 9 years ago by Jason Xun Xu <[email protected]>
* Bring back frame callback to fetch frame data, since getting pixels from texture doesn't work well for all devices - slow and/or low color depth.

c554663bea11a9a5a26f21b8d3e344bbd88ae7fe authored over 9 years ago by Jason Xun Xu <[email protected]>
* Improved interface to fetch frame, now grabbing and decoding are separated for flexibility.

4a6036e83c43b5a9e41f80234cf253df163c6e58 authored over 9 years ago by Jason Xun Xu <[email protected]>
! Prevent error before buffer is ready.

4ed86eb9b597616eef1bf05fda3f1f7865f4349f authored over 9 years ago by Jason Xun Xu <[email protected]>
* Add a dummy `_copy_to_gpu` to be consistent with other camera providers.

094f40b248d40a121adfd6c5eeacb7e35a0486a7 authored over 9 years ago by Jason Xun Xu <[email protected]>
* It's strange but does work: no need to bind the texture?

0c1b12c868dacee52c3303951ffec49c524293c4 authored over 9 years ago by Jason Xun Xu <[email protected]>
+ Interface to get frame data as a string buffer, in case it is needed.

a1bddf0a3329156c24eab0de3da84ebd3c83d99b authored over 9 years ago by Jason Xun Xu <[email protected]>
* Use a pre-created Fbo instead of a local one which is repeatedly created and destroyed - cleaner and more efficient.

c1646f408871e5de6d5776c8ae2e03dfe77738d1 authored over 9 years ago by Jason Xun Xu <[email protected]>
* Better way to assign that constant.

5e293990bdf72ae5a0a60ec5acc8b5dd3e7373b1 authored over 9 years ago by Jason Xun Xu <[email protected]>
+ Android camera support.

61e82f6e7500d22844d3d36ad078efdd7a42f51d authored over 9 years ago by Jason Xun Xu <[email protected]>
* Completely rewritten camera provider using texture instead of callback/buffer to receive frames - a lot faster and removes dependency on OpenCV.

ca0dd09d6f336e1f10630c46039cff36bf959299 authored over 9 years ago by Jason Xun Xu <[email protected]>
When importing from setuptools, Extension also need be import from there.

98074446f4fdc5b31e1ce1ef624ce279123c1659 authored over 9 years ago by Matthew Einhorn <[email protected]>
Merge pull request #3214 from matham/master

Add KIVY_BINARY_DEPS and tests.

66d6082825161116a76c7a5f520e44715baf5f87 authored over 9 years ago by matham <[email protected]>
Only use setuptools if env set.

d58eb1d619159574131d580481e71ed600a443b4 authored over 9 years ago by Matthew Einhorn <[email protected]>
Remove leftovers

0af0713f57b21aa6dd57dd86367ca26ef384fa9d authored over 9 years ago by Matthew Einhorn <[email protected]>
Update binary_deps to be in package_data.

8ededcb6a4580dcce57c7bef3de3cab97914e86b authored over 9 years ago by Matthew Einhorn <[email protected]>
Merge branch 'master' of https://github.com/kivy/kivy

7c80c524235f53718fd06de056354f3b39c3da65 authored over 9 years ago by Matthew Einhorn <[email protected]>
Merge pull request #3239 from kivy/sdl2_numpad

sdl2:Window: Introduce keycodes swaps for numpad keys

625c74a808682495342287f02ba2f22811958369 authored over 9 years ago by Akshay Arora <[email protected]>
Added missing "self"

50a95bb47e920cddff4d2ebdd9a8fbe66b6663d3 authored almost 10 years ago by CreamyCookie <[email protected]>
Merge pull request #3232 from kived/packaging-py3-fix

fix py3 builds

2b1cde309b5be4ce2879f257fa33c660812430b8 authored almost 10 years ago by Ryan Pessa <[email protected]>
sdl2:Window: Introduce keycodes swaps for numpad keys

2684b4f08ad0255089c2f492a5b2534cbb085d96 authored almost 10 years ago by akshayaurora <[email protected]>
fix py3 builds

886187117e774f3e9d33908d7317c07bf3bedce6 authored almost 10 years ago by Ryan Pessa <[email protected]>
doc: tweaks to examples/demo/touchdtracer/main.py

5474ea1d99d26ac4b1a742ee8e9c3d774df31818 authored almost 10 years ago by Zen-CODE <[email protected]>
doc: tweaks to examples/demo/showcase/main.py

509f160fa808391a314fcb134e9b144bfc27512e authored almost 10 years ago by Zen-CODE <[email protected]>
doc: tweaks to examples/demo/pictures/main.py

4fb96f0c7b97e2cc2b0c2a29df284b34759931d6 authored almost 10 years ago by Zen-CODE <[email protected]>
doc: tweaks to examples/demo/multistroke/main.py

240ce422a08678981a4883a7cbb3c3232c874b0e authored almost 10 years ago by Zen-CODE <[email protected]>
Merge pull request #3153 from kivy/core-audio-avplayer

core/audio: new pure-python/pyobjus AVFoundation audio player

e1fb25b012e330cfaab422c6d876e0a791f0a40e authored almost 10 years ago by Mathieu Virbel <[email protected]>
No need to have python3-pygame installed

Removing this section in the docs

3403110ed52fe88b4ae3f5305ccac95302382ff1 authored almost 10 years ago by Thomas-Karl Pietrowski <[email protected]>
Merge pull request #3219 from thopiekar/master

Syncing packaging files for Debian/Ubuntu for 1.9.0

3dfe820c499d60bc6bbbc8fd542357620faa26e1 authored almost 10 years ago by dessant <[email protected]>
Syncing packaging files for Debian/Ubuntu for 1.9.0

a0b20c9bfe2c1b65d90c7143d8adbf1c61d1e419 authored almost 10 years ago by Thomas-Karl Pietrowski <[email protected]>
bump to 1.9.1-dev

97c596d8022c8160f04f85b0f0c94beaa6f0d0a1 authored almost 10 years ago by Mathieu Virbel <[email protected]>
bump to 1.9

7c5b1dc7c50a67079a41f27b1cea1a652119a7bc authored almost 10 years ago by Mathieu Virbel <[email protected]>
Merge pull request #3211 from kived/makefile-test-python

respect PYTHON var when running make test

1f6e16430b65ef08677e3293899ee24c3d392e64 authored almost 10 years ago by Mathieu Virbel <[email protected]>
Merge pull request #3210 from kived/test-filechooser-unicode-py3

skip bytes filename tests on py3

ccdc3cc3b23631e0745f365912e56777fcfc24e5 authored almost 10 years ago by Akshay Arora <[email protected]>
Add KIVY_BINARY_DEPS and tests.

fdaba4efe578d7277dcc459221e5fa003abce779 authored almost 10 years ago by Matthew Einhorn <[email protected]>
Merge pull request #3212 from kived/showcase-popup-fix

fix popup weakref

aa70117ce5d7539afc09353c5ba1f5cd66439758 authored almost 10 years ago by Ryan Pessa <[email protected]>
skip bytes filename tests on py3

f2e8c6b901192adc7fcb8584ef5f688eb6ef6fc9 authored almost 10 years ago by Ryan Pessa <[email protected]>
fix popup weakref

d7fb03cf9b9bfe7625f39b49c1a26ac1f932375b authored almost 10 years ago by Ryan Pessa <[email protected]>
respect PYTHON var when running make test

4af4298a7fcd0e7959e56a1854cdeb3da47f1b82 authored almost 10 years ago by Ryan Pessa <[email protected]>
Merge pull request #3207 from kivy/dessant-patch-1

add missing comma in tuple

e5feea64b5e6eb7c0dcd8a8b98cb5dee7e880f0a authored almost 10 years ago by dessant <[email protected]>
core:window_sdl2 fix initial density calculation for retina screen

313e4477ebccf080b3605aaabc924081e2a6ffc3 authored almost 10 years ago by akshayaurora <[email protected]>
core:Window fix `_density` to default to 1. Check for changes in density before doing

sdl2/retina specific work

f3063265526535b29c94e39e7dcf87ff81a281c0 authored almost 10 years ago by akshayaurora <[email protected]>
add missing comma in tuple

bc399e37318f8fc05b7f0bc1e2c5234daa530617 authored almost 10 years ago by dessant <[email protected]>
Merge pull request #3206 from kivy/dessant-patch-1

ignore audio_sdl2.c, generated by cython

627ffdfa5d145c87e03e4b57f4008ef41d6d1849 authored almost 10 years ago by Mathieu Virbel <[email protected]>
ignore audio_sdl2.c, generated by cython

2c4c64d0734c1fe405c24266b52b8a9702c579e6 authored almost 10 years ago by dessant <[email protected]>
Merge branch 'master' of ssh://github.com/kivy/kivy

c2ee5c830c0eec83b7d7fbd2758b16d67bea8080 authored almost 10 years ago by Mathieu Virbel <[email protected]>
window: prevent using sdl2 specific into WindowBase + fix default value of _density. @akshayaurora review or fix please :)

a866e39e620fe11e298a2f6be4bcc016a76bbfcf authored almost 10 years ago by Mathieu Virbel <[email protected]>
Merge pull request #3205 from kived/rpi-docs

update rpi installation instructions

1e0b9596ac67a925bf09b8b2894fc83ee1dc390e authored almost 10 years ago by Ryan Pessa <[email protected]>
update rpi installation instructions

d3bbf2d331af295452a0390c1a17bcbeb80c557f authored almost 10 years ago by Ryan Pessa <[email protected]>
Merge pull request #3204 from kivy/config_doc

fix docstring line indentation in config

07476ce8a932fdb0538c98a66734f786abbdec49 authored almost 10 years ago by dessant <[email protected]>
fix docstring line indentation in config

dfcbc76f9f9b1037c834adbbd922b06bf207a1c6 authored almost 10 years ago by dessant <[email protected]>
Merge pull request #3203 from jtownley/kivy_lang_import_doc

Additional real world kivy language import examples

11f59c9dc0c81321e9c2008f8ef861c33972c6b3 authored almost 10 years ago by dessant <[email protected]>
:Removing overabundant whitespaces

1af2d328f12fa98ab914c95abb3d3a63ad466806 authored almost 10 years ago by James Townley <[email protected]>
:Fixing flawed python sytax and combining examples

4ac9b82983e53dc8c3d79e102a4fd984d27ccf6e authored almost 10 years ago by James Townley <[email protected]>
Additional real world kivy language import examples

6e981da842fa1f3ae3bae10045be0d653e3f4898 authored almost 10 years ago by James Townley <[email protected]>
dirs relocated &renamed

6917d94813ecf202e156b02fe7f9223406d546c7 authored almost 10 years ago by Mihály Mirk <[email protected]>
erge branch 'master' of ssh://github.com/kivy/kivy

812e059c5cbc92955bddbf3239a171272821679f authored almost 10 years ago by Mathieu Virbel <[email protected]>
core/window: Don't force the teardown of the windows in the mainloop, there is a close function for that. It should fixes the unittests on the vm.

a802fe58fd41a913b83f99c3c3251d4f8ad6644e authored almost 10 years ago by Mathieu Virbel <[email protected]>
Merge pull request #3200 from kivy/window_state

Add window_state config option

188d41e7a118c4a769d1af5ed27fdc4aeed1266e authored almost 10 years ago by dessant <[email protected]>
add window_state config option

f452f701608e2b4ee2fc6cada3b21cd970b00ae6 authored almost 10 years ago by dessant <[email protected]>
Original atlas textures are stored

b94170458e35c815a4e71dec8b0d3313e569de8a authored almost 10 years ago by CreamyCookie <[email protected]>
Merge pull request #3195 from kivy/retina

Retina

1a03cc5e7a969657f199371bb8067a31b68435a1 authored almost 10 years ago by Akshay Arora <[email protected]>
core:retina. Keep `width` and `height` properties synced with actual

retina size.

bb0c317bac50738ff817a58710f872ac357d1b92 authored almost 10 years ago by akshayaurora <[email protected]>
Merge pull request #3173 from kived/clipboard-gtk3

gtk3 clipboard + fixes

6fb0356e00c670fd408620ebf9b7d259594b4c14 authored almost 10 years ago by Akshay Arora <[email protected]>
Merge pull request #3194 from kived/scrollview-event-docs

document scrollview generic events

6cd5aefec91dfe972f60f767ca87a8e2ca83de92 authored almost 10 years ago by Ryan Pessa <[email protected]>
document scrollview generic events

d48c94faca948d7ce73ab1700811bfa90d1ffdac authored almost 10 years ago by Ryan Pessa <[email protected]>
fixes

79b97d6e2bee2994153c0af3024c277afbb2bccd authored almost 10 years ago by Mathieu Virbel <[email protected]>
recycleview: split layout manager into its own class.

e0e3bb691b250011af780fa3a8e4ca89d78058f9 authored almost 10 years ago by Mathieu Virbel <[email protected]>
separate adapter functions into RecycleAdapter class

af7b77c58990b102f55a2f4ddcc195503624dc24 authored almost 10 years ago by Mathieu Virbel <[email protected]>
fix creation of view

64cecfb1ada97d1aeb5987289772fd2200da78d7 authored almost 10 years ago by Mathieu Virbel <[email protected]>
remove unused imports

c42a13fd691e72389ccf361d780bbf9f28a5e223 authored almost 10 years ago by Mathieu Virbel <[email protected]>
core:WindowSDL2 fix touch pos for ios

7fda14e172d641e7b39467b024b003b11eba1477 authored almost 10 years ago by akshayaurora <[email protected]>
update with separator example

f7765ff60eb6652d515f2ad19e940f3b1024ae7e authored almost 10 years ago by Mathieu Virbel <[email protected]>