- 21 Apr, 2022 1 commit
-
-
Mike Wey authored
Fixes #349
-
- 29 Mar, 2022 2 commits
-
-
Mike Wey authored
-
KonstantIMP authored
Copied from: https://github.com/KonstantIMP/GtkD/tree/gtk4
-
- 19 Mar, 2022 1 commit
-
-
Mike Wey authored
-
- 11 Nov, 2021 1 commit
-
-
Mike Wey authored
-
- 20 Aug, 2021 1 commit
-
-
Carsten Schlote authored
Obviously we should check for a nullptr returned for window object from builder.getObject(), before we call methods on it. Signed-off-by:
Carsten Schlote <schlote@vahanus.net>
-
- 22 May, 2021 1 commit
-
-
Hiroki Noda authored
-
- 10 May, 2021 1 commit
-
-
Mike Wey authored
See Also: #333
-
- 08 May, 2021 1 commit
-
-
Mike Wey authored
Supports for other types like string and bool is still missing. Fixes: #333
-
- 02 May, 2021 1 commit
-
-
Dan Printzell authored
Fixes the `import '...' is used as a type` error, that in the demos, by replacing the problematic imports with selective imports. Signed-off-by:
Dan Printzell <xwildn00bx@gmail.com>
-
- 20 Apr, 2021 3 commits
- 28 Mar, 2021 1 commit
-
-
Mike Wey authored
Fixes: #326
-
- 25 Mar, 2021 1 commit
-
-
Mike Wey authored
and add the needed import for ObjectG. Fixes: #325
-
- 07 Nov, 2020 1 commit
-
-
Mike Wey authored
-
- 03 Oct, 2020 1 commit
-
-
memreflect authored
Specifying the directory to install .pc files is necessary on systems where the pkg-config tool expects those files in a directory other than $(libdir)/pkgconfig.
-
- 29 Sep, 2020 1 commit
-
-
Mike Wey authored
-
- 15 Mar, 2020 2 commits
- 09 Jan, 2020 2 commits
-
-
Mike Wey authored
Use https in dub.json
-
Hiroki Noda authored
-
- 07 Jan, 2020 3 commits
-
-
Mike Wey authored
-
Mike Wey authored
Add Timeout constructor overload taking a Duration
-
Hiroki Noda authored
-
- 28 Dec, 2019 1 commit
-
-
Mike Wey authored
Fixes #286
-
- 25 Oct, 2019 1 commit
-
-
Mike Wey authored
Closes #283
-
- 15 Oct, 2019 1 commit
-
-
Mike Wey authored
See: #256
-
- 16 Sep, 2019 1 commit
-
-
Mike Wey authored
Make Makefile work better for distributions
-
- 15 Sep, 2019 2 commits
-
-
Matthias Klumpp authored
-
Matthias Klumpp authored
-
- 03 Aug, 2019 1 commit
-
-
Mike Wey authored
-
- 12 Jul, 2019 1 commit
-
-
Mike Wey authored
Actual fix for shared linking
-
- 11 Jul, 2019 2 commits
-
-
Greg V authored
- libgtkd references gmodule too: ld: error: /usr/local/lib/libgtkd-3.so: undefined reference to g_module_build_path - the -L flags may be required (e.g. for /usr/local/lib on FreeBSD), so use `--libs-only-l --libs-only-L` everywhere
-
Greg V authored
The problem is that LDC can inline code from GtkD to the program using it, creating direct dependencies to gtk/glib/gobject/etc symbols. So we need the program to actually link to these libraries.
-
- 10 Jul, 2019 1 commit
-
-
Mike Wey authored
Enable X11 on Posix; fill pkg-config Requires.private field
-
- 09 Jul, 2019 2 commits
- 16 Jun, 2019 1 commit
-
-
Mike Wey authored
This so they don't crach when run during a GC collection cycle.
-
- 10 Jun, 2019 1 commit
-
-
Mike Wey authored
Currently librsvg is missing from vcpkg, causing gtkd to fail because of a missing library. See Also: #270
-