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

github.com/ManimCommunity/ManimPango

Binding for Pango, to use with Manim.
https://github.com/ManimCommunity/ManimPango

Merge pull request #23 from ManimCommunity/refactor-setup

Refactor setup.py

00d91fb34e9983e60654a1343c863af3bb83d5c5 authored over 4 years ago
lint

5732df1e60acaa0d5ee6153221d71972614998eb authored over 4 years ago
add favicon in conf.py

59b8dbe4eb962ac1c76087cb6dc7e25db3a6ef70 authored over 4 years ago
fix compiler warning on finding length of text

c31b481ac1078f093fed34c517a8eb8d981ab9c4 authored over 4 years ago
Add a pyproject.toml

Refactor setup.py to use classes and pkg-config isn't required any more
edit the release
create _...

8c44750de78c79190ed114326bda4f8c9487fd81 authored over 4 years ago
Merge pull request #22 from ManimCommunity/fix-unicode-filenames

Fix unicode font filenames

d7b6bb6ef22ac56af741337598cd9517f75fc5d0 authored over 4 years ago
use utf-8 for linux also

9cb520a79c5412fa151f3f06c645b8628d059d90 authored over 4 years ago
Fix unicode font filenames

Fixes https://github.com/ManimCommunity/ManimPango/issues/21
Unicode version of function communic...

c7837e760e844aade7575f41da3450117fd03135 authored over 4 years ago
MAINT: fix shebang in build_pango_mac.sh

94129fe16503a388b92f1dfaddbc1a0725479850 authored over 4 years ago
packager: upstream renamed to 32 instead of 86

11319ed813d90d1134a4bdfa0310aadfeb0c7331 authored over 4 years ago
packager: show download url before downloading

c7552688d2b1bc083af294fdc7d5df1e6b0e8892 authored over 4 years ago
deps: pango update to 1.48.1 macOS

b1a6f927da51bc61eab34d1017aece9dc662863e authored over 4 years ago
deps: update pango to 1.48.1 windows

