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

Merge pull request #3351 from icemac/patch-1

Sync with instructions provided by kivy-ios

859c53ab2ad5f5761bb65631c434a922cee2fb07 authored over 9 years ago by Akshay Arora <[email protected]>
Merge pull request #3330 from kived/clipboard-xclip

add xclip clipboard/cutbuffer implementation

bce45141ed285ea7c44641530f9193aa85f2635b authored over 9 years ago by Akshay Arora <[email protected]>
Merge pull request #3250 from jasonxunxu/camera-android

Android camera provider

1171cdb1ad0fc829252bd8bae01b00bd549fbbd5 authored over 9 years ago by Akshay Arora <[email protected]>
Merge branch 'master' of https://github.com/kivy/kivy into sdl2_multisamples

b7c1bd6b0d10d54bde4b5f495fb11062dfec8498 authored over 9 years ago by Tim Henning <[email protected]>
Added fallback to no multisampling if an error occures.

ff9a796a5eeaf1383d123a02ae4ec4896eac95f0 authored over 9 years ago by Tim Henning <[email protected]>
Merge pull request #3359 from kivy/require

move kivy.require before other imports and convert tabs to space-tabs…

dd00dcefa414902ccf01047ebcac6b2e0c4d75cc authored over 9 years ago by dessant <[email protected]>
move kivy.require before other imports and convert tabs to space-tabs in kv example

3d3a6d0872c3ef2042afce4753209d5f3a0594c1 authored over 9 years ago by dessant <[email protected]>
Merge pull request #3154 from picibucor/picibucor

examples added

aeeac3e48c571cf1a8871635d90c6e396c0d208d authored over 9 years ago by dessant <[email protected]>
! Minor format fixes.

c4e4d6442cf0149c5cf2996c5039476f515193c7 authored over 9 years ago by Jason Xun Xu <[email protected]>
+ Documentation explaining `decode_frame` dependencies.

f5cc5efcc44928a168d54cb6864be722ead13dbc authored over 9 years ago by Jason Xun Xu <[email protected]>
+ Support re-initializing camera (e.g. with a different index) by releasing current camera when necessary.

3d4c2ddd270d9578a470f164f0fe269bb0dd8593 authored over 9 years ago by Jason Xun Xu <[email protected]>
+ Interface to get number of cameras.

4e9bc599ed648c2c33e33c7cd638d13bd7bf6efa authored over 9 years ago by Jason Xun Xu <[email protected]>
Fixes #3254: Setting multisamples in SDL2

059f13205938d5f9d49160fa35d0967bd61ad126 authored over 9 years ago by Tim Henning <[email protected]>
Merge pull request #4 from kivy-garden/reinit_layout

reinit layout on data change

8061ee00b685497bc1142365bfea31e481f4ae69 authored over 9 years ago by Mathieu Virbel <[email protected]>
Merge pull request #3355 from kived/label-color-fix

only trigger texture update for color changes on markup labels

8009ba9f80e0bca8688854e29557615bfc1872aa authored over 9 years ago by dessant <[email protected]>
only trigger texture update for color changes on markup labels

8930161ac7793fdb7b9f29d0403b89d0ed9cddf9 authored over 9 years ago by Ryan Pessa <[email protected]>
Merge pull request #3354 from kivy/dessant-patch-1

add missing newline at the end of inputs.rst

a5f7d0a7927e09831ce3ad4fb3accd50c9828940 authored over 9 years ago by dessant <[email protected]>
add missing newline at the end of inputs.rst

a057a858529e092780566bb3eaa2f2278720dfae authored over 9 years ago by dessant <[email protected]>
Merge pull request #3353 from kivy/dessant-patch-1

improve floatlayout docs

2b57deeb498cde27954f52839d331e2ebc0e0624 authored over 9 years ago by dessant <[email protected]>
improve floatlayout docs

