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

implement FFIGObject and Clicked signal for TreeViewColumn

4c1444fb6645d990ffc80c15a7597fb69a29d6fe authored about 10 years ago by osa1 <[email protected]>
add Cargo.lock to .gitignore

ea3f529b3536fe92b18bd9152b69c4b1726bff39 authored about 10 years ago by osa1 <[email protected]>
Merge pull request #125 from osa1/pr

fix broken GValue setters and make setter methods public

fd89269bb9e0f686cf8ddcc9c28000a70fa33791 authored about 10 years ago by Jeremy Letang <[email protected]>
Merge pull request #126 from GuillaumeGomez/master

TextView widget

9766fba53afa830422f6ccb8e6563ec58d773c50 authored about 10 years ago by Jeremy Letang <[email protected]>
Workaround for the gobject macro

557bd506c47936cd4be022584159f709641ab348 authored about 10 years ago by GuillaumeGomez <[email protected]>
Still on progress

48ba82ff355d8a525153b010d06ea0c638d5a42e authored about 10 years ago by GuillaumeGomez <[email protected]>
End of TextView !

8fc03522ab93a787ffe60fb6e513d8b77d3c3ca8 authored about 10 years ago by GuillaumeGomez <[email protected]>
For now, my macro can't work, waiting for its fix. The source code is hardcoded (ugly).

168a3b140f0c4373127c3ccdece66053d1090789 authored about 10 years ago by GuillaumeGomez <[email protected]>
Work in progress on TextView widget

5efffffd820c21ae7f8de57ea945ad2409cf21ba authored about 10 years ago by GuillaumeGomez <[email protected]>
Update .travis.yml

8d35b95ced687778af73f85e12178f243126caa5 authored about 10 years ago by Jeremy Letang <[email protected]>
Merge pull request #122 from jeremyletang/wip-signals

fix signals

9f1d155021470dd17166e7a77b6e9d5425e2f675 authored about 10 years ago by Guillaume Gomez <[email protected]>
add impl_*_event macros, for implements invents

for the moment only events for widget and existing events are binded.

3c82b5a9d09fd58af2cc34a4d3819c8275840140 authored about 10 years ago by JeremyLetang <[email protected]>
begin implementation of safe signals

e07606873e0ca6397c003101314223ff5e770397 authored about 10 years ago by JeremyLetang <[email protected]>
fix travis build

7b6d19feab9cea2592502f2d39a8d7646c9a8552 authored about 10 years ago by JeremyLetang <[email protected]>
fix Widget trait implementation

This trait was implemented for a lot of struct who was not widgets
this fix this by removing the ...

b557cbec2a74d7e56b003cf0ffbd239af9e44751 authored about 10 years ago by JeremyLetang <[email protected]>
Merge pull request #123 from GuillaumeGomez/master

add gvalue + support for treestore

40785e5badf7442fafa8fa5a0e1f8cf568c44397 authored about 10 years ago by Jeremy Letang <[email protected]>
Add GType "widget"

389108265816e8913571f0b9ffe11a3dd69a4560 authored about 10 years ago by GuillaumeGomez <[email protected]>
Add get example

4437b38dfa24afb5fd739cdcb68dd4302b9f6e51 authored about 10 years ago by GuillaumeGomez <[email protected]>
End of GValue implementation

ab2b527590a5b563f2ef9a786d8a00d40c2d2e57 authored about 10 years ago by GuillaumeGomez <[email protected]>
Still in progress

796b4d8e43bcff2d2489b30a4c9ded399cf76e76 authored about 10 years ago by GuillaumeGomez <[email protected]>
Making better GValue use, still in progress

545527d852f005b7192d992dd4c797aa62fac42e authored about 10 years ago by GuillaumeGomez <[email protected]>
try fix c_long / c_ulong cast for 32bit linux.

a54088fea375238917baa4e1d0c6f1f95abb745e authored about 10 years ago by jeremyletang <[email protected]>
GValue are now working, see treeview example

71ce04bf49bf1dba976e73acd4258d0cfac46d39 authored about 10 years ago by GuillaumeGomez <[email protected]>
Update to last rust compiler version

2acdd95be4e9e6bfef67f3738b8909f917840872 authored about 10 years ago by GuillaumeGomez <[email protected]>
Compilation OK

76dc2cb3d49598cbcab021d474267714a4c4cbb1 authored about 10 years ago by GuillaumeGomez <[email protected]>
GValue : work in progress

5babf2c80cc9695fa3cf1098a552238bb7162a18 authored about 10 years ago by GuillaumeGomez <[email protected]>
Beginning of GValue

