Ecosyste.ms: OpenCollective

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

github.com/gtk-rs/cairo

DEPRECATED, use https://github.com/gtk-rs/gtk-rs-core repository instead!
https://github.com/gtk-rs/cairo

exit code: 0xc0000135, STATUS_DLL_NOT_FOUND

arnabanimesh opened this issue about 4 years ago
Examples using Cairo for Rust

EriKWDev opened this issue about 4 years ago
Add an unsafe variant of ImageSurface::create_for_data

TonalidadeHidrica opened this pull request about 4 years ago
Why ImageSurface::create_for_data requires static lifetime?

TonalidadeHidrica opened this issue about 4 years ago
Re-export cairo-sys as `ffi`.

derekdreery opened this pull request about 4 years ago
Consider re-exporting `cairo-sys-rs` under `ffi`.

derekdreery opened this issue about 4 years ago
Add wrapper for `cairo_ft_font_face_create_for_ft_face`.

derekdreery opened this pull request about 4 years ago
Switch to https

dns2utf8 opened this pull request about 4 years ago
Fix README link to docs

amcinnes opened this pull request over 4 years ago
Make the cairo-rs-sys crate a public crate

notgull opened this issue over 4 years ago
errors: derive Error from common enum traits

bilelmoussaoui opened this pull request over 4 years ago
[release] merging crate-release-update into crate

GuillaumeGomez opened this pull request over 4 years ago
[release] merging master-release-update into master

GuillaumeGomez opened this pull request over 4 years ago
Stride issues

PixeLInc opened this issue over 4 years ago
Use system-deps crate instead of pkg-config directly

sdroege opened this pull request over 4 years ago
Add an ImageSurface::with_data method.

jneem opened this pull request over 4 years ago
Get data out of a referenced ImageSurface

jneem opened this issue over 4 years ago
add a script feature

bilelmoussaoui opened this pull request over 4 years ago
mark all the enums as non exhaustive

bilelmoussaoui opened this pull request over 4 years ago
add a freetype feature

bilelmoussaoui opened this pull request over 4 years ago
`cairo_ft_*` functions are assumed to be available

pkgw opened this issue over 4 years ago
Work around crash when trying to access data of an image surface afte…

sdroege opened this pull request over 4 years ago
errors: create an Error type and use that instead of Status

bilelmoussaoui opened this pull request over 4 years ago
remove unneded status checking

bilelmoussaoui opened this pull request over 4 years ago
Implement Error trait for cairo::Success

bilelmoussaoui opened this issue over 4 years ago
Don't include LGPL docs in the docs if both embed-lgpl-docs and purge…

sdroege opened this pull request over 4 years ago
WIP: Attempt to fix appveyor

EPashkin opened this pull request over 4 years ago
Add missing fn

GuillaumeGomez opened this pull request over 4 years ago
Missing surface function(s)

kinnison opened this issue over 4 years ago
Update for new from_glib_borrow signature

sdroege opened this pull request over 4 years ago
Replace bad code

GuillaumeGomez opened this pull request almost 5 years ago
Add missing Surface::get_device method

GuillaumeGomez opened this pull request almost 5 years ago
How to get the device from a surface?

psychon opened this issue almost 5 years ago
[ci skip] Add sponsor button

GuillaumeGomez opened this pull request almost 5 years ago
Clean up travis script

GuillaumeGomez opened this pull request almost 5 years ago
Possible memory leak in set_source_pixbuf

zwerdlds opened this issue almost 5 years ago
Switch CI to master branch of the examples for crate

EPashkin opened this pull request almost 5 years ago
Switch CI to master branch of the examples for 0.8

EPashkin opened this pull request almost 5 years ago
Bugfix release

GuillaumeGomez opened this pull request almost 5 years ago
Update crate version

GuillaumeGomez opened this pull request almost 5 years ago
Bugfix: RectangleList's Debug implementation has an infinite recursion

manuthambi opened this pull request almost 5 years ago
Remove deprecated Error::description

EPashkin opened this pull request almost 5 years ago
Make winapi optional. (backport into 0.7)

ilya-epifanov opened this pull request almost 5 years ago
add cairo_surface_create_for_rectangle()

wrigjl opened this pull request almost 5 years ago
Prevent linking libraries with "dox" feature to avoid documentation f…

EPashkin opened this pull request almost 5 years ago
Cross compilation error with MinGW-w64

