Commit Graph

  • 78963bdaae widget/material: add and use Icon.Layout method Elias Naur 2019-10-21 09:20:17 +02:00
  • dafb180176 layout: fix ambiguous parsing of stack and flex arguments Elias Naur 2019-10-21 00:59:57 +02:00
  • 79d505623a layout: parse empty names and let higher levels generate errors Elias Naur 2019-10-21 00:43:51 +02:00
  • c07b520157 layout: rename formatState to formatter Elias Naur 2019-10-21 00:19:09 +02:00
  • 32d51dd9e6 layout: fix spelling of "northeast" Elias Naur 2019-10-21 01:04:19 +02:00
  • 5ef176af81 app: add Handle type and PlatformHandle() Greg Pomerantz 2019-10-18 12:22:55 -04:00
  • 175144fa99 cmd/gogio: Android: include jar files from package directory Greg Pomerantz 2019-10-18 09:34:21 -04:00
  • bf6741f2d6 widget/material: accept nil icon in IconButton.Layout Elias Naur 2019-10-17 20:50:02 +02:00
  • 959da5e68f example/gophers: fix avatar image scaling Elias Naur 2019-10-17 19:49:07 +02:00
  • 42d2c98455 app/internal/gpu: clip in floating point Elias Naur 2019-10-17 15:30:37 +02:00
  • 0c75e7c605 app/internal/gpu: don't apply gamma linearization to alpha values Elias Naur 2019-10-17 14:35:10 +02:00
  • 0d4cd822ef example: update gio version Elias Naur 2019-10-17 14:24:00 +02:00
  • 5c0f1ed954 layout: update tests Elias Naur 2019-10-17 14:22:24 +02:00
  • b3c0eaac80 app/internal/window: fix Windows build Elias Naur 2019-10-17 14:18:46 +02:00
  • 3ec0948bba widget/material: don't scale image when constrained Elias Naur 2019-10-17 14:10:49 +02:00
  • 862061b363 layout: rename "exp" layout variants to "max"; add "min" variants Elias Naur 2019-10-17 13:55:03 +02:00
  • 7835d6999f widget/material: don't use translucency for disabled icon buttons Elias Naur 2019-10-16 21:11:16 +02:00
  • d7694ae95f layout: add "exp" format layout for expanding both constraints Elias Naur 2019-10-16 20:51:20 +02:00
  • 759900902a layout: fix Flex baseline Elias Naur 2019-10-16 20:35:24 +02:00
  • b1643e5e2a layout: skip Flex and Stack Layout when scanning format string Elias Naur 2019-10-16 20:29:17 +02:00
  • f442512888 layout: more doc fixes for layout.Format Elias Naur 2019-10-16 18:00:57 +02:00
  • 80b1af3024 layout: fix godoc.org rendering of layout.Format docs Elias Naur 2019-10-16 17:59:04 +02:00
  • c76490956d layout: add support for layout format strings Elias Naur 2019-10-15 12:18:25 +02:00
  • 30d0c986b6 example/gophers: correct baseline to be bottom-aligned Elias Naur 2019-10-16 11:09:03 +02:00
  • 7f07933eb3 layout: unexport Context.Layout and make it a function Elias Naur 2019-10-16 11:07:52 +02:00
  • e2d0b3cfca layout: invert baseline to measure positive distance from bottom Elias Naur 2019-10-16 00:36:31 +02:00
  • 8e3d03f2c4 layout: correct Align baseline Elias Naur 2019-10-16 00:00:15 +02:00
  • 4bbad66947 layout: adjust only max constraints on Inset Elias Naur 2019-10-15 23:56:38 +02:00
  • 8234e8485c example: update gio version Elias Naur 2019-10-15 23:35:08 +02:00
  • 45ccbbe571 layout: expand Flex children Elias Naur 2019-10-15 21:18:29 +02:00
  • fd1fa85998 layout: allow Expand children to fill the available area Elias Naur 2019-10-15 21:18:02 +02:00
  • 160408ec03 widget/material: use constraint minimums for background fills Elias Naur 2019-10-15 21:19:15 +02:00
  • 2990ceda69 layout: relax constraints in Stack.Rigid Elias Naur 2019-10-15 15:52:28 +02:00
  • 6e44d355cc layout: enforce constraints in Context.Layout Elias Naur 2019-10-15 15:41:18 +02:00
  • 1d47f0c5d8 app/internal/window: fall back to OpenGL ES 2 if 3 is unavailable Elias Naur 2019-10-15 17:58:13 +02:00
  • 0783d1939e stack: fix comment Elias Naur 2019-10-15 15:46:02 +02:00
  • b2a360098a example: go fmt imports Elias Naur 2019-10-15 10:09:03 +02:00
  • 3a440c07c6 text: don't panic on missing default font Elias Naur 2019-10-15 10:07:10 +02:00
  • 4da6c57d83 op: complete the MacroOp example Elias Naur 2019-10-14 23:18:49 +02:00
  • fa00b53e13 op: change signature of Ops.Write Elias Naur 2019-10-14 23:10:35 +02:00
  • 88208891de op/paint,app/internal/gpu: post-process paths during GPU upload Elias Naur 2019-10-14 22:20:49 +02:00
  • d9100b506f op,op/paint: remove aux awareness from Ops Elias Naur 2019-10-14 20:20:56 +02:00
  • 41eb3807f7 op: assume aux ops are always wrapped by a macro Elias Naur 2019-10-14 20:01:06 +02:00
  • f5e93206f6 example/gophers: update gio version Elias Naur 2019-10-14 18:20:07 +02:00
  • 8da2c9dbb4 widget/material: change Image to take an ImageOp, not an image.Image Elias Naur 2019-10-14 18:17:30 +02:00
  • 74407a50d5 op/paint: add NewImageOp, unexport ImageOp fields Elias Naur 2019-10-14 17:37:18 +02:00
  • 2e22edbb99 widget/material: remove unused function Elias Naur 2019-10-14 17:41:32 +02:00
  • 3a27bcea2e example: update gio version Elias Naur 2019-10-14 15:17:51 +02:00
  • fc521ec1ff cmd/gogio: update gio version Elias Naur 2019-10-14 16:19:32 +02:00
  • b30bf3cef8 app/internal/log: extract log setup to separate package Elias Naur 2019-10-14 16:37:13 +02:00
  • 10c1b2cb8d app,internal/window: extract native window code to separate package Elias Naur 2019-10-14 16:00:26 +02:00
  • 36d1cd90f2 app,io/system: extract system events to separate package Elias Naur 2019-10-14 14:55:42 +02:00
  • 641656b307 example/kitchen: use a different color for the disabled button Elias Naur 2019-10-14 15:08:26 +02:00
  • 0559393633 widget/material: don't use transparency for disabled buttons Elias Naur 2019-10-14 15:07:48 +02:00
  • 4475bf10bf app: disable darwin SIGPIPE workaround from Go 1.14 Elias Naur 2019-10-14 14:21:02 +02:00
  • 52fedc27a2 app/internal/xkb: extra XKB interface to internal package Elias Naur 2019-10-14 11:50:44 +02:00
  • 7672c08f46 example: update gio version Elias Naur 2019-10-13 18:29:39 +02:00
  • 8cd4c2e5de widget/material: use font.Default Elias Naur 2019-10-13 18:23:39 +02:00
  • 445d85efe0 font/gofont: add Go font convenience package Elias Naur 2019-10-13 18:17:37 +02:00
  • edf0d8ef99 font/opentype,text/opentype: move package Elias Naur 2019-10-13 18:15:25 +02:00
  • 40822ef26b font: add a central font registry Elias Naur 2019-10-13 18:12:07 +02:00
  • d33461dd80 text: match Bold weight to CSS, add Variant and Typeface Elias Naur 2019-10-13 18:22:31 +02:00
  • 481cca5781 text: use the first registered font as the default in Shaper Elias Naur 2019-10-13 18:20:19 +02:00
  • 5a82fc9267 example/kitchen: place buttons on the same row Elias Naur 2019-10-12 16:52:00 +02:00
  • e1de1ba591 io/pointer: delete Foremost priority Elias Naur 2019-10-12 16:31:23 +02:00
  • 651e31f7e0 cmd/gogio: update gio version Elias Naur 2019-10-12 15:42:47 +02:00
  • 48cf8af2f2 example/kitchen: add example for demonstrating widgets and theming Elias Naur 2019-10-10 16:27:42 +02:00
  • 88e58a98b3 example: update gio version Elias Naur 2019-10-08 21:38:09 +02:00
  • abb99eca5c theme/material: add the material theme Elias Naur 2019-10-11 11:50:51 +02:00
  • ff3fc7a24a widget,text: move Label and Editor from text to widget package Elias Naur 2019-10-10 12:46:30 +02:00
  • 607d853b58 unit: add Value.Scale method Elias Naur 2019-10-11 19:07:34 +02:00
  • d829e56194 gesture: add Active methods to gestures Elias Naur 2019-10-11 17:39:06 +02:00
  • a5b22860ac text: replace Editor.Event with Editor.Event and add Text to SubmitEvent Elias Naur 2019-10-11 18:11:47 +02:00
  • d8e3d1077c text: maintain valid Editor scroll offset Elias Naur 2019-10-12 12:35:33 +02:00
  • bc8ad61b54 text: remove themable properties from Editor and Label Elias Naur 2019-10-11 11:46:03 +02:00
  • dbb62ae0f6 text: remove padding from Editor Elias Naur 2019-10-10 13:48:25 +02:00
  • f35fe407b3 text: tighten clip bounds for Editor and Label Elias Naur 2019-10-11 14:09:53 +02:00
  • bef7c39e4c text: replace Family with Shaper, add Font, Face Elias Naur 2019-10-08 21:29:04 +02:00
  • ea404bc8fc text: refactor Editor Elias Naur 2019-10-08 20:38:10 +02:00
  • ef5cf5b724 op/paint: return ClipOp from Path.End Elias Naur 2019-10-09 15:05:09 +02:00
  • a937a76534 app: rename UpdateEvent to FrameEvent and add Frame field Elias Naur 2019-10-10 12:15:04 +02:00
  • e49df512f6 app/internal/input: remove event delivery tracking field Elias Naur 2019-10-11 16:28:32 +02:00
  • ff4fa71738 app/internal/input: really reset dropped handlers Elias Naur 2019-10-12 13:58:16 +02:00
  • a184faa50e app: remove two remaining Wayland references from xkb Elias Naur 2019-10-11 15:31:15 +02:00
  • 163d9037e6 text: fix editBuffer.runeBefore Elias Naur 2019-10-10 15:27:02 +02:00
  • 71731a613c io/key: add String methods to Modifiers and Event Elias Naur 2019-10-10 11:57:13 +02:00
  • a21e8bf7e4 README.md: initialize a module before running module commands Elias Naur 2019-10-10 08:43:48 +02:00
  • e4b1a46dd2 cmd/gogio: create a temporary signing key if debug.keystore isn't found Elias Naur 2019-10-09 18:54:53 +02:00
  • 468731538e cmd/gogio: look for javac in JAVA_HOME if it is not in PATH Elias Naur 2019-10-09 18:38:05 +02:00
  • b749c5dd28 cmd/gogio: fix Android toolchain path for Windows 64-bit Elias Naur 2019-10-09 18:27:09 +02:00
  • e031d7325c README.md: remove text about the gophers example -token flag Elias Naur 2019-10-09 17:44:04 +02:00
  • 25c76cf8a1 example/go.*: update gio version Elias Naur 2019-10-08 17:32:02 +02:00
  • a76de40e9a app: another macOS < 10.12 build fix Elias Naur 2019-10-08 17:30:31 +02:00
  • 23c590b9be example/go.*: update gio version Elias Naur 2019-10-08 16:54:54 +02:00
  • da5a83d2b2 app: fix more macOS 10.11 build warnings Elias Naur 2019-10-08 16:50:52 +02:00
  • 6bc55d66c2 example/go.mod: update gio version Elias Naur 2019-10-08 14:25:09 +02:00
  • c3a6ab1174 app: fix build on macOS < 10.12 Elias Naur 2019-10-08 14:22:41 +02:00
  • e9db3801cc cmd/gogio: rename gio* files to main* Elias Naur 2019-10-08 13:10:58 +02:00
  • 81814e6fa4 cmd/gogio: add -minversion flag to specify minimum Android platform Greg Pomerantz 2019-10-07 10:29:16 -04:00
  • 370ff4bcc9 example/gophers: update gio version Elias Naur 2019-10-07 12:04:51 +02:00