Ecosyste.ms: OpenCollective

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

github.com/gtk-rs/gdk

DEPRECATED, use https://github.com/gtk-rs/gtk3-rs repository instead!
https://github.com/gtk-rs/gdk

Merge pull request #53 from GuillaumeGomez/master

Remove crates dependencies

07a9756534a87f31ba1bc60411fbb9a148091e70 authored over 9 years ago by Guillaume Gomez <[email protected]>
Remove crates dependencies

a06075ef0b8526baeff29b5362d1b56cd1308019 authored over 9 years ago by Guillaume Gomez <[email protected]>
Merge pull request #52 from GuillaumeGomez/master

Update crates version

ccfa2956bf93f5902aea0415dfcd0af88c10dad3 authored over 9 years ago by Guillaume Gomez <[email protected]>
Merge pull request #50 from jashephe/pixbuf-scaling

Adding functions for Pixbuf scaling

50c43ad1af9eda7954164ec9ab5aebc2848fd0b4 authored over 9 years ago by Guillaume Gomez <[email protected]>
Fixing return type for `flip`

226f9a13a969d6785641f8f97c6430508d0498d2 authored over 9 years ago by James Shepherdson <[email protected]>
Minor style changes, changing `scale_simple()` return type to `Result`

0b59ed90cc99d5d73e84d47c1252776f834fcb45 authored over 9 years ago by James Shepherdson <[email protected]>
Update crates version

20548e699ad26d1c191a1d151b1e8d2c36fdf421 authored over 9 years ago by Guillaume Gomez <[email protected]>
Merge pull request #51 from GuillaumeGomez/master

Add new author

c5a732c2b69dbd52f6d46b201ab06d4ac4f14c3a authored over 9 years ago by Guillaume Gomez <[email protected]>
Add new author

7f3152e56ada12f67070594c6a70ef4310925207 authored over 9 years ago by Guillaume Gomez <[email protected]>
Adding functions for `Pixbuf` scaling

See https://developer.gnome.org/gdk-pixbuf/unstable/gdk-pixbuf-Scaling.html

368f6a02020c63329752f79192e46af9627d91fd authored over 9 years ago by James Shepherdson <[email protected]>
Merge pull request #45 from jashephe/cairo-interaction

GDK Cairo Interaction

24c280b89fba296e23197ba818287313062b6ebc authored over 9 years ago by Guillaume Gomez <[email protected]>
Renamed `create(window: &Window)` as `create_from_window(window: &Window)` and moved into `ContextExt`

168eaf0c2273806b67c9d30b840f96e381bab65a authored over 9 years ago by James Shepherdson <[email protected]>
Moving `ContextExt` export to prelude

a609a8e5b47bb7498615b76ae08af137dedc609a authored over 9 years ago by James Shepherdson <[email protected]>
Minor changes based on feedback

* Renamed `GdkCairoInteraction` to `ContextExt`
* Exported `ContextExt`
* Changed `GdkRectangle`...

ad1175ea2a4eed8ba8e7ac22617ec0aef7225a98 authored over 9 years ago by James Shepherdson <[email protected]>
Merge branch 'master' into cairo-interaction

81251e0b73346f0e0f09169a0aa62720a52d54bd authored over 9 years ago by James Shepherdson <[email protected]>
Adding GDK-Cairo interaction methods

* Added FFI bridges
* Added rustic wrappers (via trait for `cairo::Context` when appropriate)

5e5a4a794dcaa59974a23ecd37fb2694a461bc93 authored over 9 years ago by James Shepherdson <[email protected]>
Merge pull request #44 from gkoz/ci

CI

dae98c1cebe9b22654549212476b6d0e11dcb131 authored over 9 years ago by Guillaume Gomez <[email protected]>
Merge pull request #43 from GuillaumeGomez/master

Remove cargo doc

02f10e793d2ee36abd82f3fd097535b606468bd5 authored over 9 years ago by Guillaume Gomez <[email protected]>
Appveyor: only build examples and minor improvements

