Ecosyste.ms: OpenCollective

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

Gio

Gio implements portable immediate mode GUI programs in Go.
Collective - Host: opensource - https://opencollective.com/gioui - Website: https://gioui.org - Code: https://github.com/gioui

go.*: update golang.org/x for slices.Reverse

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

github.com/gioui/gio-x - 3246478ce3ca37fa3cf4ad6671c3f0dbb0f4ac05 authored over 1 year ago by Chris Waldon <[email protected]>
outlay: fix pre go 1.21 slices package use

I didn't realize that my editor imported the wrong slices package here.
We do support Go 1.20, s...

github.com/gioui/gio-x - f859e99f9c921ae1126bdf4e3789936f1ca8770d authored over 1 year ago by Chris Waldon <[email protected]>
app: [Windows] remove padding from maximized custom decorated windows

As described in https://devblogs.microsoft.com/oldnewthing/20150304-00/?p=44543
Windows extends ...

github.com/gioui/gio - 313c488ec356872a14dab0c0ac0fd73b45a596cf authored over 1 year ago by Elias Naur <[email protected]>
app: [Windows] remove redundant call to SetWindowText

And fix a typo while here.

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

github.com/gioui/gio - f30e936d9a38c2357caa2a1575783e8b148db297 authored over 1 year ago by Elias Naur <[email protected]>
op/paint: add opacity operation

The new paint.PushOpacity allows for adjusting the opacity of a group
of drawing operations.

Si...

github.com/gioui/gio - ae3bd2a1e1b3d634caee4e3a72626de4f34d44a3 authored over 1 year ago by Elias Naur <[email protected]>
internal/ops: remove unused TypePushTransform

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

github.com/gioui/gio - ae43d18ced20bb83380c476a81a0cb11f41660ea authored over 1 year ago by Elias Naur <[email protected]>
component: deprecate TruncatingLabelStyle

This type is no longer needed now that the core text widgets internally support truncation.

Sig...

github.com/gioui/gio-x - 101388983c883b9be5b7f16731c6e3ad73f5f5ca authored over 1 year ago by Chris Waldon <[email protected]>
op: don't allocate for each string reference

When storing a string in an interface value that escapes, Go has to heap
allocate space for the ...

github.com/gioui/gio - b4d93379c440f7311448028e31fa4efba8b8ede1 authored over 1 year ago by Dominik Honnef <[email protected]>
app: support numpad keys in xkb

Signed-off-by: Dominik Honnef <[email protected]>

github.com/gioui/gio - b9654eb4eb16224fa2d75bd291eb28bb54ec6719 authored over 1 year ago by Dominik Honnef <[email protected]>
content/news: add links to august news

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

github.com/gioui/giouiorg - 17fadfe7d02bc46b04c2c0295a528564cece657f authored over 1 year ago by Chris Waldon <[email protected]>
content/news: add august newsletter

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

github.com/gioui/giouiorg - ffec21ca190ba006f190c42cf695f29097ebbe81 authored over 1 year ago by Chris Waldon <[email protected]>
go.*: update to gio and gio-x v0.3.0

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

github.com/gioui/gio-example - 3be33be496dc20e3af947057b17d4833d178aa2a authored over 1 year ago by Chris Waldon <[email protected]>
go.*: update to gio v0.3.0

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

github.com/gioui/gio-x - 80332163fd2ea1f24bbf4863badd2f5cfabf5646 authored over 1 year ago by Chris Waldon <[email protected]>
component: fix bad field rename

This commit fixes a failed automatic refactor that was supposed to rename the outlay
inset field...

github.com/gioui/gio-x - 849a8b779b42c986b984f057df0884db9b88d1d2 authored over 1 year ago by Chris Waldon <[email protected]>
app: [macOS] handle mouse dragging with buttons other than the left one

Signed-off-by: Dominik Honnef <[email protected]>

github.com/gioui/gio - 89d20c7d99bbccf9e24141ecf7e5ed75c913d283 authored over 1 year ago by Dominik Honnef <[email protected]>
app: [macOS] handle middle mouse button correctly

NSView only has events for left, right, and other. Also, the Go side
wasn't actually checking fo...

github.com/gioui/gio - 14bab8efae213703803626ba14a195b6d09a8a88 authored over 1 year ago by Dominik Honnef <[email protected]>
io/router: fix semantic area traversal

This commit updates the logic behind SemanticAt to use the same hit area
traversal as normal eve...