341dfd4c947159f54862490c5634a692f39eba12 authored over 4 years ago
Fix Macos wheels (#20)

4c9f90276676345def9989526c7a96bca1ed2d25 authored over 4 years ago
Release v0.2.0

c12d736565da9a698fa5f2e9bf2d2139d862a5a2 authored over 4 years ago
fix wheel build

manim requires manimpango<0.2 and that creates problems

61c56734c0856c3c8dab8d6dcda8f09d9d7aa12a authored over 4 years ago
Release v0.2.0

532adda1420eb48daa4e6932d2a602df739c3329 authored over 4 years ago
Merge pull request #18 from ManimCommunity/fix-api

Fix api

b37a6869596a81056a55ccb5856c275d0095f190 authored over 4 years ago
fix tests

forgot about the tests it needs to be changed accordingly

a7ab76ec92699840c9c1662fbba51441e8abad24 authored over 4 years ago
lint

7ce0c0d9496cdd725988cd13525d34a97ef441c7 authored over 4 years ago
return statement also

de972ed579c6d828fe9c432a6f1de4e949b0747a authored over 4 years ago
Fix API

now both linux and windows will have same unregister_font API
Fixes https://github.com/ManimCommu...

d900c5954fab17cbac17c19f4a6a7da3ada5510f authored over 4 years ago
Added CoC references to README.md and CODE_OF_CONDUCT.md (#17)

* Added CoC references to README.md and CODE_OF_CONDUCT.md

* Updated README.md CoC for consis...

651bfb0bf5e35de65c2496df91e290e4ef171d1d authored over 4 years ago
remove pyproject.toml

for some reason, windows tests fail. the previous method was great.

574d76f8e9f43b82918f79561e74230928c4a079 authored over 4 years ago
lint

4142dfc19c575c19dbd3379356363eb46ef5fdd8 authored over 4 years ago
Add a basic pyproject.toml

66cab679de880e827134f51c0b87739ae82e929d authored over 4 years ago
ci: windows: use latest pango version

5551cb47cdd9271311d2a894e31c0d89f79e4c7a authored over 4 years ago
Merge pull request #14 from ManimCommunity/font-list

API for getting fonts list

18543807dec367d49b96bfa954ba6254723b82f3 authored over 4 years ago
Merge branch 'font-list' of https://github.com/ManimCommunity/ManimPango into font-list

541dd7024c0078786b006ed431f9e0c83e6bb578 authored over 4 years ago
test: skip font test for linux

fe2bd64e84f262666a67a47f43e1c07dfc72b095 authored over 4 years ago
Merge branch 'main' into font-list

02f2f21a3de2930d4ae076ee9565623061e2f68d authored over 4 years ago
ci: upload-release doesn't support *

32cae3a404b9b926130c9cdd74fc891d7663d51b authored over 4 years ago
Add list_fonts to docs

3009ecc4879ec22cb85992aa54f3d9bedfa87c21 authored over 4 years ago
New API, list_fonts()

Lists the fonts available for Pango to work with.
Got the idea from Inkscape discussion
https://m...

479017cd9351e67c27571cfa69fd9987e2965888 authored over 4 years ago
Release v0.1.7

48c27ac1053e9c8891783fb3dc404457681775ee authored over 4 years ago
docs: add release procedure (#13)

* docs: add release procedure

* lint

85fc62581a900897042cd40cb01b88538c1da93f authored over 4 years ago
lint

6a29385cbdae724aefbdb114d23fd4b1ef3e0453 authored over 4 years ago
docs: add release procedure

112d246c32d211a61364bf7c31dca6f1fd5dd136 authored over 4 years ago
docs: add readthedocs badge to readme

3a726b501d93c96f88ceaddabea083920a1aec7f authored over 4 years ago
docs: add newly added functions

c266905ddac458d4f288c2541fdca405e0abf61d authored over 4 years ago
Windows: Loading font from file (#12)

* Windows: Loading font from file
This uses Windows Specific API to add font file to search pat...

37301409a3368813329adcf60a264364e1d7d57a authored over 4 years ago
Add Docs (#10)

* new docs

* add cython also

* try adding pkg-config and check whether it works

* Lint ...

256c6fcfa3d80c0094135a45fee40773c192b89f authored over 4 years ago
ci: don't use bash instead use python

1b83e6819788810367052efdeb373956bbda4f22 authored over 4 years ago
Release v0.1.6

5165789e4deb2eff78624aa2ca5ff07d0866a061 authored over 4 years ago
Same line length for flake and black (#11)

8e34ca042a96c023b1cc7dfc879ac5cc2b6e1776 authored over 4 years ago
Add validation for Pango Markup - Fixes #8 (#9)

* Add validation for Pango Markup

* Changes after code review

* Test for markup validation...

69c101381de51b6164f2b90aea896de5b3e35ab0 authored over 4 years ago
ci: force using python 3.8

for some reason source archive build with python 3.9 don't have *.c.
but it is present from pyth...

c92a3feb7b3828a46097e68bf7d1c6f0d02b1af6 authored over 4 years ago
ci: fix release workflow

d885410cdabe24693bc5df5d11bfa3e4e228c17f authored over 4 years ago
Bump version to v0.1.5

57fb5505ad3560e62815f746a37d487a79f1db42 authored over 4 years ago
bug: don't leak PangoFontDescription memory

869b6e7cadb2b74df7c0c5cbc2e10936552fdc66 authored over 4 years ago
upload .tar.gz file to release assets

a1d4ba5093bb56a3a6d79bee31af65a78c36e1cb authored over 4 years ago
Squashed commit of the following:

commit 338105f56c31feca12df31bfffebfadf57154e73
Author: Naveen M K <[email protected]>
Da...

e11b63617c2b3db8399b6cb6f0a61a0edd3fe88e authored over 4 years ago
ci: install cython using msys2

82a824a26a51077c197f01bbea2c23608e22fdd6 authored over 4 years ago
ci: create a cache hit miss to update

7cb0cd4a6f3aebf6a2c8bc0f5272ed02eef66bd9 authored over 4 years ago
ci: build name

e2b94c57b856999fd80385023ac95edc1510dadf authored over 4 years ago
ci: build sdist correctly

875ab9b3d1646dce24bd1ef3c9e723061b750f1a authored over 4 years ago
Bump version to v0.1.4

f5f9dfa65469a22cfe8228d0a8fce52dc2a07938 authored over 4 years ago
Update Readme with Build instructions (#7)

* Update Readme with Build instructions

* lint

* Apply suggestions from code review

Co-author...

38b85dbf53b7b345020185fd7641215f9f786742 authored over 4 years ago
MAINT: fix ligature bug (#6)

8960c3dd359e8316ae217190a78c96aec9031581 authored over 4 years ago
Build Wheels in Parallel (#5)

* ci: run build parallel

* fix typo

* ci: build wheels in parallel

* ci: better action ...

b448f03be5e01bdb2674c38de242c97271693882 authored over 4 years ago
ci: fix doesnload log

34832a81cd5954ef9f405c589fe04e54ad3097f4 authored over 4 years ago
ci: fix wheel build test

0b01e296037ebfd607da5899d6b809130a5b7704 authored over 4 years ago
Build Pango for using with Wheels (#4)

* Build pango while building wheels
provides latest version of pango in the build which seems
...

fd0702c0baf5ed125b908c990e6620e49d982708 authored over 4 years ago
Bump version to v0.1.3

9e2d918c4df893744db7baf66c8aabce23e1247d authored over 4 years ago
Add option to select font files on linux (#3)

* Add option to select font files on linux

* Fix typo

Co-authored-by: Philipp Imhof <52650214+...

fa924a772cf3f5d30dc13f283bea2694816aaac4 authored over 4 years ago
ci: add success checks for wheels

cc665e870d18dd8df132e7433233247145254551 authored over 4 years ago
Add tests GH check (#2)

* Add tests GH check
Formatting things
add cairo version and pango version methods
and a test...

1c3e124b0a9fa1119f644fcbb37cd1b6b6f7ec9a authored over 4 years ago
Bump version to v0.1.2

3e168308d2ed2c89a0e0bd4e80629dce828ca17f authored over 4 years ago
Make manimpango work with MarkupText (#1)

* Make manimpango work with MarkupText

* Cleanup

* More cleanup

Co-authored-by: Naveen ...

4eaa6498b714ec0f29dab81b27d3eefebb0c71d7 authored over 4 years ago
Add github ci status to readme

9e9235f7af00dfcbd2c1d6b0e4e9334150908375 authored over 4 years ago
Bumpy version to 0.1.1

1306ed6c0b1ad67b70ebda03971de5a2d9a9f9a6 authored over 4 years ago
remove pyproject.toml

9a58621081a0ff438d6ded456eef53b3cf4c0c82 authored over 4 years ago
Fix when different

setting are present

28245b934b53e787956ee12feaba1b4782603a22 authored over 4 years ago
Update README

c4c7bc89d1590414b31b28999c198a6e16365602 authored over 4 years ago
ci: try fixing windows wheel build

57ceb5e5a16ba10857cd24fe8e2b242cab7caf2d authored over 4 years ago
ci: fix wheel build

8514bca7158bdd45e969e28df099122b5ad1c6ba authored over 4 years ago
Fix wheel build

da6e46dbcb1ff10ac07929b7ff20eb0faa649dbf authored over 4 years ago
Formatting

make cython optional to use on sdist

4eaedbe879b82c71a607e193ce1cdaff797ed060 authored over 4 years ago
Create LICENSE

8d8c28999fb52670ba9a083a94b05aed27ccde27 authored over 4 years ago
Typo

4930685bdb697dd8096aab58063d331a4b022336 authored over 4 years ago
upload wheels correctly

c51337cfe53b3cfe90be5b81ee27a70ace870c93 authored over 4 years ago
Update Imported Module Name

forgot to this

aca818ad88caec500658caf0adf102d44ea1a1a2 authored over 4 years ago
Initial Commit

db9e29e00878fdc8df7b4008ae5002a64746add9 authored over 4 years ago