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

io/input,io/key: [API] replace SoftKeyboardOp with a command

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

github.com/gioui/gio - 5dd41f74d379972554b43135d1a5381911af639d authored 11 months ago by Elias Naur <[email protected]>
io/key: delete Event.String

The String method doesn't add anything in addition to the default Go
formatting of the type.

Si...

github.com/gioui/gio - e19a2488153371882c87fa19fdb994ab724c6dc7 authored 11 months ago by Elias Naur <[email protected]>
io/input,io/key: [API] replace SelectionOp with command

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

github.com/gioui/gio - 813d83664171f8fea593bbff3b1c2981172b8935 authored 11 months ago by Elias Naur <[email protected]>
widget: [API] re-implement Clickable.Focus with a command

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

github.com/gioui/gio - 627e028d3cf3bdceecb88cb6873e36d503f483f8 authored 11 months ago by Elias Naur <[email protected]>
material: fix documentation of using buttons

Signed-off-by: James Stanley <[email protected]>

github.com/gioui/gio - 7cfd226b5797ffe4782bf3ccfd81999d409b7672 authored 11 months ago by James Stanley <[email protected]>
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...

github.com/gioui/gio-cmd - aa418504058ef0733aafede8fe3121b3fdeb02f4 authored 11 months ago by Elias Naur <[email protected]>
gogio: replace deprecated calls

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

github.com/gioui/gio-cmd - 7a117566caa11eac8cb435df1d560806e4cf70a6 authored 11 months ago by Elias Naur <[email protected]>
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...

github.com/gioui/gio-cmd - a24a395e5ff5ae2b5d61d40f42844c5e27cca19f authored 11 months ago by Elias Naur <[email protected]>
internal/gl: fix startup crash on openbsd from libGLESv2 naming

Signed-off-by: Danny Wilkins <[email protected]>

github.com/gioui/gio - 05d28ad76a4946b4e0d0cb0ceb34c9337fd81724 authored 11 months ago by Danny Wilkins <[email protected]>
richtext: [API] fix widget update lifecycle

This commit updates richtext to have a split update+layout API like the rest of
Gio, and fixes s...

github.com/gioui/gio-x - 63894e7a18f806c668844bc9d89048aea8813446 authored 11 months ago by Chris Waldon <[email protected]>
doc/showcase: add Cryptopower

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

github.com/gioui/giouiorg - 49d5811d5bce57ddb38c62237d44caa6cea648a1 authored 11 months ago by Egon Elbre <[email protected]>
material: fix documentation of changing theme colours

Signed-off-by: James Stanley <[email protected]>

github.com/gioui/gio - adba14c06222816c459ddcb2ef5f98f1c07847b6 authored 11 months ago by James Stanley <[email protected]>
material: fix documentation of creating an icon

Signed-off-by: James Stanley <[email protected]>

github.com/gioui/gio - 40706d3782e63705b03f874c2710788925325990 authored 11 months ago by James Stanley <[email protected]>
gogio: change -version parameter to accept semver versions

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

github.com/gioui/gio-cmd - cb72b91a923828359cdc5ba1d287bdf38384b936 authored 11 months ago by Elias Naur <[email protected]>
go.*: update gio-x for nav bar bugfix

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

github.com/gioui/gio-example - c5bf31eb7a0223c094b99f3c2942ae565d72cb2f authored 11 months ago by Chris Waldon <[email protected]>
component: Fixes nav items in nav_drawer.go, which were not reacting to clicks, in gio-example/component example

References: https://gophers.slack.com/archives/CM87SNCGM/p1705105742914689.
Changed the order of...

github.com/gioui/gio-x - 0d2ba4c48bbe903ac70c4b2095cc4b0e2c12d0cb authored 11 months ago by Mearaj Bhagad <[email protected]>
go.*: update gio for wayland window decoration fix

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

github.com/gioui/gio-example - 91a66c8ee569d81e2fbc5c5b298d44ba299d4ae9 authored 12 months ago by Chris Waldon <[email protected]>
app: fix automatic window decoration action processing

This commit adapts the use of the automatic window decorations to the
event processing changes i...

