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

generators: remove arraylist

github.com/gioui/uax - af87d5b52d545f166782c85f134ec2d04b78dafb authored almost 3 years ago
generators: remove arraylist

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

github.com/gioui/uax - cef7d2d61164d57e68c38cc2b00e85ec5dbe7841 authored almost 3 years ago
internal/stroke: optimize arc drawing

Arc with a small angle doesn't need many segments.

Updates: https://todo.sr.ht/~eliasnaur/gio/3...

github.com/gioui/gio - 3fd231367f4a316c9474a8ba9ca6e129a97fe272 authored almost 3 years ago
cmd/gogio: [Android] export GioActivity to please Android 32 and later

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

github.com/gioui/gio - 99f6224eb72c1c3e530185706bbed5016f32078d authored almost 3 years ago
.builds: disable Vulkan on FreeBSD

Running GPU tests on freeBSD currently fails with

vulkan: vkCreateGraphicsPipelines: error -8

...

github.com/gioui/gio - 317635b17660da96f87dca4071a37d47cdab035b authored almost 3 years ago
gpu/internal/vulkan: [Vulkan] replace Device/QueueWaitIdle with fences

vkDeviceWaitIdle and vkQueueWaitIdle are expensive; a vkFence is cheaper
and the usual way to en...

github.com/gioui/gio - e8aa881d40f8241d4ecbdf538bc98f91b7490c42 authored almost 3 years ago
gpu/internal/vulkan,internal/vk: allocate descriptor sets in batches

We know exactly the configuration and number of sets in each pool, so
we may as well allocate th...

github.com/gioui/gio - 7785310e9dec50d7b2a6353a039ecc3d655638a4 authored almost 3 years ago
app: [Android] re-introduce Choreographer for frame pacing

According to #375, change b86928ceecf6800069cfd5a92e5b6f2216367fe5
increased frame pacing jitter...

github.com/gioui/gio - b48b1270a3f476a960e891761b2fd7406e315a89 authored almost 3 years ago
gpu/internal/vulkan: resize descriptor set pool correctly

Before this change, the resized descriptor set pool would never
increase, defeating the purpose ...

github.com/gioui/gio - c244b7c34991be6d06cac853a50afc3851b2d303 authored almost 3 years ago
gpu: minimize FBO resizes in current renderer

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

github.com/gioui/gio - eeb2febfea01cda47bd46e76f08b3f80347fce46 authored almost 3 years ago
gpu,app: don't call time.Now when not profiling

runtime.nanotime1 shows up in profiles on Android, so avoid calling
time.Now when we can.

Signe...

github.com/gioui/gio - f19b16fecc8fc053f6ae3e69653b9b05ffc39164 authored almost 3 years ago
app: [macOS] ensure only one redraw request is in flight at any time

After 34f10d9cbb3a45da2ecb8a9fab60b0a5995c1a31, the display link callback
will never block. Howe...

github.com/gioui/gio - 083d407b472b0ffc83354ca6b20f50bb32c95a90 authored almost 3 years ago
widget/material: make clickable respect constraints

This change makes material.Clickable propagate the constraints it is
invoked with to the widget ...

github.com/gioui/gio - cf787a1a8c0a100058c4d86c9f7c16c8a2c975e6 authored almost 3 years ago
cmd/gogio: bump Android target SDK to 31

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

github.com/gioui/gio - 9b2bdf6c0c1e1d584c264b144d0ced43df07cef4 authored almost 3 years ago
io/router: replace cursor stack with area field

There's no need to track cursors separately from areas.

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

github.com/gioui/gio - 3e18a310af312d0daa61a80cffc386f45d586086 authored almost 3 years ago
io/router: always choose the topmost cursor among candidates

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

github.com/gioui/gio - 99bb5429601e9162af53adfb8da4bfb386875716 authored almost 3 years ago
io/router: ensure root pointer area in deferred calls

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

github.com/gioui/gio - 68544111c1804fceeae704e8829137496f3c4daa authored almost 3 years ago
app: [windows] fix maximized window size

Previously, the window size is equal to the screen size. That doesn't
consider the size of the t...

github.com/gioui/gio - b82427d412b64c902c024392e3807c5ee28ca678 authored almost 3 years ago
.builds: upgrade Android builds tools and SDK

Fixes the build.

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

github.com/gioui/gio - 2b0898fc67debea16736a211c600ba1bb0a8d0c0 authored almost 3 years ago
component: defer modal layout

This commit alters the ModalStyle to defer laying out the
scrim and modal widget. This was alway...