kleisauke opened this issue almost 5 years ago
Fix osx CI build

GuillaumeGomez opened this pull request about 5 years ago
Fix condition

GuillaumeGomez opened this pull request about 5 years ago
[release] merging crate-release-update into crate

GuillaumeGomez opened this pull request about 5 years ago
[release] merging master-release-update into master

GuillaumeGomez opened this pull request about 5 years ago
SvgSurface: make filename param optional

bilelmoussaoui opened this pull request about 5 years ago
SvgSurface path should be an Option

bilelmoussaoui opened this issue about 5 years ago
remove not needed anymore libffi fix

GuillaumeGomez opened this pull request about 5 years ago
Add cargo fmt check

GuillaumeGomez opened this pull request about 5 years ago
Include rustfmt in CI

Hofer-Julian opened this issue about 5 years ago
Add lib.rs to ignore purge files

GuillaumeGomez opened this pull request about 5 years ago
Improve cairo library documentation

GuillaumeGomez opened this pull request about 5 years ago
(#251): Surface::create_similar() and friends should return a Result

federicomenaquintero opened this pull request about 5 years ago
Include crate features in docs

Hofer-Julian opened this pull request about 5 years ago
Add quick explanation of feature flags in documentation

Hofer-Julian opened this issue about 5 years ago
Fix invalid cargo key for docs.rs

GuillaumeGomez opened this pull request over 5 years ago
Improve docs.rs documentation

GuillaumeGomez opened this pull request over 5 years ago
cairo-sys: align win32-surface feature gates with those in cairo

fengalin opened this pull request over 5 years ago
Make winapi optional.

RazrFalcon opened this pull request over 5 years ago
Make ImageSurface::get_data immutable

RazrFalcon opened this issue over 5 years ago
rust ImageSurface get_data panicled!

toplinuxsir opened this issue over 5 years ago
Context::set_source_surface not properly working

CodingJonas opened this issue over 5 years ago
Replace mem::uninitialized calls

GuillaumeGomez opened this pull request over 5 years ago
Reexport the Gradient type too.

sdroege opened this pull request over 5 years ago
Reexport the Gradient type too.

RazrFalcon opened this pull request over 5 years ago
Shouldn't the Gradient type be reexported?

RazrFalcon opened this issue over 5 years ago
Fix warnings

EPashkin opened this pull request over 5 years ago
[release] merging crate-release-update into crate

GuillaumeGomez opened this pull request over 5 years ago
[release] merging master-release-update into master

GuillaumeGomez opened this pull request over 5 years ago
Update minimum rust stable version

GuillaumeGomez opened this pull request over 5 years ago
Run everything through rustfmt

sdroege opened this pull request over 5 years ago
Revert "Run everything through rustfmt"

sdroege opened this pull request over 5 years ago
Run everything through rustfmt

sdroege opened this pull request over 5 years ago
Set PKG_CONFIG_PATH in macOS build script

cmyr opened this pull request over 5 years ago
Build error on macOS (pkg-config)

cmyr opened this issue over 5 years ago
Use ptr::NonNull in all structs instead of plain pointers

sdroege opened this issue over 5 years ago
Rework type hierarchies

SimonSapin opened this pull request over 5 years ago
Linker error if Cairo is configured with --disable-script

kleisauke opened this issue over 5 years ago
Rework type hierarchies?

SimonSapin opened this issue over 5 years ago
Add a safe API for user data

SimonSapin opened this pull request over 5 years ago
Expose IO errors in writers, and make them panic-safe

SimonSapin opened this pull request over 5 years ago
Surface.create_similar() should return a Result

federicomenaquintero opened this issue almost 6 years ago
ImageSurface is different then SVG/PDF/PS Surface

jsparber opened this issue almost 6 years ago
How to send Surface?

pzmarzly opened this issue about 6 years ago
Shouldn't Context mutably borrow the target surface?

YaLTeR opened this issue over 6 years ago
Can we consider implementation of `Send` for `Context`, `Surface`?

daniel-abramov opened this issue almost 7 years ago
Better support for PDF, SVG and PostScript.

meh opened this pull request about 7 years ago
Derive Debug on a lot of structs

Yamakaky opened this issue almost 8 years ago
Refactor Path

gkoz opened this pull request about 8 years ago
Minimal example

vinipsmaker opened this issue over 8 years ago
Missing support for special surfaces?

dstu opened this issue about 9 years ago