github.com/gioui/gio - f437aaf359e3d7a9f46778aadaa9e8e90ef252b1 authored over 1 year ago by Chris Waldon <[email protected]>
ci: use go 1.21

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

github.com/gioui/gio-x - 9081dbd4ca656657050bca4e14484a54cc857d5b authored over 1 year ago by Chris Waldon <[email protected]>
explorer: fix byte copying from JS to Go

This commit updates our invocation of syscall/js.CopyBytesToGo to provide the
expected concrete ...

github.com/gioui/gio-x - 27d6ce8545e1404fd3ee5c6c339a9b75ce7e5f59 authored over 1 year ago by Chris Waldon <[email protected]>
component: make menu items RTL compatible

Thanks to Imran Iqbal for prompting me to do this. Imran submitted a
great patch that manually f...

github.com/gioui/gio-x - 82c887ad5936e965f653a2456e5ed9d7c4d93bad authored over 1 year ago by Chris Waldon <[email protected]>
outlay: add locale aware flex and inset types

This commit adds analogs to layout.Inset and layout.Flex that automatically
respond to the syste...

github.com/gioui/gio-x - e2c1f140181eebf09403cb51c80e28c16de2b589 authored over 1 year ago by Chris Waldon <[email protected]>
go.*: update gio for latest text changes

This commit picks up text behaviors expected by the styledtext package.

Signed-off-by: Chris Wa...

github.com/gioui/gio-x - 92d9df46ccd569373e507c0049499a10c30c4037 authored over 1 year ago by Chris Waldon <[email protected]>
styledtext: handle too-long single words

If wrapping on words and a world longer than the max line length is encountered, we
would previo...

github.com/gioui/gio-x - cc46c49493ac274ed4718fd75de948729feb5dc2 authored over 1 year ago by Chris Waldon <[email protected]>
styledtext: handle gio text shaper behavior change

This commit updates styledtext to expect the Gio text shaper to truncate trailing
newlines and a...

github.com/gioui/gio-x - 3df1368f4c05dbbbe51be18121acc7a45e55959f authored over 1 year ago by Chris Waldon <[email protected]>
richtext: surface wrap policy in richtext API

This commit allows configuring the wrapping policy of a richtext.Text using the
policies defined...

github.com/gioui/gio-x - 2fe51d009a079e32f6c51057f360839a275294fd authored over 1 year ago by Chris Waldon <[email protected]>
styledtext: [API] allow configurable wrap policy

This commit enhances styledtext to allow the user to configure a line wrapping
policy. The prior...

github.com/gioui/gio-x - d5fa3814ca02d96b24ed6da5040ec06fd6351aea authored over 1 year ago by Chris Waldon <[email protected]>
component: make contextual overlay smarter

This commit updates the logic used to position the contextual widget given to
ContextArea.Layout...

github.com/gioui/gio-x - 323446812b7834cabbf9e92dc960d5199cd25e45 authored over 1 year ago by Chris Waldon <[email protected]>
internal/egl: call eglTerminate after context release

Without eglTerminate, using EGL will crash or report spurious errors after
creating and destroyi...

github.com/gioui/gio - cf5ae4aad92e07f6c16d9dd006196c4b0aab8155 authored over 1 year ago by Elias Naur <[email protected]>
text: [API] be absolutely consistent about newline truncation

This commit changes the shaper's behavior when truncating text. Previously, if the final
line al...

github.com/gioui/gio - 8679f49fff9c071c0e1da78a53a965dd432a7c7f authored over 1 year ago by Chris Waldon <[email protected]>
text: simplify truncation accounting

This commit reverts the work of several previous attempts to resolve truncation-related
rune acc...

github.com/gioui/gio - 83202263b99ab174ed304727fe956ca6d998295c authored over 1 year ago by Chris Waldon <[email protected]>
app: [Wayland] avoid a race on the send side of the wakeup pipe

Discovered while debugging #528 with -race.

References: https://todo.sr.ht/~eliasnaur/gio/528
S...

github.com/gioui/gio - 7fde80e8050b25df4f0592c0b8d8e25b66b4645d authored over 1 year ago by Elias Naur <[email protected]>
app: [macOS] stop display after any events that may access it

Fixes: https://todo.sr.ht/~eliasnaur/gio/527
Signed-off-by: Elias Naur <[email protected]>

github.com/gioui/gio - e9d061964139e0591fe75ba38f73774f567f2a25 authored over 1 year ago by Elias Naur <[email protected]>
app: [macOS] fix display link callback race

