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

text_pango: Cleanup freetype2 library initialization

726f0fcabbd1c8839efd6c7459d57326c7b0ff70 authored over 6 years ago
text_pango: Combine font context caches (for public api)

0368f78a16ab62a3d35b6a58668e01e1d7347834 authored over 6 years ago
text_pango: Fix blending

dae11f0fe4e2183ba51f8383b3a67323eb5b7dbc authored over 6 years ago
text_pango: Handle big-endian platforms (in theory)

be2dcde7e7222371bb4a619bdf5ce59d0fd2a823 authored over 6 years ago
text_pango: Add public APIs + misc cleanup/bugfix

- Add FontContextManager
- Make LabelBase.find_base_direction public
- Fix substitute callback
-...

f7cfc04ba92eeaba39793f8f86eaf036416fa310 authored over 6 years ago
text_pango: Update docs

44f523e586082efe9bba28abde03796c0878b63d authored over 6 years ago
text_pango: Fix poor API implementation

49fe946890fb72f2e112d1a3884979b36bb65f91 authored over 6 years ago
text_pango: Optimization of function calls

10948331545802860993fd6837a53c9962c8269d authored over 6 years ago
text_pango: Don't resolve font_name when font_family is used

This prevents Label(font_context='system://', font_family='Arial') from
adding Roboto as a custo...

f5021fe124ef5f36dbd3abd06f8c2df5429773f7 authored over 6 years ago
text_pango: Clear app fonts on dealloc

Not obvious if this is needed, but better safe than sorry..

2ea53272d6fecd1cedfe5c00b5821f8ed1fd5f5e authored over 6 years ago
text_pango: TextInput bind properties to refresh_line_options

It's not clear exactly if this is needed, but since these properties
are part of line options, I...

69bf9672039fe91b95b79387640243867c696fa7 authored over 6 years ago
text_pango: Refactoring, renaming, remove cruft, style cleanup ++

- Refactored, renamed and moved things around for clarity
- Add preliminary public APIs for mani...

39e9c7166bfa100f24b5209497777101cf774440 authored over 6 years ago
text_pango: Avoid crash for blit at negative pos + fix flawed logic

d733c12791421a18b9318d9d6333af6321f4789d authored over 6 years ago
text_pango: Return context container when adding fallback font

cd19cde6304aa8463b85ff930424ec4d259df5e8 authored over 6 years ago
text_pango: Fix two small bugs

374c2fbfe97a941344af0c5332411b7943bdf4d3 authored over 6 years ago
text_pango: Add halign=auto to Label + detect base direction

Renamed text_direction to base_direction

b2127898768495b2034110788f018514e6573751 authored over 6 years ago
text_pango: Implement font_hinting property

3454bd6ed5b2831bce564557809eef77fd4c9ddd authored over 6 years ago
text_pango: Add halign + new font properties to TextInput

3df2219358be97f13e3ccb1176a5f2508f6c7abe authored over 6 years ago
text_pango: Add i18n properties/options to Label

a4086080ffd72d5a8134e3055cffa2abadaece6c authored over 6 years ago
text_pango: Use setupconfig.USE_PANGOFT2 to activate provider

39131a22ec36a083a13d245db910ac0f980b97ae authored over 6 years ago
text_pango: Correctly sanity-check signed vars

6aa9875ec78b84d991206d44e31be0f6146a32cb authored over 6 years ago
text_pango: Lookup language in options dict, not LabelPango

7cd8996105b5fd808fdfc2c60febb274015f4262 authored over 6 years ago
text_pango: Misc cleanup

89b70b1841d0d65873fabd5a5851220e1ad9aa26 authored over 6 years ago
text_pango: Add markup tags for i18n properties

e86f5d78b81f704241e9e2aec6f43e78e27fc51c authored over 6 years ago
text_pango: Initial font fallback support + cleanup comments/naming

a128a0841b8fd878f0e62892b448a9dc926871d4 authored over 6 years ago
text_pango: Correctly applyy fontdesc changes to context (for metrics)

