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

op/clip: add Rect.Add shorthand

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

github.com/gioui/gio - ac62e3a7ab85899e1f373fd11e1db6fcc55d6ccd authored over 4 years ago by Elias Naur <[email protected]>
widget/material: correctly apply alpha to ProgressBar color

color.RGBA values are pre-multiplied, so transparency must be applied
to all components.

Fixes ...

github.com/gioui/gio - 7a13c2c905ddb22b22faacaeb89168a282e13073 authored over 4 years ago by Elias Naur <[email protected]>
layout: expand Constraints documentation

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

github.com/gioui/gio - 5a8e1c5acfa84c3bb95fe7ecf8a208853b1143d3 authored over 4 years ago by Elias Naur <[email protected]>
all: use new rectangle and point convenience functions

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

github.com/gioui/gio - 013ea395b4cd396faad3e8d1bfd480956098ae07 authored over 4 years ago by Elias Naur <[email protected]>
layout,f32: add convenience functions for rectangles and points

layout.FRect, layout.FPt for converting from integer to floating point,
useful for drawing opera...

github.com/gioui/gio - d82eb8fc6617a3c4e92d1fb4ac70ebf69c14e469 authored over 4 years ago by Elias Naur <[email protected]>
example,cmd: bump gio version

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

github.com/gioui/gio - 99080023e449345a116b4f130fcf90685e8b3cb3 authored over 4 years ago by Elias Naur <[email protected]>
layout: add Exact for constructing rigid Constraints matching a size

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

github.com/gioui/gio - dac8ffc00271ae07c18dcfb1c608f284d9a7f7ea authored over 4 years ago by Elias Naur <[email protected]>
layout: expand Stack documentation

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

github.com/gioui/gio - 8a6d4f699cb7f2c647cb3fff7733bc39bbf19904 authored over 4 years ago by Elias Naur <[email protected]>
layout,widget: transpose Constraints to use image.Points for limits

Instead of

type Contraints struct {
Width, Height Constraint
}

use

type Cons...

github.com/gioui/gio - 7bf3265ccd387d643db3d270bf0f9d6cdc5bedd0 authored over 4 years ago by Elias Naur <[email protected]>
io/system: improve FrameEvent documentation

Phrase stolen from Egon's architecture document.

Replace tabs with spaces in the example while ...

github.com/gioui/gio - 67a9d9e9d7a0a15a7af9fbe38f00886bd0090e26 authored over 4 years ago by Elias Naur <[email protected]>
content: mention the sr.ht web-based patch flow on the front page

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

github.com/gioui/giouiorg - 5129bd0cdb038159d8a318b7b5ccde25b36e3049 authored over 4 years ago by Elias Naur <[email protected]>
f32: add package Rect shorthand function

Signed-off-by: Wagner Riffel <[email protected]>

github.com/gioui/gio - 0bf6de6cfad3c716567df99dfa1f9dbb058fb487 authored over 4 years ago by Wagner Riffel <[email protected]>
example,cmd: bump gio version

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

github.com/gioui/gio - dc7a8fd9ea9c1b2cef765b2e079fc94f2409f773 authored over 4 years ago by Elias Naur <[email protected]>
all: rename io/event.Key to Tag

Key had an unfortunate association with keyboard input.

This is an API change. The following re...

github.com/gioui/gio - 03db2817ace9fcea27ab368efa9154b917929885 authored over 4 years ago by Elias Naur <[email protected]>
content/doc: mention OpenGL ES 3 for the Android emulator

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

github.com/gioui/giouiorg - ec10bdeb168a0aa500bceb4b8e27d87757b7692a authored over 4 years ago by Elias Naur <[email protected]>
example/kitchen: add clipboard example

Updates gio#31

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

github.com/gioui/gio - e89277951c942593c27271875ddc6087d03bc185 authored over 4 years ago by Elias Naur <[email protected]>
app,io/system: implement clipboard reading and writing

The app.ReadClipboard and app.WriteClipboard can be used to interact
with the system clipboard. ...

