~vanvugt/ubuntu/+source/gtk+3.0:smoother

Last commit made on 2017-09-15
Get this branch:
git clone -b smoother https://git.launchpad.net/~vanvugt/ubuntu/+source/gtk+3.0
Only Daniel van Vugt can upload to this branch. If you are Daniel van Vugt please log in for upload directions.

Branch merges

Branch information

Name:
smoother
Repository:
lp:~vanvugt/ubuntu/+source/gtk+3.0

Recent commits

5917807... by Daniel van Vugt

Use frame timings that aren't NULL.

GDK likes to clear them on every frame so the current one has no timings
during painting. You need to look at the previous frame or older.

f16a61f... by Daniel van Vugt

Fix some edge cases

2392f14... by Daniel van Vugt

Shrink the diff and avoid argument

f22ccb5... by Daniel van Vugt

Work in progress

065ffa8... by Daniel van Vugt

And again

bd5b6b1... by Daniel van Vugt

Better comments

69aa138... by Daniel van Vugt

Work in progress

f9b1580... by Daniel van Vugt

Remove needless change. Shrink the diff.

9b8cad0... by Daniel van Vugt

Work in progress

b68892b... by Daniel Boles <email address hidden>

Expander: Annotate new()’s label arg as nullable

to match new_with_mnemonic()