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

content/doc: update documentation to reflect X11 support

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

github.com/gioui/giouiorg - 7e0dc5f1c863fbe7f40321777458e8a5e37d27ae authored about 5 years ago by Elias Naur <[email protected]>
example: update gio version (X11 support!)

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

github.com/gioui/gio - a8e5e7a788ed3f7197eca2752c6b686abb694b75 authored about 5 years ago by Elias Naur <[email protected]>
app/internal/window: x11 driver

This driver still lacks fling support and dp/sp configuration.

By default, linux builds will tr...

github.com/gioui/gio - 547ff2e484271a041c33350e521b525e5964fa27 authored about 5 years ago by Denis Bernard <[email protected]>
static/style.css: make <pre> scrollable

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

github.com/gioui/giouiorg - d1e6f5ea15daf3b5e028a76b2631d0e3b991382b authored about 5 years ago by Elias Naur <[email protected]>
README.md: remove documentation and link to gioui.org

There is now a real website on gioui.org. Use that for documentation.

Signed-off-by: Elias Naur...

github.com/gioui/gio - ec672ca06adb3b1adb77af958ae993dd26249321 authored about 5 years ago by Elias Naur <[email protected]>
initial import

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

github.com/gioui/giouiorg - f3333ba8a44c11c5a4fd1f8d20bf815af5b8fd5c authored about 5 years ago by Elias Naur <[email protected]>
app/internal/window: add needVSync() to eglDriver interface

This enables calling eglSwapInterval with an interval value of 0 or 1
on a per driver basis.

Si...

github.com/gioui/gio - b78d1441197851d7a6552d71377445c40a7338ad authored about 5 years ago by Denis Bernard <[email protected]>
example/go.*: update gio version

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

github.com/gioui/gio - 2c75f52de6f8e76550045327a4edbf8d9b2bfd6e authored about 5 years ago by Elias Naur <[email protected]>
app/internal/window: work around missing MESA_EGL_NO_X11_HEADERS support

Some versions of eglplatform.h don't support the MESA_EGL_NO_X11_HEADER
define for cross-platfor...

github.com/gioui/gio - fff9293c9b3cd5ab27eeb46f726bff60f04b6f76 authored about 5 years ago by Elias Naur <[email protected]>
website: delete

The website is now in a separate repository.

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

github.com/gioui/gio - 88adc0ee1a0b11cd64f6df9e6059e8d72440b233 authored about 5 years ago by Elias Naur <[email protected]>
layout: remove Format

Move Format to eliasnaur.com/giox/layout because it's not clear it
belongs in the Gio standard l...

github.com/gioui/gio - c4ac40e609a5980dbff6337909ec60cbec3fccb3 authored about 5 years ago by Elias Naur <[email protected]>
example: update gio version

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

github.com/gioui/gio - 9a62468c25c4bdfa81d2a5b20f7b26c7ff380a5c authored about 5 years ago by Elias Naur <[email protected]>
font/gofont: add explicit Register

Registering the font as a side effect of importing the gofont package
was too magic. Require an ...

github.com/gioui/gio - 143d2aae95ddde018595c76f0f9f61fce1a42563 authored about 5 years ago by Elias Naur <[email protected]>
widget/material: respect height minimum constraint in Button.Layout

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

github.com/gioui/gio - 0504c27e46ed64cb0bebcda159ad20af4fd69954 authored about 5 years ago by Elias Naur <[email protected]>
example/kitchen: clean up

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

github.com/gioui/gio - 288460452184a807b0a2969bf3f75796aa23bcf5 authored about 5 years ago by Elias Naur <[email protected]>
example/go.*: update gio version

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

github.com/gioui/gio - a35a2f5eb14d5be8bce957ad40149345c4da06f1 authored about 5 years ago by Elias Naur <[email protected]>
widget/material: respect min width in Button.Layout

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

github.com/gioui/gio - 3a60a384e65c214de96aa66f3e007f4515dec60c authored about 5 years ago by Elias Naur <[email protected]>
layout: fix comment

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

github.com/gioui/gio - afcff9c8b507381281a5c39159adec65dadc115e authored about 5 years ago by Elias Naur <[email protected]>
example/go.*: update Gio version

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

github.com/gioui/gio - 72ed58e91496a001c223835bacb4b8c992858904 authored about 5 years ago by Elias Naur <[email protected]>
widget/material: fix IconButton padding

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

github.com/gioui/gio - 86f45f813e9f6a96284c91337796c90d23694730 authored about 5 years ago by Elias Naur <[email protected]>
widget/material: add and use Icon.Layout method

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