12f810fc702e3be4f7cfa3ea462efc155a265dd3 authored over 9 years ago by Gleb Kozyrev <[email protected]>
Reflect that GTK 3.10 requires Cairo 1.12

5e4a2ca793cc2b559f8ef24609ce85dbf8838c30 authored over 9 years ago by Gleb Kozyrev <[email protected]>
Change depth

466f83a3ec884484b641951e42db01ae91d1fc0c authored over 9 years ago by Guillaume Gomez <[email protected]>
Remove cargo doc

b16835d2b0e1eb4c6c462de28c428e601256803f authored over 9 years ago by Guillaume Gomez <[email protected]>
Merge pull request #42 from gkoz/cairo_rectangle

Replace GdkRectangle with RectangleInt from cairo

593c8e5ca559660ed7a9932901e43f6a6de3a06b authored over 9 years ago by Guillaume Gomez <[email protected]>
Replace GdkRectangle with RectangleInt from cairo

f2eccac045d0fa006871cdce3234996a56e71951 authored over 9 years ago by Gleb Kozyrev <[email protected]>
Adding cairo-sys as dependency

* Added cairo-sys-rs as dependency
* Added (uncommented) GDK ffi functions involving cairo

3247c001ea3149e42e9c47633dd11e57de49762a authored over 9 years ago by James Shepherdson <[email protected]>
Merge pull request #40 from gkoz/ci_stable

Switch AppVeyor from beta to stable

d8a79e30f7e78104c542d76031639195cd9bc803 authored over 9 years ago by Guillaume Gomez <[email protected]>
Merge pull request #39 from GuillaumeGomez/master

Update .travis.yml

d118ea86d036a2f18ad831e2e220a676c1aea01e authored over 9 years ago by Guillaume Gomez <[email protected]>
Switch AppVeyor from beta to stable

7d3668f5f779c7226cd1aac334b893b97e8407da authored over 9 years ago by Gleb Kozyrev <[email protected]>
Update .travis.yml

e232794f291c34b56b31f0bf91d6ba4d12b0d70b authored over 9 years ago by Guillaume Gomez <[email protected]>
Merge pull request #38 from gkoz/examples_git

CI: check out examples dependencies from git instead of crates

221e396eca2eb27a3e08cab56c90169bd901c624 authored over 9 years ago by Guillaume Gomez <[email protected]>
CI: check out examples dependencies from git instead of crates

42a79ff92efffceb90a2c807e200ad94c4f043c9 authored over 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #37 from GuillaumeGomez/master

Change version

09c5a187055a208909b02e8ab5933a23deed7887 authored over 9 years ago by Guillaume Gomez <[email protected]>
Change version

92aa984af3c83e386df38cc5cc8667613fe9d9aa authored over 9 years ago by Guillaume Gomez <[email protected]>
Merge pull request #36 from GuillaumeGomez/master

Update cargo file

e8acc18e2c8e205408c0489d8527373890fa4a81 authored over 9 years ago by Guillaume Gomez <[email protected]>
Update cargo file

3dc87924295e9a246ed796f5b8b198f2f258e8dc authored over 9 years ago by Guillaume Gomez <[email protected]>
Update COPYRIGHT

cf951a53eb2ca9532457545ca09df85884ed1dd8 authored over 9 years ago by Guillaume Gomez <[email protected]>
Merge pull request #35 from gkoz/sys_types

FFI types update

759bff62b3001c5c692ac65a413659dd94373162 authored over 9 years ago by Guillaume Gomez <[email protected]>
Define gsize in glib-sys

c15cc9b2eba14519200533b7548edb067d32dfc3 authored over 9 years ago by Gleb Kozyrev <[email protected]>
s/Gboolean/gboolean/ for consistency with C headers

dcd131ac2a8108016b95744fbc5d89d371be16b1 authored over 9 years ago by Gleb Kozyrev <[email protected]>
Remove the 'C_' prefix from foreign type names