github.com/gioui/gio - ab021c4566b50e23f411a48be41f896358fefd7b authored 12 months ago by Chris Waldon <[email protected]>
gpu: rename resourceCache to textureCache and use concrete key

The only remaining use of the cache is mapping handles to textures.
Using a concrete type for th...

github.com/gioui/gio - fe2a164d30c4dc13c63f27934877a91803b600d3 authored 12 months ago by Dominik Honnef <[email protected]>
gpu: remove unused cache parameters

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

github.com/gioui/gio - 4eca2c7d269eeea12497bdef6b0e3a266fefb08a authored 12 months ago by Dominik Honnef <[email protected]>
widget: don't refer to non-existent method Clickable.Clicks

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

github.com/gioui/gio - 7ea432fa130c2d3a754855736ccd72497ff6533b authored 12 months ago by Dominik Honnef <[email protected]>
gesture: adjust ClickKind.String for ClickType -> ClickKind rename

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

github.com/gioui/gio - e666ef35caa569c355b92b156f55c3a9201823c4 authored 12 months ago by Dominik Honnef <[email protected]>
widget/material: allow changing height & radius of progressbar

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

github.com/gioui/gio - a8ec3968d9a942ee8daf2aa8cf8703a80ddfaddc authored about 1 year ago by sewn <[email protected]>
go.mod: update gogio and example dependency

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

github.com/gioui/giouiorg - 3bfa7648950bc9efc1a15fcfcbb03deb149278fd authored about 1 year ago by Egon Elbre <[email protected]>
app: [Windows] tolerate gpu.ErrDeviceLost from Refresh

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

github.com/gioui/gio - 2128f7adea9bc0b77ea943db294df6543158ee7e authored about 1 year ago by Elias Naur <[email protected]>
flake.nix: upgrade to nixpkgs 23.11; upgrade to JDK 17

Apparently, newer Android SDKs now support Java versions newer than 8.
Finally.

Signed-off-by: ...

github.com/gioui/gio - a454d5fa3812f5efa3f7856c0e5ac3fba2406d29 authored about 1 year ago by Elias Naur <[email protected]>
app: don't route internal wakeup events to the Router

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

github.com/gioui/gio - 7d1ea0226727224870dd772c53a4401cb69e05a1 authored about 1 year ago by Elias Naur <[email protected]>
app: [Windows] fix restore size when leaving fullscreen

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

github.com/gioui/gio - f7aa4b5c81871d92b33f7e9691abadfca9082bd5 authored about 1 year ago by Elias Naur <[email protected]>
doc/{learn,architecture}: fix code for [email protected]

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

github.com/gioui/giouiorg - 69f590c012f168152d15cc35fc3d113091286171 authored about 1 year ago by Egon Elbre <[email protected]>
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...

github.com/gioui/gio-cmd - 607a9e37c5fd37003453f92c7e833e3d75ba212a authored about 1 year ago by Elias Naur <[email protected]>
widget: [API] rename scrollbar update method to update

This matches the convention of other state update methods. While here, remove useless
dimensions...

github.com/gioui/gio - e32417353ad38e26d708790b0640aa5cf8078e5e authored about 1 year ago by Chris Waldon <[email protected]>
widget/material: fix list scrollbar display

This commit fixes a visual misalignment in scrollbars resulting from subtle differences
in the s...

github.com/gioui/gio - 52987e53f60dc62fa26806b336f6850265d1878a authored about 1 year ago by Chris Waldon <[email protected]>
widget/material: add missing Update calls

Without the updates, the switch and radiobutton would use stale state
for layout.

Signed-off-by...

github.com/gioui/gio - c458eb30f02f9bc1f126551e057d38d04b2b509f authored about 1 year ago by Elias Naur <[email protected]>
content/news: fix example commit links

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

github.com/gioui/giouiorg - 26c515ee67eb35bb35249563e1b18d21a4e5f1a3 authored about 1 year ago by Chris Waldon <[email protected]>
go.*: update to gio v0.4.1

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

