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 #3452 from kivy/min

clean up window minimum size changes

474cff85faac11f4a7419a385c60ca5a0626f68a authored over 9 years ago by dessant <[email protected]>
do not set minimum size when the window is resized

320667d339e348973d2780554a78892783de4d92 authored over 9 years ago by dessant <[email protected]>
clean up window minimum size changes

70d8e27aa443d1e2de849061cd04634f554b8163 authored over 9 years ago by dessant <[email protected]>
Fix for problem: Height of a DropDown List (once opened) is not properly updated after window resize to smaller heights.

bcf3e217fb3184c2946519b904c3b67b5589844e authored over 9 years ago by Dimitris Xenakis <[email protected]>
Merge pull request #3451 from aron-bordin/codeinput_wrong_bbcode

[CodeInput Bug] Wrong bbcode with some themes - special chars fixes #3434

59b768cf486f99498e94bf288f4f7d797bf55aac authored over 9 years ago by Akshay Arora <[email protected]>
codeinput bbcode special chars fixes #3434

1f2ebcf5c69e763b9e6cd81dfb57fdb4069d0e0d authored over 9 years ago by Aron Bordin <[email protected]>
Merge pull request #3449 from arlowhite/label-text-sizing-example

Label example that demonstrates sizing to texture_size and wrapping with text_size.

b5cf337693c4c58c809dc2947edc2612cae83841 authored over 9 years ago by matham <[email protected]>
Added label example that demonstrates sizing to texture_size and wrapping using text_size.

5eb98da96ddf4d8c71180e3d91b6dc72f538f2d8 authored over 9 years ago by Arlo White <[email protected]>
Merge pull request #3448 from arlowhite/label-text-size-doc

Added "Sizing and text content" section to Label API documentation.

bdf4a0bf4285f8b614969d25ff4519eff93ab89b authored over 9 years ago by matham <[email protected]>
Corrected alignment section to note that halign does work if your text has newlines. Simplify the language, which was a bit too technical.

b1a56d5fe5d4040d8bcea72d6883e388954ec2e9 authored over 9 years ago by Arlo White <[email protected]>
Added "Sizing and text content" section to Label API documentation, which describes how to use text_size and texture_size. Link to this section from Button API. Fix a few Label attr links in 2nd section.

ee7dcab2b10e556d7554b32edf2d55ea29d0bc88 authored over 9 years ago by Arlo White <[email protected]>
Fix merge conflict with lang + removal.

54875b8a200b5269ca12a5cb68b021c93e112c6a authored over 9 years ago by Matthew Einhorn <[email protected]>
fix doc for window.minimum_width/height and update config

e64e90276604247df165eb4abcf1b72b6517fd3d authored over 9 years ago by akshayaurora <[email protected]>
Merge pull request #3423 from kivy/log_gl_error_redo

Log gl error redo

dd94005400a0c0300782212a2a439576a9f61b4f authored over 9 years ago by Kovak <[email protected]>
Convert to bool to hit exception in the try block.

60488ef34623690f7ccf7033718b1b06f8ee600f authored over 9 years ago by Matthew Einhorn <[email protected]>
include tools/gles_compat in get_includes

fdfd06be58b038f73df9aa389cd355b92e574ac8 authored over 9 years ago by Kovak <[email protected]>
Fix property comparison, fixes #3438.

dc8f95007cb43084516060117d679f334c03b08b authored over 9 years ago by Matthew Einhorn <[email protected]>
Merge pull request #3414 from mtskelton/master

Adds minimum window size support for SDL

178f706f39531bc62c2adbb3f1b05d6a00b11fcf authored over 9 years ago by Akshay Arora <[email protected]>
Merge pull request #3437 from denys-duchier/plus-class-prefix-removal

in kv lang, the '+' prefix support for classes was removed in 16bd02c

232acd905fccfd291ee2390869438791c32560ce authored over 9 years ago by Akshay Arora <[email protected]>
Merge pull request #3445 from kived/fix-markup-binding

fix markup binding error

e2c76c024e0f777056bafc986728458758281df6 authored over 9 years ago by matham <[email protected]>
fix markup binding error

62932806ce40965766b213939deb32c4593acee6 authored over 9 years ago by Ryan Pessa <[email protected]>
Reloading an image that had incorrect source from the beginning, would cause ('NoneType' object has no attribute 'remove_from_cache').

cafd329985fc2787a057e8b2bfb38703a93d01ca authored over 9 years ago by Dimitris Xenakis <[email protected]>
Merge pull request #3440 from cbenhagen/patch-1

adjust videoplayer buttons to pixel density

8a981d4309fa1e31e84f3b187ffb21a17abd53a0 authored over 9 years ago by dessant <[email protected]>
adjust videoplayer buttons to pixel density