github.com/gioui/gio-x - 729e3a00f875ea037bb8492dbe87e4a58f7dbcf5 authored almost 3 years ago
mod: bump gioui.org and gioui.org/x

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

github.com/gioui/gio-example - e051ef6e06ab1130c55d9ff49ab3327bf552ac9a authored almost 3 years ago
app: replace C-to-Go handle maps with cgo.Handle

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

github.com/gioui/gio - c0c25b777b1e3a394156dac5f6acfca4f62d6fd4 authored almost 3 years ago
app/internal/windows,app: [Windows] generalize windows.GetPointerLong

We're about to use it to store the Go window cgo.Handle.

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

github.com/gioui/gio - 95365d587865d24a0cdf7f208e1fe79faa5371ef authored almost 3 years ago
app: [iOS] disable fallback decorations

Before this change, the iOS backend would not report decoration
support at window creation.

Sig...

github.com/gioui/gio - b9e8a177f0e602a6e14b181e95a7ed77fe36ff5b authored almost 3 years ago
.builds: upgrade to Go 1.17.7

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

github.com/gioui/gio - 09309d330d0b809f02c3ef9ab2d715bd31668c47 authored almost 3 years ago
all: replace unsafe slice operations with unsafe.Slice

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

github.com/gioui/gio - fea2f888bbc0e6d370f07c67ef3503907b1bf153 authored almost 3 years ago
go.*: upgrade to Go 1.17

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

github.com/gioui/gio - af8ca964144ddbc927dca78e501e8a53e852bc02 authored almost 3 years ago
app: [Android] avoid a null pointer exception at initialization

GioView.onCreateView may call methods on the imm field of GioView.
Make sure it is initialized b...

github.com/gioui/gio - b0838bf697fed8eeba7570783ae9ebe72fd1b954 authored almost 3 years ago
widget: test caret coordinates

This commit adds a check that caret coordinates never exceed
the max constraints of the editor.
...

github.com/gioui/gio - 9b69233924e5dd8aa400e992f600099f2e861a89 authored almost 3 years ago
app: [macOS] redraw when window moves to a different monitor

The monitor may have a different backing store scale, yet the
system doesn't redraw automaticall...

github.com/gioui/gio - 1fa9dd0fd0ccea9c63529dd4f36e823ae1f764f9 authored almost 3 years ago
Revert "app: [macOS] pace display link"

This reverts commit 11f39582b84703c33d3aae4c1b703698a1bb4ea6 that
introduced pacing of display l...

github.com/gioui/gio - 34f10d9cbb3a45da2ecb8a9fab60b0a5995c1a31 authored almost 3 years ago
component,richtext: update pointer.Cursor usages

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

github.com/gioui/gio-x - 8b9099e590c1bd71b53e9beacef007cb72af3c06 authored almost 3 years ago
app,io/pointer: [API] remove CursorNameOp and rename CursorName -> Cursor

It's now possible to directly user pointer.Cursor to add to the ops.