github.com/gioui/gio-example - fe672bac9d97b2059a6819c4f7a4824c8317f4fc authored about 1 year ago by Chris Waldon <[email protected]>
go.*: update to gio v0.4.1

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

github.com/gioui/gio-x - 23aab4cc20e0eb078bfaa1f6c405ff469348c0cf authored about 1 year ago by Chris Waldon <[email protected]>
content/news: add note about using race detector

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

github.com/gioui/giouiorg - 55cc5f4518389c22ad650960de69a81d0a698b74 authored about 1 year ago by Chris Waldon <[email protected]>
content/news: polish october-november newsletter

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

github.com/gioui/giouiorg - ac68e5420bff66d4c98d23803bc6fa9efd3c5c99 authored about 1 year ago by Chris Waldon <[email protected]>
io/pointer: fix godoc reference to renamed type

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

github.com/gioui/gio - d96c954769eb11d4987cfaec871b8f34f7dcadfd authored about 1 year ago by Chris Waldon <[email protected]>
content/news: add draft october-november newsletter

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

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

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

github.com/gioui/gio-example - 32ba1f1400b26531732b62fa158536939211823b authored about 1 year ago by Chris Waldon <[email protected]>
galaxy: fix incorrect variable names

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

github.com/gioui/gio-example - 027c3a0bdca147c340a65cfa7dbb8834deebc494 authored about 1 year ago by Chris Waldon <[email protected]>
go.*: update to gio v0.4.0

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

github.com/gioui/gio-x - e875018d8bb4553dd7705e5fe2f2768a3e852c33 authored about 1 year ago by Chris Waldon <[email protected]>
outlay,richtext: fix tests to use new API

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

github.com/gioui/gio-x - 3505fff3991c28b09b5e69bc5ba0077b4a92a356 authored about 1 year ago by Chris Waldon <[email protected]>
layout: add Background

It's relatively common to create a widget and then add a background to
it. Using layout.Stack ca...

github.com/gioui/gio - f39245df99bfef0d4eacc03cb3ea06904363cfcd authored about 1 year ago by Egon Elbre <[email protected]>
app: [macOS] activate app on ActionRaise if necessary

Calling window.Perform(system.ActionRaise) does not show the window on
the top if the app is cur...

github.com/gioui/gio - 8097df99301a63267ea57ba52f866a71602e622d authored about 1 year ago by Siva <[email protected]>
gogio: skip e2e test on macOS and other unsupported platforms

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

github.com/gioui/gio-cmd - 36ef219a61876720c6c2877a32f776c2672a5657 authored about 1 year ago by Chris Waldon <[email protected]>
7gui/timer: simplify event handling

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

github.com/gioui/gio-example - 35cdcbe4d4b6afae47526d6b432d382ad050e9d7 authored about 1 year ago by Egon Elbre <[email protected]>
all: collapse w.NextEvent with switch

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

github.com/gioui/gio-example - feb8e57e6aa5f85330b36b33e0ac8b351ff0d1f6 authored about 1 year ago by Egon Elbre <[email protected]>
.builds: fix apple builder

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

github.com/gioui/gio - fc6e51deba0edec4f01a5187b809772ab03fbb10 authored about 1 year ago by Elias Naur <[email protected]>
op/paint: add nearest neighbor scaling

This adds support for nearest neighbor filtering,
which can be useful in quite a few scenarios.
...

github.com/gioui/gio - 5fa94ff67b851fe4dd72332fffe6a23ce4a9beda authored about 1 year ago by Egon Elbre <[email protected]>
io/pointer: clarify the documentation for Event.Position

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

github.com/gioui/gio - 23b6f06e3e0bd85cc52d928f418db4d6692b39a7 authored about 1 year ago by Elias Naur <[email protected]>
go.*,all: update to new Gio APIs

This commit updates all examples to be compatible with changes in core APIs like
the new window ...

github.com/gioui/gio-example - dcf5e8d89db2810322fa15233e20bc450632d246 authored about 1 year ago by Chris Waldon <[email protected]>
go.*,colorpicker,component,debug,outlay,richtext: make compatible with latest Gio

This commit updates all widget/gesture event API use to be compatible with the
latest Gio APIs.
...

