No description
  • Go 89.6%
  • C 7.1%
  • Java 1.7%
  • Objective-C 1.5%
Find a file
CoyAce 9966e922f9 widget: fix text selection and selection area rendering issues
1. When selecting multiple lines of text, the rendered selection area does not include the last character of the first line.
2. When selecting a specific line (other than the last line) in multiline text, the last character of that line cannot be selected.

Signed-off-by: CoyAce <AkeyCoy@gmail.com>
2026-01-29 07:19:39 -05:00
.builds .builds: fix builds 2025-12-28 10:45:38 +01:00
app app: [Android] delete redundant dataDirChan 2026-01-07 13:10:33 +01:00
f32 f32: add tests for Affine2D transformations 2025-07-12 09:43:08 +02:00
font [text, font] Bump go-text version to 0.2.1 2024-12-18 13:28:10 -05:00
gesture layout,gesture: add option to handle vertical scroll on horizontal list 2025-05-16 16:52:45 +02:00
gpu Revert "gpu: replace f32.Point/Rectangle with image.Point/Rectangle" 2025-12-18 10:13:20 +01:00
internal internal/stroke: quickly handle zero length normalization 2025-07-28 21:28:31 +02:00
io all: avoid collides with builtin min/max functions 2025-07-14 10:14:12 +02:00
layout layout: add Values map to Context 2025-06-24 13:45:59 +02:00
op op/clip: add bounds expansion after move 2025-07-16 09:46:32 +02:00
text text: correct arabic diacritics handling 2026-01-15 07:33:20 -05:00
unit unit: add PxToDp and PxToSp 2023-01-01 10:19:50 -06:00
widget widget: fix text selection and selection area rendering issues 2026-01-29 07:19:39 -05: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 app: add custom scheme support 2025-12-15 22:20:54 +01:00
go.sum app: add custom scheme support 2025-12-15 22:20:54 +01: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.