github.com/gioui/gio - 78963bdaae54f14b1e79bbe1a370a0738a8aa4b6 authored about 5 years ago by Elias Naur <[email protected]>
layout: rename formatState to formatter

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

github.com/gioui/gio - c07b5201577390390ccb1efa882e62c7b5e271fc authored about 5 years ago by Elias Naur <[email protected]>
layout: parse empty names and let higher levels generate errors

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

github.com/gioui/gio - 79d505623a79df81aac42fcdffec613690b63345 authored about 5 years ago by Elias Naur <[email protected]>
layout: fix ambiguous parsing of stack and flex arguments

Fixed gio#44

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

github.com/gioui/gio - dafb180176517e8a7714a754fdb5c64f47497825 authored about 5 years ago by Elias Naur <[email protected]>
layout: fix spelling of "northeast"

Fixes gio#45

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

github.com/gioui/gio - 32d51dd9e683971a06402346ead00e9c37ebfa37 authored about 5 years ago by Elias Naur <[email protected]>
app: add Handle type and PlatformHandle()

On Android, allow access to JVM and Application context.

Signed-off-by: Greg Pomerantz <gmp.gio...

github.com/gioui/gio - 5ef176af8145d2a15018dfc709b49109207d8a56 authored about 5 years ago by Greg Pomerantz <[email protected]>
cmd/gogio: Android: include jar files from package directory

Look for *.jar files in package directory for inclusion in
Android .apk file.

Signed-off-by: Gr...

github.com/gioui/gio - 175144fa99b57ad4f99ebbcb5393fba8a2eeb065 authored about 5 years ago by Greg Pomerantz <[email protected]>
widget/material: accept nil icon in IconButton.Layout

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

github.com/gioui/gio - bf6741f2d66a8abcfcbedeb323c08d956f8f00fd authored about 5 years ago by Elias Naur <[email protected]>
example/gophers: fix avatar image scaling

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

github.com/gioui/gio - 959da5e68f44eba5ddec032914fb25a586f4797e authored about 5 years ago by Elias Naur <[email protected]>
app/internal/gpu: clip in floating point

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

github.com/gioui/gio - 42d2c9845575dfc9fc14a7c2e45f59508520d9cb authored about 5 years ago by Elias Naur <[email protected]>
app/internal/gpu: don't apply gamma linearization to alpha values

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

github.com/gioui/gio - 0c75e7c6056c718008f32160403c9bd01eacf4b0 authored about 5 years ago by Elias Naur <[email protected]>
example: update gio version

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

github.com/gioui/gio - 0d4cd822ef2f9ac0f5950a3af6ef033817bc09d6 authored about 5 years ago by Elias Naur <[email protected]>
layout: update tests

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

github.com/gioui/gio - 5c0f1ed9546694d9c40dd649ec3305f1675fcaea authored about 5 years ago by Elias Naur <[email protected]>
app/internal/window: fix Windows build

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

github.com/gioui/gio - b3c0eaac80c2ba7acb38fe189d2604fc9d6b16c5 authored about 5 years ago by Elias Naur <[email protected]>
widget/material: don't scale image when constrained

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

github.com/gioui/gio - 3ec0948bbaf703d1cc89d2d54e18cf6fdc6a71f8 authored about 5 years ago by Elias Naur <[email protected]>
layout: rename "exp" layout variants to "max"; add "min" variants

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

github.com/gioui/gio - 862061b363da13e94529327a53cb6e51f1ab703a authored about 5 years ago by Elias Naur <[email protected]>
widget/material: don't use translucency for disabled icon buttons

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

github.com/gioui/gio - 7835d6999fb912963f3db8e55cfd6daed73a415f authored about 5 years ago by Elias Naur <[email protected]>
layout: add "exp" format layout for expanding both constraints

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

github.com/gioui/gio - d7694ae95f9a7b1a5586b83930d38ee6dd21b337 authored about 5 years ago by Elias Naur <[email protected]>
layout: fix Flex baseline

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

github.com/gioui/gio - 759900902af363f70b921f43246ab1d40e731822 authored about 5 years ago by Elias Naur <[email protected]>
layout: skip Flex and Stack Layout when scanning format string

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

github.com/gioui/gio - b1643e5e2a41c3cfc478a1186f37dba84b0d28b5 authored about 5 years ago by Elias Naur <[email protected]>
layout: more doc fixes for layout.Format

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

github.com/gioui/gio - f442512888c26b0c8ebbde28456943f2a20d093f authored about 5 years ago by Elias Naur <[email protected]>
layout: fix godoc.org rendering of layout.Format docs

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