github.com/gioui/gio-x - e2613e1d936ce3b3b97c07e1f634366b46cdced1 authored about 1 year ago by Chris Waldon <[email protected]>
widget: test update-only editor logic

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

github.com/gioui/gio - c8801fe23370b7882ba2ca57b3f0ad4d3ac90650 authored about 1 year ago by Chris Waldon <[email protected]>
widget: [API] split text widget Update from Layout

This commit introduces Update(gtx) functions for both Selectable and Editor, allowing their
stat...

github.com/gioui/gio - 3fde0c00619a30343a2133237a050da8d5e7627c authored about 1 year ago by Chris Waldon <[email protected]>
text: add system font loads to debug log

This commit adds a GIODEBUG=text log message each time a system font is resolved.
This makes it ...

github.com/gioui/gio - 9d89f7c8b17c8217838d955f6c33bafba9c4a973 authored about 1 year ago by Chris Waldon <[email protected]>
text: [API] reduce size of Glyph.Runes to uint16

This shrinks text.Glyph from 72B to 58B.

LabelStatic/1000runes-RTL-arabic-32 63.62µ ± 0% ...

github.com/gioui/gio - df8a8789a341b379d883e687ee396b2c1f2600f7 authored about 1 year ago by Egon Elbre <[email protected]>
internal/ops: use uint32 for pc, version, macroID

4GB of render data should be sufficient for anyone.

By replacing an int with uint32, it allows ...

github.com/gioui/gio - 49296bd0ca9720cc2a408ac9d5f60e5ed7504700 authored about 1 year ago by Egon Elbre <[email protected]>
widget: optimize processGlyph

processGlyph does not modify the value, so there's no reason to
return the struct.

Signed-off-b...

github.com/gioui/gio - 48bd5952b17d2337b91781d029ddda5656734b66 authored about 1 year ago by Egon Elbre <[email protected]>
text: use a simpler hash

The hash calculation is a significant bottleneck in caching,
replace it with a simpler "add; mul...

github.com/gioui/gio - 62edabe137bc5752b09cb6dccf46c4d34b0a4ecf authored about 1 year ago by Egon Elbre <[email protected]>
app: unexport NewDisplayLink

It's not supposed to be used outside of package app.

Signed-off-by: Elias Naur <mail@eliasnaur....

github.com/gioui/gio - d078bf0ed73173c07740108db7647f028b4946cb authored about 1 year ago by Elias Naur <[email protected]>
debug: single debugger at a time and keyboard shortcuts

This commit ensures that only a single constraint debugger is active at a time within
a given wi...

github.com/gioui/gio-x - 2586de88c8ef722d299893bef967316e35d6e2e3 authored about 1 year ago by Chris Waldon <[email protected]>
cmd/giouiorg: upgrade App Engine runtime to Go 1.21

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

github.com/gioui/giouiorg - fa85b90b4423f1c9d156b6c1c01bc7a04d825b51 authored about 1 year ago by Elias Naur <[email protected]>
app: [macOS] don't free nil string in ReadClipboard

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

github.com/gioui/gio - ea58aacde27a6c7a912e86ce441bcedf4b603808 authored about 1 year ago by Elias Naur <[email protected]>
go.*: fix infinite recursion crash in component example

This commit updates to gioui.org/[email protected], which contains a bugfix for an accidental
recursion i...

github.com/gioui/gio-example - b9c5ea57399b95424a2ddbcec79de068cd1c7420 authored about 1 year ago by Chris Waldon <[email protected]>
component: fix recursion in truncating label style

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

github.com/gioui/gio-x - a4eb92dc2fbc9e68bd464bbd070456397b4ddd2e authored about 1 year ago by Chris Waldon <[email protected]>
widget: Update Selectable key filter

Selectable was using a key event filter copied directly from editor.go,
but it didn't actually p...

github.com/gioui/gio - ae2b1f42b27d4125eaa110bf51c81a1efea3b2ea authored about 1 year ago by Larry Clapp <[email protected]>
widget: use local random source to avoid deprecated rand.Seed