139cdb200092f702a4d081857555fb076fd57ab9 authored about 10 years ago by GuillaumeGomez <[email protected]>
Merge pull request #119 from osa1/gobject-trait

Create GObject trait and move connect method to there

855af3f491914fff9fcf0b623cf4be01dba1676e authored about 10 years ago by Jeremy Letang <[email protected]>
create GObject trait and move connect method to there

a4d323b7d821310accf340b4b82f8acf5ecddedf authored about 10 years ago by osa1 <[email protected]>
add wrapper for cast function from GtkWidget to GObject

20a82489fb7fada5ed61c213dc52208e37e59706 authored about 10 years ago by osa1 <[email protected]>
Merge pull request #115 from GuillaumeGomez/master

Add new widget : ComboBoxText

d6c870c1818b2f08c25a51618423ee94d83106c8 authored about 10 years ago by Jeremy Letang <[email protected]>
Add new widget : ComboBoxText

ComboBox is now a trait and a widget

d9fee437e4c6fd2837457d70efd96f52472d7e60 authored about 10 years ago by GuillaumeGomez <[email protected]>
Merge pull request #113 from jgillich/set_titlebar

implement gtk_window_set_titlebar

941c7c549a9ba2d6a98fec884f5ff905d92da4fc authored about 10 years ago by Jeremy Letang <[email protected]>
fix build

937007ded9f4e264a4ec5bc4fa6a6ad6885a2ade authored about 10 years ago by Jakob Gillich <[email protected]>
rename close_button_show to show_close_button to match gtk naming

329ea5e44e45cac5cf1c060c7b46e137c4fa7758 authored about 10 years ago by Jakob Gillich <[email protected]>
Merge pull request #110 from GuillaumeGomez/master

New widget : ComboBox

6eced82d10ab0d7e1c172a745ec45fe306ba35c3 authored about 10 years ago by Jeremy Letang <[email protected]>
implement gtk_window_set_titlebar

711494867a4eed8bf8e27be889422277e2e0c1ec authored about 10 years ago by Jakob Gillich <[email protected]>
Merge pull request #112 from jgillich/patch-1

add fedora package names, fix a few typos

0161e4181f8b30e64f20fe9fdd9898e564f33948 authored about 10 years ago by Guillaume Gomez <[email protected]>
add fedora package names, fix a few typos

24c0bd25c0a49f198be0e90f591027a6cb75d324 authored about 10 years ago by Jakob Gillich <[email protected]>
New type : Popover

ee9d904921b54a185ded7985d96467f6a8f417a6 authored about 10 years ago by GuillaumeGomez <[email protected]>
Add ComboBox source code

207e18674bac54c496432fb34778cf168edeaafa authored about 10 years ago by GuillaumeGomez <[email protected]>
New widget : ComboBox

90d0f9ec52d7a0269f97a70d3453ed69a1458cea authored about 10 years ago by GuillaumeGomez <[email protected]>
Merge pull request #92 from oakes/master

Add TreeStore and ListStore

c4d1b374f2292e80c5c9d784175b7779aef351fc authored about 10 years ago by Jeremy Letang <[email protected]>
Add to authors

58395c33ed413a0b79d330df2bf504057d799185 authored about 10 years ago by oakes <[email protected]>
Merge pull request #111 from buster/glue-use-installed-gtk

Glue use installed gtk

c1a536bf072fce7ef6068709790fe5cec391aae1 authored about 10 years ago by Jeremy Letang <[email protected]>
prepare for GTK3.14

adds GTK_3_14 to rust files, cargo.toml and Readme.
No GTK3.14 functionality added, though.

7d993f34a0aa4a37cdb9d5d6adaddb0e22de0925 authored about 10 years ago by Sebastian Schulze <[email protected]>
add support for GTK_3_14 in glue

cee1887115f8f5420c2ed618eeb0f225976dd574 authored about 10 years ago by Sebastian Schulze <[email protected]>
get GTK_VERSION from pkg-config

6e903ffd1ab38a89ac1f1a8f9a25c7689ad477ff authored about 10 years ago by Sebastian Schulze <[email protected]>
Fix iter in example

ace388ce9f556bb63ef410aafd9d3c5449f807a0 authored about 10 years ago by oakes <[email protected]>
Change vec to slice

d1e90c7637135e1335c2db5fbb23949140d9c159 authored about 10 years ago by oakes <[email protected]>
Change bool to Gboolean

35cf1087573625e503d4217fed012bbe56750aa4 authored about 10 years ago by oakes <[email protected]>
Merge pull request #109 from buster/rgtk-doc-update

fix README to mention 'cargo doc' instead of 'make doc'

