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

ui/gesture,ui/internal/fling: extract fling logic into its own package

We're going to re-use fling extrapolation and animation for Wayland touchpads.

Signed-off-by: E...

github.com/gioui/gio - e6f0e0582d2959c480e817e59b076a246f5d5f9f authored over 5 years ago by Elias Naur <[email protected]>
ui/app: (wayland) emulate fling behaviour for touchpads

Unlike macOS, Wayland leaves it up to the client to animate the
implied fling gesture when scrol...

github.com/gioui/gio - 5bdb1d9e54ae54cc089e928458866ed541bfa7be authored over 5 years ago by Elias Naur <[email protected]>
cmd/gio: generate appID if not specified

Use the Go import path to create an appID based on the domain name
plus the last directory locat...

github.com/gioui/gio - a68d97f9476ecfb6ec0c4041b3c8681d1136d5bf authored over 5 years ago by Greg Pomerantz <[email protected]>
ui: add Max, Add for Values

Finding the maximum or adding Values are particularly for adjusting
margins for the safe area in...

github.com/gioui/gio - 86b231ca287a08b75745f2dcc47e90c768397b72 authored over 5 years ago by Elias Naur <[email protected]>
ui/app: note that Window.Invalidate is safe for concurrent use

Invalidate is intended to be called as a result of external events,
which might very well be fro...

github.com/gioui/gio - 5eef85f5cd1be18c1308f6726886bb9c61ff9601 authored over 5 years ago by Elias Naur <[email protected]>
ui: fill out the MacroOp opcode in Record to support unfinished macros

Before this change MacroOp.Record simply reserved enough space for Stop to fill
out. If a user R...

github.com/gioui/gio - 93409a784d7c687a9883e2d9bb18c57ce563b3fc authored over 5 years ago by Elias Naur <[email protected]>
all: update go.mod files to target Go 1.13

Since the main README recommends Go 1.13 or later, let's make the go.mod
files reflect that. Thi...

github.com/gioui/gio - 85843f1f296d1e6f452567da17c891904921ec88 authored over 5 years ago by Daniel Martí <[email protected]>
ui/app: (iOS) use UIView's safeAreaInsets for window insets if available

Unlike UIView's layoutMargins, safeAreaInsets only includes the space
actually taken up by syste...

github.com/gioui/gio - b4433da21b03fe4cb5cbf0b7055d45a8aa4f1b74 authored over 5 years ago by Elias Naur <[email protected]>
ui/layout: rename List.Invert to ScrollToEnd

Much clearer.

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

github.com/gioui/gio - 6ad154419b2dd9b1c311527fd2787db6275cb9fc authored over 5 years ago by Elias Naur <[email protected]>
ui/layout: delete List.Distance field

Distance was meant to be used for implementing nested scrollers, but
I don't think the API is ri...

github.com/gioui/gio - 7d93a2790c60475f7fb381050fde6131959078fd authored over 5 years ago by Elias Naur <[email protected]>
ui/layout: rewrite List

Inverted lists used to behave as if its top and bottom edges were
flipped. That was easy but als...

github.com/gioui/gio - 1529f20eb7741acf81887adc2388a49d0f446991 authored over 5 years ago by Elias Naur <[email protected]>
README.md: suggest Go 1.13 now that it is released

Some platforms run on previous Go versions, but let's nudge people to use Go
1.13. Go 1.13 is re...

github.com/gioui/gio - 063b4a5659f98c187a8fca699dd9d14f8d7216b5 authored over 5 years ago by Elias Naur <[email protected]>
README, ui/layout: fix typos

Signed-off-by: Kenshi Kamata <[email protected]>

github.com/gioui/gio - 82b0563c8b6d8a5e4ff5e5400e45c6759550622d authored over 5 years ago by Kenshi Kamata <[email protected]>
LICENSE: merge UNLICENSE and LICENSE-MIT to please license identifiers

Apparently github.com/google/licenseclassifier/tools/identify_license
doesn't like that LICENSE ...