github.com/gioui/gio - 59bc001677e2016d734c48ff1aa8f674eef177ca authored over 4 years ago by Elias Naur <[email protected]>
app/internal/window: [Android] move main thread dispatching to Go

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

github.com/gioui/gio - 503534e84e5943ad5981d644fa61228e11d88294 authored over 4 years ago by Elias Naur <[email protected]>
app/internal/window,app/internal/windows: implement Windows clipboard access

Update gio#31

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

github.com/gioui/gio - f210651b08a313beee1254843964121059b54051 authored over 4 years ago by Elias Naur <[email protected]>
app/internal/window: X11 clipboard support

Updates gio#31

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

github.com/gioui/gio - 7b5a03e0ecd701440f0b092e56fb477f425765bb authored over 4 years ago by Elias Naur <[email protected]>
app: implement Wayland clipboard support

Updates gio#31

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

github.com/gioui/gio - 2da1d37ce72a40864226699cc68f13c1cdb2fe91 authored over 4 years ago by Elias Naur <[email protected]>
app/internal/window: [wasm] implement clipboard

Update gio#31

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

github.com/gioui/gio - 20fc81a57afb33d6fe0456a1e5bbf25f52449833 authored over 4 years ago by Elias Naur <[email protected]>
app/internal/window: [iOS] implement clipboard

Updates gio#31

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

github.com/gioui/gio - bb4a02babc7bb387514524c37a9b33e5d6a80e1b authored over 4 years ago by Elias Naur <[email protected]>
app/headless: fold header files into Go preambles

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

github.com/gioui/gio - cfc1991dedf61f463d22f58207a96a59b976ad31 authored over 4 years ago by Elias Naur <[email protected]>
app/clipboard: delete

The implementation was too optimistic: some platforms require a
window context for accessing the...

github.com/gioui/gio - 4e3bc8f9aa23874c64c5a4374d605a5c11188548 authored over 4 years ago by Elias Naur <[email protected]>
app/internal/window: [macOS] move main thread dispatching to Go

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

github.com/gioui/gio - 85a75ee265ff20e1b9ac9cbe7ff0c4ff52c57dd2 authored over 4 years ago by Elias Naur <[email protected]>
app/internal/app: introduce runOnMain for main thread callbacks

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

github.com/gioui/gio - 65d79f295fe60cdad99429fcbfdea9e967dff10f authored over 4 years ago by Elias Naur <[email protected]>
app/internal/window: [macOS] assume valid view in synchronous draws

Asynchronous drawing happens only in onFrameCallback, where we have to
check for disappearing vi...

github.com/gioui/gio - 3569b0f31be4125e5fbd2797efed69bc1f941b91 authored over 4 years ago by Elias Naur <[email protected]>
app/internal/window: [X11] make the notification pipe wakeup only

Before, the wakeup pipe both woke the event loop and implied a redraw.
We're going to use the no...

github.com/gioui/gio - bd8757e51f0755f90166a75ef515e2e35379f293 authored over 4 years ago by Elias Naur <[email protected]>
app/internal/window: [macOS] run most callbacks on the main thread

Before this change, we had a viewDo that serialized a function on a view
on a single goroutine. ...

github.com/gioui/gio - a3dc2d6cdc88fcaa90557aca5de9605d0f582e23 authored over 4 years ago by Elias Naur <[email protected]>
app/internal/window: [iOS] fold header files into Go preambles

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

github.com/gioui/gio - 77899c79d9e5a154c0856f6b403052c2ae0f9675 authored over 4 years ago by Elias Naur <[email protected]>
app/internal/window: macOS clipboard support

Updates gio#31

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

github.com/gioui/gio - 9534337a43a7d7ef4ac3554bb59448e5245bf0d2 authored over 4 years ago by Elias Naur <[email protected]>
app/internal/window: [Android] implement clipboard

Updates gio#31

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

github.com/gioui/gio - 1e934673d795f437f3394bd0774df58eac8d53ce authored over 4 years ago by Elias Naur <[email protected]>
io/system: add ClipboardEvent for sending clipboard updates

Not wired up yet; each platform needs implementing low-level access
first.

