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

Include privacy warning.

8f375d8505ef9b58a80cbb483e26175d701e7dba authored almost 6 years ago
SetWindowLongPtrW ctypes prototype bug (#6281)

Fixed SetWindowLongPtrW ctypes prototype bug

3538cfc587c1590b0560b4e3322ad404f025847c authored almost 6 years ago
Update screenmanager.py

fix thanks to @denys-duchier from #3144 closes #3143

cd701c4ca2638e79540b79bf3196349eef26c9dc authored almost 6 years ago
Limit live resize to desktop

Closes #6277

0bbf09fcdd7ea409abac506f9b92665c6e639b85 authored almost 6 years ago
ignore config check in case of doc builds

1d64f2a5eac34816901bcd6a33b98a225befbfcf authored almost 6 years ago
example for adding, `background_color` to Label (#6282)

Example for adding, `background_color` to Label

853b9a3d2def3521f351fa37bc016b93b3f6c17c authored almost 6 years ago
Merge pull request #5340 from kivy/dropdown_dismiss_down

Remove DropDown.dismiss in on_touch_down

e78ae61409d3a7ba6c1a66e9d7878a8d2753877b authored almost 6 years ago
Make top/left of window dispatch events on updates (#6133)

Try to make top/left of window dispatch events on updates

9a54d1fecc9e36e61ffa16ad8cdc2b7cd02733cf authored almost 6 years ago
Merge pull request #6217 from kivy/kv_examples_doc

add a few kv examples to widget docs

ddadbb40a422a918bd981b4110636445ea1bdd7f authored almost 6 years ago
scrollview docs `\\n`

9899bce7835716dfbdd2e4d0f25525d5426090f5 authored almost 6 years ago
consistency fixes in doc

f3d9e09a5fe8b8609e472ecab6e3575bf60397d5 authored almost 6 years ago
Suggest how to fix unable to create playbin error. (#6270)

26fa79c6dd7eee21d95712605f02ad9a4ad6e30b authored almost 6 years ago
Fix issues #6226 and #6227 in multiline-enabled TextInput (#6249)

* Add TextInput._visible_lines_range attr (+minor fix)

TextInput._visible_lines_range attribu...

2f98c7899267019ae1a6923372e72abdade21e11 authored almost 6 years ago
PEP8 fixes.

88047e146c4f243d9d11a3e149b0665c7e5e2c5f authored almost 6 years ago
Clean up the dashes code and add example.

caf6e8bd621aac0abfa6777c1ab1a507ae64993d authored almost 6 years ago
Line with multiple values for length and offset so dashes can be set with a list of numbers [on, off, on, off, ...] where on will be length and off offset.

573a11425cdfd2f06c524e1b0590310222b9c2f5 authored almost 6 years ago
gst support without pkg-config. (#6275)

58bd24cd44a898410a86eb59af7a0b39063333ff authored almost 6 years ago
Set cookie header workaround (#6256)

* Implemented small workaround to parse the Set-Cookie header so we do not lose cookies if multi...

38fe9bba837ee2957b7d31bf2e615207bedb1b06 authored almost 6 years ago
Fix "Object no attribute active" (Bug introduced via PR #4898) (#6273)

Fixes object no attribute active

88d456d56b872feeb1b3d7d98bccbfea4137c338 authored almost 6 years ago
Add alignment.

f1321dd307bf1ad6bfecf88b06860ea7f7a2ba19 authored almost 6 years ago
Limited FileChooserProgress text size to widget size

5f614482d94d61861a0eb2d01a0f82b501c038d4 authored almost 6 years ago
Limit the HIDInput relative mouse pointer to 0-1 so it can't go off screen

e9e6d52ba1bae6e7306fa61f05b2e49c9c55d460 authored almost 6 years ago
Update kivy/input/providers/hidinput.py

Co-Authored-By: wolfmanjm <[email protected]>

485930b1a59dec859b760b9c2c220b9b54ebb064 authored almost 6 years ago
Fixed long line pep8 infingments

0283ea919df4cb2123b3753320bfb3fbb667fec8 authored almost 6 years ago
Tighten up error checking in hidinput so unkown keys do not crash it.

2e696d7e36641ba3ef88fad0ae8e7b8f87a5d085 authored almost 6 years ago
add logger warnings if a code is not handled by HIDInput

b12d142fbc526383a5d15c95f2d7fadacd9938b6 authored almost 6 years ago
Update kivy/input/providers/hidinput.py

Co-Authored-By: wolfmanjm <[email protected]>

2fcd9a9bdb2c175c7af84cd7897fcd234777407e authored almost 6 years ago
Fix the ctrl bug in hidinput (Issue #4007)

Add mouse button handling to hidinput (was partially implemented before)
Add scroll wheel events ...

3b5959cb6158016240275e30ae2831de623a9ac7 authored almost 6 years ago
Protect against crash if modifiers change

ff2267b416861a1c83035aed64021f2304220c2b authored almost 6 years ago
and fix last pep8 stuff

180dd749d05937a6b1b6241d575cb4913a4b2aca authored almost 6 years ago
fix rest of annoying pep8 long line stuff

18960535d09f9bd9dfd727a4e7193c4a9099f182 authored almost 6 years ago
fix some PEP8 violations

146ea57f865007effa921ac4538b70b738556e28 authored almost 6 years ago
stopTouchApp(): don't simply return, try stop in the next frame, prevent bugs

b73bb800140e2483a7ac0ed7df92c7208408c9ca authored almost 6 years ago
togglebuttons can be controlled via code

fe0d44b324ecb5026876ae7a4058d480694ea50b authored almost 6 years ago
minor change

72208cc1c36f658d037af00fa9fa175dead3bd21 authored almost 6 years ago
trailing whitespace removed

6d45336650ddff729f6c0eaf6f039e9896c0ab93 authored almost 6 years ago
togglebutton working properly while changing activeness from the code.

56b79a505fd574e711b1d460f0bfb67ae7304e26 authored almost 6 years ago
check_variable should not be a exposed property

7004aba7932f27598fbc42aacd2a09d99e17e105 authored almost 6 years ago
check_variable made to a private property

76d740aec5c56ade813ec42d3da35ba218cba645 authored almost 6 years ago
Grammar tweaks

* Subject-verb agreement
* Fix some commas
* Replace python with Python (proper noun)
* Replace ...

4728b0395692c44dc0e18cb629e27524ef93cb8f authored almost 6 years ago
Fix code blocks and some wording.

1971e9cc3895b6c7aedfb37e9c00820967392e15 authored almost 6 years ago
Fix circular rgb alpha dependency.

7ad3ff47f0899973e437de9a371da0fae568ba94 authored almost 6 years ago
Respect the alpha value when setting rgb.

66e55e5adba76c175b91478dc1b1843871f68e61 authored almost 6 years ago
Tested with cython 0.29.7

82c119e8c3acdc9614435e715eef129795ed5b38 authored almost 6 years ago
actually return value of wrapped gil_dbgGetAttribLocation

fixes #6029

359662e7ead79cdad161a1f61f8f0506953cd203 authored almost 6 years ago
Merge pull request #6250 from kivy/travis_cron

Disable wheel building on osx by not watching travis cron status.

e2bed8b9bad20711a4dcbcdb4892ca2ed573618f authored almost 6 years ago
check if key is a string before using startswith function

eec3a306323244075de52e6df8c72b1bfb32f779 authored almost 6 years ago
Attempt to fix nested scrollviews

c28190facbe330007bdd3b23d3524e1d62032f19 authored almost 6 years ago
added volume in ff_opts in order to not break wanted volume at start

ef7f38bab7a9d41e804e8cf59e7d02a14f6b3019 authored almost 6 years ago
disabled set_volume() call in play() function

3df87b2fece37aaa383c06393631df3dc35654f9 authored almost 6 years ago
Disable wheel building on osx by not watching travis cron status.

781f1fef06ef114d2714eeeb2e3ef9e7c39675ed authored almost 6 years ago
Request 2010 platform.

bacc46ac6b1f10389f16c89bc16d48a85cc2d012 authored almost 6 years ago
Add manylinux2010 support. [build wheel linux]

592fcd882e8a45fb3a594f8d5624a821b3f79d55 authored almost 6 years ago
Fixes broken lines vertices

6d5205009958e73bb472a76cec94df40e328a300 authored almost 6 years ago
Update jsonstore.py (#6230)

Same change as was made to DictStore here: https://github.com/kivy/kivy/commit/09ee4b5e6f91d722b...

7d6f536c3751d969b055d353fea2d220ddc48aae authored almost 6 years ago
remove documentation about the android VM

44a8a6f8f5780ef0733de44da8c9e9e45c4028d1 authored almost 6 years ago
Fix description of DictProperty's defaultvalue

The DictProperty's defaultvalue actually defaults to {} (see
test_dictcheck() in test_properties...

6e1fb402188ace0186f90417806db242e16a25e3 authored almost 6 years ago
Fix setting ListProperty value to None

ListProperty wasn't correctly processing defaultvalue set to None during
initialization as well ...

10e53eecb8457e0c93c3006b58a37b547d463ae0 authored almost 6 years ago
Fix setting DictProperty value to None

DictProperty wasn't correctly processing defaultvalue set to None during
initialization as well ...

fe82224d43c84e15f3d2e213d1ff0b7843868670 authored almost 6 years ago
Merge pull request #6215 from kivy/doc_pillow

Added pillow as a required python library

9895ae09e0489ed6a0f300ab733b58ad47b6e495 authored almost 6 years ago
more kv examples in doc

a5d67529b472103efec847ebdd3e3fd1580005e6 authored almost 6 years ago
add a few kv examples to widget docs

e81303f28c91bdc3ab8f2c2287166fefdfe545cf authored almost 6 years ago
Added pillow as a required python library

76353e5e463423b355c03226ce9c63d4bd7f6c0b authored almost 6 years ago
fix contributing guide in README.md

c4d68949b42e97de270528bdc2a39ec9393bd7f4 authored almost 6 years ago
Merge pull request #6204 from kivy/osx-install-symlinks

Update OSX Install instructions for MakeSymlinks

488b9c9865c7bab52ccb75733c83c236e3b42e75 authored almost 6 years ago
Update installation-osx.rst

992bccf2391e511ea85f454dc26afafd76dd6d63 authored almost 6 years ago
Merge pull request #6199 from rec/apostrophe

Replace "it's" with "its" in several places

ec2d198f5244d235a4e2d1f1982f5fe2b78051b2 authored almost 6 years ago
Update OSX Install instructions for MakeSymlinks

fixes #6202

d58f1f32e75b13cf3589ab24935eb611bc347cbd authored almost 6 years ago
Merge pull request #6198 from rec/grammar-error

Correct a grammar mistake in two places

b55cc07be3eb69679d2c925c3ad56cd4806298ed authored almost 6 years ago
Replace "it's" with "its" in several places

c49e95db0b32637d025a44362fdb871a64006085 authored almost 6 years ago
Correct a grammar mistake in two places

3959014408a21f128f2addc0ddecfd4bc397e72d authored almost 6 years ago
Config: map KCFG_ environ variables to Config (#6192)

Config: map KCFG_ environ variables to Config

This allow the user to preconfigure kivy before...

715417e389b3d13115811cfccaf8b408963739e0 authored almost 6 years ago
image: don't force iteration if we reuse the cache

The texture will be populated as usual on the first access, no need to force the population thro...

208a8fdd1dc69910e2fd7faf21a60f10de9bb9b5 authored almost 6 years ago
imageio: fix jpg/png saving

And remove some Cython warning about redefinition and cast.

Fixes #6123

7875827a2d53d8e653ae10bd84e090affd7e7696 authored almost 6 years ago
Fixed bounce (#5943)

Disabled bounce ability once paddle hits ball untill paddle doesn't collide.

7b633542e742c5e213768d63d3cbb7a811932587 authored almost 6 years ago
Added the ability to stop (kill) the UrlRequest thread (#6083)

* Added the ability to stop (kill) the thread

* Typo.

* Better wording

* Re-added usera...

98bb42650e2a8389f725d33195e8c1976ed31f99 authored almost 6 years ago
Merge pull request #6189 from rnixx/rnixx_dev_docs

Update docs referring the change from nose tests to pytest

2b5ed7ed3d700e80edf4b2b2e3fd7fc69ee376b7 authored almost 6 years ago
Update docs referring the change from nose tests to pytest

789be4e57611163d661cf83d07eed69dee52a1ce authored almost 6 years ago
Fixes SDL2 Mousewheel reading

We were using the wrong struct, therefore the wrong information was reported, and the code invol...

d3b7e31854c51bcdf54a80bc88518a40dc5affac authored almost 6 years ago
Merge pull request #6186 from kivy/fix-2844

Supports live resizing (sdl2 only)

8f48a117e6fe7936e935234807930cf9bcaa8f22 authored almost 6 years ago
Make travis brew update more reliable

Brew update is done automatically on the first install, and timeout too many times due to the bi...

1d0cac3eb8de21de0463182c400a598126eb01ad authored almost 6 years ago
Raises minimum OSX version for current DMG.

The annotation was already done on the website, but the documentation was incorrect.

Fixes #5941

59f7d36cb94df2702e95b4d99a21086a2d85d462 authored almost 6 years ago
Supports live resizing (sdl2 only)

Today, when the window is resized content is black or just partially
drawed. This is because pol...

9cc56fbd0da3c2654afe09a827d814c365d01d46 authored almost 6 years ago
Update OSX SDL2/Image/Mixer/TTF to latest version

49bad8c3850d3e1caca45531cd0e64b3294bd97f authored almost 6 years ago
setup: recent version of SDL2_mixer don't have smpeg2

On the 2.0.5 version, there is no smpeg2 anymore. The current dmg on their website have:

08:42 ...

034432229da263d28ee4251c8cf0bef00ae7c82b authored almost 6 years ago
Updated version no. for SDL building

8530b734b95b757591ecc50b7d6ff62d5e3d0bbe authored almost 6 years ago
window: fix multiple resize sent, and always sent the GL size, never the system size, otherwise you'll end up with the size sent twice.

Now, because we send the correct size, there is still a code path that make the resize event sen...

da6ab8e87fb1aab4bb0aed5a90cd658b01520d96 authored almost 6 years ago
clipboard: fixes for nspaste

+ includes fixes for clipboard tests, they weren't working alone, SDL2 requires initialization/W...

e5e21142d429ae0fc77f63336190520807ddc1e2 authored almost 6 years ago
add an "auto" parameter to postproc:calibration (#5659)

* add an "auto" parameter to postproc:calibration

This allows to manage touch calibration non...

54625238aa9951f61b93c6a134102f562deb83cb authored almost 6 years ago
Add support for cross-compiling for the raspberry pi (#5866)

* patch to allow overriding platform and sysroot

* switch to relative paths since our include...

0b2f423f8686bdfe7e4b163d10ee72c29f1a95f5 authored almost 6 years ago
Optimize PNG images losslessly via Google's zopflipng

33a719c4869e63f9a5b13fe61f3852c62515f81a authored almost 6 years ago
setup: upgrade cython to latest version (works)

44acb5f1c639972b268225166c10097daf341cb2 authored almost 6 years ago
use latest sdl2 from bionic, not old snapshots stuck on 2.0.0

be4c0bda1b0182630c258e5b9c008343d434d248 authored almost 6 years ago
tests: prevent any import that will create the window during import when pytest is scanning for tests

285e22372f5dbb6c20e71a020a637062f36c81a9 authored almost 6 years ago
gl: reduce warning about invalid pointer type in function assignement

849e21572fd7f48e9de1b3cba5f55ff8673a596c authored almost 6 years ago
remove unwanted files, and disable bytesio tests on CI

3da544c7b2b8088669c6947bbf1b1ab5fead9984 authored almost 6 years ago
Purge Window GL context and Cache when window is closed. This fixes FBO tests

e5a5dac32887d257b336fcb69969c16d19f1f514 authored almost 6 years ago
Makefile: opt for a smaller view by default, better for CI

821c1e67ca0330a09b631403cba15dd0ab3f6bb5 authored almost 6 years ago
bionic not available on travis, so use a ppa that have latest sdl2

9e1bc492a89683602bc0d2ad447b1417f2895324 authored almost 6 years ago
enforce KIVY_NO_ARGS when using pytest

edc22b82d8759c273b50619dc94af5e2d99c4676 authored almost 6 years ago