0e201aba1dfda5f0208c88ab55becd2d277e00b5 authored about 10 years ago by Jeremy Letang <[email protected]>
fix README to mention 'cargo doc' instead of 'make doc'

9377420e62867c7bb4445ecd4a8955e94e0d21fd authored about 10 years ago by Sebastian Schulze <[email protected]>
Add new() to TreeIter; fixes runtime crash

98271f352bba8144d48b97c1b6558484b84044d7 authored about 10 years ago by oakes <[email protected]>
Add minimal GTK version

ef2f7bfaf760771f4acde448d8ba77847b173fd9 authored about 10 years ago by oakes <[email protected]>
Merge pull request #106 from buster/fix-example-gtk-versions

add minimal GTK Versions to examples

c9c583a8a437cd050323984169dba3a4547e9aaa authored about 10 years ago by Jeremy Letang <[email protected]>
add minimal GTK Versions to examples

most examples don't need >= GTK3.8

3acde59a01cbbb8172fdaea71b95cdf866d5686a authored about 10 years ago by Sebastian Schulze <[email protected]>
Merge pull request #105 from TobiasRaeder/cargo-for-examples

Use cargo for running the examples

d50c9cba3afefa433f0a079dced117d8f7182815 authored about 10 years ago by Jeremy Letang <[email protected]>
Use cargo for running the examples

Relevant for #101

0d6478f4e7443707216284ca638668c43f85cfb0 authored about 10 years ago by Tobias Raeder <[email protected]>
Merge remote-tracking branch 'upstream/master'

Conflicts:
examples/Cargo.toml

512f159ea252b751e9b1509c544dd977aa72eeb0 authored about 10 years ago by oakes <[email protected]>
fix warning IconSize in button.rs for version inferior to 3.10

5011922519c31d6d1a76c48db261be60586c53a5 authored about 10 years ago by jletang <[email protected]>
Merge pull request #102 from buster/make-to-cargo-travix-fix

Change .travis.yml to use cargo

d8a646c4beb3e0e154faf709e13a57524768e0b7 authored about 10 years ago by Jeremy Letang <[email protected]>
fix typo in gtktest Cargo.toml.. should fix Travis build now

ca9b55989f27e53f4ef5d4198ea10bb5be85f296 authored about 10 years ago by Sebastian Schulze <[email protected]>
Fix GTK Version in .travis.yml globally

c5ae6f6a5aa2c58ad045fcc57b458de99a495daf authored about 10 years ago by Sebastian Schulze <[email protected]>
let travis build the examples, except gtktest

312d755936e5bedb85240402288faf2bf616f2a5 authored about 10 years ago by Sebastian Schulze <[email protected]>
move examples to seperate directories

da9cd7bb614d59977061730960f1aa2e98eb5bb9 authored about 10 years ago by Sebastian Schulze <[email protected]>
revert Travis build of examples due to travis only having 3.6

f8c5d8db126f8caac42893ee07e414344dc9d51f authored about 10 years ago by Sebastian Schulze <[email protected]>
build examples on Travis

883452495810f241e0c27bd3e62c9e893c6b2a39 authored about 10 years ago by Sebastian Schulze <[email protected]>
Let examples be build with Cargo

Needs source to be moved to examples/src/

b23cbf46f858f06bd980b1b4de6830c45d449e37 authored about 10 years ago by Sebastian Schulze <[email protected]>
remove Makefile targets that don't build glue

Since examples, docs, rgtk can be build with Cargo,
the makefile may not contain them, only the ...

e6b9881e73ad178dcbbec08e1377c8b234b7ef9e authored about 10 years ago by Sebastian Schulze <[email protected]>
make Travis use GTK3.6

6baebc5a26c4e58e0a1330c356ee69944b47133b authored about 10 years ago by Sebastian Schulze <[email protected]>
Change .travis.yml to use cargo

73aee2294f7e1893242964f4a473a1c4fb677312 authored about 10 years ago by Sebastian Schulze <[email protected]>
Merge pull request #99 from buster/cargo-features-fix

Cargo features fix

ca7324019894867e25cc43219935f264e08ba9de authored about 10 years ago by Jeremy Letang <[email protected]>
add author

88a6660f2a7b4aa98af1be81c0d336158ea96b25 authored about 10 years ago by Sebastian Schulze <[email protected]>
Change cfg(GTK_3_x) to cfg(feature = "GTK_3_x") to make cargo build work

Master branch doesn't let me specify rgtk as dependency in Cargo.toml
because features are not m...

2d58aab7df91b7d19c022dfaddfe43320835ee7d authored about 10 years ago by Sebastian Schulze <[email protected]>
Merge remote-tracking branch 'upstream/master'