Updates gio#31

Sign...

github.com/gioui/gio - 268e9e44b8fd52a75bb53e319495166931d3a77c authored over 4 years ago by Elias Naur <[email protected]>
app/internal/window: [iOS] move main thread dispatch to Go

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

github.com/gioui/gio - fc0c046cab5ea41c3b58702dad74b749ef9af975 authored over 4 years ago by Elias Naur <[email protected]>
app/internal/log: fold header file into Go preamble

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

github.com/gioui/gio - 0da1b1bdbcab7f594a4b6df5e85b904423b3484b authored over 4 years ago by Elias Naur <[email protected]>
app/internal/window: [Android] fold os_android.h into os_android.go preamble

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

github.com/gioui/gio - 5a0d18320259d6db35ebc09e980d6a720b2ec089 authored over 4 years ago by Elias Naur <[email protected]>
app/internal/window: [Wayland] fold os_wayland.h into os_wayland.go preamble

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

github.com/gioui/gio - bfbb95674baee1b7fb938e71012db35b39531fc3 authored over 4 years ago by Elias Naur <[email protected]>
app/internal/window: [macOS] fold header files into Cgo preambles

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

github.com/gioui/gio - 10a81bf217ba9b623485db40498c38fcda6add4a authored over 4 years ago by Elias Naur <[email protected]>
app: ignore incoming window events to dead windows

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

github.com/gioui/gio - 53e3f0027c592d61d54635648f55bcef5477f463 authored over 4 years ago by Elias Naur <[email protected]>
app: ensure waiting window requests are stopped when a window closes

The Android RegisterFragment method would leak a goroutine if called
after the window was destro...

github.com/gioui/gio - e093ea28f724a24c20f18d4492d97796c7cfff08 authored over 4 years ago by Elias Naur <[email protected]>
app/internal/window: [Wayland] make notifications wakeup-only

Before, notifying the event loop implied a redraw. Derive the need
for redrawing expliticly and ...

github.com/gioui/gio - b99151c211b9d09add801103a3156ee63ca9a732 authored over 4 years ago by Elias Naur <[email protected]>
Revert "gesture: only report TypePress for Click gestures if pointer is grabbed"

This reverts commit 062e2bc54b109c3ed6b2fa295c4a63aaedcda95d.

Reason: delays the press too much...

github.com/gioui/gio - f2fee00bab6e9b25fb123442b011f85ce39d776e authored over 4 years ago by Elias Naur <[email protected]>
app/internal/window: [Wayland] move notification channel to wlDisplay

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

github.com/gioui/gio - 26641344bc0e975094de477a83c9a1af91a744f8 authored over 4 years ago by Elias Naur <[email protected]>
app/internal/window: [Wayland] move event processing to wlDisplay

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

github.com/gioui/gio - 728c20ab4a4357f76e7f065a042521d101d7e32d authored over 4 years ago by Elias Naur <[email protected]>
app/internal/window: defer window and display destructors

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

github.com/gioui/gio - 9daf082d22f29214659ede242969fbeef9ec9f78 authored over 4 years ago by Elias Naur <[email protected]>
app: move GPU context validation and retry logic to separate method

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

github.com/gioui/gio - fd6f6c448510ab14e06735fa333908b924f194f9 authored over 4 years ago by Elias Naur <[email protected]>
app: move frame waiting code out of Window.run to a separate method

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

github.com/gioui/gio - 56dbaf326a927adb9c770e6a6debd90e656f6a56 authored over 4 years ago by Elias Naur <[email protected]>
app/internal/window: use a sync.Map for callback references

Multiple Wayland windows are now separate, except for the global callback
reference map. Use a s...

github.com/gioui/gio - cf72e684b62dac59051d3022698c7b57b78c0e49 authored over 4 years ago by Elias Naur <[email protected]>
app/internal/window: [Wayland] move window-specific resource checks to window

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

github.com/gioui/gio - 9259b8f743bda5617243ccd9e34f8b5d4e583026 authored over 4 years ago by Elias Naur <[email protected]>
app/internal/window: [Wayland] move cursor from display to window

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

