about summary refs log tree commit diff
path: root/cmd
AgeCommit message (Collapse)Author
11 dayssearch for GIR files in XDG directories masterNatalia Posting
This should match the behavior of the upstream gobject-introspection tools.
2025-08-02Print an error if there are unresolved typesAlexey Yerin
2025-07-02cmd/demo: Remove unnecessary castsAlexey Yerin
2025-07-02Use the class type for constructor returnsAlexey Yerin
This allows to remove a lot of redundant casts and make better use of pointer subtyping.
2025-07-02Attempt to fix subtyping issues in Gtk 4Alexey Yerin
2025-03-21Consistently use gtk3/4 suffixes instead of numeric suffixesAlexey Yerin
2025-03-21Move bindings from bindings/gi => giDrew DeVault
Signed-off-by: Drew DeVault <drew@ddevault.org>
2025-03-21Add consistent "3" suffix to gtk3 bitsDrew DeVault
Signed-off-by: Drew DeVault <drew@ddevault.org>
2025-03-21all: move generated modules into gi:: namespaceDrew DeVault
Signed-off-by: Drew DeVault <drew@ddevault.org>
2025-03-21all: nomem updatesDrew DeVault
Signed-off-by: Drew DeVault <drew@ddevault.org>
2025-03-20hare-gi/ctype.ha: add zwlr_layer_surface_v1Drew DeVault
Used by gtk4-layer-shell. Signed-off-by: Drew DeVault <drew@ddevault.org>
2025-02-22cmd/hare-gi: use parse::identstr to parse namespaceDrew DeVault
This fixes a problem when specifying a namespace with multiple levels, e.g. foo::bar, due to the fact that strings::split splits strings on byte-sized delimiters, not multibyte tokens. Signed-off-by: Drew DeVault <sir@cmpwn.com>
2025-02-17all: updates for nomem upstreamDrew DeVault
2024-04-30Resolve graphite2 typesAlexey Yerin
2024-04-30Prevent GObject -> GLib -> GObject circular dependencyAlexey Yerin
2024-04-30Add missing typesAlexey Yerin
2024-04-01Update per for-each changesAlexey Yerin
2023-10-04Fix subtyping of classesAlexey Yerin
2023-10-04Update for opaque and other Hare changesAlexey Yerin
2023-08-07Update for memio/bufioAlexey Yerin
2023-08-07Remove object_type::BITFIELD checkAlexey Yerin
2023-06-15Add missing pointer in some cases when emitting parametersAlexey Yerin
This should hopefully work.
2023-06-03Fill uninitialized fieldsAlexey Yerin
2023-05-28Initial commitAlexey Yerin