Age | Commit message (Collapse) | Author | |
---|---|---|---|
11 days | search for GIR files in XDG directories master | Natalia Posting | |
This should match the behavior of the upstream gobject-introspection tools. | |||
2025-08-02 | Print an error if there are unresolved types | Alexey Yerin | |
2025-07-02 | cmd/demo: Remove unnecessary casts | Alexey Yerin | |
2025-07-02 | Use the class type for constructor returns | Alexey Yerin | |
This allows to remove a lot of redundant casts and make better use of pointer subtyping. | |||
2025-07-02 | Attempt to fix subtyping issues in Gtk 4 | Alexey Yerin | |
2025-03-21 | Consistently use gtk3/4 suffixes instead of numeric suffixes | Alexey Yerin | |
2025-03-21 | Move bindings from bindings/gi => gi | Drew DeVault | |
Signed-off-by: Drew DeVault <drew@ddevault.org> | |||
2025-03-21 | Add consistent "3" suffix to gtk3 bits | Drew DeVault | |
Signed-off-by: Drew DeVault <drew@ddevault.org> | |||
2025-03-21 | all: move generated modules into gi:: namespace | Drew DeVault | |
Signed-off-by: Drew DeVault <drew@ddevault.org> | |||
2025-03-21 | all: nomem updates | Drew DeVault | |
Signed-off-by: Drew DeVault <drew@ddevault.org> | |||
2025-03-20 | hare-gi/ctype.ha: add zwlr_layer_surface_v1 | Drew DeVault | |
Used by gtk4-layer-shell. Signed-off-by: Drew DeVault <drew@ddevault.org> | |||
2025-02-22 | cmd/hare-gi: use parse::identstr to parse namespace | Drew 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-17 | all: updates for nomem upstream | Drew DeVault | |
2024-04-30 | Resolve graphite2 types | Alexey Yerin | |
2024-04-30 | Prevent GObject -> GLib -> GObject circular dependency | Alexey Yerin | |
2024-04-30 | Add missing types | Alexey Yerin | |
2024-04-01 | Update per for-each changes | Alexey Yerin | |
2023-10-04 | Fix subtyping of classes | Alexey Yerin | |
2023-10-04 | Update for opaque and other Hare changes | Alexey Yerin | |
2023-08-07 | Update for memio/bufio | Alexey Yerin | |
2023-08-07 | Remove object_type::BITFIELD check | Alexey Yerin | |
2023-06-15 | Add missing pointer in some cases when emitting parameters | Alexey Yerin | |
This should hopefully work. | |||
2023-06-03 | Fill uninitialized fields | Alexey Yerin | |
2023-05-28 | Initial commit | Alexey Yerin | |