github.com/gioui/gio - 44aec72d42fceff09866568297ff36f7d2ba0e2c authored over 4 years ago by Elias Naur <[email protected]>
app/internal/window: [Wayland] remove redundant event dispatch

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

github.com/gioui/gio - 55881fc09c185a6f0693a0d6c0583e0b18028e10 authored over 4 years ago by Elias Naur <[email protected]>
app/internal/window: [Wayland] delete unused field

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

github.com/gioui/gio - 28a3de6e32c9ba77491a4d4cd964abe9f6336544 authored over 4 years ago by Elias Naur <[email protected]>
app/internal/window: block Main until all windows are closed

With this change, the Wayland backend now supports multiple windows.

Signed-off-by: Elias Naur ...

github.com/gioui/gio - 0181f22d0138eb8e346fee70726b3f8962bf644a authored over 4 years ago by Elias Naur <[email protected]>
app/internal/window: [Wayland] move outputMap and outputConfig to wlDisplay

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

github.com/gioui/gio - 0aa7d4ab3fa78a7d95c46d7761b0d75b18bc1aed authored over 4 years ago by Elias Naur <[email protected]>
app/internal/window: [Wayland] use a single callback entry for each object

The callbackMap is used to look up Go references in event callbacks. Instead
of registering one ...

github.com/gioui/gio - 1a48b5c33c8b228df098394cb48d8e7aac91b866 authored over 4 years ago by Elias Naur <[email protected]>
app/internal/window: get rid of the global Wayland display

Instead, create a display for each window.

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

github.com/gioui/gio - bf129ca989ff59ba3ed376ffe492974f24e30221 authored over 4 years ago by Elias Naur <[email protected]>
app/internal/window: [Wayland] introduce wlSeat for seat-specific state

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

github.com/gioui/gio - bc645c3ca448efaa717a4609f1834d0bae5a1c6a authored over 4 years ago by Elias Naur <[email protected]>
app/internal/window: rename wlConn to wlDisplay

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

github.com/gioui/gio - 3e648715db454d28f7fe77f0a97124059be3e5a6 authored over 4 years ago by Elias Naur <[email protected]>
app/internal/window: move Wayland callback structs into function scope

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

github.com/gioui/gio - db0af521d0c1931b9e6a2ee62f21a8bf5aedfc62 authored over 4 years ago by Elias Naur <[email protected]>
go.*: bump gio version

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

github.com/gioui/giouiorg - d73fafbadfeafff8370e91fa5a511b908cfec3f5 authored over 4 years ago by Elias Naur <[email protected]>
content: add documentation section to front page

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

github.com/gioui/giouiorg - 5f7e2db069e067d5878eadd3e2d15e7a0e1b8d1d authored over 4 years ago by Elias Naur <[email protected]>
content: remove license section

And let the LICENSE file speak for itself.

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

github.com/gioui/giouiorg - 3fb5783308298b978a8db55e8ee004242b754490 authored over 4 years ago by Elias Naur <[email protected]>
op/paint: further clarify PaintOp documentation

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

github.com/gioui/gio - 31acd5451e035caa38bcf475eefc67c1bac6d5e3 authored over 4 years ago by Elias Naur <[email protected]>
op/paint: document ImageOp gotcha

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

github.com/gioui/gio - 29c9b06dabc26a6bdb4048e9d5b9b3c95caa8021 authored over 4 years ago by Elias Naur <[email protected]>
op/paint: rename material to brush

The "material" name clashes with the theme of the same name.

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

github.com/gioui/gio - b7ba80951798496f25abec01eee99356a003e61d authored over 4 years ago by Elias Naur <[email protected]>
op/paint,io/system: document ImageOp lifetime

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

github.com/gioui/gio - 81f474f5d73672a1855e6d7efab77055aa6718e3 authored over 4 years ago by Elias Naur <[email protected]>
example/glfw: add package documentation and link to installation

Fixes #114

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

github.com/gioui/gio - 391b89d11d410ea9ba01a3b45e2549735af35a06 authored over 4 years ago by Elias Naur <[email protected]>
app: update package documentation

