Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/gioui/gio-cmd

Mirror of the Gio tools repository (https://git.sr.ht/~eliasnaur/gio-cmd)
https://github.com/gioui/gio-cmd

gogio: support explicit version codes through a fourth version field

As suggested in review, explicitly specifying the version code with
-version major.minor.patch.v...

aa418504058ef0733aafede8fe3121b3fdeb02f4 authored about 1 year ago
gogio: [iOS] link with -lresolv

Since Go 1.20 c-shared object files may lack a reference to the resolv
library and it must be ad...

a24a395e5ff5ae2b5d61d40f42844c5e27cca19f authored about 1 year ago
gogio: replace deprecated calls

Signed-off-by: Elias Naur <[email protected]>

7a117566caa11eac8cb435df1d560806e4cf70a6 authored about 1 year ago
gogio: change -version parameter to accept semver versions

Signed-off-by: Elias Naur <[email protected]>

cb72b91a923828359cdc5ba1d287bdf38384b936 authored about 1 year ago
gogio: set gioui.org/app.ID in addition to the log package's appID

app.ID is documented to be set by the gogio tool, but never was.

Signed-off-by: Elias Naur <mai...

607a9e37c5fd37003453f92c7e833e3d75ba212a authored about 1 year ago
gogio: skip e2e test on macOS and other unsupported platforms

Signed-off-by: Chris Waldon <[email protected]>

36ef219a61876720c6c2877a32f776c2672a5657 authored about 1 year ago
gogio: add -tags to 'go list' command

Signed-off-by: Masala <[email protected]>

abc34cf117c8d5bd85c18bd9642fd4b20eef308c authored over 1 year ago
gogio: remove fallback for missing GOOS=ios support in Go <= 1.15

Go 1.16 is already old, and the GOOS detection code fails for me on
Nix:

$ go run gioui.org/cmd...

7cb98d0557e75b6f2c71cd5c091dcc71a6e7b965 authored over 1 year ago
gogio: [macOS] add notarizing

Now, it's possible to notarize the app, using -notaryid,
-notarypass and -notaryteamid flags. Th...

4128f253e857270fdc59a4e9a9d4b10f454c2935 authored over 1 year ago
gogio: [macOS] fix signature on network-drives

Previously, gogio creates the `.app` and then generates
the signature.

Now, it will generate th...

42b1cd0f6c6341a95054f63a7735fb317ff4cadf authored over 1 year ago
ci: use working debian image

Builds.sr.ht is having problems with the debian/testing image because it is
switching which conc...

7b925a6c25679ecbe0da5b78185b3b50645979a7 authored over 1 year ago
gogio: add ldflags support for the macos build

Signed-off-by: Tobias Gesellchen <[email protected]>

940364d3e94ab0fd51b8c6efd0887d6c50cc6a2f authored over 1 year ago
gogio: update keytool path for newer JDK

Signed-off-by: gedw99 <[email protected]>

0a86898b418418e80fba9c12e71dfdf764bb01d6 authored almost 2 years ago
go.mod: bump Go to 1.19

Signed-off-by: Elias Naur <[email protected]>

78da7b9864febcef38e7e964d94d184cf9236e61 authored almost 2 years ago
gogio: add support for setting app name via command line

This allows the app name to have spaces and other characters not allowed in Go modules.

Signed-...

cf291ca3bdb3d2f6e304ceb84481dcb3dcd671ac authored almost 2 years ago
gogio: [MacOS] add MacOS .app compilation

This patch is a initial implementation to make
`.app` file. It supports custom icons and sign.

...

5c14d1ba647940886d5dd63aac5370f418bc517b authored about 2 years ago
cmd/svg2gio: add utility for converting SVG files to Gio

Signed-off-by: Elias Naur <[email protected]>

02068d6340fc3427cb2a22fd25b2e73e0a08a2a5 authored over 2 years ago
gogio: [Android] map the wakelock permission to WAKE_LOCK

Signed-off-by: Elias Naur <[email protected]>

2edf599bebb4db19e8c5b07764bec822384d2638 authored over 2 years ago
Revert "gogio: refuse compilation with additional arguments"

Build arguments are passed to the program, which is useful for
platforms where there is no other...

9768b956166795308b87352cb5e916b924bd0617 authored over 2 years ago
gogio: implement custom rendering test

This commit adds an end to end test for the custom rendering
use-case. I confirmed that the new ...

ecebd405a7288f5cd09f4be326a1f2a4d8dd5c8e authored over 2 years ago
gogio: refuse compilation with additional arguments

Previously, it was possible to misuse gigio with arguments after the
package, such as `gogio -ta...

35e56c5af956ac30e77e468f1c0a70083a2e29b2 authored almost 3 years ago
all: initial import from gio main repository

Signed-off-by: Elias Naur <[email protected]>

6826ef0b64b5f30906c10ea69fd70ed2b7d4bd94 authored almost 3 years ago