mobile/app
David Crawshaw 354679495a app: always send paint event when bumping gen
When the generation number is bumped, the <-endPaint case will drop
any old paints. So if a new paint isn't sent to replace it, the app
locks up.

This is a bug that looks like it crept into cl/12533 just before it
was submitted. (Sorry.) I'm working on tests as part of adding
android orientation support.

Change-Id: I6b62bdc6774e090b67a5577c3eae7355e3937894
Reviewed-on: https://go-review.googlesource.com/13445
Reviewed-by: Nigel Tao <nigeltao@golang.org>
2015-08-11 14:52:42 +00:00
..
internal event/{mouse,touch}: work in float32 pixels, not geom.Pt. 2015-08-04 07:35:09 +00:00
GoNativeActivity.java app, cmd/gomobile: subclass NativeActivity 2015-07-13 19:05:26 +00:00
android.c app: merge android.go with loop_android.go. 2015-08-07 12:48:53 +00:00
android.go app: always send paint event when bumping gen 2015-08-11 14:52:42 +00:00
app.go app, event/paint: plumb through paint Generation 2015-07-30 16:09:38 +00:00
app_test.go app: basic android app lifecycle test 2015-07-28 15:24:53 +00:00
darwin_amd64.go event/{mouse,touch}: work in float32 pixels, not geom.Pt. 2015-08-04 07:35:09 +00:00
darwin_amd64.m app: use isARepeat method instead of ARepeat prop 2015-07-23 12:08:15 +00:00
darwin_armx.go app: plumb through iOS orientation 2015-08-10 17:11:20 +00:00
darwin_armx.m app: plumb through iOS orientation 2015-08-10 17:11:20 +00:00
doc.go app: update EndPaint in test and documentation 2015-07-31 16:28:29 +00:00
x11.c event/touch: rename TypeStart to TypeBegin. 2015-07-18 04:39:45 +00:00
x11.go event/{mouse,touch}: work in float32 pixels, not geom.Pt. 2015-08-04 07:35:09 +00:00