Commit c0c25b777 replaced the synchronizing of the display link callback
from a sync.Map to a cg...

github.com/gioui/gio - 2e524200abaccd9ed25cacfed3a44f95ac4230ee authored over 1 year ago by Elias Naur <[email protected]>
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...

github.com/gioui/gio-cmd - 7cb98d0557e75b6f2c71cd5c091dcc71a6e7b965 authored over 1 year ago by Elias Naur <[email protected]>
app: [Windows] ensure custom window decorations allow resize

This commit fixes a platform inconsistency that prevented custom-decorated windows
from being re...

github.com/gioui/gio - cc477e9ca6781f093fb802d15e3540ed4ef49cac authored over 1 year ago by Chris Waldon <[email protected]>
widget: click button only if key pressed and released

This commit fixes the non-intuitive behaviour, where hitting return or
space with a button focus...

github.com/gioui/gio - 290b5fe82163ccfa4b85413e8c0e50ab9432d6ec authored over 1 year ago by Veikko Sariola <[email protected]>
content/doc/contribute.md: update syntax for issue references

I don't remember when the #xxx format was changed to /xxx in the Sourcehut
documentation, but th...

github.com/gioui/giouiorg - 10f6fc313974322eaede0f570058848fbbe7cb70 authored over 1 year ago by Elias Naur <[email protected]>
io/router: fix system action routing logic

When running ActionAt, the router used to only consider the topmost clip area, even
if that clip...

github.com/gioui/gio - e9cb0b326dcb1a41028ba3ab50fa951dcbcf8438 authored over 1 year ago by Chris Waldon <[email protected]>
app: [Windows] enable drop shadows for custom decorated windows

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

github.com/gioui/gio - 0e77a2b5210ddf5767ca1e57b21cd968e4dacfe6 authored over 1 year ago by Elias Naur <[email protected]>
app: [Windows] make custom decorated windows behave like regular windows

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

github.com/gioui/gio - 63550cc81ef6ef632887822592709db7f281e226 authored over 1 year ago by Elias Naur <[email protected]>
text: add android portability notice to NewShaper

NewShaper cannot be called prior to opening an application window on Android unless
the applicat...

github.com/gioui/gio - 03c21dc1b5a9737cf647b6c3ffeb1cb35c40b0ea authored over 1 year ago by Chris Waldon <[email protected]>
content/doc/learn: use new theme API in Get Started tutorial

Signed-off-by: David Haymond <[email protected]>

github.com/gioui/giouiorg - 2c5efe97f55cefd51a113fe4154a2ede77ca96e4 authored over 1 year ago by David Haymond <[email protected]>
content/news: add portability note to july newsletter

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

github.com/gioui/giouiorg - 07746b119843295ce78a39aaf09b832440ecaa85 authored over 1 year ago by Chris Waldon <[email protected]>
kitchen: fix test theme constructor

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

github.com/gioui/gio-example - a3f52ac994b50a81c212b4168a4a989a179e8e51 authored over 1 year ago by Chris Waldon <[email protected]>
.builds: update linux version

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

github.com/gioui/gio-example - d14eb12c15728079891fc8702475d14f8226717d authored over 1 year ago by Chris Waldon <[email protected]>
content/news: fix material+text migration snippets

Signed-off-by: Sebastien Binet <[email protected]>

github.com/gioui/giouiorg - 1f74a9d4ff8d250b6eba1c27f7b5915a1d5e0604 authored over 1 year ago by Sebastien Binet <[email protected]>
content/news: add july newsletter

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

github.com/gioui/giouiorg - 998cd98733e348eb7b518e0f566447fb2ac8280d authored over 1 year ago by Chris Waldon <[email protected]>
go.*: update gio, gio-x, and typesetting

This commit picks up v0.2.0 of gio and gio-x, and the typesetting version that
is known to be go...

github.com/gioui/gio-example - 2eba220dd454d19f0aba167a1aa7df2f82348f33 authored over 1 year ago by Chris Waldon <[email protected]>
go.*: update to gio v0.2.0

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

github.com/gioui/gio-x - 53a0f77a69a30f673d70f6b91af815414556c31d authored over 1 year ago by Chris Waldon <[email protected]>
styledtext: add regression test for double newline hang

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

github.com/gioui/gio-x - 0d73d86079a6bcf3a82007c71da04f742f9e9ddc authored over 1 year ago by Chris Waldon <[email protected]>
text: ensure truncated consecutive newlines are handled