1b7b40e81fa2520f786fae0785ca64ea4023422e authored over 9 years ago by dessant <[email protected]>
don't eat on_touch_up events outside filechooser

52b2b42bac225d8fb714545705b3a8e80fbdfc05 authored over 9 years ago by Gabriel Pettier <[email protected]>
Sync with instructions provided by kivy-ios

Mostly copied the text over from the kivy-ios README.

ebe6a6c0c1cca793f86902eaa950531d81ab66a7 authored over 9 years ago by Michael Howitz <[email protected]>
using dot notation

id-s referred by dot notation

4a7e6ddc2a40b51be94a6f5772ab74b6ee1ea544 authored over 9 years ago by picibucor <[email protected]>
Merge pull request #3349 from kived/window-matrix-calc

improve window matrix calculations

b5e9ca53531af8be01d43e092f807fa4ccef165c authored over 9 years ago by Ryan Pessa <[email protected]>
improve window matrix calculations

405eae0292b1128e9f5744822cd247c2a45e5fec authored over 9 years ago by Ryan Pessa <[email protected]>
Merge pull request #3348 from kived/label-markup-color

fix color for markup label

aa20becd3db66b660e4bdbdfc3b9a9bc3201ebb5 authored over 9 years ago by Ryan Pessa <[email protected]>
fix color for markup label

7a217fe4ce7adcfc6b17a33bc65c807495d2e8aa authored over 9 years ago by Ryan Pessa <[email protected]>
Merge pull request #3347 from kived/filechooser-relativelayout

use relativelayout for filechoosercontroller

c313f88ebfe1e8e1c01f7ba3cfafea1e009deaf3 authored over 9 years ago by Ryan Pessa <[email protected]>
use relativelayout for filechoosercontroller

a2c617ab77d2352c3932ef8fb74057e7560461b5 authored over 9 years ago by Ryan Pessa <[email protected]>
Merge pull request #3346 from kived/inspector-referror

add some reference error checks to inspector

484cb000a5b6af6d23b5ffbbc3d14b2857551a05 authored over 9 years ago by dessant <[email protected]>
add some reference error checks to inspector

fe6bad4e5e228a838a6ae18089da51cb2cd4a5c5 authored over 9 years ago by Ryan Pessa <[email protected]>
reinit layout on data change

I'm not sure if this is the right place to do it, but it seems to fix the issues related to addi...

cad0a2827565b0cad004ec837a7417097ea8c816 authored over 9 years ago by dessant <[email protected]>
Merge pull request #3 from kivy-garden/dessant-patch-2

Do not call refresh_from_data if there is no data

c69e7e3fb954d940c88fecbe87738266a712ba13 authored over 9 years ago by Mathieu Virbel <[email protected]>
Merge pull request #2 from kivy-garden/dessant-patch-1

py3 compat fixes

411948f3be8a61ceca8eda12736df0d6648374f3 authored over 9 years ago by Mathieu Virbel <[email protected]>
Do not call refresh_from_data if there is no data

Fixes https://github.com/kivy-garden/garden.recycleview/issues/1.

960619bf80ef253b2ffb586b40f9e346cc038925 authored over 9 years ago by dessant <[email protected]>
Update label.py

a1b70dc174aa639587aaaf8b6ae82897ce93d70d authored over 9 years ago by Alexander Taylor <[email protected]>
Merge pull request #3340 from yuvallanger/patch-1

Refering to a source line by its number

a696b76aacd62b39f7b3ee848c5d627fbaa52877 authored over 9 years ago by Akshay Arora <[email protected]>
Refering to a source line by its number

ab37f485a8a44ae1e60d9e6b4f39d3c1ea29ebcd authored over 9 years ago by Yuval Langer <[email protected]>
Merge pull request #2395 from kivy/scissors

glScissors Instructions

8ceb504902aae01c8ac501bfd774ad68befc4af4 authored over 9 years ago by Kovak <[email protected]>
Update scissor_instructions.pyx