025d87cabe06c5dcf4a9cf3c4d3e6bc836978c50 authored over 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #33 from gkoz/pixbuf_new_vec

Add Pixbuf::new_from_vec that takes a Vec<u8> to use as the image data

0b0b7fc7645fdd81a01273adc42cdede139e04df authored over 9 years ago by Guillaume Gomez <[email protected]>
Add Pixbuf::new_from_vec that takes a Vec<u8> to use as the image data

b1878b0c8fe46b4c640850e02ccaeaf84927b7a1 authored over 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #31 from GuillaumeGomez/master

Add appveyor badge

77d6e903d79879aa0a88e17103a153979fc2079a authored over 9 years ago by Guillaume Gomez <[email protected]>
Add appveyor badge

b18e63bacd77e8286075a3dd21fd7b7eae4e5a5a authored over 9 years ago by Guillaume Gomez <[email protected]>
Merge pull request #30 from gkoz/appveyor

Add appveyor.yml

75aee5e19ce74ccfb2a0d54fd78d6bae3d3463e1 authored over 9 years ago by Guillaume Gomez <[email protected]>
Add appveyor.yml

1ff8a49b8a439deaccf3e8f3a6a89e337fd074b2 authored over 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #26 from gkoz/win32_shim

Add Pixbuf and Animation new_from_file shims for Windows

5f9bdbffeb30f85fe32369f0811fc445ab1cb6ca authored over 9 years ago by Guillaume Gomez <[email protected]>
Merge pull request #27 from gkoz/gdk_3_8

Gate PixbufAnimation::new_from_resource on GDK 3.8

dc7a79e81271209450ddd71aa01a67989a706936 authored over 9 years ago by Guillaume Gomez <[email protected]>
Gate PixbufAnimation::new_from_resource on GDK 3.8

d0d88536a8816bb01442be60ae83bf6ff1f1ebe0 authored over 9 years ago by Gleb Kozyrev <[email protected]>
Add Pixbuf and Animation new_from_file shims for Windows

DLL ABI stability, y'know...
https://git.gnome.org/browse/gdk-pixbuf/commit/gdk-pixbuf/gdk-pixbu...

cfc213e281d82ed322e0cdec5f77d6a00d28d08f authored over 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #21 from lucaswerkmeister/pub_event

Publish event members

6aed5d91ed138460b7e3d7d8d54a91301a3f5dbc authored over 9 years ago by Guillaume Gomez <[email protected]>
Change #[allow(dead_code)] to #[repr(C)]

b78939b86dfe98b93208e235200f5ca07d66de7e authored over 9 years ago by Lucas Werkmeister <[email protected]>
Add TODO to events file

95b4474aa4de1b1792cef9ecb8cbd1c46bdb22c8 authored over 9 years ago by Lucas Werkmeister <[email protected]>
Unpublish some pointer event members

027b9f83891b4852b8cde1e3aa343ddb5a00fd1c authored over 9 years ago by Lucas Werkmeister <[email protected]>
Merge pull request #23 from GuillaumeGomez/master

Add missing functions from Pixbuf

a6171ccc7d03be022c3177e1e0873ba05e6d3091 authored over 9 years ago by Guillaume Gomez <[email protected]>
Update to last rust-gnome code reform

00f137d30fbf55ea5a634343dd263f21e3c88adb authored over 9 years ago by Guillaume Gomez <[email protected]>
Add missing functions from Pixbuf

9086174c07bab5ac09aadaf2daeffb4c54a08d37 authored over 9 years ago by Guillaume Gomez <[email protected]>
Merge pull request #24 from gkoz/object_reform

Object reform

61632df14152b4a845fccdd77930c2d9941a50dc authored over 9 years ago by Guillaume Gomez <[email protected]>
GObject refactoring and some minor cleanups

