Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/gtk-rs/glib
DEPRECATED, use https://github.com/gtk-rs/gtk-rs-core repository instead!
https://github.com/gtk-rs/glib
Type: Make leaner, replace enum with assoc consts
heftig opened this pull request almost 4 years ago
heftig opened this pull request almost 4 years ago
Type: Derive Ord and Hash
heftig opened this pull request almost 4 years ago
heftig opened this pull request almost 4 years ago
Archive deprecated repositories
jplatte opened this issue about 4 years ago
jplatte opened this issue about 4 years ago
Dependency on glib-macros failing on mac travis builds
andrewdavidmackenzie opened this issue about 4 years ago
andrewdavidmackenzie opened this issue about 4 years ago
Implement derive macro for Downgrade/Upgrade traits
andy128k opened this pull request about 4 years ago
andy128k opened this pull request about 4 years ago
glib::log_set_handler not available
BenjaminRi opened this issue about 4 years ago
BenjaminRi opened this issue about 4 years ago
Glib and other libraries uses futures-util 0.3.6 with vunerabilities
qarmin opened this issue about 4 years ago
qarmin opened this issue about 4 years ago
Fix double registration of GEnums
TobiasMorell opened this pull request about 4 years ago
TobiasMorell opened this pull request about 4 years ago
In glib_object_wrapper!, use generic Class type instead defining a struct
ids1024 opened this pull request about 4 years ago
ids1024 opened this pull request about 4 years ago
Panic if ObjectSubclass::get_instance() is called on a finalizing object
sdroege opened this pull request about 4 years ago
sdroege opened this pull request about 4 years ago
translate: take advantage of Rust Option & Result types
fengalin opened this pull request about 4 years ago
fengalin opened this pull request about 4 years ago
Don't derive PartialOrd/PartialEq implementations in glib_wrapper!
ids1024 opened this pull request about 4 years ago
ids1024 opened this pull request about 4 years ago
Use repr(transparent) instead of repr(C) where this is more correct
sdroege opened this pull request about 4 years ago
sdroege opened this pull request about 4 years ago
Don't define a MemoryManager type for boxed/shared wrappers
sdroege opened this pull request about 4 years ago
sdroege opened this pull request about 4 years ago
Using glib_wrapper! with Shared twice in the same module fails
ids1024 opened this issue about 4 years ago
ids1024 opened this issue about 4 years ago
Remove PhantomData from struct created in glib_object_wrapper!
ids1024 opened this pull request about 4 years ago
ids1024 opened this pull request about 4 years ago
Cannot build on windows
doivosevic opened this issue about 4 years ago
doivosevic opened this issue about 4 years ago
Remove glib::TimeVal
sdroege opened this pull request about 4 years ago
sdroege opened this pull request about 4 years ago
Remove ToValue impl for Value, and various other related cleanups
sdroege opened this pull request about 4 years ago
sdroege opened this pull request about 4 years ago
Regenerate with latest gir and trust upstream nullable annotations for return values
sdroege opened this pull request about 4 years ago
sdroege opened this pull request about 4 years ago
Add a ObjectSubclass version of glib_wrapper!
ids1024 opened this pull request about 4 years ago
ids1024 opened this pull request about 4 years ago
Use :ty rather than :path for ffi_name and ffi_class_name
ids1024 opened this pull request about 4 years ago
ids1024 opened this pull request about 4 years ago
0.10.3 release
sdroege opened this pull request about 4 years ago
sdroege opened this pull request about 4 years ago
Fix .get_instance() assert failure with zero-sized type
ids1024 opened this pull request about 4 years ago
ids1024 opened this pull request about 4 years ago
Assertion error on ObjectSubclass::get_instance() with zero sized type
ids1024 opened this issue about 4 years ago
ids1024 opened this issue about 4 years ago
Add missing ToGlibPtr implementation
GuillaumeGomez opened this pull request about 4 years ago
GuillaumeGomez opened this pull request about 4 years ago
Added register_glib_to_logcrate_logger function to do glib-to-rust logging
xanathar opened this pull request about 4 years ago
xanathar opened this pull request about 4 years ago
Use Pin<Box<GWeakRef>> for storing weak references
sdroege opened this pull request about 4 years ago
sdroege opened this pull request about 4 years ago
groovy update: regenerate
bilelmoussaoui opened this pull request over 4 years ago
bilelmoussaoui opened this pull request over 4 years ago
Use https for all links
dns2utf8 opened this pull request over 4 years ago
dns2utf8 opened this pull request over 4 years ago
Fix for g_param_spec_types symbol linking error with MSVC
seungha-yang opened this pull request over 4 years ago
seungha-yang opened this pull request over 4 years ago
Proposal: support for logging through the log crate
xanathar opened this pull request over 4 years ago
xanathar opened this pull request over 4 years ago
Use Duration instead of u32 when representing milliseconds
GuillaumeGomez opened this pull request over 4 years ago
GuillaumeGomez opened this pull request over 4 years ago
Remove GArray FFI translation impls
sdroege opened this pull request over 4 years ago
sdroege opened this pull request over 4 years ago
Release 0.10.2
sdroege opened this pull request over 4 years ago
sdroege opened this pull request over 4 years ago
Improve ParamSpec bindings
sdroege opened this pull request over 4 years ago
sdroege opened this pull request over 4 years ago
Define a Variant::is_container(), use it for checks
ids1024 opened this pull request over 4 years ago
ids1024 opened this pull request over 4 years ago
Refactor property handling in subclasses
sdroege opened this pull request over 4 years ago
sdroege opened this pull request over 4 years ago
Borrow some values from ParamSpec instead of copying
sdroege opened this pull request over 4 years ago
sdroege opened this pull request over 4 years ago
Add a VariantIter type, and Variant::iter() method
ids1024 opened this pull request over 4 years ago
ids1024 opened this pull request over 4 years ago
Add wrappers for GVariantIter
ids1024 opened this issue over 4 years ago
ids1024 opened this issue over 4 years ago
Drop "new_" prefix from Variant constructor methods
zeenix opened this pull request over 4 years ago
zeenix opened this pull request over 4 years ago
Rename Variant constructors from new_XXX()
sdroege opened this issue over 4 years ago
sdroege opened this issue over 4 years ago
Implement FromVariant for Variant
ids1024 opened this pull request over 4 years ago
ids1024 opened this pull request over 4 years ago
Implement ToVariant and FromVariant for Variant (not currently possible)
ids1024 opened this issue over 4 years ago
ids1024 opened this issue over 4 years ago
fix: Do not transfer ownership in Variant::new_variant()
ids1024 opened this pull request over 4 years ago
ids1024 opened this pull request over 4 years ago
Use $crate when invoking glib_object_wrapper! in a macro
ids1024 opened this pull request over 4 years ago
ids1024 opened this pull request over 4 years ago
CI checks are incomplete
GuillaumeGomez opened this issue over 4 years ago
GuillaumeGomez opened this issue over 4 years ago
doc: fix documentation for usage of Error::kind<T>() with match expression
takaswie opened this pull request over 4 years ago
takaswie opened this pull request over 4 years ago
simple examples to define and implement a new GObject in Rust
derust opened this issue over 4 years ago
derust opened this issue over 4 years ago
Get rid of ObjectImpl::get_type_data() and glib_object_impl!() macro
sdroege opened this pull request over 4 years ago
sdroege opened this pull request over 4 years ago
Try to get rid of ObjectImpl::get_type_data and corresponding macro
sdroege opened this issue over 4 years ago
sdroege opened this issue over 4 years ago
Clone to proc macro
GuillaumeGomez opened this pull request over 4 years ago
GuillaumeGomez opened this pull request over 4 years ago
glib-macros: symlink the parent LICENSE
cuviper opened this pull request over 4 years ago
cuviper opened this pull request over 4 years ago
Add pre-commit hook for format checks
aledomu opened this pull request over 4 years ago
aledomu opened this pull request over 4 years ago
Keep the scope of clone! macro arms in the crate
aledomu opened this pull request over 4 years ago
aledomu opened this pull request over 4 years ago
[release] merging crate-release-update into crate
GuillaumeGomez opened this pull request over 4 years ago
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
GuillaumeGomez opened this pull request over 4 years ago
Regen
GuillaumeGomez opened this pull request over 4 years ago
GuillaumeGomez opened this pull request over 4 years ago
Support for logging through the log crate
xanathar opened this issue over 4 years ago
xanathar opened this issue over 4 years ago
Use g_type_register_static_simple() instead of g_type_register_static…
sdroege opened this pull request over 4 years ago
sdroege opened this pull request over 4 years ago
Update to new gir and various related fixes
sdroege opened this pull request over 4 years ago
sdroege opened this pull request over 4 years ago
Revert "Revert "Update to focal gir""
GuillaumeGomez opened this pull request over 4 years ago
GuillaumeGomez opened this pull request over 4 years ago
Revert "Update to focal gir"
GuillaumeGomez opened this pull request over 4 years ago
GuillaumeGomez opened this pull request over 4 years ago
Update to focal gir
bilelmoussaoui opened this pull request over 4 years ago
bilelmoussaoui opened this pull request over 4 years ago
Ignore g_variant_get_gtype()
sdroege opened this pull request over 4 years ago
sdroege opened this pull request over 4 years ago
Add container Variant API
zeenix opened this pull request over 4 years ago
zeenix opened this pull request over 4 years ago
Allow container types in Variant
zeenix opened this pull request over 4 years ago
zeenix opened this pull request over 4 years ago
Don't require users of the glib proc macros to have gobject_sys in scope
sdroege opened this pull request over 4 years ago
sdroege opened this pull request over 4 years ago
Update glib-macros to proc-macro-error 1.0
sdroege opened this pull request over 4 years ago
sdroege opened this pull request over 4 years ago
Various improvements to property handling
sdroege opened this pull request over 4 years ago
sdroege opened this pull request over 4 years ago
Disable GTK4 from the Travis CI
sdroege opened this pull request over 4 years ago
sdroege opened this pull request over 4 years ago
Add unsafe generic qdata API to ObjectExt
andy128k opened this pull request over 4 years ago
andy128k opened this pull request over 4 years ago
Add qdata API to ObjectExt
andy128k opened this pull request over 4 years ago
andy128k opened this pull request over 4 years ago
No documentation on subclassing
john01dav opened this issue over 4 years ago
john01dav opened this issue over 4 years ago
No type-checks in glib::Object::new() for the properties
sdroege opened this issue over 4 years ago
sdroege opened this issue over 4 years ago
Unset return nullable for uuid_string_random()
sophie-h opened this pull request over 4 years ago
sophie-h opened this pull request over 4 years ago
Only derive SetValueOptional for nullable GBoxed types
sdroege opened this pull request over 4 years ago
sdroege opened this pull request over 4 years ago
Early steps toward supporting lgpl-docs
kinnison opened this pull request over 4 years ago
kinnison opened this pull request over 4 years ago
Clippy cleanliness and CI enforcement
kinnison opened this pull request over 4 years ago
kinnison opened this pull request over 4 years ago
VariantDict support
kinnison opened this pull request over 4 years ago
kinnison opened this pull request over 4 years ago
Return a string of any lifetime from Quark::to_string()
sdroege opened this pull request over 4 years ago
sdroege opened this pull request over 4 years ago
glib::timeout_add and friends should probaby take a Duration instead
upsuper opened this issue over 4 years ago
upsuper opened this issue over 4 years ago
Add test for callbacks validity
GuillaumeGomez opened this pull request over 4 years ago
GuillaumeGomez opened this pull request over 4 years ago
Consider implementing ToValue in glib_object_wrapper!
thutchmoto opened this issue over 4 years ago
thutchmoto opened this issue over 4 years ago
Adding properties to BoxedType
kornelski opened this issue over 4 years ago
kornelski opened this issue over 4 years ago
Fix transmute mess
GuillaumeGomez opened this pull request over 4 years ago
GuillaumeGomez opened this pull request over 4 years ago
Remove deprecated Error::description impl
fengalin opened this pull request over 4 years ago
fengalin opened this pull request over 4 years ago
Fix variant PartialOrd
gdesmott opened this pull request over 4 years ago
gdesmott opened this pull request over 4 years ago
Remove unnecessary transmute calls
GuillaumeGomez opened this pull request almost 5 years ago
GuillaumeGomez opened this pull request almost 5 years ago
Use mem::ManuallyDrop instead of mem::forget() everywhere
sdroege opened this pull request almost 5 years ago
sdroege opened this pull request almost 5 years ago
Lots of Error::description() deprecation warnings with 1.42
sdroege opened this issue almost 5 years ago
sdroege opened this issue almost 5 years ago
WIP:re-generate with GLib 2.63.5
bilelmoussaoui opened this pull request almost 5 years ago
bilelmoussaoui opened this pull request almost 5 years ago
Trait implementation of ToGlibContainerFromSlice for GArray is not initialized
gwutz opened this issue about 5 years ago
gwutz opened this issue about 5 years ago
Improve TimeVal
elmarco opened this pull request over 5 years ago
elmarco opened this pull request over 5 years ago
ABI tests are failing
ignatenkobrain opened this issue over 6 years ago
ignatenkobrain opened this issue over 6 years ago
Manually bind Binding::unbind()
sdroege opened this pull request over 6 years ago
sdroege opened this pull request over 6 years ago
Fix FromGlibPtrContainer for array of u8
EPashkin opened this issue about 7 years ago
EPashkin opened this issue about 7 years ago
Logging functions (e.g. g_debug)
nielsdg opened this issue over 7 years ago
nielsdg opened this issue over 7 years ago
Add GVariant bindings for non-basic types, nested types: arrays, tuples, dicts, ...
gkoz opened this issue almost 9 years ago
gkoz opened this issue almost 9 years ago