d34f927731b6a08f4a66c3713ff111f1b5583596 authored over 9 years ago by Kovak <[email protected]>
add missing clipboard file

fa8a9c8ef5efcea36b55379062eefb26e6ff6392 authored over 9 years ago by Ryan Pessa <[email protected]>
enable sdl2 clipboard for linux again

b52cc9f046b3446ff01bac0f9adf684d7084238a authored over 9 years ago by Ryan Pessa <[email protected]>
add xclip clipboard/cutbuffer implementation

289fc2b6d15811bdb7956073d70db8df8fc68b32 authored over 9 years ago by Ryan Pessa <[email protected]>
Merge pull request #3329 from kived/master

fix partial property rename

fcce004673c4e97f2317e19bb8360720cc5b9e88 authored over 9 years ago by Ryan Pessa <[email protected]>
fix partial property rename

7155a1ec1d2be4384213426b01b7db21d7c81363 authored over 9 years ago by Ryan Pessa <[email protected]>
Merge pull request #3328 from kived/master

fix clipboard exception

261158af17af8fcb6fd4ca06a6f026a45cbda8b5 authored over 9 years ago by Ryan Pessa <[email protected]>
fix clipboard exception

aa773453fd8659aa560475899d505bf7e68bf34a authored over 9 years ago by Ryan Pessa <[email protected]>
Merge pull request #3176 from kived/cutbuffers-xsel

add cutbuffer support with xsel

f8ae73e57ee1d608c35ae824f834a4aef98684e3 authored over 9 years ago by Ryan Pessa <[email protected]>
Merge pull request #3327 from kived/atlas-docfix

fix docstring and missing import in atlas

13d4dbe490cabe885d0a9afa6b56a71445fd9672 authored over 9 years ago by Ryan Pessa <[email protected]>
fix docstring and missing import in atlas

c6eae3ebb1849470fc7bbf42f6df3baac6349638 authored over 9 years ago by Ryan Pessa <[email protected]>
Merge pull request #3198 from CreamyCookie/patch-1

Original atlas textures are stored

411b6d2e9bb256f93ca5659c2d1443029a12c945 authored over 9 years ago by Ryan Pessa <[email protected]>
Merge pull request #3326 from kived/rstimage-height

fix RstImage height for local images

11105c75ec469618fc88636f5cc0c13121a1b1d8 authored over 9 years ago by Ryan Pessa <[email protected]>
fix RstImage height for local images

afa0fb1642faf4a359c8c168b5c179cf1a6a3659 authored over 9 years ago by Ryan Pessa <[email protected]>
Merge pull request #3324 from kivy/docfix

theses -> these

4c3cf60bcf8fde39d51c9bb632d4d67400a08433 authored over 9 years ago by dessant <[email protected]>
theses -> these

3bb1990b9c65bb43fc9538f79f9f9289e51abb1c authored over 9 years ago by dessant <[email protected]>
Merge pull request #3323 from kivy/sphinx_tag

sphinx tag fixes

9ffb318b8b737350fe8ced0b196c1f791314f4ad authored over 9 years ago by dessant <[email protected]>
sphinx tag fixes

a28d0b6a32b2d7ab712707cce2a71e971aa35157 authored over 9 years ago by dessant <[email protected]>
Merge pull request #3322 from kivy/windowbase

doc/sphinx fixes in WindowBase

10a8ddb74ca317b262da1283b63478ba2d0fb8ce authored over 9 years ago by dessant <[email protected]>
doc/sphinx fixes in WindowBase

db243d6771bd6cd7897b95fd94275bcdc99f0806 authored over 9 years ago by dessant <[email protected]>
Merge pull request #3299 from AndersHogqvist/master

Variable id replaced with _id

1444bdb1dbaceab39a4bf4fa8034f0bf80eed88d authored over 9 years ago by Akshay Arora <[email protected]>
Merge pull request #3315 from jegger/us_keyboardlayout