4171ab0e652da7cf9535d94699ed5551100de3fb authored over 9 years ago by Ben Hagen <[email protected]>
Document `right: root.right` issues.

a7eaa867206c88aa5e062e7dcb5bc5f297a3959c authored over 9 years ago by Matthew Einhorn <[email protected]>
in kv lang, the '+' prefix support for classes was removed in 16bd02c

this patch removes the last (non-working) accepting test for this case.

dd2c9c70bbf0c540ce1d76d73947654bb2973d21 authored over 9 years ago by Denys Duchier <[email protected]>
doc: added naming convention details

80463d1e08ad2d963e1fdef27baf47ac8c3fac92 authored over 9 years ago by Zen-CODE <[email protected]>
Make group public so we can set it from e.g. kv.

8d629289ac7e57bb4f104295f9101ce905c30c98 authored over 9 years ago by Matthew Einhorn <[email protected]>
Add to parser ability to clear previous property rules.

76c702c1b7e630b26ff9d8b46ce599721db73cc8 authored over 9 years ago by Matthew Einhorn <[email protected]>
Add unbind_property method to Builder.

947776289ef8695e342a03f0433b008e5febc6fe authored over 9 years ago by Matthew Einhorn <[email protected]>
Added versionadded tag for minimum window size support in SDL

eb8c587273e8fbf211d159b379081c51017d7dc0 authored over 9 years ago by Mark Skelton <[email protected]>
add version added tag

e41deec19d2190b5555904f4c86e907ee87a6308 authored over 9 years ago by Kovak <[email protected]>
remove extra lines

767159cf38f1b5de989f6724de52d4dbcad718ff authored over 9 years ago by Kovak <[email protected]>
ensure all graphics headers are included on installation so that get_includes is useful

bd4826f6447bfb129fa8f6322497eef305ca8105 authored over 9 years ago by Kovak <[email protected]>
add a get_includes function for use with third party modules

5abe6f9e447365039b8660f032a471761ffd340b authored over 9 years ago by Kovak <[email protected]>
change HIDE_GL_LOG to DEBUG_GL, default to False

2b642824c0dd6fa41d28ec5c13be39702ddf6ba4 authored over 9 years ago by Kovak <[email protected]>
default gl logging to on

fffd543ae60a519442ceaf9302b9420a930cfc10 authored over 9 years ago by Kovak <[email protected]>
edit upload_uniforms error logs to include more information

3a13326e0ce5430711256a62031995918d220cf2 authored over 9 years ago by Kovak <[email protected]>
introduce log_gl_error to several parts of code base

af3ed6e38b23d5c7566854eec75db9f76d07f993 authored over 9 years ago by Kovak <[email protected]>
revert merge conflict fix

e3147bf53aa787736da7d7291441c17ded8013b1 authored over 9 years ago by Kovak <[email protected]>
resolve merge conflict

e8e74f06949804491d05a8c08d1a5bcec78db955 authored over 9 years ago by Kovak <[email protected]>
add a config option for the new debug logger, make actual function a pxi

3f83e79387fd43da84f1536ab10cc0e76a376c38 authored over 9 years ago by Kovak <[email protected]>
Merge pull request #3393 from RA-dim/patch-1

Resolve missing keyboard event for key 'o' on RPI

e982a8a5d92b705ca83d709af58efd220da7bb57 authored over 9 years ago by Mathieu Virbel <[email protected]>
Merge pull request #3397 from lhelontra/egl_window

Added X11 window with EGL

a416b8eb2a3f332bee51ccf67786b91eb04292b9 authored over 9 years ago by Mathieu Virbel <[email protected]>
Merge pull request #3409 from rekom/patch-1

bugfix ProgressBarContainer.kv

a81c0482ffd5db54207aa1ba3c180e1a7312af1f authored over 9 years ago by Mathieu Virbel <[email protected]>
Merge pull request #3420 from kivy/log_gl_error

introduce a gl error logging function that supports a user defined note

02438426f6c6904f21e1164c636d74d1990a72e2 authored over 9 years ago by Mathieu Virbel <[email protected]>
remove glEnum ret declaration

a4d7253d7a26a4f25b6aae6009f39db7588cd754 authored over 9 years ago by Kovak <[email protected]>
remove extra whitespace

6719907eeece47bebfe664c4956c3c7972b9b059 authored over 9 years ago by Kovak <[email protected]>
remove extra spaces added

a1da3117c19deaf97ef9f936f32a318dccda77c4 authored over 9 years ago by Kovak <[email protected]>
introduce a gl error logging function that supports a user defined note to provide more context for the error

ca777412fcea0f6393eb6de154dfbb43ce1d78d1 authored over 9 years ago by Kovak <[email protected]>
fix bad doc in core.text