Conflicts:
gtk_glue/gtk_glue.c
src/gtk/cast.rs
src/gtk/ffi.rs
src/gtk/widgets/mod.rs

62c4e4d27ae37820f42994b398bcc5342d4d64bf authored about 10 years ago by oakes <[email protected]>
Merge pull request #98 from GuillaumeGomez/master

Add new widget : RecentChooserDialog

c6eaa52458a1b3787dca4ab46d293a3fe1c5b24c authored about 10 years ago by Guillaume Gomez <[email protected]>
Add new widget : RecentChooserDialog

af29fc98e7b3905e37c712155a422f18c5e02732 authored about 10 years ago by GuillaumeGomez <[email protected]>
Import name for brevity

bcf59ed706d68ec0a4e853a4918ce23263cbb729 authored about 10 years ago by oakes <[email protected]>
Use TreeIter instead of C_GtkTreeIter

e5f8b0742cf78122ab7049e8a534627a5f2cae83 authored about 10 years ago by oakes <[email protected]>
Merge remote-tracking branch 'upstream/master'

Conflicts:
gtk_glue/gtk_glue.c
src/gtk/cast.rs
src/gtk/ffi.rs
src/gtk/widgets/mod.rs
src/gt...

8d581d9ac703095d2a1f23c7e871b8f2a9dc5e63 authored about 10 years ago by oakes <[email protected]>
Merge pull request #96 from gekola/master

Add ImageView methods for replacing the image

28f5ab357ba8113bfa6cb0e3a7fea7e99b105d6d authored about 10 years ago by Guillaume Gomez <[email protected]>
Merge pull request #94 from oakes/getters2

Fix more getters and a few typos

afd2da39cb6d2f4272b3fa169282bf7400e71df8 authored about 10 years ago by Guillaume Gomez <[email protected]>
Add TreeIter back to mod.rs

949250c54ecfb4309b29fcc0ab987d3f7c863ec4 authored about 10 years ago by oakes <[email protected]>
Bring back TreeIter

627c53bf0e276fbc8850ef873201e2955e730969 authored about 10 years ago by oakes <[email protected]>
Add ImageView methods for replacing the image

c2a34cf524c7eb4bd5be45964cddc5ca64a80626 authored about 10 years ago by Nick Herman <[email protected]>
Merge remote-tracking branch 'upstream/master' into getters2

ac2a75283149df1b0c64ed9183942c306bf548d3 authored about 10 years ago by oakes <[email protected]>
Merge pull request #95 from GuillaumeGomez/master

A lot of changes

76c048dee71d06df58debb9baa5f7f34cd525f38 authored about 10 years ago by Guillaume Gomez <[email protected]>
Replace all 0i32 match by GFALSE

c66c328c73c3111effce9cd3354c47c6d6155f0f authored about 10 years ago by GuillaumeGomez <[email protected]>
Keep iter variables inside the loop

94539fba1d0bdd707e138827b31e302941a01b39 authored about 10 years ago by oakes <[email protected]>
Rename function again

4b2805b381da14650a5142ea6803cda3d923e0a7 authored about 10 years ago by oakes <[email protected]>
Rename function

2276ab49f206af24528c4c1d09e40cc665230bff authored about 10 years ago by oakes <[email protected]>
Change static GFALSE and GTRUE to const, working again when matching on it

598898d36567ed4a83c12516fadd7b4ed4f42f76 authored about 10 years ago by GuillaumeGomez <[email protected]>
Update to last rust compiler version

bea1323704806dcd57ddc5eb6165bf22a07be6a7 authored about 10 years ago by GuillaumeGomez <[email protected]>
Add function in relation with TreeSelection

b6094da91fdbbd7ce4f86cbc61ed9aa89d5aeda4 authored about 10 years ago by GuillaumeGomez <[email protected]>
New widget : TreeSelection

a81fd61747883edabbc3a99a7e17eebd6452a1ef authored about 10 years ago by GuillaumeGomez <[email protected]>
Fix indentation

8f85aafc9c921a218e5a22c32ffb7070499c4b60 authored about 10 years ago by oakes <[email protected]>
Add treeview example

7ef549761c430916ed7e6d2c52c4519dbef5c27d authored about 10 years ago by oakes <[email protected]>
Fix typos

ee6b26e433c7cdb54596eca90ec6166b416aa78d authored about 10 years ago by oakes <[email protected]>
Revert "Add convenience function"

This reverts commit cf92e8539eca8a7399d84f1b72d9d6aef2fc6f27.

6503bc4a61bc5a9d50537e58a8ae2a263ff37fe0 authored about 10 years ago by oakes <[email protected]>