Ecosyste.ms: OpenCollective

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

github.com/gtk-rs/gtk4-rs

Rust bindings of GTK 4
https://github.com/gtk-rs/gtk4-rs

Merge pull request #490 from sdroege/sys-licenses

Add LICENSE files in sys crates

64d868f7d3ac88e8da70192d9ed2e590a54024db authored over 3 years ago
Add LICENSE files in sys crates

Fixes https://github.com/gtk-rs/gtk-rs-core/issues/172

7db8a492c3f2e599074881e6b765cb1ee899fbf5 authored over 3 years ago
book: Fix resources link (#486)

32c1edfe7cfcab7270d293d9b3bfb23ae282b7ce authored over 3 years ago
book: Replace unwrap with expect

0dcd4de340363608a768933738bac691b5141c26 authored over 3 years ago
Update prerequisites.md (#482)

I would suggest, that almost suits better in this case.

5e55f760cb82f457dbe7387c0491e6c37369e498 authored over 3 years ago
regen with latest gir (#479)

29005912dcc7da03b9447fa41d2250fb5bd00743 authored over 3 years ago
docs: deploy index page on push to master only (#480)

9203320ba228be6b27bf5f6bf8f2e690ab026e8b authored over 3 years ago
docs: don't hardcode branch for gir-rustdoc

1e5bf8bbddf4696757f34e7fab0ce58d0f133a68 authored over 3 years ago
book: Rename `application` to `app` for consistency (#478)

Also a few smaller rearrangements

0df75ef227c1f56cd31360b6fde3f190b3490627 authored over 3 years ago
Merge pull request #474 from GuillaumeGomez/up-versions

Update crates version

ea19fb6630846618b84ebf3d84a888822fd63d34 authored over 3 years ago
Update crates version

c74d8a20b31d789ecfe2e2e40bff2622f6b0d7e5 authored over 3 years ago
docs: add 0.1 release info

be5b84a3eb4c1197510971b42cc0045da8bf7906 authored over 3 years ago
readme: add a link to gtk4 book

5547ad3fb409c5f9545b3816649039710b15ba64 authored over 3 years ago
Remove extra keywords (#473)

02c9727f4a8c1e9627f46cc86d764e5b31b54978 authored over 3 years ago
book CI: install stable release in stable/latest (#471)

* book CI: install stable release in stable/latest

4a19b02dac1f738e5743ec363b4aea35d74dc9c6 authored over 3 years ago
Book: Fix outdated and dead links

e8a1686c0611693bed7f3e756b63d8320460ee11 authored over 3 years ago
misc: update stable docs links

the links don't exist yet, but they will be by the time of the first stable release

dda8461ea1d2871e074b12a8b6937bcad1daf35a authored over 3 years ago
regen with latest gir

58497719eac543dc0fb4b8ba43c25443b00f7ee4 authored over 3 years ago
Merge pull request #468 from GuillaumeGomez/clippy

Fix clippy warnings

d110eb551cd432153d12519f29a5710991e448ef authored over 3 years ago
Change version for gir in CI

dce09cc47d223de8b864382f3e2ddb38d306f31d authored over 3 years ago
Fix clippy warnings

19f5630905d4ab3cdd49bb27adc03ed7704e41b1 authored over 3 years ago
regen

0b98e579e325b1d56f32730e03f61cf2d87fc89f authored over 3 years ago
Update gir submodule

0a762fc45c68f040e9b825e9aecd2001725220c1 authored over 3 years ago
gdk: add a RGBABuilder

52b663c01329e8d0eec2e8c2ac2a204eddf6b3c8 authored over 3 years ago
gtk: add documentation/builder method to Border

5db703baab049ee46ddaaaa388a0c768105accce authored over 3 years ago
examples: make extra_text FFI safe

e524d4161139d17a36acc4eb245940f52edac521 authored over 3 years ago
examples: add extra_text parameter

28f303176ba476b6ec1d2e53f49126ccd0b2a842 authored over 3 years ago
examples: extract future type

a204724bffe2f34b441d93a3f91aade0d93d5cfb authored over 3 years ago
examples: add virtual_methods

477489454d38466d1b788e81d3defa6bc18d9d6b authored over 3 years ago
gtk: TreeStore/ListStore are final

5516ecedd9971500a957c77fd0dbfe28cdbc9608 authored over 3 years ago
gdk: add doc_trait_name for Texture::download

0addb84456262d0a3fba2d48ce70abbde1ef7cac authored over 3 years ago
gdk: Texture is actually not final

it's the parent type of MemoryTexture/GLTexture

7877ab98f0554f6b5d43a7658e2f416b4ace1907 authored over 3 years ago
gtk: fix TreePath params

089bef2181b1778844147a75ae50d665e9fac8a3 authored over 3 years ago
gdk: properly mark some methods as renamed

11be8455200414171f5c9d527a9eeef1c6889331 authored over 3 years ago
gdk: mark get_gtypes as renamed

ec8e54a67f9487af2a94601ca3f911177de983d3 authored over 3 years ago
gtk: drop manual TreeModelSort::new

it was only necessary for gtk3 when that function wasn't a proper constructor
for TreeModelSort

73288c99f0bd51c2ddf18cbf2b43d9edb9d37630 authored over 3 years ago
gdk/gtk: use doc_trait_name for manual signals & mark them as such

instead of using ignore, use manual for manual signals
and use doc_trait_name when needed as sig...

748652bc1e9cad6cca775f1acea15ab2130b3622 authored over 3 years ago
gdk: mark Texture as final type

ae44bf4094d0f63f92f4e7eb5425374f8fa4474f authored over 3 years ago
gdk: rename emulates_pointer to is_emulating_pointer

e7e99a0412657e385b96fbde062d2d7258cb31f2 authored over 3 years ago
gdk-wayland: mark get_wl_surface as renamed

c0a5986bfb9a1b127c6f8d728f8ec77a358fc6b7 authored over 3 years ago
gtk: ShortcutTrigger is actually not final, use ExtManual trait

e61d3855ead635665090c2c86d1af29570107738 authored over 3 years ago
gsk: add missing ConicGradientNode::angle

e6012eb2b07d11f5fd222a66911b43cbe5273010 authored over 3 years ago
Update gir submodule

9fd12a52d9c5d31338160082bc200fb988359501 authored over 3 years ago
regen

9d66f162a849051e592430da30bdd2ce234d94a8 authored over 3 years ago
gtk: don't generate a builder for *Page objects

the user is not expected to be able to instantiate them.
They are instead created by Stack/Noteb...

81318e4986fad4722c49524199d3a5c9c8c00449 authored over 3 years ago
gtk: don't generate a builder for ListItem/BuilderListItemFactory

7bf370fa5f4cda35a9d0355d08271f4459d5361a authored over 3 years ago
Misc book improvements

Signed-off-by: Aaron Erhardt <[email protected]>

08f5b863ee298e40b038012ccc61971e6c902909 authored over 3 years ago
CI: correct if syntax

6e01152c8e093d88a33923a0837a3f004eb7d6a9 authored over 3 years ago
CI: allow releasing a new book version without a gtk-rs release

5133077e537dd882d644b7503c68b7b114acc5a0 authored over 3 years ago
CI docs: stop installing dnf

already included in the image

181911252277f6ebcb9a3199b9d1015a3f2a6fa2 authored over 3 years ago
Fix outdated docs overview link (#453)

12102313043de11ca03cd1593ff267f3972b369e authored over 3 years ago
image: install wget as well (#452)

it would be used by the docs job

46f55a838d6bbad78dab3d8d23141e653296bbae authored over 3 years ago
CI docs: fix wget argument name

-o is for logs, -O for output files

f133605351f06a11e8c6643f485b31240e099e55 authored over 3 years ago
CI: properly set output arg for gtk-rs logo

ee4f03128bf77f2398ee34ed85216149e9276bb5 authored over 3 years ago
CI: use the new favicons instead of converting them (#451)

* CI: use the new favicons instead of converting them

This also drops the custom icon urls as...

e91f142dd9d7609d826b4777dc369993d60843b6 authored over 3 years ago
CI: only update the favicon on push

788ec5c0ba3e9b787566d5f1e0dc0e2b8955a4a4 authored over 3 years ago
Merge pull request #449 from gtk-rs/bilelmoussaoui-patch-1

docs: replace rust-logo with gtk-rs logo on the CI stage

6efdc381124a2bd1278fc13b11195271a90c618c authored over 3 years ago
Update docs.yml

5b758db59696ff3ca8ae1c574250eb6ad90baa69 authored over 3 years ago
replace favicon.svg as well

c124b630871f2656b18059410f42c9e3a0885546 authored over 3 years ago
docs: replace rust-logo with gtk-rs logo on the CI stage

otherwise the index page's logo is not replaced

39bbbf5f450c0597fac51842a254ee2439eeca1d authored over 3 years ago
Merge pull request #448 from sdroege/gio-future-cancellable

Update gir

70164d127689956f2a612af2149f960b9603502d authored over 3 years ago
Manual code changes for GioFuture API changes

8dd05863d86b56e369675cba7cf4f8e599580f16 authored over 3 years ago
Regenerate with latest gir

a60face963fa676f1f906b226b08e2c235f20984 authored over 3 years ago
Update gir

172511bed8c32ecec4b7f05a6384dda3b7440489 authored over 3 years ago
Add more issues templates

d2f1fa2ee8b1104069bb91ebef677a0814fa4300 authored over 3 years ago
Add project logo to docs

502817ae2974339c0c5df20ffc53830ddf4b8e1f authored over 3 years ago
Rename project to "gtk-rs"

36b880760db0dfd1091ad236c8f023b335a7cf46 authored over 3 years ago
gtk: it's no longer GTK+

8adc122f03c78333975b38efba72f19c34df91cf authored over 3 years ago
docs: add a small intro to all crates

ff9e0b861ccf59d4ced5ea67bdd004f138419cb7 authored over 3 years ago
gdk-wayland: add missing prelude

for the WaylandSurfaceExtManual trait

0ff987e93655b9f4fade9e0dc8e0db4f4bc0a0d2 authored over 3 years ago
examples: fix per glib-macros changes

531cbfd8f31cb2eb708f57ca4e3a82cbdd5ec597 authored over 3 years ago
Merge pull request #437 from GuillaumeGomez/regen

Regen

30099c6881a49bf4e59969e40d10339c18017112 authored over 3 years ago
Remove manual code for PrintCapabilities

b37ced453c31c7957eec8576881fa427b63e31fc authored over 3 years ago
Update gir submodule

2832226ea13ad4229e482ed207d87e8e2c2af31c authored over 3 years ago
Merge pull request #435 from gtk-rs/Hofer-Julian/book-list-links

book: Fix links in lists chapter

aeedcc55f5d7aef7b18d415149c6643318f364a3 authored over 3 years ago
book: Fix links in lists chapter

c6d1dc3bb608cdabcc6bb0228e0e2dead66c8107 authored over 3 years ago
gtk: don't use ExtManual for final types

7b590b364d1036d2f88481cfa88cb24dbf8cee9b authored over 3 years ago
gdk: don't use ExtManual for final types

068826980f385b3785a8d53f8e092d9d55b95096 authored over 3 years ago
gdk-wayland: WaylandSurface is not final

a38a80d8a6675bb12f00632fbe3fd48c4b1b6d13 authored over 3 years ago
Small fixes in README files

66c2923a54c110801df6e876e8de52deefee2ffb authored over 3 years ago
book: Add two basic listings for scalable lists

972df2765e84d9269a1b9011e37a6dd0a263f9b0 authored over 3 years ago
book: Change all occurences of `RefCell` to `Cell`

14ff45df45f321cdba72dd8954710ddaa4f16cbe authored over 3 years ago
book: Remove gobject_signals_4 listing

e1c7b2a714009f3a12473bd198be9a830a2b52ce authored over 3 years ago
book: Continue with scalable_lists example

b746c120f03d915182569564791c250e4dc62ea1 authored over 3 years ago
book: Add listing snippet to scalable_lists chapter

104c49c04335f7e80d51edc03cd49ad363421cd1 authored over 3 years ago
book: Get rid of the annoying "fn main" additions of rustdoc

048282667880346a10606cd10ee6f0fbd0f592ca authored over 3 years ago
book: Start with scalable lists chapter

28bc1237c8755268caf5c4619b2cd149108c5ab6 authored over 3 years ago
book: Remove accidentally commited file

7f9d128c1766e38d5df6af38315a4cadbfca9cf7 authored over 3 years ago
book: Continue with scalable_lists_1 listing

ac467055474b89cf70d4a9b57ff1991a6df1762e authored over 3 years ago
book: Start with scalable lists listing 4

2f0f38bcdecad0715052b92ccdbd016bafb37b00 authored over 3 years ago
book: Add non-scalable lists to list chapter

8098aba42f4c5e1c910890465bfd29974641341b authored over 3 years ago
book: Small refactor

f84f668541866c57519f634a1a4ab23aaf68fb9b authored over 3 years ago
book: Add link to Rust book

90c77a39d419cc17c22fff67fb2a7896a96d8204 authored over 3 years ago
book: Finish up scalable lists

cb48357e25c71a988c6e6d1afd62dcf8cbb5f556 authored over 3 years ago
book: Describe first scalable_lists listing

bbef26a322a16d0e2f07a344a532b6da47bb49a4 authored over 3 years ago
Generate missing doc aliases

1bbdfd8463582a36b50afa09e02dec24b4c19bcf authored over 3 years ago
use ffi values instead for bitfields

80f3e5a2a03221758ef6a1b534727d22442fb163 authored over 3 years ago
Merge pull request #430 from GuillaumeGomez/regen

Regen (new bitfields values and more doc aliases)

fe90dd38bad982e916d3bf2e43926589e2dace7f authored over 3 years ago
regen

14d150d174bd8e3df127ff8520846e649b200e08 authored over 3 years ago
Update gir and gir-files submodules

7b4d03543026683b0137d588b67c5d029be94b5d authored over 3 years ago