pointer.CursorText.Add(...

github.com/gioui/gio - cdb288d1f98a50b377cc6e916edabb297977670d authored almost 3 years ago
io/pointer: [API] make cursor name into a byte

Add most of the common cursors defined by different systems.

Normalize cursor names to match CS...

github.com/gioui/gio - 4172566aad20b09eed0803873f15942671ccb10c authored almost 3 years ago
widget: fix Editor.CaretCoords when scrolled

This commit fixes the position returned by Editor.CaretCoords
to account for the scroll position...

github.com/gioui/gio - a401d7aaff5c93ee7bd8083a078849a9e41798f2 authored almost 3 years ago
widget: reset focused states when disabled

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

github.com/gioui/gio - 79bfd3adbd3200e6964c4f4ad5912c7aad092919 authored almost 3 years ago
app,io/router: map Androids' DPAD_CENTER to a click

Mapping it to key.NameReturn confuses widgets such as Editor that
treats clicks separate from re...

github.com/gioui/gio - 21431975de8abedf38b4d82092bd51c4c0e8b5a9 authored almost 3 years ago
widget/material: add focus and hover indicators to Clickable

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

github.com/gioui/gio - 50e35c9c3fd2bd6c3a74f5b2eac09ae298449a0a authored almost 3 years ago
app: ensure Window.Invalidate redraws after delivering events

Events such as system.CommandEvent may result in Invalidate being
called. Ensure animation state...

github.com/gioui/gio - f711e7eaa8214a6b3c4b63bcd3fa5387cb66ef55 authored almost 3 years ago
widget: treat enter and space as clicks on release, not press

Matches the usual behaviour of GUI toolkits.

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

github.com/gioui/gio - aaf457d6e1a5b90b71c35798e81d6cb3513d3344 authored almost 3 years ago
opengl: render on app thread, not window event loop thread

Binding a GPU context to a window surface must happen on the event
thread, but rendering doesn't...

github.com/gioui/gio-example - e49702a67fb01f60b83a3be14552c243234bb79a authored almost 3 years ago
internal/f32color: add support for light widgets to Hovered

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

github.com/gioui/gio - 2bea9a373691c7dedc5f31c0aa580b34fda696eb authored almost 3 years ago
internal/f32color: extract color mixing into separate function

Refactor to enable Hovered for light widgets.

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

github.com/gioui/gio - b74c9f96035df39f23a265a172343baa641d41df authored almost 3 years ago
io/router,app: add support for directional focus moves

Implement support for up/down/right/left directional focus moves
and map Android directional pad...

github.com/gioui/gio - 73eabb352d7e486fd59c82a76898e7f0372434af authored almost 3 years ago
io/router: move focus on tab and shift+tab

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

github.com/gioui/gio - 2e9df04a7ba9c4eb5078e00aaa589218bf3a319e authored almost 3 years ago
app: [Android] map numpad enter to key.NameReturn

Matches the other platforms by distinguishing NameReturn from NameEnter.

Signed-off-by: Elias N...

github.com/gioui/gio - eb48b45913ff92b6825f54cb08921b07555c65f8 authored almost 3 years ago
widget,widget/material: make Clickable widgets focusable

This change adds focus and keyboard control to Clickable widgets.
They now consider a press of t...

github.com/gioui/gio - cd2ade0583631db52346d4a283f49e36a69e4656 authored almost 3 years ago
widget: only ask for software keyboard once per click

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

github.com/gioui/gio - 8ff10a2068be5fd24e92603ab3f75911bb26ef8c authored almost 3 years ago
widget: fix editor's io.Seeker implementation

For some reason, widget.Editor had a Seek method that ignored
the supplied offset and always see...

github.com/gioui/gio - a7afa4d6d19ae25ed9de17067df1ef26c765e352 authored almost 3 years ago
app: [macOS] pass key events to system before handling them

This change solves an issue where an editor key press such as
backspace would apply before the I...

github.com/gioui/gio - 7f90f04c074d86031f48cae0370b2ac06b36a292 authored almost 3 years ago
content/doc/architecture: remove obsolete text about Add

The content referred to clip.Op.Add, which is removed in
favor of Push/Pop.

Signed-off-by: Chri...

github.com/gioui/giouiorg - 308259a62e02ea55543b45b9bec9acb33911a2fd authored almost 3 years ago
include/files/architecture: balance ops in helpers

This commit balances the push/pop of clip and offset operations
in the helper functions for the ...

github.com/gioui/giouiorg - 8b0179a740984f02ed1abc2ddb955407eed60ae4 authored almost 3 years ago
io/pointer: rename cursors to match the JavaScript DOM

The names are a better match for layout.Direction.

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

github.com/gioui/gio - 730e04630ce5314dda1b68aa3372ff9834cf0030 authored almost 3 years ago
app: [Wayland] always refresh frame pacing notification

Apparently, a Wayland server such as Sway and River may not issue
a frame pacing callback create...

github.com/gioui/gio - 2e91edafbbb2244ee42810dd6e6ac665e0f1ee19 authored almost 3 years ago
op/clip: don't panic when stroking empty path

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

github.com/gioui/gio - 773a7e48a0f223358f818e7ef63da6cbad6403eb authored almost 3 years ago
app: [macos] add missing cursors

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

github.com/gioui/gio - e9e00994cf79350a11be4032e084462b7f35fb60 authored almost 3 years ago
app: [windows] add missing cursors

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

github.com/gioui/gio - b7a42da386e6e4fb29638cd8f00b5fdab726d03e authored almost 3 years ago
widget: remove pointer area padding from Editor

Pointer padding was introduced in bfece0bebacb5cec4fdf5682b886333e03b6549b.
I don't remember why...

github.com/gioui/gio - bed5902476c408308230c4d4dfb53e81d4ca1a6e authored almost 3 years ago
app: remove defer op in window decorate

Fixes: https://todo.sr.ht/~eliasnaur/gio/361
Signed-off-by: Pierre Curto <[email protected]>

github.com/gioui/gio - 20d4bc21d595f7566570a556f9a73cca3254fcb3 authored almost 3 years ago
widget: adjust Draggable.Pos to be relative

When dragging objects around an area, it is easier to
reason with the relative movement of the d...

github.com/gioui/gio - 42ea56ac44ea8aad8cd5106b1a50c7e42329b689 authored almost 3 years ago
explorer: allow no extensions on linux

This commit fixes a bug in the linux backend that would fail
to present a file selector if no ex...

github.com/gioui/gio-x - d5cf750ab827c1ac983bd66e7e4ab0383896ef04 authored almost 3 years ago
app: [Android] handle DPAD_CENTER keycode

see https://developer.android.com/reference/android/view/KeyEvent#KEYCODE_DPAD_CENTER

cc https:...

github.com/gioui/gio - 27762fdd465845931cd3bdec73ad1fdad1188e17 authored almost 3 years ago
widget: replace segmentIterator with simpler functions

The replacement functions all use the single seeking function, seekPosition.

Signed-off-by: Eli...

github.com/gioui/gio - 41489fb7321f14bff0041c4fca6b4dc691f6dc66 authored almost 3 years ago
widget: extract seeking logic from Editor.closestPosition

We'd like to re-use the Editor.closestPosition seeking for
segmentIterator.Next; this change ext...

github.com/gioui/gio - b7341672e394b1b7f31965559da87a88d590cc3c authored almost 3 years ago
component: expand ContextArea's positioning options

This commit allows users to position a ContextArea's contextual widget
at a fixed location inste...

github.com/gioui/gio-x - 22cb65b523fd1a3934b1ee067973e4388535690d authored almost 3 years ago
widget: fix moveLines residual x offset calculation

Commit c22138f5f broke it, this change fixes it.

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

github.com/gioui/gio - 2df3db361f2899da265dff9f23ed601ef74d44bf authored almost 3 years ago
io/key: update stale comment

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

github.com/gioui/gio - 845d35dd502f510f8d7b52c5cd522b1956737c01 authored almost 3 years ago
internal/gl: [js] replace Call to Bind/Invoke

Before that patch, the Call function was used to call each
JS function related to WebGL. The Cal...

github.com/gioui/gio - 182e701081d4e1e428ef774607c651c667516b1f authored almost 3 years ago
content/doc/architecture: use ops.Reset instead of recreating

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

github.com/gioui/giouiorg - 57881f1ba7925307399b96d9c45b7b60161793ba authored almost 3 years ago
go.mod: bump gioui dependencies

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

github.com/gioui/giouiorg - 6556fa20e69ae8644cd73e08ea4cbd59e35838eb authored almost 3 years ago
app: [Wayland] process key repeat events properly

The recent IME changes broke Wayland key repeating. This change
fixes it.

Fixes: https://todo.s...

github.com/gioui/gio - 0d32ab3f62dc6c5c15f542f4e045106ed795c058 authored almost 3 years ago
app,widget,io: implement IME positioning

This change implements reporting of the caret position from Editor, as well
as Windows, macOS, A...

github.com/gioui/gio - 31f55232bfc78c940103d466e7d343d64e992c48 authored almost 3 years ago
app: [Windows] simplify GetWindowRect, delete old workaround

Go issue #34474 was fixed in 1.14 and backported to 1.13.

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

github.com/gioui/gio - cffa748c6a02bba2535e326f9d6429ec5252cb00 authored almost 3 years ago
app,app/internal/windows: [Windows] implement IME support

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

github.com/gioui/gio - 27e0b9cc7d07a3fa17a0889c913b9ccd151f8b75 authored almost 3 years ago
app: [macOS] don't reset IME snippet when not needed

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

github.com/gioui/gio - 3eeb08b4a1ce65092fcbba482a288113e5d97733 authored almost 3 years ago
app: remove redundant if check

EditorStateChanged is only called when the old and new states
differ.

Signed-off-by: Elias Naur...

github.com/gioui/gio - bace7062406ff1d1708576a877108ea5be76d40a authored almost 3 years ago
app: always preserve IME snippet replacement text

When a text range in the IME snippet is replaced, the replacement
is discarded if the range don'...

github.com/gioui/gio - 216f2c32955669fae06ec2fd570d416c81c3629d authored almost 3 years ago
widget: test cursor motion in all editor permutations

This commit adds a testcase to catch unexpected panics in the
editor's scroll offset logic intro...

github.com/gioui/gio - 9e23412a01941ec22c5feb46183ecf50cca26b1f authored almost 3 years ago
op/clip: specify path for stroked Rects

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

github.com/gioui/gio - ce116abdedab45e77c42317ea5d5fb6516c043df authored almost 3 years ago
gpu/internal/opengl: ensure Backend.queryState is idempotent

Backend.queryState sets GL_ACTIVE_TEXTURE to access texture bindings; this change
makes sure GL_...

github.com/gioui/gio - 242045f66252db6ae78a12888623fe2a242d1b48 authored almost 3 years ago
app: [Android] remove dead code

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

github.com/gioui/gio - 887ba1b6e9e303e85467d4f58151fefd91974ce6 authored almost 3 years ago
widget: fix build on Go 1.17

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

github.com/gioui/gio - 912ddb95f8de6050fd5e9c0f267b28a8bee689f5 authored almost 3 years ago
app: [macOS] implement IME support

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

github.com/gioui/gio - b162ed56d78978f539acd8aa0366c861f41f5d1b authored almost 3 years ago
app: [Android] move UTF-16 to UTF-32 conversion routines to Go

They're easier to test and can be re-used for macOS/Windows.

While here, add a Go 1.18 build ta...

github.com/gioui/gio - 98b02176dba2e6e9d45a0707063788e3283be75b authored almost 3 years ago
app: [macOS,iOS] don't use [NSString UTF8String]

UTF8String is lossy in the presence of nul (\x00) runes.

While here, don't CFRelease the input ...

github.com/gioui/gio - ef9e4071e72463e6ff639b3d261de007225d55db authored almost 3 years ago
widget: ensure buffer.Read does nothing to read zero bytes

This commit ensures that the edit buffer used by widget.Editor
does not get EOF when trying to r...

github.com/gioui/gio - b28307baeb6fcfa330a2670cbec12a6f2967a4d9 authored almost 3 years ago
widget: push calls to Editor.makeValid to lower-level indexPosition

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

github.com/gioui/gio - e32925d6a3c44984c4d4e38e94536c50acb0b503 authored almost 3 years ago
widget: don't adjust selection in Editor.makeValid

Only rune positions are tracked for carets, and they only need adjusting
when changing Editor co...

github.com/gioui/gio - 430aee39be94cfd635e1c0a36010be1a848a59f4 authored almost 3 years ago
content/architecture/drawing: add info about clip.Stroke

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

github.com/gioui/giouiorg - 7e2a7b186be11cf4ca41c87c35eb4bfa3b1db886 authored almost 3 years ago
haptic: fix erroneous build constraints

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

github.com/gioui/gio-x - 60bcbabb6b021ae4b97afdc60a6fdae3528233cc authored almost 3 years ago
app: ensure derived events are processed

A range loop may not see all items in a slice that is appended to during
iteration. Convert rang...

github.com/gioui/gio - 9d778d7bde573e632ffcf6e221f2f5270bdff46a authored almost 3 years ago
internal/stroke: don't draw round join if angle is NaN

References: https://todo.sr.ht/~eliasnaur/gio/331
Signed-off-by: Andy Balholm <[email protected]>

github.com/gioui/gio - 44c9fb7448abfa7a12e1e547e269fe8618b0bec6 authored almost 3 years ago
app,widget: implement Editor IME support, add Android implementation

Fixes: https://todo.sr.ht/~eliasnaur/gio/116
References: https://todo.sr.ht/~eliasnaur/gio/246
S...

github.com/gioui/gio - 58cdb3e1da2ef8986a72e4a097beb6e31fb03073 authored almost 3 years ago
widget: track only Editor caret start in runes

The other information can be queries at use.

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

github.com/gioui/gio - c22138f5f81c8e97841b605a1f7f5728cb3e3b30 authored almost 3 years ago
widget: track only rune offset in Editor caret end

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

github.com/gioui/gio - e323afa82248f154191b4d68f57ae6a0ce46621d authored almost 3 years ago
widget: replace Editor.makeValidCaret

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

github.com/gioui/gio - ff245361a4a4394a982d6fe6e52061150924e9bd authored almost 3 years ago
widget: replace Editor.movePosToEnd, movePosToStart

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

github.com/gioui/gio - 45078813b39e1755fede98aa97983b0bdd59d959 authored almost 3 years ago
widget: replace Editor.movePos

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

github.com/gioui/gio - 3a70eaa9c12a217c850dd49c20c7524ae62c63af authored almost 3 years ago
widget: replace Editor.seek

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

github.com/gioui/gio - 3ce403f8514546b7e1c4158a83536cc3dbdc5550 authored almost 3 years ago
widget: replace Editor.movePosToLine

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

github.com/gioui/gio - c071750ed9f596346a3193507a0e2437b1e23a54 authored almost 3 years ago