github.com/gioui/gio - 80b1af302440807840f71924f538e50b6927d7da authored about 5 years ago by Elias Naur <[email protected]>
layout: add support for layout format strings

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

github.com/gioui/gio - c76490956d8e0ca71c27c76061dcb501889bddcf authored about 5 years ago by Elias Naur <[email protected]>
example/gophers: correct baseline to be bottom-aligned

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

github.com/gioui/gio - 30d0c986b69f3d9c914ced7e958cd20808e66e59 authored about 5 years ago by Elias Naur <[email protected]>
layout: unexport Context.Layout and make it a function

Layout wasn't used outside package layout, so let's not export it.

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

github.com/gioui/gio - 7f07933eb3ecfae1dc3e033153a7defee21367c1 authored about 5 years ago by Elias Naur <[email protected]>
layout: invert baseline to measure positive distance from bottom

With an inverted baseline, the zero value results in the widget
baseline aligned to its bottom.
...

github.com/gioui/gio - e2d0b3cfca8675d68b077fe76cf3d1015fb2dc33 authored about 5 years ago by Elias Naur <[email protected]>
layout: adjust only max constraints on Inset

Only adjust minimums, and insets, if necessary.

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

github.com/gioui/gio - 4bbad669474e452b649737b0ff0eb5a9d6a0a5fa authored about 5 years ago by Elias Naur <[email protected]>
layout: correct Align baseline

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

github.com/gioui/gio - 8e3d03f2c47850e5852da60a1fbd598d2039c926 authored about 5 years ago by Elias Naur <[email protected]>
example: update gio version

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

github.com/gioui/gio - 8234e8485c7845c754781626d851379c4dc1140f authored about 5 years ago by Elias Naur <[email protected]>
widget/material: use constraint minimums for background fills

github.com/gioui/gio - 160408ec034419f3c0270c82a029777c82d035c3 authored about 5 years ago by Elias Naur <[email protected]>
layout: allow Expand children to fill the available area

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

github.com/gioui/gio - fd1fa859983382680319390f177301f8a7bc2480 authored about 5 years ago by Elias Naur <[email protected]>
layout: expand Flex children

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

github.com/gioui/gio - 45ccbbe5714e087786ee4557cf2ec0bb9b917af1 authored about 5 years ago by Elias Naur <[email protected]>
layout: enforce constraints in Context.Layout

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

github.com/gioui/gio - 6e44d355cc5d8286503e8dbd56fabbc84ac3d94d authored about 5 years ago by Elias Naur <[email protected]>
layout: relax constraints in Stack.Rigid

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

github.com/gioui/gio - 2990ceda6949b4b8a4c53f9c92770b97191e07af authored about 5 years ago by Elias Naur <[email protected]>
app/internal/window: fall back to OpenGL ES 2 if 3 is unavailable

Systems that only support ES 2 are unlikely to have the required
extensions available. But we'll...

github.com/gioui/gio - 1d47f0c5d8751e60b54346f6c929bd31c5aa9559 authored about 5 years ago by Elias Naur <[email protected]>
stack: fix comment

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

github.com/gioui/gio - 0783d1939ed1c34b96fab5b7620a82b8db5109b5 authored about 5 years ago by Elias Naur <[email protected]>
example: go fmt imports

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

github.com/gioui/gio - b2a360098a3cbca24a939408d6f6fb35c70afe4b authored about 5 years ago by Elias Naur <[email protected]>
text: don't panic on missing default font

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

github.com/gioui/gio - 3a440c07c6bb7377a86fe23f8e0f36ecb228a175 authored about 5 years ago by Elias Naur <[email protected]>
op: complete the MacroOp example

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

github.com/gioui/gio - 4da6c57d83b33243f079908fdb978f24ac1d4c04 authored about 5 years ago by Elias Naur <[email protected]>
op: change signature of Ops.Write

By returning the allocated data buffer, Ops can become an interface
in a future change without f...

github.com/gioui/gio - fa00b53e1300b7df857e906c374b76647bf20834 authored about 5 years ago by Elias Naur <[email protected]>
op/paint,app/internal/gpu: post-process paths during GPU upload

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

github.com/gioui/gio - 88208891de910d5fea7821dc682b29f1f20f343d authored about 5 years ago by Elias Naur <[email protected]>
op,op/paint: remove aux awareness from Ops

Aux data is now entirely confined to the writers (Path) and the
ops Reader parser.

Signed-off-b...

