1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 24, 2023 — Jun 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix handling of caller-alloc for simple types. More... over 13 years ago
More fixes to video sample, still dysfunctional though. More... over 13 years ago
Make sure that real dynamic type is inspected for GObject-based objects. More... over 13 years ago
Playstream sample correctly displays the error. More... over 13 years ago
Add support for marshalling GError type from C to Lua. More... over 13 years ago
Add possibbility to get runtime type from every compound. More... over 13 years ago
Improve gstvideo sample More... over 13 years ago
Extended dynamic element lookup to implemented interfaces. More... over 13 years ago
Refactor and simplify compound_register. More... over 13 years ago
Implement core.interfaces, returning list of interfaces of specified gtype. More... over 13 years ago
Get rid of casting support in lgi.lua. More... over 13 years ago
Move compound's core routines to compound private implementation. More... over 13 years ago
Update GST samples - not fully functional yet. More... over 13 years ago
Whitespace cleanup. More... over 13 years ago
Fix nil dereference when type checking refuses category member. More... over 13 years ago
Add hackery to be able to find interface methods export as global funcs. More... over 13 years ago
Handle (and ignore) VOID-type arguments in callbacks. More... over 13 years ago
Initial attempt at gstreamer sample (Vala conversion). More... over 13 years ago
Teach core.elementof() to handle properties by pspec. More... over 13 years ago
Introduce _element compound pseudomethod and call it from compound accessors. More... over 13 years ago
Get rid of _inherits category, split to _implements and _parent fields. More... over 13 years ago
Reorganize sources; move test.lua to tests and samples to new samples subdir. More... over 13 years ago
Fix devsetup helper script slightly. It still sucks... More... over 13 years ago
Add support for G(S)List-typed GValue (mainly useful for properties). More... over 13 years ago
Add core.properties() for dynamic introspection of object properties. More... over 13 years ago
Add gtype for GParamSpec manually, because it is not present in the typelib. More... over 13 years ago
Avoid crash if compound has gtype unknown to typelib (GParamSpec). More... over 13 years ago
Fix find_in_compound handling of inherited compounds. More... over 13 years ago
Add support for storing fundamentals into GObject.Value. More... over 13 years ago
Adapt custom GObject.Value() elementof() overrides to new protocol. More... over 13 years ago