issues
search
gtk-rs
/
glib
DEPRECATED, use https://github.com/gtk-rs/gtk-rs-core repository instead!
http://gtk-rs.org/
MIT License
93
stars
62
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Type: Make leaner, replace enum with assoc consts
#729
heftig
closed
3 years ago
2
Type: Derive Ord and Hash
#728
heftig
closed
3 years ago
1
Archive deprecated repositories
#727
jplatte
opened
3 years ago
2
Dependency on glib-macros failing on mac travis builds
#726
andrewdavidmackenzie
closed
3 years ago
4
Implement derive macro for Downgrade/Upgrade traits
#725
andy128k
closed
3 years ago
2
glib::log_set_handler not available
#723
BenjaminRi
closed
4 years ago
5
Glib and other libraries uses futures-util 0.3.6 with vunerabilities
#722
qarmin
closed
4 years ago
1
Fix double registration of GEnums
#721
TobiasMorell
closed
4 years ago
0
In glib_object_wrapper!, use generic Class type instead defining a struct
#720
ids1024
closed
4 years ago
2
Panic if ObjectSubclass::get_instance() is called on a finalizing object
#719
sdroege
closed
4 years ago
0
translate: take advantage of Rust Option & Result types
#718
fengalin
closed
4 years ago
14
Don't derive PartialOrd/PartialEq implementations in glib_wrapper!
#717
ids1024
closed
4 years ago
2
Use repr(transparent) instead of repr(C) where this is more correct
#716
sdroege
closed
4 years ago
0
Don't define a MemoryManager type for boxed/shared wrappers
#715
sdroege
closed
4 years ago
0
Using glib_wrapper! with Shared twice in the same module fails
#714
ids1024
closed
4 years ago
4
Remove PhantomData from struct created in glib_object_wrapper!
#713
ids1024
closed
4 years ago
5
Cannot build on windows
#712
doivosevic
closed
4 years ago
7
Remove glib::TimeVal
#710
sdroege
closed
4 years ago
0
Remove ToValue impl for Value, and various other related cleanups
#709
sdroege
closed
4 years ago
2
Regenerate with latest gir and trust upstream nullable annotations for return values
#708
sdroege
closed
4 years ago
1
Add a ObjectSubclass version of glib_wrapper!
#705
ids1024
closed
4 years ago
1
Use :ty rather than :path for ffi_name and ffi_class_name
#704
ids1024
closed
4 years ago
1
0.10.3 release
#703
sdroege
closed
4 years ago
0
Fix .get_instance() assert failure with zero-sized type
#702
ids1024
closed
4 years ago
0
Assertion error on ObjectSubclass::get_instance() with zero sized type
#701
ids1024
closed
4 years ago
3
Add missing ToGlibPtr implementation
#700
GuillaumeGomez
closed
4 years ago
0
Added register_glib_to_logcrate_logger function to do glib-to-rust logging
#699
xanathar
closed
4 years ago
3
Use Pin<Box<GWeakRef>> for storing weak references
#698
sdroege
closed
4 years ago
0
groovy update: regenerate
#697
bilelmoussaoui
closed
4 years ago
2
Use https for all links
#696
dns2utf8
closed
4 years ago
0
Fix for g_param_spec_types symbol linking error with MSVC
#695
seungha-yang
closed
4 years ago
2
Proposal: support for logging through the log crate
#694
xanathar
closed
4 years ago
17
Use Duration instead of u32 when representing milliseconds
#693
GuillaumeGomez
closed
4 years ago
2
Remove GArray FFI translation impls
#692
sdroege
closed
4 years ago
0
Release 0.10.2
#689
sdroege
closed
4 years ago
0
Improve ParamSpec bindings
#688
sdroege
closed
4 years ago
6
Define a Variant::is_container(), use it for checks
#686
ids1024
closed
4 years ago
2
Refactor property handling in subclasses
#685
sdroege
closed
4 years ago
5
Borrow some values from ParamSpec instead of copying
#684
sdroege
closed
4 years ago
0
Add a VariantIter type, and Variant::iter() method
#683
ids1024
closed
4 years ago
1
Add wrappers for GVariantIter
#682
ids1024
closed
4 years ago
1
Drop "new_" prefix from Variant constructor methods
#681
zeenix
closed
4 years ago
0
Rename Variant constructors from new_XXX()
#680
sdroege
closed
4 years ago
8
Implement FromVariant for Variant
#679
ids1024
closed
4 years ago
9
Implement ToVariant and FromVariant for Variant (not currently possible)
#678
ids1024
closed
4 years ago
2
fix: Do not transfer ownership in Variant::new_variant()
#677
ids1024
closed
4 years ago
3
Use $crate when invoking glib_object_wrapper! in a macro
#675
ids1024
closed
4 years ago
2
CI checks are incomplete
#674
GuillaumeGomez
closed
4 years ago
1
doc: fix documentation for usage of Error::kind<T>() with match expression
#673
takaswie
closed
4 years ago
1
simple examples to define and implement a new GObject in Rust
#672
derust
closed
4 years ago
12
Next