github.com/gioui/gio - d9100b506ffcb0378fe33ee7dc171efc72b96fd5 authored about 5 years ago by Elias Naur <[email protected]>
op: assume aux ops are always wrapped by a macro

Shaves off a length, and prepares for further simplification.

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

github.com/gioui/gio - 41eb3807f700014645eea6a34cd88827b8f92bf0 authored about 5 years ago by Elias Naur <[email protected]>
example/gophers: update gio version

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

github.com/gioui/gio - f5e93206f6022fd2de8c450d2d985223e746db22 authored about 5 years ago by Elias Naur <[email protected]>
widget/material: change Image to take an ImageOp, not an image.Image

Using ImageOps directly avoids the image copy by NewImageOp.

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

github.com/gioui/gio - 8da2c9dbb4c4fba1e485c87f76f05b745a427326 authored about 5 years ago by Elias Naur <[email protected]>
op/paint: add NewImageOp, unexport ImageOp fields

With public ImageOp fields there was no way to mark an image.Image as modified.
Replace them wit...

github.com/gioui/gio - 74407a50d598bfd27e8f8e48b6832cc5df04de77 authored about 5 years ago by Elias Naur <[email protected]>
widget/material: remove unused function

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

github.com/gioui/gio - 2e22edbb990abc9c66eee1cbc6c27049f0ebbb26 authored about 5 years ago by Elias Naur <[email protected]>
example: update gio version

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

github.com/gioui/gio - 3a27bcea2e78841374372eef44c0bb5cc82798c6 authored about 5 years ago by Elias Naur <[email protected]>
cmd/gogio: update gio version

The path of the supporting Android Java files and iOS header file
moved.

Signed-off-by: Elias N...

github.com/gioui/gio - fc521ec1fffa6a0d8994e0e7f6bea455d11318d7 authored about 5 years ago by Elias Naur <[email protected]>
app/internal/log: extract log setup to separate package

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

github.com/gioui/gio - b30bf3cef8b1e3d7d73585f970367ce8b9f63a35 authored about 5 years ago by Elias Naur <[email protected]>
app,internal/window: extract native window code to separate package

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

github.com/gioui/gio - 10c1b2cb8dfe505a628b71dd8aff9d5701451044 authored about 5 years ago by Elias Naur <[email protected]>
app,io/system: extract system events to separate package

Package app is the only package that depends on native libraries and
Cgo. Minimize its API, ther...

github.com/gioui/gio - 36d1cd90f219241909f01914a09e28b39d88c4a7 authored about 5 years ago by Elias Naur <[email protected]>
example/kitchen: use a different color for the disabled button

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

github.com/gioui/gio - 641656b307506cc8171888f99f4c37dea9394b95 authored about 5 years ago by Elias Naur <[email protected]>
widget/material: don't use transparency for disabled buttons

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

github.com/gioui/gio - 0559393633ca83dec879cfcc5af21e4c946ee439 authored about 5 years ago by Elias Naur <[email protected]>
app: disable darwin SIGPIPE workaround from Go 1.14

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

github.com/gioui/gio - 4475bf10bff4b08e952cc0837dcf1ca5f3a9b3dc authored about 5 years ago by Elias Naur <[email protected]>
app/internal/xkb: extra XKB interface to internal package

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

github.com/gioui/gio - 52fedc27a21b38b5f2b6328ea6888d2f2ca4e53f authored about 5 years ago by Elias Naur <[email protected]>
example: update gio version

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

github.com/gioui/gio - 7672c08f46a2d8b6555fa1fd3ca90dd2eb8374d1 authored about 5 years ago by Elias Naur <[email protected]>
widget/material: use font.Default

And simplify NewTheme to take no arguments.

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

github.com/gioui/gio - 8cd4c2e5de659d42a9488123906d0d4e5ded11d2 authored about 5 years ago by Elias Naur <[email protected]>
font/opentype,text/opentype: move package

Opentype parsing, layout and shaping will be used by subpackages to package
font. Move the opent...

github.com/gioui/gio - edf0d8ef999f73e76337c01fb0071ff775beaf18 authored about 5 years ago by Elias Naur <[email protected]>
text: use the first registered font as the default in Shaper

Before this change, the default font was the one registered with an empty
Typeface.

We're about...

github.com/gioui/gio - 481cca5781448a3e9a18df281f84cdf654ad5ba5 authored about 5 years ago by Elias Naur <[email protected]>
font/gofont: add Go font convenience package

To use the Go font in a Gio program, import it:

import _ "gioui.org/font/gofont"

Signed-off-by...