github.com/gioui/gio - b74f2d2d1cb74406f8a2f5a6aad9c9fdb16f2cea authored over 5 years ago by Elias Naur <[email protected]>
README.md: fix link

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

github.com/gioui/gio - ff657fb47694648b09d4cd88874d26412eed5364 authored over 5 years ago by Elias Naur <[email protected]>
apps: update gio version

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

github.com/gioui/gio - a06d8a39f5343bcf673198e99a6758b99a0d56e8 authored over 5 years ago by Elias Naur <[email protected]>
ui/app: print sRGB flag for eglCreateWindowSurface failure

For gio#35

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

github.com/gioui/gio - 7ad60e08787b2a09fad65657b52c50a6ad7a3caf authored over 5 years ago by Elias Naur <[email protected]>
apps: update gio version

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

github.com/gioui/gio - ef64cd7326c2ca5b4cd3f26fc74c1147c8335254 authored over 5 years ago by Elias Naur <[email protected]>
ui/app: (wayland) define WL_EGL_PLATFORM=1 to force EGL in Wayland mode

Including wayland-egl.h will also set WL_EGL_PLATFORM, but generic
egl code in egl_linux.go cann...

github.com/gioui/gio - 52dd762405a38a00809d1b08bac00dec829f4538 authored over 5 years ago by Elias Naur <[email protected]>
ui/app: (wayland) ensure DestroyEvent is the last event

A ToplevelClose event could end in the same batch of events as
another event, which will result ...

github.com/gioui/gio - dc62058bcefc51bd138d12668bba5a11dfed3e3f authored over 5 years ago by Elias Naur <[email protected]>
ui/layout: avoid accumulating rounding errors from Flexible

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

github.com/gioui/gio - 5766a8d226628574a160e57b90d733cb40ebd3a3 authored over 5 years ago by Elias Naur <[email protected]>
apps/gophers: update gio version

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

github.com/gioui/gio - 7bca7de017e87f1211b6c1bd12401bc61e6a5d32 authored over 5 years ago by Elias Naur <[email protected]>
all: rename layout.Dimens to layout.Dimensions

Dimens is only 4 characters shorter and not worth the abbreviation.

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

github.com/gioui/gio - 12089ea62a8430e497edd4184bad7ae7dc6ba3f5 authored over 5 years ago by Elias Naur <[email protected]>
README.md: add donations section

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

github.com/gioui/gio - 7f29293f164999d8df19b409c421b3be57d36e73 authored over 5 years ago by Elias Naur <[email protected]>
ui/app: (wayland) expand comments for double server roundtrip

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

github.com/gioui/gio - 110da804a0114a9fc18c40fa5f435ec2c30fa283 authored over 5 years ago by Elias Naur <[email protected]>
ui/app: fix example code in document

Signed-off-by: Kenshi Kamata <[email protected]>

github.com/gioui/gio - ea2ee1abcc23abc1c72dd7a9849f991af5b0817d authored over 5 years ago by Kenshi Kamata <[email protected]>
README.md: add link to Gophercon 2019 recording

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

github.com/gioui/gio - 41ea609d8efd9425b09919c758f1bcdd8d27d17d authored over 5 years ago by Elias Naur <[email protected]>
website: require Go 1.12

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

github.com/gioui/gio - 026468a5f7d5756a093beb1b014409e8f91c1e10 authored over 5 years ago by Elias Naur <[email protected]>
website: add shortcuts for issues, commits and patches

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

github.com/gioui/gio - a40de565dcdc443f011cc612f0382b48fff0574f authored over 5 years ago by Elias Naur <[email protected]>
ui/app: merge goString implementations and add test

Fixes gio#30

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

github.com/gioui/gio - 069bb0e7cd1d70493520c547f01d14799d5d3e0d authored over 5 years ago by Elias Naur <[email protected]>
ui/internal/ops: go fmt

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