US Keyboard-layout: Add missing minus sign

43d2b0e952be8f5b7d7acd273eb7a5c45240948b authored over 9 years ago by Akshay Arora <[email protected]>
py3 compat fixes

dict.keys() returns a generator in py3

6071146482a57a44be822e12cb1abccc23516575 authored over 9 years ago by dessant <[email protected]>
Merge pull request #3318 from kivy/logo

update kivy app logo

04691adcd5fe9f7cefb778f85efe88a180ee94b5 authored over 9 years ago by dessant <[email protected]>
update kivy app logo

045b04048e7c2cc180839ef0aaf3623aff0b4ad1 authored over 9 years ago by dessant <[email protected]>
Merge pull request #3317 from kivy/logo

update kivy logo

a168e3d984364e9c147a38c8d0159f4ec8116f24 authored over 9 years ago by dessant <[email protected]>
update kivy logo

4480dc0ba5c6f79062ac554ed8a3fdf9e3e0c9b3 authored over 9 years ago by dessant <[email protected]>
US Keyboard Layout: Add missing minus sign

8d99fc8ac66680a61e96289f900c556335f681ce authored over 9 years ago by Dominique B <[email protected]>
doc: fix VideoPlayer.state default

Docs incorrectly showed the default as 'play' when the default is actually 'stop'.

00528f3d5eb437702734c57334c962d4ab4fa365 authored over 9 years ago by Ryan Pessa <[email protected]>
Update oscAPI.py

Variable name changed to thread_id

f1a9ef14431093a7ec69199000bb3683f8bce8e5 authored over 9 years ago by Anders H <[email protected]>
Remove pygame pyinstaller hook workaround and add to docs instead.

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

Don't cache next callback in dispatch chain. Fixes #3305.

8b3ade4b33247b0cafeb23a81af756f3ec4a2607 authored over 9 years ago by matham <[email protected]>
Don't cache next callback in dispatch chain. Fixes #3305.

3253915b31ccc994abc804dcbdef8d0266b6eb78 authored over 9 years ago by Matthew Einhorn <[email protected]>
doc: fix length, tags in core/window/__init__.py

a5f0c9aca7a39db37b0a4de3e4856d6016e9383f authored over 9 years ago by Zen-CODE <[email protected]>
doc: claried SDL2 implications in core/window.__init__.py

03e853568c9b5dcac405301e7d1889366fed97e2 authored over 9 years ago by Zen-CODE <[email protected]>
Merge pull request #3304 from kivy/pygame_pyinstaller_optional_patch

packaging: only patch pyinstaller for pygame if pygame is used as a prov...

48cd55b15e05df681595e129e3ac4e50b0be6e95 authored over 9 years ago by dessant <[email protected]>
packaging: only patch pyinstaller for pygame if pygame is used as a provider

9cd5c57a82165f36fe799190b2f0f370cd98a4ce authored over 9 years ago by gabriel pettier <[email protected]>
Merge pull request #3295 from inclement/label-alignment

Added a short text alignment section to the label doc

ea5a8f79a7fa2a3ad36dccc2ff040a8877d670ae authored over 9 years ago by dessant <[email protected]>
Merge pull request #3303 from matham/pyinstaller

Fix pyinstaller docs and hook for sdl2

1aa315e1ce0bdca25bb248f0fa65b1da80732618 authored over 9 years ago by matham <[email protected]>
Fix pyinstaller docs and hook for sdl2

a5a6f20ea22450cc97703ce2e57b621f6107a8d9 authored over 9 years ago by Matthew Einhorn <[email protected]>
Variable id replaced with _id

e9c49f07bbeb939fa63c6b13d736890e569bba2a authored over 9 years ago by Anders Högqvist <[email protected]>
Update rt-hook-kivy.py

709b7f78f8ae3554aa7698b80d54552a236c45ca authored over 9 years ago by Akshay Arora <[email protected]>
Fixed typos in label doc

