passgo/cmd/passgo-gui
Greg Pomerantz e7218b1efd Complete the Gio v0.10.2 GUI migration (working on Android).
- Event loop: call w.Event() and FrameEvent.Frame() on the same
  goroutine; no channel bridge (the bridge broke frame rendering).
- clip: use clip.UniformRRect(...).Push(gtx.Ops) / Pop() for real
  clipping in layoutRRect (old .Add(ops) painted unclipped).
- Window clear color is white in v0.10.2.
- Fonts: always provide gofont; on Android use
  WithCollection(gofont.Collection()).
- Button labels: explicitly set Color (zero-value NRGBA has A=0,
  i.e. transparent, so labels were invisible).
- Filter: detect changes by comparing the editor text, since
  material.Editor.Layout consumes the editor's input events
  internally and a later FilterEd.Update(gtx) never sees them.
- idPage: persist the manually entered ID with store.SetID (on
  Android nativeIdentities is unimplemented, so there are no id
  buttons to click).
- Use U+2026 (gofont) instead of U+22EE (not in gofont) for the
  menu button.
- Split getConfDir/noidLabelText out into impl_linux.go for the
  Linux build.
2026-08-21 13:00:35 -04:00
..
impl_android.go Complete the Gio v0.10.2 GUI migration (working on Android). 2026-08-21 13:00:35 -04:00
impl_darwin.go Complete the Gio v0.10.2 GUI migration (working on Android). 2026-08-21 13:00:35 -04:00
impl_linux.go Complete the Gio v0.10.2 GUI migration (working on Android). 2026-08-21 13:00:35 -04:00
impl_others.go Complete the Gio v0.10.2 GUI migration (working on Android). 2026-08-21 13:00:35 -04:00
log.go Rename to passgo and run go fmt. 2019-09-05 06:41:39 -04:00
main.go Complete the Gio v0.10.2 GUI migration (working on Android). 2026-08-21 13:00:35 -04:00
ui.go Complete the Gio v0.10.2 GUI migration (working on Android). 2026-08-21 13:00:35 -04:00