github.com/gioui/gio - 7d47fe0fc9753ba50624daa3de6ee31c8638e6e4 authored over 5 years ago by Elias Naur <[email protected]>
ui/key,ui/pointer: rename HandlerOp to InputOp

"Input" is more specific and reads better than "handler".

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

github.com/gioui/gio - 8700a8ffc331afb7154757b3570ae5a527172e15 authored over 5 years ago by Elias Naur <[email protected]>
ui/app(internal/gpu: remove unused parameters

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

github.com/gioui/gio - a112a580a7b28bcda62973311a6de5686e38108a authored over 5 years ago by Elias Naur <[email protected]>
all: remove a couple of unused parameters

Both from unexported functions, to keep the change low-risk. Found via
unparam.

Signed-off-by: ...

github.com/gioui/gio - e8ba5b6affa73008bb6ae8dd133f6d4a570a7bd0 authored over 5 years ago by Daniel Martí <[email protected]>
all: fix some issues spotted by static analysis

First, vet was upset by two incorrect fmt verbs. One was an extra %x,
when there was just one ar...

github.com/gioui/gio - 2542c55e9d4863a7d220ecea7f82d7764e45abf2 authored over 5 years ago by Daniel Martí <[email protected]>
README.md: add Gophercon UK 2019 talk

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

github.com/gioui/gio - 9136c72425ff4072952299e765622f8976c2e94c authored over 5 years ago by Elias Naur <[email protected]>
website: specify Go 1.11 and use default godoc repository root

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

github.com/gioui/gio - eae9b6f8acec6c0ba78568e15ceccce7457884b2 authored over 5 years ago by Elias Naur <[email protected]>
cmd/gio: expand usage document

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

github.com/gioui/gio - 44c7be6750e6de233bd2e96fc4a640f2d37276e0 authored over 5 years ago by Elias Naur <[email protected]>
cmd/gio: replace errorf with a main function returning errors

While we're here, split the usage print out to its own function and
don't display the usage when...

github.com/gioui/gio - 470478e574a4358d587ea8adad7918f11fa0f9dd authored over 5 years ago by Elias Naur <[email protected]>
go.*: drop -replace for gioui.org/ui

As pointed out by Daniel Martí, the replace line is convenient for
development but results in bu...

github.com/gioui/gio - 32a348b1ab52cdd99441b7ebc218245811ee18ae authored over 5 years ago by Elias Naur <[email protected]>
all: delete unused variables

Found by Daniel Martí.

Fixes gio#24

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

github.com/gioui/gio - c3f30188a573d73e7d4cfea6dd969e902422779d authored over 5 years ago by Elias Naur <[email protected]>
cmd/gio: use path.Base for Go import paths

Go import paths always use forward slashes as separators.

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

github.com/gioui/gio - 7780cf1353368250e045ffb82ab81450a6c235d5 authored over 5 years ago by Elias Naur <[email protected]>
cmd/gio: change all occurences of *appID with the buildInfo field

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

github.com/gioui/gio - 6433cb2d883ac3011a5fb483fe59911b51f692ee authored over 5 years ago by Elias Naur <[email protected]>
apps/gophers: update gio version

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

github.com/gioui/gio - b34389ac2cf947e029407b3e16e2e5d9dd411dce authored over 5 years ago by Elias Naur <[email protected]>
ui/gesture: replace Click.Events with Click.Next

Everything else was converted to use the Next
style event API, but Click was forgotten.

Signed-...

github.com/gioui/gio - a6483a421ff651b1362cfa53d6300ac01a316a4c authored over 5 years ago by Elias Naur <[email protected]>
ui/app/internal/gpu: set the default material to black

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

github.com/gioui/gio - 9520a9278f4f757bda3bbed8c524404f3f6d4bc6 authored over 5 years ago by Elias Naur <[email protected]>
apps: update go latest gioui.org/ui version

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

github.com/gioui/gio - c427597fde548b16b92863d6793dde3096815773 authored over 5 years ago by Elias Naur <[email protected]>
ui/app: go fmt

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

github.com/gioui/gio - 6a7e38eb329f4aa115cc9dfa168e70bafb4b12cb authored over 5 years ago by Elias Naur <[email protected]>
ui/app: replace WindowOptions with WindowOption

Thanks to Larry Clapp for noticing the opportunity for improvement.

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

github.com/gioui/gio - bff8b64e5aeb45d7d1218197f09ff17764a49768 authored over 5 years ago by Elias Naur <[email protected]>
ui/app: (iOS) check for first responder status before changing focus

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

github.com/gioui/gio - e140f2a1c0a978316e3b9e1d70fc5408ed710910 authored over 5 years ago by Elias Naur <[email protected]>
ui/app: (iOS) move memory pressure callback to view controller

With multiple GioViewControllers we might invoke the garbage collector
more than once, but in re...

github.com/gioui/gio - ac6f0c3f18b551181783c8857bb5cb7ed10c3e7c authored over 5 years ago by Elias Naur <[email protected]>
ui/app: (iOS) resize window when the software keyboard is shown

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

github.com/gioui/gio - e6a68db4c0650c62ee97e5581c9cef02b228bbfe authored over 5 years ago by Elias Naur <[email protected]>
ui/app: remove unused method

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

github.com/gioui/gio - 46ecbb86d296b75229f2ea93914fc75e06b789f2 authored over 5 years ago by Elias Naur <[email protected]>
ui/app: fix indent

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

github.com/gioui/gio - 9c9656e7297ed37b045e8e811dc4996ce21728cc authored over 5 years ago by Elias Naur <[email protected]>
ui/app: remove debug line

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

github.com/gioui/gio - d2132fce3bf26ee16d0084403d7a23e2d7632221 authored over 5 years ago by Elias Naur <[email protected]>
cmd/gio: use package name for iOS binaries

To make it easier to locate the app in the Console app.

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

github.com/gioui/gio - 1f918c751e9f376ed39973f95924b8b6328a4189 authored over 5 years ago by Elias Naur <[email protected]>
ui/app: (iOS) move UIWindow notifications to GioView

Simplifies GioAppDelegate and allows for proper deregistering of
listener.

Signed-off-by: Elias...

github.com/gioui/gio - 4b3b8fa413c18931f4ddc5b79a748c688f24cd47 authored over 5 years ago by Elias Naur <[email protected]>
README.md: fix link

Thanks to Antonio D'souza for noticing.

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

github.com/gioui/gio - 3099e7474f59db7d42f1a9d1c461477c4f6ff31b authored over 5 years ago by Elias Naur <[email protected]>
cmd/gio: list available bundle ids when no match was found

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

github.com/gioui/gio - c52376065e563f92fb4b72315759ad2b7ffd90c7 authored over 5 years ago by Elias Naur <[email protected]>
cmd/gio: provide DT* fields in iOS Info.plists

Required by App Store.

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

github.com/gioui/gio - 9d9051d46888f846901e638aab0de57cc8e0ae98 authored over 5 years ago by Elias Naur <[email protected]>
cmd/gio: specify CFBundleSupportedPlatforms in iOS ipa bundles

Required by App Store.

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

github.com/gioui/gio - 6007a8c90e8638d7ffc5c9fe6fc6dbb464f28fec authored over 5 years ago by Elias Naur <[email protected]>
cmd/gio: add support for iOS App Store icons

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

github.com/gioui/gio - c4e46e034821bcf021023e16d8305ad21a5f4fc0 authored over 5 years ago by Elias Naur <[email protected]>
cmd/gio: support app icons

If there is an appicon.png file in the main package the gio tool
will use it for Android and iOS...

github.com/gioui/gio - 50599bc65d6afa03495c6938a32bb928071aca63 authored over 5 years ago by Elias Naur <[email protected]>
cmd/gio: handle subdirectories in apk files

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

github.com/gioui/gio - c57804397076436b8a6c82b80716d3823bae2455 authored over 5 years ago by Elias Naur <[email protected]>
cmd/gio: specify UISupportedInterfaceOrientations

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

github.com/gioui/gio - 2440e1880ee7ef5c2cb0c1373702c5375be2000a authored over 5 years ago by Elias Naur <[email protected]>
cmd/gio: add -version flag

For Android and iOS.

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

github.com/gioui/gio - b10175b2336ba057fff8b5fb2f9e8ae7487e5d3a authored over 5 years ago by Elias Naur <[email protected]>
cmd/gio: drop appDir function

It's not worth its weight.

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

github.com/gioui/gio - 105d09403094e28f70e311931f08ab6e68d425de authored over 5 years ago by Elias Naur <[email protected]>
cmd/gio: specify UIDeviceFamily

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

github.com/gioui/gio - 632e4e3ae65eed853982f11f9e2a86a596f979cc authored over 5 years ago by Elias Naur <[email protected]>
cmd/gio: filter out unsupported architectures, specify MinimumOSVersion

For the App Store.

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

github.com/gioui/gio - ed0bbe9dd2e30af44c14aff1d086e2cd96b9ad3a authored over 5 years ago by Elias Naur <[email protected]>
cmd/gio: set DTPlatformName, DTPlatformVersion, UIRequiredDeviceCapabilities

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

github.com/gioui/gio - 5ac1b6ea3c1f32456481e4df7902b0cbc345204f authored over 5 years ago by Elias Naur <[email protected]>
cmd/gio: use the package name for app directories inside ipa files

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

github.com/gioui/gio - 564f30ca0f77c95f2911f59e85fef8301f390f65 authored over 5 years ago by Elias Naur <[email protected]>
cmd/gio: add provisioning file to ipa apps

Required by App Store.

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

github.com/gioui/gio - 2a0789008624d769459b7b423e9eee235b3f4c99 authored over 5 years ago by Elias Naur <[email protected]>
ui/go.*: update golang.org/x/sys

In particular to get the ptrace fix for iOS from

https://go-review.googlesource.com/c/sys/+/182...

github.com/gioui/gio - 74295d5b778ba03cb95df046eefa607c18b135f4 authored over 5 years ago by Elias Naur <[email protected]>
apps/go.mod: update gio version

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

github.com/gioui/gio - bf991992877b6f1f3f074c98fed5cadf455adde5 authored over 5 years ago by Elias Naur <[email protected]>
ui/app: fix init() appending '' to os.Args

init() says

args := strings.Split(extraArgs, "|")
os.Args = append(os.Args, args...)

strin...

github.com/gioui/gio - 56926a04499058f64b8bb58783bc233149e199b6 authored over 5 years ago by Larry Clapp <[email protected]>
ui/app: support EGL versions >= 2.0

Versions with major > 1 don't exists, but let's handle the version
correctly in any case.

Signe...

github.com/gioui/gio - 7c197cc666ab8f170ed9691c13cf65fb48973b78 authored over 5 years ago by Elias Naur <[email protected]>
ui/app: (windows) don't fail eglChooseConfig just because no configs were found

The resulting eglGetError will return a confusing EGL_SUCCESS.

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

github.com/gioui/gio - 560591955538a49a352d36e59780928be3889e73 authored over 5 years ago by Elias Naur <[email protected]>
apps/hello: fix build

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

github.com/gioui/gio - 8c121374b190eaee1907a93bc7bd472120e6b8d7 authored over 5 years ago by Elias Naur <[email protected]>
cmd/gio: add package documentation

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

github.com/gioui/gio - 3c69c81401e78ab9c8705717bb819856a26da062 authored over 5 years ago by Elias Naur <[email protected]>
ui: documentation fixes

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

github.com/gioui/gio - a296903c76776fc1fca7fc09c53d5ca9c8059c03 authored over 5 years ago by Elias Naur <[email protected]>
ui/f32: add space between licence header and package documentation

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

github.com/gioui/gio - c4c75d42ef809d5be0297008afc7354629a7f391 authored over 5 years ago by Elias Naur <[email protected]>
ui/widget: add package documentation

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

github.com/gioui/gio - 6deb8f007d0e37e9a53130539b4c8ef383c037fd authored over 5 years ago by Elias Naur <[email protected]>
ui/text: document Editor

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

github.com/gioui/gio - 2bcac7dfbe80217b54ab834c693627765b887ea6 authored over 5 years ago by Elias Naur <[email protected]>
ui: documentation tweaks

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

github.com/gioui/gio - 842d29373fb2910f1eefd0d1e7b8d57efb4b671b authored over 5 years ago by Elias Naur <[email protected]>
ui/text: rename Center Alignment to Middle and drop IsNewline

Middle matches the similar layout.Middle constant, and IsNewline is
too simple to export.

Add d...

github.com/gioui/gio - 2f9ac5aebbe911de327f9043a7ad1452607f3843 authored over 5 years ago by Elias Naur <[email protected]>
ui/measure: document and export Face

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

github.com/gioui/gio - 628a97cd712e306c4748ed0ece977e7785e22421 authored over 5 years ago by Elias Naur <[email protected]>
ui/gesture: typo

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

github.com/gioui/gio - 5c3dcc6f9a07dc22a26319616adc2c63e33da966 authored over 5 years ago by Elias Naur <[email protected]>
ui/f32: document

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

github.com/gioui/gio - e2ab54a896f822fa85f785f5426dd69186185f55 authored over 5 years ago by Elias Naur <[email protected]>
ui/paint: expand documentation and add package description

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

github.com/gioui/gio - b25af47c45adcaef27ae241623f40208c53a1866 authored over 5 years ago by Elias Naur <[email protected]>
ui/gesture: add Scroll.State method

And move Click.State to a method.

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

github.com/gioui/gio - 40091c5918910a4d0493a610fc71acc605d5ed3e authored over 5 years ago by Elias Naur <[email protected]>
ui/gesture: add documentation

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

github.com/gioui/gio - 5d28f9e690946f0eb870177c077039d5a72b1a0d authored over 5 years ago by Elias Naur <[email protected]>
ui/pointer: expand documentation

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

github.com/gioui/gio - 9cc6757da99a7abd6f6c91c43b14833126c52911 authored over 5 years ago by Elias Naur <[email protected]>
ui/key: expand documentation

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

github.com/gioui/gio - 1a9e03bf68dc38df757f26d84b10bb2398b1602a authored over 5 years ago by Elias Naur <[email protected]>
apps/gophers: update gio version

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

github.com/gioui/gio - dce7ad2f58a8cf814f08f73b9aac1e92f57a0fd4 authored over 5 years ago by Elias Naur <[email protected]>
ui/key: rename ChordEvent to just Event

Event is like pointer.Event and we don't want the stuttering of
key.KeyEvent.

Signed-off-by: El...

github.com/gioui/gio - 340fff9814fcda3b5a42cd76713aea105d37694a authored over 5 years ago by Elias Naur <[email protected]>
ui/key: expand documentation

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

github.com/gioui/gio - 2a41ff9a59a8ebb1f2a0e150c8cf777aafe470c8 authored over 5 years ago by Elias Naur <[email protected]>
ui/input: expand package documentation

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

github.com/gioui/gio - b68c9c23c81c124b8517e5ae070e15cab52d6c50 authored over 5 years ago by Elias Naur <[email protected]>
ui/layout: add List example

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

github.com/gioui/gio - e3ae277841ca9f4d3f65886a5264613ac271164a authored over 5 years ago by Elias Naur <[email protected]>
ui/layout: add Stack example

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

github.com/gioui/gio - b3e8f5953e7765d72f2a93ac9a105d1684c4a469 authored over 5 years ago by Elias Naur <[email protected]>
ui/layout: add Flex example

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

github.com/gioui/gio - 44d16d04e9e76cc6b75e6394830a99a8906a7053 authored over 5 years ago by Elias Naur <[email protected]>