This change replace the global rand use with a local source, to avoid
the recently deprecated gl...

github.com/gioui/gio - 63fea3d2bd2507259e59b4073d4fad649c96dc0d authored about 1 year ago by Elias Naur <[email protected]>
Revert "app: [Wayland] avoid a race on the send side of the wakeup pipe"

This reverts commit 7fde80e8050b25df4f0592c0b8d8e25b66b4645d, because
Wakeup can no longer be ca...

github.com/gioui/gio - ce8475a0b92536364b07964a4f23a0166e152ef2 authored about 1 year ago by Elias Naur <[email protected]>
app: [API] replace events channel with an iterator interface

The goroutine started by Window.run runs concurrently with the user
goroutine receiving from Win...

github.com/gioui/gio - 37717d0df942d3c5ddc8ab68dfccb203f0aecee1 authored about 1 year ago by Elias Naur <[email protected]>
content/doc/architecture/color: add discussion on color

Color handling comes up quite often and it's useful to properly
explain it in one place.

Signed...

github.com/gioui/giouiorg - 266a8be685f0e9dc4cbbf28dedde4d3bf7635a6d authored about 1 year ago by Egon Elbre <[email protected]>
go.mod: bump [email protected]

Also add an explicit background filling, because WASM currently fills
the background black.

Sig...

github.com/gioui/giouiorg - a851087345e0b8e5a8529cb3d79f747a281c192a authored about 1 year ago by Egon Elbre <[email protected]>
.builds: bump Go version

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

github.com/gioui/giouiorg - 486935edf9b1eedb50da7b9ea9a953e0feaf6d6e authored about 1 year ago by Egon Elbre <[email protected]>
.builds: remove unused Chrome

Chrome was required when gogio was part of the repository. It is no
longer.

Signed-off-by: Elia...

github.com/gioui/gio - 7550d8544732ff048d37ca3950f959662ee67ed5 authored about 1 year ago by Elias Naur <[email protected]>
gesture: [API] rename gesture state update methods to Update

Change the gesture state update methods to align with the convention.

Signed-off-by: Elias Naur...

github.com/gioui/gio - c756986d9e79517bdb1efaf5f1fcd636ebb73c00 authored about 1 year ago by Elias Naur <[email protected]>
widget: [API] separate Float state update; remove min, max, invert parameters

This change allows users of Float to determine its state before Layout
by calling Update.

While...

github.com/gioui/gio - d42dae73f09f8d9425ff47ced6653e71a9b2ffdf authored about 1 year ago by Elias Naur <[email protected]>
io/router: [API] drop extra frame

This change removes the extra frame scheduled when events was delivered
during a frame. This ext...

github.com/gioui/gio - dc170033cd9f716cd8c68495c2a3dad238f456b7 authored about 1 year ago by Elias Naur <[email protected]>
widget: [API] move Enum state update to Changed, rename it to Update

Similar to an earlier change for other widgets, this change separate
Enum state changes for acce...

github.com/gioui/gio - fe85136f99271ca8213351ed42e2c4bf93178d8f authored about 1 year ago by Elias Naur <[email protected]>
widget: [API] separate state changes from Draggable.Layout to Update

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

github.com/gioui/gio - 23e44292bbeaea0fb633b1d1efe38ea00591096c authored about 1 year ago by Elias Naur <[email protected]>
widget: [API] move Decorations state update to Actions

Similar to a previous change for Clickable and Bool this change separates
state changes from Dec...

github.com/gioui/gio - b9837def5ce054a0a7daacf71840529e790afae7 authored about 1 year ago by Elias Naur <[email protected]>
widget: [API] rename Bool.Changed to Update and move state update to it

Similar to a previous change for Clickable, this change separates Bool
state changes to its rena...

github.com/gioui/gio - dc9787112231140361635546ea6c26f4f6dece2d authored about 1 year ago by Elias Naur <[email protected]>
widget: [API] move Clickable state update from Layout to Clicks

Before this change, Clickable state updates would happen in Layout.
However, that is too late in...

github.com/gioui/gio - 4a4fe5a69bc01a6b195308fcd84326ae5f537b5d authored about 1 year ago by Elias Naur <[email protected]>
gesture: [API] rename ClickType to ClickKind

