Commit Graph

  • f16e8fd122 app: update package documentation Elias Naur 2020-05-14 10:11:18 +02:00
  • 2e25a28a54 app: fix typo in Main documentation Elias Naur 2020-05-14 10:08:28 +02:00
  • 05dfceb7e7 app/clipboard: implement clipboard for Android Elias Naur 2020-05-13 17:12:31 +02:00
  • a6dd70b2dc app: add license header to app_android.go Elias Naur 2020-05-13 15:18:07 +02:00
  • 390949790e f32: implement fmt.Stringer to Point and Rectangle Wagner Riffel 2020-05-13 07:06:54 -03:00
  • 4bbc6379ed doc: rewrite references to preivous api to current Wagner Riffel 2020-05-13 06:55:38 -03:00
  • f29964fee1 example/tabs: animated switching Egon Elbre 2020-05-13 11:37:11 +03:00
  • d682e92606 example/tabs: use material.Clickable Elias Naur 2020-05-13 10:23:04 +02:00
  • 062e2bc54b gesture: only report TypePress for Click gestures if pointer is grabbed Elias Naur 2020-05-11 16:50:07 +02:00
  • ca0af08ff2 gesture: use Enter/Leave events instead of Moves Elias Naur 2020-05-11 16:32:37 +02:00
  • a0df8ba59b example: bump gio version and add flat button example to kitchen Elias Naur 2020-05-11 13:20:04 +02:00
  • 23baeff18d widget/button,widget/material: introduce Clickable for generic click areas Elias Naur 2020-05-11 13:17:14 +02:00
  • 47ce4b8cb8 widget: export Button.Update method for accessing raw gesture events Elias Naur 2020-05-11 12:56:56 +02:00
  • 43c2b90716 widget: simplify popping an element from a slice Elias Naur 2020-05-11 12:47:27 +02:00
  • fd2cb4a7a1 widget,widget/material: use constraints for setting up hit area Elias Naur 2020-05-11 12:26:45 +02:00
  • 4e20ea83a1 widget/material: use cosntraints for setting pointer hit areas Elias Naur 2020-05-11 12:23:18 +02:00
  • 3fd1ccbbed io/router: fix ellipse hit function Elias Naur 2020-05-11 12:15:54 +02:00
  • a046f15156 io/router: return boolean expressions directly Elias Naur 2020-05-11 11:57:37 +02:00
  • 73475270fe example: bump gio version Elias Naur 2020-05-11 11:32:45 +02:00
  • c32b3fe43a widget/material: drop Color from ButtonLayoutStyle Elias Naur 2020-05-11 11:29:05 +02:00
  • 669e4cc96a cmd/gogio: speed up the wine e2e test Daniel Martí 2020-05-10 20:44:50 +01:00
  • 023e022255 cmd/gogio: make e2e test output consistent Daniel Martí 2020-05-10 17:31:14 +01:00
  • 9ad412ea0b cmd: bump gioui.org dependency, use -modfile properly on CI Daniel Martí 2020-05-10 17:18:30 +01:00
  • c2cbcee78d cmd/gogio: use a standalone WINEPREFIX for the wine e2e test Daniel Martí 2020-05-09 16:17:06 +01:00
  • 29a9e5bc27 io/router: fix Enter/Leave during press events Chris Waldon 2020-05-06 22:25:58 -04:00
  • c1f0f9b5c7 io/router: improve benchmark by trying multiple sizes Chris Waldon 2020-05-06 22:23:12 -04:00
  • b2f1776670 io/router: fix enter/leave event tests and add more Chris Waldon 2020-05-06 22:21:54 -04:00
  • 0ad8f85c05 cmd/gogio: add -linkmode flags Elias Naur 2020-05-08 08:31:26 +02:00
  • bcbea7e653 cmd/gogio: fix ldflags overwriting Elias Naur 2020-05-08 08:27:42 +02:00
  • 630e0b494d app/internal/windows: remove extra empty line Elias Naur 2020-05-07 16:03:22 +02:00
  • 681bafce08 cmd/gogio: use filepath for Windows compatibility Elias Naur 2020-05-07 15:52:13 +02:00
  • 3957be37c8 app: [Android] tweak environment for os.UserHomeDir and os.UserConfigDir Elias Naur 2020-05-06 16:48:31 +02:00
  • 2395659be3 app: [Android] set XDG_CACHE_HOME to make os.UserCacheDir work Elias Naur 2020-05-06 16:36:34 +02:00
  • e97adeedd9 app/internal/log: use the app ID as the Android log tag Daniel Martí 2020-05-05 23:37:16 +01:00
  • ec34eb4919 cmd: add a go.local.mod for development Daniel Martí 2020-05-05 23:28:28 +01:00
  • 33493501a6 app/internal/headless: [Android] expose Java initialization method Elias Naur 2020-05-05 19:10:19 +02:00
  • cde651db60 app/internal/window: [Android] remove JNI_OnLoad JNI callback Elias Naur 2020-05-05 19:01:12 +02:00
  • 0c0a22bee7 app/internal/window: don't rely on JNI_OnCreate for getting the JavaVM Elias Naur 2020-05-05 18:55:14 +02:00
  • c7c5b87264 app/internal/window: remove unused #includes Elias Naur 2020-05-05 18:29:25 +02:00
  • 7301ebe0ef app/internal/window: removed unused function Elias Naur 2020-05-05 18:23:31 +02:00
  • f08568a6df widget: report whether Value changed after Enum.Update and Bool.Update Elias Naur 2020-05-05 11:33:41 +02:00
  • 05efb9b5f4 example/kitchen: add Switch widget Elias Naur 2020-05-04 14:30:32 +02:00
  • 26da49e145 widget/material: add Switch widget Elias Naur 2020-05-04 14:39:21 +02:00
  • 6b4eb710b3 widget: rename CheckBox to Bool Elias Naur 2020-05-04 14:28:33 +02:00
  • 13941c9f1b io/router: add tests for Enter/Leave pointer events Chris Waldon 2020-05-04 08:23:56 -04:00
  • 1c113f19c6 io/router: send pointer Enter/Leave events Chris Waldon 2020-05-04 08:23:45 -04:00
  • 6501ecf2a0 io/pointer: define new Enter/Leave pointer events Chris Waldon 2020-04-18 22:25:13 -04:00
  • 52d8a8867d widget,widget/material: export CheckBox.Checked Elias Naur 2020-05-03 21:25:49 +02:00
  • f1e266a9e7 widget,widget/material: export Enum.Value Elias Naur 2020-05-03 21:21:19 +02:00
  • a1166e6652 example,cmd: bump gio version Elias Naur 2020-05-03 21:06:02 +02:00
  • 8d9612f9aa layout,app,io/system: move Queue from app.Window to FrameEvent Elias Naur 2020-05-03 20:48:35 +02:00
  • 289fe02b90 layout: replace NewContext with a Queue argument to Context.Reset Elias Naur 2020-05-03 21:00:52 +02:00
  • d350f82011 layout: fix typo Elias Naur 2020-05-03 17:13:08 +02:00
  • d474b5b16a example: bump gio version Elias Naur 2020-05-03 12:24:46 +02:00
  • 060cff257f material: make theme constructors stand-alone functions Elias Naur 2020-05-03 12:29:41 +02:00
  • e460e4f4bf widget,widget/material: move Image and Icon to widget package Elias Naur 2020-05-03 12:22:32 +02:00
  • fa7f9d3ba8 widget/material: report icons dimensions after running Icon.Layout Elias Naur 2020-05-02 20:56:33 +02:00
  • 4db3cb2afb gesture: support multiple click actions Pierre.Curto 2020-04-29 12:44:35 +02:00
  • b862f4f174 example/kitchen: Use the button passed to iconAndTextButton.Layout Fabian Geiselhart 2020-05-01 14:38:58 +02:00
  • 0e70fbc126 app: add note about the safe use of Window.Queue. Elias Naur 2020-04-29 10:22:02 +02:00
  • 133fa45258 example,cmd: update gio version Elias Naur 2020-04-29 10:08:36 +02:00
  • 4bde9fbcaa app/internal/log: add synchronized logger on Android Elias Naur 2020-04-29 10:03:07 +02:00
  • 51e4df7707 app/internal/log: fix typo Elias Naur 2020-04-29 09:08:11 +02:00
  • 9218df1db7 example,cmd: update gio version Elias Naur 2020-04-28 14:58:49 +02:00
  • 9842cbd30b gpu/gl: detect float FBO support under Safari's WebGL1 implementation Elias Naur 2020-04-28 14:54:59 +02:00
  • 1062d4e79d gpu/shaders: avoid first-class arrays Elias Naur 2020-04-28 14:33:27 +02:00
  • 22f964548b gesture: fix typo Elias Naur 2020-04-27 21:29:11 +02:00
  • 84d4800a16 cmd/gogio: match Android window background with default Gio color Elias Naur 2020-04-24 15:59:30 +02:00
  • cf6e128d48 example,cmd: update gio version Elias Naur 2020-04-23 21:15:17 +02:00
  • 533bf953f9 app/internal/cocoainit: enable multithread support in Cocoa Elias Naur 2020-04-23 21:08:55 +02:00
  • 08dfd2943b ui: fix wrong method name in documentation Fabian Geiselhart 2020-04-23 12:26:49 +02:00
  • 925f5af930 example/go.mod: update gio version Elias Naur 2020-04-23 00:32:59 +02:00
  • 02d4316c56 gpu: reset to the default framebuffer on reset Elias Naur 2020-04-23 00:27:04 +02:00
  • aefc6f3625 app/internal/window: [Android] use correct JNI Call variant for registerFragment Elias Naur 2020-04-20 20:54:50 +02:00
  • ae77377f7b app: [Android] replace PlatformHandle with JavaVM, AppContext methods Elias Naur 2020-04-20 20:21:39 +02:00
  • 10f932137c app: fix NewWindow comment Elias Naur 2020-04-20 20:08:01 +02:00
  • 30b46ded6b internal/window: [Android] remove unused C function Elias Naur 2020-04-20 19:11:04 +02:00
  • 2b1935d657 cmd/gogio: include Android themes in .aar outputs Elias Naur 2020-04-18 20:24:42 +02:00
  • 0cfc914d8b example/tabs: add example for tabbed content Elias Naur 2020-04-17 10:50:50 +02:00
  • b1aed3eae0 Revert "widget/material: propagate ButtonLayout minimum constraints to content" Elias Naur 2020-04-16 19:57:19 +02:00
  • b8cbc1e99d widget: improve Click description Elias Naur 2020-04-16 19:15:10 +02:00
  • efce78d414 example/kitchen: add ProgressBar example metaclips 2020-04-02 22:50:58 +01:00
  • da01fbdea7 widget/material: add ProgressBar metaclips 2020-04-02 19:54:34 +01:00
  • 221ce02328 LICENSE: merge UNLICENSE and LICENSE-MIT Elias Naur 2020-02-27 22:54:34 +01:00
  • 0542796463 .builds: add webassembly build test Elias Naur 2020-04-01 13:32:18 +02:00
  • 97538991d2 example/glfw: fix build Elias Naur 2020-04-01 13:17:06 +02:00
  • 1a3bbd5d92 example,cmd: update gio Elias Naur 2020-04-01 13:13:26 +02:00
  • 1ad891ff67 app/internal: fix Android build Elias Naur 2020-04-01 13:04:40 +02:00
  • 27d81b8c7e widget/material: re-center Button label Elias Naur 2020-03-27 16:40:13 +01:00
  • 52ccc183b5 widget/material: propagate ButtonLayout minimum constraints to content Elias Naur 2020-03-25 17:52:02 +01:00
  • f7a23ad46a widget/material: draw button to max width with ButtonLayout metaclips 2020-03-25 16:16:53 +01:00
  • 43df9f2677 example/kitchen: add ButtonLayout example metaclips 2020-03-24 15:05:06 +01:00
  • 38ed6d1569 app/internal: use pkg-config for finding system headers and libraries Elias Naur 2020-03-23 11:27:07 +01:00
  • 5d7fbd761f widget/material: add ButtonLayout metaclips 2020-03-22 11:10:37 +01:00
  • a3101c9454 app/internal/window,app/internal/egl: avoid X11 dependency in EGL Elias Naur 2020-03-20 20:58:17 +01:00
  • 56c3edef82 gpu/gl: remove unused field Elias Naur 2020-03-19 20:28:09 +01:00
  • acd32c31a2 app/internal/d3d11: enable VSync Egon Elbre 2020-03-15 17:49:23 +02:00
  • 7fba3bb8fe gpu/backend: remove clear color and depth state Elias Naur 2020-03-15 12:20:19 +01:00
  • daecdcaabf ci: add skeleton for sourcehut annotations Chris Waldon 2020-03-14 10:28:45 -04:00
  • 5180bb0e1a gpu/gl: don't panic if no input layout is bound Elias Naur 2020-03-13 17:33:06 +01:00