1b6265c4f648302a819ba35b3f029011f133d810 authored over 6 years ago
text_pango: Add font_context property to integrate fallback support

This is hacky, but I've not come up with a better way to sideload
the functionality into existi...

bb58541bb8ee91aa23e0b82b0877fd3d580440d0 authored over 6 years ago
text_pango: Fix canary

30b9059867dc9d34875992969ae3ebc3b852b4fb authored over 6 years ago
text_pango: Support ft2 versions below 2.5

Not verified working yet.

fe2f77cba676f03e76f2fd2a32125e9776f9efa8 authored over 6 years ago
text_pango: Update documentation

74456682abc260629b9f615a978661a6ff5cf027 authored over 6 years ago
text_pango: Use attrs instead of pango markup

e1ec5fb641d0f9ed6db20546f235017c7afd5d2b authored over 6 years ago
text_pango: Make render function nogil

d5b13e3fbfc6d80772ad1e80ee22452d3814cc58 authored over 6 years ago
text_pango: Minor cleanup

8e89c6efa14ae99bac0c72ff3762e90728114580 authored over 6 years ago
text_pango: Fix outdated comment

91be77d51b65db77952cb9a2615ddbc54f8cd289 authored over 6 years ago
text_pango: Implement text_direction option in _text_pango.pyx

95a7bd1fb623328bf112402623341747dac73b4a authored over 6 years ago
text_pango: Fix typo + cleanup span_attrs

d7e02c22f7f7917f3994eec233936dbc93e24e82 authored over 6 years ago
text_pango: Create Pango markup for font_features and text_language

f9e7866f71c1da5e5c40f4f38b9cc159e0b81f9d authored over 6 years ago
text_pango: Add new i18n properties to Label._font_properties

0a214f5a34df70e8a1a7afc85f3f472a98d3ae8b authored over 6 years ago
text_pango: Use env variable in setup.py

+ explicitly disable ios, android and windows for now. This could
maybe work on MacOS if pangoft...

c7a167016403de29db2ee2d50b66f2d844d44792 authored over 6 years ago
text_pango: Rough integration of i18n options

5224b79e58b47b88b17adb4a85b142c8552713ba authored over 6 years ago
Remove explicit calls to __dealloc__ as per tito suggestion

d1aca71174d297d6a1eafda39161c37cd32f7bfa authored over 6 years ago
text_pango: Warn for dead canary in dealloc

7119a7b346bff2542610aeffa9578b4e01417287 authored over 6 years ago
text_pango: Cython optimizations for blitting

f3a780140a8f5cad2c5a479e5aef9f8cc65ceda6 authored over 6 years ago
text_pango: Don't force alignment to left

I'm not sure about consequences of setting alignment here, it may break
something for all I know...

6e8e8a2aa7d93092e116a19218910f04528fe3b8 authored over 6 years ago
text_pango: Cache font metrics per language

62fb4da3a490ec50c827b7795834aa10cdf5d25d authored over 6 years ago
text_pango: Move sanity check outside tight loop

+ remove obsolete int casts

f4a2433f1d36ec9ecbde4313797fe6fda45a649e authored over 6 years ago
text_pango: Remove old hack

(was coupled with sdl2 initially)

94125a25213ab862657137055a740b1fed3edb7f authored over 6 years ago
text_pango: Refactor context setup

e0c4fb426d23a49ee6e41a7c06b906771c1dadae authored over 6 years ago
text_pango: Fix documentation for text_language property

79e18e48fcdc2e42ed385bd0c99554a849ff04e1 authored over 6 years ago
text_pango: Only build for linux

e80c7523391bd21a6f4ba6fa560c8d3be4dc87c6 authored over 6 years ago
text_pango: Fix & in markup text

ce77fecc5e2a63a1720dea622fbce233cdb9f0b1 authored over 6 years ago
text_pango: Fix memory leak

c44c88bd194cfb750fd20923024f0328c0f9b056 authored over 6 years ago
text_pango: Use absolute size in v1.8+, add support for < v1.38

2cbe61f1776a4816b0e7d93e8f0ea73d72c325ee authored over 6 years ago
text_pango: Do not disable cython nonecheck, it's already off