"Kind" is the Go idiomatic name for distinguishing structs outside of
the type system.

Signed-o...

github.com/gioui/gio - 1686874d07cdfbe95632f7a43d68f0decb0837d0 authored about 1 year ago by Elias Naur <[email protected]>
io/pointer: [API] rename PointerEvent.Type to Kind

Kind is the idiomatic field name for distinguishing a struct without
using separate types.

Sign...

github.com/gioui/gio - 650ccea28d921b88a9d3413735a40a570264dcce authored about 1 year ago by Elias Naur <[email protected]>
io/semantic: [API] replace DisabledOp with EnabledOp

The double-negative DisabledOp is harder to understand than a
straightforward EnabledOp. Note th...

github.com/gioui/gio - e1b39288198c1a440a121f274275d9e7e2dc8014 authored about 1 year ago by Elias Naur <[email protected]>
content/news: add september newsletter

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

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

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

github.com/gioui/gio-example - e70eb142fe979303129f4fbb5cd2f1ff17609e7a authored about 1 year ago by Chris Waldon <[email protected]>
go.*: update to gio v0.3.1

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

github.com/gioui/gio-x - 4bee51db8506878be70b43fc14fd0397ff35d1f0 authored about 1 year ago by Chris Waldon <[email protected]>
debug: add global helpers with automagic state management

This commit adds two global functions that can use any unique tag to store the
constraint editor...

github.com/gioui/gio-x - 679b6cf3ac3aff3def25b09a157d55ec36bea63c authored about 1 year ago by Chris Waldon <[email protected]>
debug: display constraint/size values as text

This commit adds an overlay displaying the numerical values of the constraints.

Signed-off-by: ...

github.com/gioui/gio-x - 8819facf1b2dfa1909d8acbae10f1aeacc2f8dad authored about 1 year ago by Chris Waldon <[email protected]>
debug: define simple constraint editor

This commit defines debug.ConstraintEditor, a type that can be easily inserted
into layout code ...

github.com/gioui/gio-x - 01f5b441d8af294c33e2c29a855793799b889a45 authored about 1 year ago by Chris Waldon <[email protected]>
opacity: add example program for the new opacity layer operations

This commit adds a simple example that demonstrates how to use the new opacity
layer paint funct...

github.com/gioui/gio-example - d2e46ca2deef6a072700e8292cdb2ae8df92b5eb authored about 1 year ago by Chris Waldon <[email protected]>
go.*: update to latest gio

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

github.com/gioui/gio-example - ce20cf94e11b404c582c860201a271714a970120 authored about 1 year ago by Chris Waldon <[email protected]>
app: [macOS] fix transition from maximized to restored

The NSWindow.zoomed property is not reliable when a window is being
constructed. Only call it wh...

github.com/gioui/gio - b66dcc436c65f97a96c8a1f3908ed40897232984 authored about 1 year ago by Elias Naur <[email protected]>
gpu: fix opacity layer rendering on OpenGL

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

github.com/gioui/gio - 526db27c753b2e10d8755f153da36ab59d2fd3de authored about 1 year ago by Elias Naur <[email protected]>
customdeco: visually indicate if custom decorations are expected

Some platforms (notably X11) do not support custom window decorations. This change
makes the exa...

github.com/gioui/gio-example - 886731465a15d461824d833d4573faee1a26adef authored about 1 year ago by Chris Waldon <[email protected]>
gogio: add -tags to 'go list' command

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

github.com/gioui/gio-cmd - abc34cf117c8d5bd85c18bd9642fd4b20eef308c authored about 1 year ago by Masala <[email protected]>
component: update context area absolute position docs

This commit clarifies the documentation for component.ContextArea's AbsolutePosition
field to ma...

github.com/gioui/gio-x - 9b6e93428ceb57868e9e8193d94e125522e00544 authored about 1 year ago by Chris Waldon <[email protected]>
op/clip: prevent no-op path segments

This commit prevents the insertion of LineTo and QuadTo path segments that have
no visible effec...

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