Fixes #3419

7243612b7ce22a2c0b8fa6d51e893b828b0f8843 authored over 9 years ago by Ryan Pessa <[email protected]>
Merge pull request #3417 from kived/py3-probesysfs

fix probesysfs str error on py3

b2d86839f7ce90f64a6241db9e32ee0d15e7c05a authored over 9 years ago by Ryan Pessa <[email protected]>
fix probesysfs str error on py3

4c8e234d4ab90455148eb9d37885dc0d5774a20c authored over 9 years ago by Ryan Pessa <[email protected]>
Added typehint to oscAPI.sendMsg to expose OSC-Blob transfer

7297e03da622de4be41d8c8970e5f937db0bc463 authored over 9 years ago by Lipi <[email protected]>
Adds minimum window size support for SDL

ca4a18e0a2ad07f9355bbf92aaff7845f6a8ed63 authored over 9 years ago by Mark Skelton <[email protected]>
bugfix ProgressBarContainer.kv

Mini bug fix which crashed the demo if you slide the slider

15bdbd63d46a6a3efaa23129eb8588bc89bc1d8b authored over 9 years ago by rekom <[email protected]>
remove debug print statement

ab7758c09cff923b241dc02a18842b779fbc2f81 authored over 9 years ago by dessant <[email protected]>
Merge pull request #3405 from inclement/scissor_fix

Added cython 'except -1' in scissor instructions

13d37eb92fb23f16865bdc9c349407b6240b50ab authored over 9 years ago by Ryan Pessa <[email protected]>
Added cython 'except -1' in scissor instructions

4266f02410a5934d8441e65c0d01bf8875862dde authored over 9 years ago by Alexander Taylor <[email protected]>
list sdl2 as a supported provider for in-memory image loading

e5abe8357d5da229833dad3bb2339cac306f0cdb authored over 9 years ago by dessant <[email protected]>
Update __init__.py

665108007dbfb44cf401ac2aea972bece1fbc786 authored over 9 years ago by Akshay Arora <[email protected]>
fix config doc line wrapping

credit to kived

7c5f9486c5042e72d79bb9f48ad061abcfe1fc95 authored over 9 years ago by dessant <[email protected]>
Fix fbind typo.

1590dffc4fd086218ef8569d0932623c9e2d4624 authored over 9 years ago by matham <[email protected]>
Merge pull request #3402 from matham/fbind

Replace bind with fast_bind where appropriate.

e4540ec1d9c98986c956822ae1c65c5787b4c1c4 authored over 9 years ago by dessant <[email protected]>
doc: fixed versionadded tag in DropDown

4ba8de87f3c84b8e2399f1148b5f687032a8a164 authored over 9 years ago by Zen-CODE <[email protected]>
Replace bind with fast_bind where appropriate.

b6eeb18a2c4521a7c0b0700dde19d948af9178ba authored over 9 years ago by Matthew Einhorn <[email protected]>
use int not void to match new signature for cython

14988f499a4acb5edc49fb27028ca521a4e7cecf authored over 9 years ago by akshayaurora <[email protected]>
Merge pull request #3283 from inclement/cython-except

Changed 'except *' to 'except -1' for cython 0.22

df18e6384463bb14b0530232c2f05688fd5e89eb authored over 9 years ago by Akshay Arora <[email protected]>
Added resize event

75247f225f7833621b3119bc370d0e6c1901165b authored over 9 years ago by leonardo lontra <[email protected]>
fix fullscreen mode

defafeca2a58bd9c4f6235e22de50ed86ad31d2a authored over 9 years ago by leonardo lontra <[email protected]>
Disable use_x11 by default

a80fcb304a7fe9268b563256a4078e3da725bf92 authored over 9 years ago by leonardo lontra <[email protected]>
Adds the declaration of the computed_size variable (with the default value 0) to the beginning of the LinearRecycleLayoutManager class. This allows propper overriding of the compute_positions_and_sizes() method in inherited classes. Also instance attributes should not be defined outside od the __init__() method.

606f6b6f07861f19e411ab7ce566427e8b6318a8 authored over 9 years ago by Karel Mácha <[email protected]>
doc: fix typo

e366b453b8dbb5c1169d59026d1958b9458caf83 authored over 9 years ago by Zen-CODE <[email protected]>
doc: fixed typo

0817d5d74931c0cb9ecb710d8f88a512060464cb authored over 9 years ago by Zen-CODE <[email protected]>
doc: fixed typo

3d9a4a8dc92f052e7d2e377f0b2eb532f58bbdb3 authored over 9 years ago by Zen-CODE <[email protected]>
doc: added explanation for touch dispatching