a6f9f47a3abbe7644a17a102c66b27c455217580 authored over 9 years ago by Alexander Taylor <[email protected]>
Added text wrapping note

55376ed2e98ae37c01ab8eadee78f5e2f0123583 authored over 9 years ago by Alexander Taylor <[email protected]>
Fixed label.py title

cbfd7c9e580cdeb1da1c3b60cbbbddfb03662af6 authored over 9 years ago by Alexander Taylor <[email protected]>
Added text alignment section to label doc

3499a105663708cbb58ae1afe8d7525362805105 authored over 9 years ago by Alexander Taylor <[email protected]>
Merge pull request #3279 from kivy/fix_pyinstaller_svg

xml.etree.cElementTree and tesselator modules are needed for pyinstaller...

87a05db42441f444578f05e76a2482625fd70802 authored over 9 years ago by Akshay Arora <[email protected]>
Merge pull request #3278 from kivy/remove_pygame_hooks

Remove Pygame specific hooks

6893fbc877d98b9bfdcb6290aaa99279757f7b6d authored over 9 years ago by Akshay Arora <[email protected]>
Update rt-hook-kivy.py

67ee210fcf89bdd3d4362824d1b78abc46f104d4 authored over 9 years ago by Akshay Arora <[email protected]>
Merge pull request #3282 from kivy/fix-ios-density

Fixes iOS density.

90117a5f2758e48a7744e42b1314664dddd3cd82 authored over 9 years ago by Akshay Arora <[email protected]>
Merge pull request #3294 from kevgathuku/patch-1

[Docs] Resove issue #3293. Update link to Git Screencasts

7fb0ffc348ece278ee06bbbb24c1c779c8bb04a1 authored over 9 years ago by Akshay Arora <[email protected]>
Resove issue #3293. Update link to Git Screencasts

Update link from the now unavailable gitcasts.com to the videos on the official Git website.

6688d7cf81250cf14079a89d12856627b54292b5 authored over 9 years ago by Kevin Ndung'u <[email protected]>
Merge pull request #3289 from kivy/sdl2_close

add on_request_close check for sdl2 window

633262c456db47fd108366bb75665435f361abcd authored over 9 years ago by dessant <[email protected]>
add on_request_close check for sdl2 window

b7fff6cf7ca37a8163367175a6ed3a034bcb3097 authored over 9 years ago by dessant <[email protected]>
Merge pull request #3288 from kivy/border_image_optional_scaling

Make border image corner scaling optional

756a7bfe19136d6d611b4b1f4020132af75becfe authored over 9 years ago by Akshay Arora <[email protected]>
Make border image corner scaling optional

revert old behavior, but allow the new one (#3165) using auto_scale flag

a026fb47b1706753a72eb2630dae5b05c0cea701 authored over 9 years ago by gabriel pettier <[email protected]>
core:clipboard_android: remove `toString` not needed any more cause of changes in pyjnius

a2d356c7f122f191a8c8920375ed16ae5d333ded authored over 9 years ago by akshayaurora <[email protected]>
Merge pull request #3286 from SpootDev/master

Stooping to Stopping spelling fix

1566e313d3ecf777b9c86d9bf49f2682020cb7f3 authored over 9 years ago by dessant <[email protected]>
Stooping to Stopping spelling fix

3427192efa5bea53a8120bbcac057bff94451fb6 authored over 9 years ago by SpootDev <[email protected]>
Merge pull request #3285 from LogicalDash/patch-2

Fix AttributeError in py3

a00ecdb2f127bb8e29d97d8f2d357ddc81f6acb3 authored over 9 years ago by Ryan Pessa <[email protected]>
Fix AttributeError in py3

The __repr__ method should always return a string. It was returning a bytes object instead.

I...

5ee6acd0b83923baf4d4be1d67c9453072c0b6c9 authored over 9 years ago by Zachary Spector <[email protected]>