90a5ef194dc67725bee30b466e31381438cf52fd authored over 6 years ago
text_pango: use FcInitLoadConfig

Recommended at:

http://mces.blogspot.com/2015/05/how-to-use-custom-application-fonts.html

fd863569863a7767ff895435f5e9da0c63889caa authored over 6 years ago
Pango text provider: Initial commit

f1835deacff3ae8d5817150f176980a6e7aa8a9b authored over 6 years ago
Tidy up after code review of fix for https://github.com/kivy/kivy/issues/5913

Changed initialisation order in class, so the correct dicts are used
when initialsing the super ...

2f42c2a0085b1ed3b6dfeefcfbb6c82218f2cf56 authored over 6 years ago
Merge branch 'master' of https://github.com/kivy/kivy into fix_5913_recycle_view_steals_data

9eb7332df85f6aceba89018cdd6b926731c26009 authored over 6 years ago
Fix of issue https://github.com/kivy/kivy/issues/5913

Previously all instances of RecycleDataAdapter (uix/recycleview/views)
shared the same views and...

c58de2b8e96b1c98229335eef2c052bfb252db9b authored over 6 years ago
Merge pull request #5959 from kivy/issue_5945

Issue 5945

a8620b15ee049e7a36eb51beda2f5167b66a74ab authored over 6 years ago
fix matrix transformation for orthographic projection

8841927f6435c260bccba0e538858280c1baf622 authored over 6 years ago
Merge pull request #5960 from Maillol/Kivy-is-using-deprecated-Cython-syntax-for-properties

Fix Cython properties syntax

63a225b5ad7ad46ecbff9d381285fb851bdb5c08 authored over 6 years ago
Move docstring from setter to getter

0b0fc880eb545344476fa411e57c581f992900c8 authored over 6 years ago
issue: #5766 Kivy is using deprecated Cython syntax for properties

37c0b303a750ff9c0dcd23fb7e290298186a4e0a authored over 6 years ago
Improvement to comments for provider calibration.

e37e9355c4f66a8d92bb567afe89174f39fcd8ab authored over 6 years ago
Add comments for input calibration by provider.

997ef4bdfbcffd685287ed90b45f9fb1d3c6c2a8 authored over 6 years ago
Add option to match calibration rules by provider instead of a specific device.

6743ed3e340bec8734138ce450e657b133361eda authored over 6 years ago
Simplify logic for matching providers for calibration.

d12a24d301e82a97abc315146f01747924be2303 authored over 6 years ago
Merge pull request #5958 from CompassMentis/fix_5783_carousel_looping

Fix 5783 carousel looping

3851ae51efc63d78702c2620f13a5e7bd7eb672a authored over 6 years ago
fix video not looping after stop.

The eos attribute of core video tracks the behavior on eos, not the eos
state, so no need to set...

7d88f1ea87db4f1669120653edf3a97356fdc16d authored over 6 years ago
Merge branch 'master' of https://github.com/kivy/kivy into fix_5783_carousel_looping

50a5b8d03975f27a377e828d5988c8d4b23df327 authored over 6 years ago
Fix for https://github.com/kivy/kivy/issues/5783

Only change the index (move to previous/next slide) if there is a next/previous slide

Note: If l...

6749bfb737eb29211e0a92d3b92b0c4b654cb009 authored over 6 years ago
Merge pull request #5954 from kivy/scale_export_to_png

Scale export to png

eeed8a74a632c854e776f1b671b5dda4ee76c03d authored over 6 years ago
add versionadded tag to eos "pause" option

ac292250295fa9b21234e8bd45d80b095ae83e47 authored over 6 years ago
add missing "versionadded" statement for scale parameter

5bd10868f492d73df6e7b56b5bc4d6f782787806 authored over 6 years ago
Merge pull request #5953 from kivy/faq-unable-get-windows

FAQ about the "Unable to get Window: abort"

4befeb7ab275fcdccf43fee5a7edd9d3c452c4e9 authored over 6 years ago
Add a bit more info.

