No description
  • Go 89.6%
  • C 7%
  • Java 1.7%
  • Objective-C 1.6%
Find a file
Qian Nian acf5635575 widget/material: add hover state to window decorations
Decorations buttons already use widget.Clickable and draw press ink, but they don't draw a hover/focus background. This makes custom window decorations appear unresponsive when the pointer is over minimize, maximize, or close buttons.

Register each button's system action over its clickable area and draw the same hovered background used by other material buttons. This also lets platforms query the button action from the material decorations hit area.

Signed-off-by: qiannian <qianniancn@gmail.com>
2026-06-14 10:50:56 +02:00
.builds .builds: fix builds 2025-12-28 10:45:38 +01:00
app app: [Windows] don't propagate WM_WINDOWPOSCHANGED to DefWindowProc 2026-05-26 12:50:02 +02:00
f32 f32: add tests for Affine2D transformations 2025-07-12 09:43:08 +02:00
font font/opentype: fix font.Face creation 2026-05-18 14:30:12 -04:00
gesture gesture: refresh PointerID on Press and Enter 2026-04-30 06:19:20 +02:00
gpu all: run go fix 2026-02-18 08:36:57 +01:00
internal internal/egl: fix loadEGL caching error on Windows 2026-05-26 08:07:26 +02:00
io io/input: do not track scroll events as pointers 2026-05-18 09:05:32 +02:00
layout layout: add List.Gap for spacing out items 2026-02-19 08:01:55 +01:00
op op/clip: add bounds expansion after move 2025-07-16 09:46:32 +02:00
text go.mod: upgrade to github.com/go-text/typesetting@v0.3.4 2026-05-18 14:30:25 -04:00
unit unit: add PxToDp and PxToSp 2023-01-01 10:19:50 -06:00
widget widget/material: add hover state to window decorations 2026-06-14 10:50:56 +02:00
.gitattributes .gitattributes: disable Windows line ending conversion 2019-12-03 13:36:31 +01:00
flake.lock flake.*: upgrade to nixpkgs 25.05, use nixpkgs android SDK 2025-05-24 11:47:43 +02:00
flake.nix flake.*: upgrade to nixpkgs 25.05, use nixpkgs android SDK 2025-05-24 11:47:43 +02:00
go.mod go.mod: upgrade to github.com/go-text/typesetting@v0.3.4 2026-05-18 14:30:25 -04:00
go.sum go.mod: upgrade to github.com/go-text/typesetting@v0.3.4 2026-05-18 14:30:25 -04:00
LICENSE LICENSE: tighten license language 2020-12-11 16:42:04 +01:00
README.md doc: update readme with tag policy 2023-07-01 12:38:39 -04:00

Gio - https://gioui.org

Immediate mode GUI programs in Go for Android, iOS, macOS, Linux, FreeBSD, OpenBSD, Windows, and WebAssembly (experimental).

Installation, examples, documentation

Go to gioui.org.

builds.sr.ht status

Issues

File bugs and TODOs through the issue tracker or send an email to ~eliasnaur/gio@todo.sr.ht. For general discussion, use the mailing list: ~eliasnaur/gio@lists.sr.ht.

Contributing

Post discussion to the mailing list and patches to gio-patches. No Sourcehut account is required and you can post without being subscribed.

See the contribution guide for more details.

An official GitHub mirror is available.

Tags

Pre-1.0 tags are provided for reference only, and do not designate releases with ongoing support. Bugfixes will not be backported to older tags.

Tags follow semantic versioning. In particular, as the major version is zero:

  • breaking API or behavior changes will increment the minor version component.
  • non-breaking changes will increment the patch version component.