github.com/gioui/gio - 445d85efe095cd66536243700783c042b0ebfad5 authored about 5 years ago by Elias Naur <[email protected]>
font: add a central font registry

Package font holds a singleton text.Shaper for general use. Subpackages
call Register to add fon...

github.com/gioui/gio - 40822ef26be1a8160e468f13c167d1127c7335af authored about 5 years ago by Elias Naur <[email protected]>
text: match Bold weight to CSS, add Variant and Typeface

github.com/gioui/gio - d33461dd80fffa3497e31e21a25c7b92a3ede989 authored about 5 years ago by Elias Naur <[email protected]>
example/kitchen: place buttons on the same row

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

github.com/gioui/gio - 5a82fc9267c855ec6b7812433d4d4294e62691af authored about 5 years ago by Elias Naur <[email protected]>
io/pointer: delete Foremost priority

It wasn't used, and it's not clear that it is useful at all in its current
form. For example, a ...

github.com/gioui/gio - e1de1ba5918ce36c2264e359b1f1c0d5c1687e7b authored about 5 years ago by Elias Naur <[email protected]>
cmd/gogio: update gio version

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

github.com/gioui/gio - 651e31f7e007263763432445c0a8c210518c7f5b authored about 5 years ago by Elias Naur <[email protected]>
example: update gio version

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

github.com/gioui/gio - 88e58a98b3d083d661f15bf6e86941ac6af1d4a8 authored about 5 years ago by Elias Naur <[email protected]>
example/kitchen: add example for demonstrating widgets and theming

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

github.com/gioui/gio - 48cf8af2f2550d69d189d987b010d8cfddbbc413 authored about 5 years ago by Elias Naur <[email protected]>
theme/material: add the material theme

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

github.com/gioui/gio - abb99eca5c54238e34054cacb56936e17cff12a0 authored about 5 years ago by Elias Naur <[email protected]>
gesture: add Active methods to gestures

Active reports whether events are being processed. If not, widgets
can draw themselves as inacti...

github.com/gioui/gio - d829e56194a95427aedc4c6d2c89b0f3fe131aca authored about 5 years ago by Elias Naur <[email protected]>
text: replace Editor.Event with Editor.Event and add Text to SubmitEvent

THe single-stepping Event was done so that SubmitEvents didn't have to
copy the text out if it w...

github.com/gioui/gio - a5b22860accfcd3d25934b729c99420ea13877b0 authored about 5 years ago by Elias Naur <[email protected]>
text: remove padding from Editor

Before this change, the Editor computed a suitable padding for itself
from its font and text. Va...

github.com/gioui/gio - dbb62ae0f6ced3db35c74627733f95102fc6cc93 authored about 5 years ago by Elias Naur <[email protected]>
text: refactor Editor

To prepare for separating drawing from state tracking, refactor
Editor so that only its top leve...

github.com/gioui/gio - ea404bc8fc0d6a80839b5a72a3cf394c77e89de4 authored about 5 years ago by Elias Naur <[email protected]>
text: replace Family with Shaper, add Font, Face

There is now a single shaping implementation, Shaper, for all fonts, replacing
Family that only ...

github.com/gioui/gio - bef7c39e4ce3a9e26a06f422c5933c511d5889ad authored about 5 years ago by Elias Naur <[email protected]>
text: tighten clip bounds for Editor and Label

We're about to remove the extra padding from Editor. To do that, the
clipping must account for t...

github.com/gioui/gio - f35fe407b39b07927e8198f666fade408fd3aa41 authored about 5 years ago by Elias Naur <[email protected]>
text: remove themable properties from Editor and Label

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

github.com/gioui/gio - bc8ad61b54677489b287e51c6de15ef1e0d436c1 authored about 5 years ago by Elias Naur <[email protected]>
widget,text: move Label and Editor from text to widget package

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

github.com/gioui/gio - ff3fc7a24a9f28a1c378e74a20d711c4fcf2376b authored about 5 years ago by Elias Naur <[email protected]>
unit: add Value.Scale method

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

github.com/gioui/gio - 607d853b58a68c32cff7b8768c45f288e7e08c93 authored about 5 years ago by Elias Naur <[email protected]>
text: maintain valid Editor scroll offset

No functional changes.

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

github.com/gioui/gio - d8e3d1077c04453c89f2c7548d877535ee5f32db authored about 5 years ago by Elias Naur <[email protected]>
op/paint: return ClipOp from Path.End

Instead of adding an implicit ClipOp, return a ClipOp ready to use, freeing the
caller from reco...

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