Reflect the move of Queue from Window to FrameEvent.

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

github.com/gioui/gio - f16e8fd122e35769f03667839bec640f6ef5f802 authored over 4 years ago by Elias Naur <[email protected]>
app: fix typo in Main documentation

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

github.com/gioui/gio - 2e25a28a5496c6ecea81ec05cd91ba9c30d25b26 authored over 4 years ago by Elias Naur <[email protected]>
app/clipboard: implement clipboard for Android

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

github.com/gioui/gio - 05dfceb7e7c56858f4d1144fc378a63ff3e49ed2 authored over 4 years ago by Elias Naur <[email protected]>
app: add license header to app_android.go

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

github.com/gioui/gio - a6dd70b2dc40a3d04a63f02425600b04d1d08e0d authored over 4 years ago by Elias Naur <[email protected]>
f32: implement fmt.Stringer to Point and Rectangle

Signed-off-by: Wagner Riffel <[email protected]>

github.com/gioui/gio - 390949790e21af72191e58fa7a67453a004f3eb5 authored over 4 years ago by Wagner Riffel <[email protected]>
doc: rewrite references to preivous api to current

Signed-off-by: Wagner Riffel <[email protected]>

github.com/gioui/gio - 4bbc6379ed308b92a8755384acf4478efac02740 authored over 4 years ago by Wagner Riffel <[email protected]>
example/tabs: animated switching

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

github.com/gioui/gio - f29964fee15aeffd136fd9bb8716c124124ed5b2 authored over 4 years ago by Egon Elbre <[email protected]>
example/tabs: use material.Clickable

Replace the hacked material.Buttons with Clickables for the tab areas.

Signed-off-by: Elias Nau...

github.com/gioui/gio - d682e92606e7620d4be378b09b114b8014330c67 authored over 4 years ago by Elias Naur <[email protected]>
gesture: only report TypePress for Click gestures if pointer is grabbed

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

github.com/gioui/gio - 062e2bc54b109c3ed6b2fa295c4a63aaedcda95d authored over 4 years ago by Elias Naur <[email protected]>
gesture: use Enter/Leave events instead of Moves

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

github.com/gioui/gio - ca0af08ff2bfb8ead60865bccd1df8dcd6414249 authored over 4 years ago by Elias Naur <[email protected]>
example: bump gio version and add flat button example to kitchen

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

github.com/gioui/gio - a0df8ba59b0f52823e95a5b76afa7361e5d5ed63 authored over 4 years ago by Elias Naur <[email protected]>
widget/button,widget/material: introduce Clickable for generic click areas

material.Clickable is useful for adding a click response to any widget
or area.

Rename widget.B...

github.com/gioui/gio - 23baeff18d7534ac3443abd5771fae6e33c4264c authored over 4 years ago by Elias Naur <[email protected]>
widget: export Button.Update method for accessing raw gesture events

Document Button while we're here.

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

github.com/gioui/gio - 47ce4b8cb86ccac851be859860bbccbe6ec5ca41 authored over 4 years ago by Elias Naur <[email protected]>
widget: simplify popping an element from a slice

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

github.com/gioui/gio - 43c2b9071620625ca147888e13cbcfbb4d33f8fd authored over 4 years ago by Elias Naur <[email protected]>
widget,widget/material: use constraints for setting up hit area

Before this change, the widget.Button.Layout method assumed the caller had set
up the pointer hi...

github.com/gioui/gio - fd2cb4a7a1d62b2e16d8380e902819ae8dcec2ef authored over 4 years ago by Elias Naur <[email protected]>
widget/material: use cosntraints for setting pointer hit areas

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

github.com/gioui/gio - 4e20ea83a137b25f300ef369594bde19ff5a9ebc authored over 4 years ago by Elias Naur <[email protected]>
io/router: fix ellipse hit function

The previous formula was simply wrong.

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

github.com/gioui/gio - 3fd1ccbbeda540c45f5972b33fb05d9363d4f306 authored over 4 years ago by Elias Naur <[email protected]>
io/router: return boolean expressions directly

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