395710ac57598107bc664e9a5afb253d918c6fe0 authored over 9 years ago by Zen-CODE <[email protected]>
Resolve missing keyboard event for key 'o' on RPI

264402e726b30394387103edc88112c07e9d2718 authored over 9 years ago by RA-dim <[email protected]>
fix bad kv

31825a8b3db40861c1ad8bafbe52e4464dd0f65b authored over 9 years ago by Ryan Pessa <[email protected]>
Merge pull request #3387 from denys-duchier/dropdown-minimum-widths

take into account the minimum_widths of all items of a dropdown

2cbf08ced7ec206280b5e61cf5e24791af691bde authored over 9 years ago by Ryan Pessa <[email protected]>
Improve doc for softinput_mode `below_target`

323e2a6dc5e1f30c1e3736f2f7007f96a0150e11 authored over 9 years ago by Akshay Arora <[email protected]>
Merge pull request #3388 from kivy/softinput_mode_below_target

`below_target` option for softinput_mode

3839fc723ec2183b9823c4e23207924380ddf75c authored over 9 years ago by Akshay Arora <[email protected]>
`below_target` option for softinput_mode

5bd939270d5d6ee3541e45159bdf5400429f8c68 authored over 9 years ago by Akshay Arora <[email protected]>
take into account the minimum_widths of all items of a dropdown

27ace9e1bd3447627187e8d268653bc052605314 authored over 9 years ago by Denys Duchier <[email protected]>
Merge pull request #3383 from denys-duchier/keyboard-height

use internal caching for keyboard_height property

582fb9fe7622b8106ab46d16224fabb331f55b24 authored over 9 years ago by Akshay Arora <[email protected]>
use internal caching for keyboard_height property

19e23df824da2f62296d3bc7f20b52b4ef7cbcad authored over 9 years ago by Denys Duchier <[email protected]>
README revision

034c471aa3aae81e43487c1017b544b0496b20ed authored over 9 years ago by dessant <[email protected]>
update font licensing in README

c4424f474da4c68eed76f425e99e34daf739c2a0 authored over 9 years ago by dessant <[email protected]>
Merge pull request #3377 from kived/webdebugger-fix

fix webdebugger

8c0c63ffad935b3be623f10e214808d42ba9a78d authored over 9 years ago by Ryan Pessa <[email protected]>
fix webdebugger

0add9c26f307c5aa5c051d1baf34db545140dcea authored over 9 years ago by Ryan Pessa <[email protected]>
add some documentation for ActionGroup.dropdown_width

e3cd76a93c6f8fa229a6ae65177d6b495250f1ab authored over 9 years ago by Denys Duchier <[email protected]>
introduce ActionGroup.dropdown_width property

2517a31037cdb982b57c798f34999cdb35376232 authored over 9 years ago by Denys Duchier <[email protected]>
fixes #3368, rounded_rectangle ignored in Line.__init__

a6ea61bfb00924520cf8ba598d9419f5ebe8e691 authored over 9 years ago by gabriel pettier <[email protected]>
Merge pull request #3363 from kivy/dessant-patch-1

remove extra whitespace in pep8 error messages

12c26f644bbce01005ed2a4ddc8a07783ef24908 authored over 9 years ago by dessant <[email protected]>
remove extra whitespace in pep8 error messages

c76c55714ee4464220721064b2ff3002b0c9bad3 authored over 9 years ago by dessant <[email protected]>
Merge pull request #3362 from kived/filechooser-layout-pos

fix filechooser layout pos for relativelayout

71ff040e7a3a4bd730accaa7991f2a311a83418f authored over 9 years ago by Ryan Pessa <[email protected]>
fix filechooser layout pos for relativelayout

319ea3e4e3c1939068e0cac5f25438cfcae2a4ab authored over 9 years ago by Ryan Pessa <[email protected]>
Merge pull request #2255 from kived/pygame-initial-size

force initial window size

b517ecf47ea204b69c747a1ef5397d42e5793748 authored over 9 years ago by Akshay Arora <[email protected]>
Merge pull request #2819 from kived/probesysfs-mouse-conflict

ProbeSysfs: ignore devices which look like they are used as pointers

1b5f4172d90291ddb8d4b47a4dd84cf83f84b36f authored over 9 years ago by Akshay Arora <[email protected]>
Merge pull request #3077 from victor-rene/test_layouts

Layout and StackLayout coverage 100%

89bff4cafde55e387813f4c9698b425d088f97a3 authored over 9 years ago by Akshay Arora <[email protected]>
Merge pull request #3178 from DragonSA/freebsd

Fix support for FreeBSD.

692cebce6193125d40f39ae4f07036bd282c0d3f authored over 9 years ago by Akshay Arora <[email protected]>