335a5e085969c9bd37740a20c8cca5b73136a11e authored over 6 years ago
add test for export to png with scale

fbb32d2076c5ef0bb3b86e88c2224bb9ae9ed031 authored over 6 years ago
Merge pull request #5940 from Huyston/master

Set android camera to autofocus

2102faaaeeea3498a98cd3ea1082b7a493a102e3 authored over 6 years ago
export_to_png, get scale from kwargs to be python2 compatible

fd7a786b711ce7ac62a6cbaec09e177e92287b2c authored over 6 years ago
add a FAQ about the "Unable to get Window: abort

047bc1a28670c0b129d1701b89335db7b2167286 authored over 6 years ago
Merge pull request #5952 from kivy/fix-5348

Change order of CGL backend to prefer dynamic GL symbol loading

d73a138f0a952ee4b632f756a61fcab696a56bc4 authored over 6 years ago
Change order of CGL backend to prefer dynamic GL symbol loading via SDL2 rather than static GL provider

a4f9c0c925205c52b7b5b9a545fc7b3d9b3b03e1 authored over 6 years ago
add a warning about support for pyenchant on windows

0cea3dbd3369441fe871785cf6a163fdb979dae4 authored over 6 years ago
Replace IRC with Discord

* Switch IRC to discord.

* Switch to discord.

* Switch to discrod.

* Switch to discord
...

5bef72df85015f04b54eda43078fcbf699b57a2b authored over 6 years ago
Merge pull request #5925 from gottadiveintopython/fix_doc_input_management

Fix Doc 'Input Management'

f679b7b9eab3c0620aa634947350167a4f40737c authored over 6 years ago
Change fragment shader to rotate the texture for android devices

68929284483520e2cf880f7699c093b719c682dc authored over 6 years ago
Set android camera to autofocus

b981de148fcc9410ec6dd22857b77804e9434808 authored over 6 years ago
Merge pull request #5879 from poikilos/patch-1

add instructions for Fedora dependencies

42c0a90da2d7b9e372862da4dfc098c74f6999d4 authored over 6 years ago
Merge pull request #5934 from kivy/dessant-patch-1

Fix repo path in github app config comment

99b4c24fd6e05318ef20d593e19bc19a980f8033 authored over 6 years ago
Fix repo path in github app config comment

c2db45a3d8881179e1b98372533f72360a13ce92 authored over 6 years ago
Merge pull request #5928 from kivy/feature-screen-tablet-huawei-m10

Add definition for the HUAWEI MediaPad M3 Lite 10 tablet

ce8017c5ca3cac65875ae3c62543e262379171b5 authored over 6 years ago
screen: add definition for the HUAWEI MediaPad M3 Lite 10 tablet

6d31a2d779559dc3c59dfa9e43e4d859a43d3f75 authored over 6 years ago
Revert "Fix#4752 : Line ends are now correctly drawn on the canvas"

This reverts commit 4c17bd8ecb770c5e1dc38c4ffc4d377c2cb63dd6.

a48bf58b65085f5b85fa739f0800a9dc20d1bfae authored over 6 years ago
Revert "Fix for square end."

This reverts commit f5f2849ac04809d8d198b2fb26627c80da0089a9.

2a81bb05e794f50883807593aba1d46f3534b19c authored over 6 years ago
Line instruction: skip duplicate points

better fix for #4752

038acbf6ac324c8ebca6107185d0a736c21b2fca authored over 6 years ago
Let the Inspector browse into WeakProxy'd widgets

cb6831f5d4d4e4f99a4d6be6c34bdb3b0c978c78 authored over 6 years ago
Actually browse into the WeakProxy

This doesn't change the behavior observably, but it could have kept a widget alive when it wasn'...

f43a7d6777a6c21ea0153407b4b19b2ba9a97f90 authored over 6 years ago
Fix Doc'Input Management'

97ab5a681663aa9fdd58b64e369996af25d5d06b authored over 6 years ago
Merge pull request #5912 from kivy/dessant-patch-1

OS X to macOS in README

267da41decb49b1eb43f15050719b418581980f7 authored over 6 years ago