github.com/gioui/gio - a046f15156d11c0ce82c9c9e8a8f9ae3c425393a authored over 4 years ago by Elias Naur <[email protected]>
example: bump gio version

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

github.com/gioui/gio - 73475270fe8a813d5275af7a1b53f2dc7d9eead4 authored over 4 years ago by Elias Naur <[email protected]>
widget/material: drop Color from ButtonLayoutStyle

Setting a ColorOp before calling a widget function is too subtle.
Let the widget manage its colo...

github.com/gioui/gio - c32b3fe43a46c563406a79275919c4336b87bc44 authored over 4 years ago by Elias Naur <[email protected]>
cmd/gogio: speed up the wine e2e test

First, use wineboot instead of winecfg to set up the WINEPREFIX. It's
the right tool for it.

Se...

github.com/gioui/gio - 669e4cc96a88ee5df5c95b8ea5f4485d8f721ddb authored over 4 years ago by Daniel Martí <[email protected]>
cmd/gogio: make e2e test output consistent

Fix a long-standing TODO: instead of each sub-test handling its own
output separately, just make...

github.com/gioui/gio - 023e02225502d3fef69e88771bbb08e3f12f3cbb authored over 4 years ago by Daniel Martí <[email protected]>
cmd: bump gioui.org dependency, use -modfile properly on CI

A simple 'go test -modfile=<path>' won't work properly for the
end-to-end tests, since they run ...

github.com/gioui/gio - 9ad412ea0b0fac08ccaa9112534b18a60ed67d9f authored over 4 years ago by Daniel Martí <[email protected]>
cmd/gogio: use a standalone WINEPREFIX for the wine e2e test

This way, if the user has a custom winecfg, it can't possibly affect the
tests. I was encounteri...

github.com/gioui/gio - c2cbcee78de0697d7571db18fc9783b91fa5b440 authored over 4 years ago by Daniel Martí <[email protected]>
io/router: fix Enter/Leave during press events

This commit updates the implementation of the Enter/Leave pointer
events so that it no longer sh...

github.com/gioui/gio - 29a9e5bc2707190501c7c103480ca615cd2f8ec8 authored over 4 years ago by Chris Waldon <[email protected]>
io/router: improve benchmark by trying multiple sizes

This commit improves the usefulness of the benchmark by automatically
measuring event processing...

github.com/gioui/gio - c1f0f9b5c7db10c229da296a6e4c06fd4932c0b7 authored over 4 years ago by Chris Waldon <[email protected]>
io/router: fix enter/leave event tests and add more

This commit fixes a bug which concealed test failures when
the actual event sequence was empty b...

github.com/gioui/gio - b2f177667031d7e14cef40f59172d46e7adc881f authored over 4 years ago by Chris Waldon <[email protected]>
cmd/gogio: add -linkmode flags

For experimenting with https://github.com/golang/go/issues/38918.

Signed-off-by: Elias Naur <ma...

github.com/gioui/gio - 0ad8f85c05e77782f4aa2b8926101d54413c553f authored over 4 years ago by Elias Naur <[email protected]>
cmd/gogio: fix ldflags overwriting

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

github.com/gioui/gio - bcbea7e65371e81e2351467dd9a7aa8d8cec117b authored over 4 years ago by Elias Naur <[email protected]>
app/internal/windows: remove extra empty line

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

github.com/gioui/gio - 630e0b494d27bd5dc0a92aed56079df302167ae3 authored over 4 years ago by Elias Naur <[email protected]>
cmd/gogio: use filepath for Windows compatibility

Fixes gio#112

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

github.com/gioui/gio - 681bafce08b5493408908e6b2289e3ebda1ed536 authored over 4 years ago by Elias Naur <[email protected]>
app: [Android] tweak environment for os.UserHomeDir and os.UserConfigDir

Set the fallback environment variables XDG_CONFIG_HOME and HOME to
make os.UserConfigDir and os....

github.com/gioui/gio - 3957be37c82124c3eea881ce1e4b5b9af56026f4 authored over 4 years ago by Elias Naur <[email protected]>