This commit ensures that multiple newlines in a row still produce expected
results when occuring...

github.com/gioui/gio - 05f0dc251385b11dd5aa3dc781def45b9d3b8859 authored over 1 year ago by Chris Waldon <[email protected]>
go.*: update go-text for empty string fix

This commit updates us to a version of go-text that correctly provides text
dimensions for the e...

github.com/gioui/gio - c1d975cced792d3e92747750b305e81e0f90b49d authored over 1 year ago by Chris Waldon <[email protected]>
outlay: fix typo in outlay.Item

Signed-off-by: Sebastien Binet <[email protected]>

github.com/gioui/gio-x - fae61daa6be412ab67fc7b4978f367fd4cf73a06 authored over 1 year ago by Sebastien Binet <[email protected]>
pref/battery: add battery implementation for Linux

This CL adds the battery API implementation for Linux based off the
informations provided by /sy...

github.com/gioui/gio-x - e77d09b406caac00e9d2564b7b5e7190b7aef8d7 authored over 1 year ago by Sebastien Binet <[email protected]>
text: fix additional truncated newline bug

This commit fixes another rune accounting bug that the fuzzer discovered. If we
shaped a space i...

github.com/gioui/gio - 32f15ede7bf557ac1f5f98a697265970c82778d9 authored over 1 year ago by Chris Waldon <[email protected]>
text: update fuzzer to sometimes truncate

This commit updates the shaper fuzzer to try truncating the text, exposing
new edge cases.

Sign...

github.com/gioui/gio - d41411699064a48e5b89478713fe4aea2c6dfe30 authored over 1 year ago by Chris Waldon <[email protected]>
text: fix zero-width truncated newline rune accounting

This commit fixes another rune accounting issue that only existed when shaping
a solitary newlin...

github.com/gioui/gio - 341978dbcd57e99a5ee92966ad666459beb12666 authored over 1 year ago by Chris Waldon <[email protected]>
text: fix EOF detection at newline boundaries

This commit tests and fixes some edge cases that threw off rune accounting
when a newline charac...

github.com/gioui/gio - 80da4d6b025f9957e2a64c02328b8a7bb7a647ed authored over 1 year ago by Chris Waldon <[email protected]>
explorer: make compatible with Go 1.21

This change makes Explorer compatible with Go 1.21.

Fixes: https://todo.sr.ht/~eliasnaur/gio/51...

github.com/gioui/gio-x - ffbcbb2bf7fcbe712342db34d1b807843378ae17 authored over 1 year ago by inkeliz <[email protected]>
notify/macos: drop critical alert attribute

This makes notify-generated notifications not request critical priority, as it both is
disruptiv...

github.com/gioui/gio-x - 4b62720cb125da2edc3cf3cb4d05fb59e6778ed6 authored over 1 year ago by Chris Waldon <[email protected]>
stroke: add handling of large angles to ArcTo

Signed-off-by: Sebastien Binet <[email protected]>

github.com/gioui/gio-x - ca9a80220515e7ded2556082c56d9923028509ae authored over 1 year ago by Sebastien Binet <[email protected]>
widget: fix label vertical glyph padding logic

We previously were not handling glyphs that extended vertically beyond the
ascent/descent declar...

github.com/gioui/gio - edbf872b44af66523b17aee79b7afa3d5187a08c authored over 1 year ago by Chris Waldon <[email protected]>
text: drop unused line.bounds

This commit removes the logic that calculates the bounding box of a line.
We don't actually use ...

github.com/gioui/gio - c7c49c3258f8d6072872cc009c1e30725014b45b authored over 1 year ago by Chris Waldon <[email protected]>
widget: simplify and improve cursor position generation

This commit updates the strategy of our cursor positioning index to eliminate
cursor positions *...

github.com/gioui/gio - fdd102aaf94c26187ca96830725dc2a07a292459 authored over 1 year ago by Chris Waldon <[email protected]>
text,widget: remove fractional line height

The previous logic kept the y offset of a line as a fractional value
until the last possible mom...

github.com/gioui/gio - 8dc03ed655e7ddff3d8c8508932933001b16de0d authored over 1 year ago by Chris Waldon <[email protected]>
text: commit important fuzz failure test data

This commit adds several notable fuzz test failure cases to our corpus.

Signed-off-by: Chris Wa...

github.com/gioui/gio - 1d8b54892a2cb6eb89bae3705216d8c29eda9e0d authored over 1 year ago by Chris Waldon <[email protected]>
go.*: update go-text