Make all `GObject` descendants use `glib::object`.
Convert other pointer types to use `From/ToGl...

ba7ccfce909fdffab5a123269e135b316910f958 authored over 9 years ago by Gleb Kozyrev <[email protected]>
Publish event members

08404608a32078e2b3f7c5ae3c1a2d2a9ff3b644 authored over 9 years ago by Lucas Werkmeister <[email protected]>
Apply From/ToGlibPtr API changes

adf188ca9c667886f01d0095098630ce72f277ca authored over 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #19 from GuillaumeGomez/master

Add new types : PixbufAnimation, PixbufAnimationIter and PixbufSimpleAnim

629250980489f933bcbf9a081726e3f8a9ff911b authored over 9 years ago by Guillaume Gomez <[email protected]>
Add new types : PixbufAnimation, PixbufAnimationIter and PixbufSimpleAnim

cdd0e9a5083b232695536f6839e20eda69c47cd5 authored over 9 years ago by Guillaume Gomez <[email protected]>
Merge pull request #18 from gkoz/travis_beta

Travis: build on both nightly and beta

a2cc4f38e553f2ff50afe0bef175233ced4396c4 authored over 9 years ago by Guillaume Gomez <[email protected]>
Merge pull request #17 from gkoz/rust_features

Remove repr(C) from native types

fb123f602701833214b67ac9171578c462564a68 authored over 9 years ago by Guillaume Gomez <[email protected]>
Travis: build on both nightly and beta

bea2472e7475b21b5a3c7953f143c7de2c4d22f8 authored over 9 years ago by Gleb Kozyrev <[email protected]>
Remove repr(C) from native types

22ad980658fead27e61642d50837f59c579d661b authored over 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #16 from jashephe/fix-pixbufloader-error-returns

Fix style in PixbufLoader

e0256e98f0c5612eb646be07c2e9a30fc1b8b27e authored over 9 years ago by Guillaume Gomez <[email protected]>
Minor namespace style changes

2d6d06d3a668f7381cc9099cec0ac19148cbf802 authored over 9 years ago by James Shepherdson <[email protected]>
Reverting changes to `PixbufLoader::new()`

66c74a25357f294160c2c4b3766c63829d843bf1 authored over 9 years ago by James Shepherdson <[email protected]>
Adjusting return types

Functions that previously returned `None` unnecessarily will `panic!` if a `NULL` pointer is ret...

27a08108558b2f3529185234cbc51d2642680d78 authored over 9 years ago by James Shepherdson <[email protected]>
Minor style changes, updating documentation

4ffdd2f8b9ade0d8fc08204b12d4c3168de252aa authored over 9 years ago by James Shepherdson <[email protected]>
Merge pull request #15 from jashephe/fix-pixbufloader-error-returns

Fix PixbufLoader Error Returns

4f674f6d3473307f19aa132010a603f6cb8d654a authored over 9 years ago by Guillaume Gomez <[email protected]>
Merge pull request #14 from gkoz/travis

Make travis build the examples repo to check for intercrate breakage

30685aaca0d22674612285feaba7a1a007632cea authored over 9 years ago by Guillaume Gomez <[email protected]>
Adding documentation for `PixbufLoader`

543261ec7900bde53f5c9576dfbbaf257f0ab7b1 authored over 9 years ago by James Shepherdson <[email protected]>
Fix error handling in `PixbufLoader`

No longer requires passing an `Error`, and returns `Result<(), Error> instead of
bool.

67c5f884e656a1f5fbb60824e2a5019265cc42db authored over 9 years ago by James Shepherdson <[email protected]>
Make travis build the examples repo to check for intercrate breakage

a42e34badb8097672a00a8a0790ac3ce661ce42d authored over 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #12 from GuillaumeGomez/master

Add pixbufLoader and PixbufFormat

7bd0d203cf22fbcd34528c8cebaa1622a4b31298 authored over 9 years ago by Guillaume Gomez <[email protected]>
Update headers

d857d58cc5a53bd133b8407474d56a421c7ea3e1 authored over 9 years ago by Guillaume Gomez <[email protected]>
Fix build errors

f51e70cb48839f4874f6a4d9b8ff6ca6c639cfa4 authored over 9 years ago by Guillaume Gomez <[email protected]>
Add missing files