This commit updates our version of go-text to pick up important bugfixes to the
line wrapper (fi...

github.com/gioui/gio - 7966832536ca4a2b74c12982e1a0edd93e54bce2 authored over 1 year ago by Chris Waldon <[email protected]>
text: handle shaping string containing only newline

This commit ensures that we properly handle the case in which an input string is only
a newline ...

github.com/gioui/gio - 36a39f7d38b123b147b7a8aed27f3fbd36866900 authored over 1 year ago by Chris Waldon <[email protected]>
eventx: handle nil queues

This commit ensure that nil'ing out a queue, which is a valid
convention in Gio, does not cause ...

github.com/gioui/gio-x - 23832138673ed6a3814ffe70c8292403943fbdfe authored over 1 year ago by Jack Mordaunt <[email protected]>
.builds: update go version

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

github.com/gioui/gio-example - 39a247aca1dd35b8bef97fd84e00a0db61d966d1 authored over 1 year ago by Chris Waldon <[email protected]>
richtext: fix richtext tests

This commit fixes some uses of material.NewTheme that I missed in the richtext
test suite.

Sign...

github.com/gioui/gio-x - cf97c3d93d9fec6812a9c9b1f7c901803a8aabdb authored over 1 year ago by Chris Waldon <[email protected]>
.builds: update go version

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

github.com/gioui/gio-x - 807d0bf42e069ab1545cb6e70c2e9ef22b8d6341 authored over 1 year ago by Chris Waldon <[email protected]>
go.*,all: update all examples for system fonts API

This commit updates every example to be compatible with the new system font
text API. Mostly thi...

github.com/gioui/gio-example - e0848f20a736230d12d6d1b406389130ccc39689 authored over 1 year ago by Chris Waldon <[email protected]>
go.*,colorpicker,markdown: update to latest gio (system fonts)

This commit updates gio-x to be compatible with Gio's new text API.
In particular, the colorpick...

github.com/gioui/gio-x - 1f14944490619fa0c24df4b99070c09afb0dc51b authored over 1 year ago by Chris Waldon <[email protected]>
template: fix pagination on first/last page

Signed-off-by: Egon Elbre <[email protected]>

github.com/gioui/giouiorg - 415bd8b73fc58b8e099ce68e9f6d3df671d40e5e authored over 1 year ago by Egon Elbre <[email protected]>
content/doc/showcase: add G45W app

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

github.com/gioui/giouiorg - 96839d1172303f308efa0111270e960395441680 authored over 1 year ago by Egon Elbre <[email protected]>
app: fix windows build

Signed-off-by: Egon Elbre <[email protected]>

github.com/gioui/gio - d62057a62e67f529cf40351f2c1a15fc2287fa2c authored over 1 year ago by Egon Elbre <[email protected]>
content/doc/showcase/gotraceui: use smaller image

Signed-off-by: Egon Elbre <[email protected]>

github.com/gioui/giouiorg - 701909b53731f7ba511106611662f680d0122eda authored over 1 year ago by Egon Elbre <[email protected]>
widget{,/material}: surface line height manipulation

This commit surfaces fields to manipulate the line height of all label and editor
types. It's un...

github.com/gioui/gio - ddf770b9d533655b24e7f7fd2a2cb66e4bc7a4c4 authored over 1 year ago by Chris Waldon <[email protected]>
widget/material: allow configuring default typeface on theme

This commit introduces the material.Theme.Face field, which will automatically
populate the Font...

github.com/gioui/gio - acab5824872d1bbf681e28df84b59247f10bef1c authored over 1 year ago by Chris Waldon <[email protected]>
go.*,text,font{,/opentype},app,gpu,widget{,/material}: [API] load system fonts

This commit updates the text package to be able to load system fonts. As a consequence,
applicat...

github.com/gioui/gio - 43c47f08835cbc3db1614ac4af2c70a048493cb9 authored over 1 year ago by Chris Waldon <[email protected]>
text: add family DSL parser

This commit adds a parser for a simple domain-specific language that
can express a comma-delimit...

github.com/gioui/gio - 6384ab6087dda1d1b619f84f2d878f31782a65f2 authored over 1 year ago by Chris Waldon <[email protected]>
app,internal/debug: define GIODEBUG env var

This commit defines an environment-variable-based debug mechanism allowing
users to toggle vario...

github.com/gioui/gio - babe7a292be0ca07d91de961e27c7d6a3e82a24e authored over 1 year ago by Chris Waldon <[email protected]>
app: [Android] ensure data dirs are set by window init

This commit alters the android backend to automatically populate some environment
variables as e...

github.com/gioui/gio - 92bc52c25c34d461f64e8274116e358b19f96ff2 authored over 1 year ago by Chris Waldon <[email protected]>
go.mod,.builds/*: update to Go 1.19

We only support the most recent two go versions, and using 1.18 prevents use of
atomic.Bool, fai...

github.com/gioui/gio - df782ea7c5cf02d46e3b2508bd2139b1ab06a57e authored over 1 year ago by Chris Waldon <[email protected]>
app/io: [android,js] add password keyboard hint

Fixes: https://todo.sr.ht/~eliasnaur/gio/517

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

github.com/gioui/gio - 74a87b10920841cdb800dc565d33f0b0ca882946 authored over 1 year ago by inkeliz <[email protected]>
text,widget: [API] implement consistent, controllable line height

This commit ensures that any given paragraph of text shaped by Gio will use a single
internal li...

github.com/gioui/gio - 6ea4119a3ceb36f009af1486e41b47f08c2239bd authored over 1 year ago by Chris Waldon <[email protected]>
font{,/{opentype,gofont}},text: [API] drop monospace font metadata

In the general case, it isn't possible for us to efficiently find system fonts that
are monospac...

github.com/gioui/gio - 15031d0b52e458f1b7ec509bb15dd342efe26783 authored over 1 year ago by Chris Waldon <[email protected]>
text: fix bitmap y offset computation

This commit fixes a bug that would incorrectly baseline bitmap glyphs text if the line
contained...

github.com/gioui/gio - 5606a961f2523264baf5a6c9e01ec49b0045d1b5 authored over 1 year ago by Chris Waldon <[email protected]>
gogio: [macOS] add notarizing

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

github.com/gioui/gio-cmd - 4128f253e857270fdc59a4e9a9d4b10f454c2935 authored over 1 year ago by inkeliz <[email protected]>
gogio: [macOS] fix signature on network-drives

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

Now, it will generate th...

github.com/gioui/gio-cmd - 42b1cd0f6c6341a95054f63a7735fb317ff4cadf authored over 1 year ago by inkeliz <[email protected]>
ci: use working debian image

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

github.com/gioui/gio-cmd - 7b925a6c25679ecbe0da5b78185b3b50645979a7 authored over 1 year ago by Chris Waldon <[email protected]>
ci: update to working debian image

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

github.com/gioui/giouiorg - 0cfff6848ca3c6a2fc8bd72b1d89ab7199e53602 authored over 1 year ago by Chris Waldon <[email protected]>
content/news: add june newsletter

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

github.com/gioui/giouiorg - 1a62f553aa700df754f4f8d314cee9f32b75ca91 authored over 1 year ago by Chris Waldon <[email protected]>
go.*,docs: update to gio{,-x}@v0.1.0 and document tag policy

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

github.com/gioui/gio-example - 550f56acde40fcb7cd0683396126b367825e74b1 authored over 1 year ago by Chris Waldon <[email protected]>
go.*,docs: update to gio v0.1.0 and update README

This commit updates x to use Gio v0.1.0 and adds the tag policy to
the README.

Signed-off-by: C...

github.com/gioui/gio-x - 1004d1652b87c26644e452fbe095bb09f6b93f13 authored over 1 year ago by Chris Waldon <[email protected]>
doc: update readme with tag policy

This commit adds a note describing our tagged-version policy to the README.

Signed-off-by: Chri...

github.com/gioui/gio - 6d925a12ffa3a5ab4047be6ecd35e00982d725c9 authored over 1 year ago by Chris Waldon <[email protected]>
widget/material: use offsetlast in scroll position calculations

This commit updates the logic that computes scroll viewport coordinates to correctly
consume lay...

github.com/gioui/gio - cc2d2c0abf3ba7dcbc1979c48ef7b4bff88bc432 authored over 1 year ago by Chris Waldon <[email protected]>
gogio: add ldflags support for the macos build

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

github.com/gioui/gio-cmd - 940364d3e94ab0fd51b8c6efd0887d6c50cc6a2f authored over 1 year ago by Tobias Gesellchen <[email protected]>
go.*,notify: update gio-x and demonstrate ongoing notifications

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

github.com/gioui/gio-example - 26ff103132b69be0a96238b3b72a8687c02eea1e authored over 1 year ago by Chris Waldon <[email protected]>