09bec2b5db1224eef7a52c67a669b33a37b9a7a4 authored over 9 years ago by Guillaume Gomez <[email protected]>
Add pixbufLoader and PixbufFormat

82f3ba88d323f2469b45f3ef01e24426327169cb authored over 9 years ago by Guillaume Gomez <[email protected]>
Merge pull request #10 from gkoz/rust_features

Stick to c_vec 1.0 and remove feature(unique)

95179b285fe5f387c2e02fb52234999ea494d51a authored over 9 years ago by Guillaume Gomez <[email protected]>
Stick to c_vec 1.0 and remove feature(unique)

f507d9c7660e26d28956a57f4d3ae64e866722ad authored over 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #9 from rust-gnome/revert-8-screen

Revert "Support wrapping a screen pointer"

2b1fc225570ff5ae97958d61324b787f19178bf6 authored over 9 years ago by Guillaume Gomez <[email protected]>
Revert "Support wrapping a screen pointer"

2b5a2465405fd4b66fb08ff32ea64ada7512d95e authored over 9 years ago by Guillaume Gomez <[email protected]>
Merge pull request #8 from gkoz/screen

Support wrapping a screen pointer

70d97f1180b9edc9fa863cc632faffba05a3ed25 authored over 9 years ago by Guillaume Gomez <[email protected]>
Support wrapping a screen pointer

0e2897c458940431c815536040f393c6f9b6f561 authored over 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #7 from rust-gnome/GuillaumeGomez-patch-1

Remove useless backlines

e965436023db24a905152f5356b7136ff4315606 authored over 9 years ago by Guillaume Gomez <[email protected]>
Remove useless backlines

56e18a695d6f0d4569fe16d255090769dbefae87 authored over 9 years ago by Guillaume Gomez <[email protected]>
Merge pull request #6 from gkoz/license_headers

Update license headers and add the COPYRIGHT file

a3d6e18124a426ea2cb69d276582288357a49a74 authored over 9 years ago by Guillaume Gomez <[email protected]>
Add the COPYRIGHT and LGPL files

63b1285db1335ee896fc9e61ff1c7ac8391fe297 authored over 9 years ago by Gleb Kozyrev <[email protected]>
Update license headers

1f28ded473e62d9ce412a4f1bfdcf75fea94c630 authored over 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #3 from StephanvanSchaik/pixbuf_linking_fix

GtkPixbuf: gdk_pixbuf_new_from_subpixbuf should be gdk_pixbuf_new_subpixbuf.

fe635c91af64c336c9b35da6750566281c9de388 authored over 9 years ago by Guillaume Gomez <[email protected]>
GtkPixbuf: gdk_pixbuf_new_from_subpixbuf should be gdk_pixbuf_new_subpixbuf

fd9e848583fd40704b294c6ecbf62653c024dbef authored over 9 years ago by S.J.R. van Schaik <[email protected]>
Merge pull request #2 from StephanvanSchaik/pixbuf_extension

GtkPixbuf: implement gdk_pixbuf_new() and gdk_pixbuf_new_from_subpixbuf().

a22cfdf3ea390f074955646e012702793064c5f8 authored over 9 years ago by Guillaume Gomez <[email protected]>
GtkPixbuf: implement gdk_new_pixbuf() and gdk_new_pixbuf_from_subpixbuf().

e7fe24f814ca359815ee7cbc053fa0426fab16b5 authored over 9 years ago by S.J.R. van Schaik <[email protected]>
Update README.md

9fa12fa0497504b6f020b99c7f54a99f950733a6 authored over 9 years ago by Guillaume Gomez <[email protected]>
Create .travis.yml

b161fc9892eda8bf891fce020a690696339447bf authored over 9 years ago by Guillaume Gomez <[email protected]>
Update README.md

399752c9cc4e38a922d566a3fa4e37c33245c87e authored over 9 years ago by Guillaume Gomez <[email protected]>