commit 463ee95136d519783e55acbd092bc8ba1dd16832 Author: Matthias Clasen Date: Wed Feb 14 12:48:01 2018 -0500 3.22.28 NEWS | 10 +++++++++- configure.ac | 4 ++-- 2 files changed, 11 insertions(+), 3 deletions(-) commit c6901a8b950f156aaddf2ee8f8fb39440b7b9cfd Author: Daniel van Vugt Date: Fri Sep 15 17:49:12 2017 +0800 Fix irregular gdk_frame_clock_get_frame_time This fixes stuttering in animations that rely on the regularity of gdk_frame_clock_get_frame_time. https://bugzilla.gnome.org/show_bug.cgi?id=787665 BEFORE gdkgears: 58 FPS and visibly stuttering gnome-maps on a 59.95Hz monitor: "paint" g_get_monotonic_time +17278μs, gdk_frame_clock_get_frame_time +17278μs "paint" g_get_monotonic_time +17449μs, gdk_frame_clock_get_frame_time +17426μs "paint" g_get_monotonic_time +17620μs, gdk_frame_clock_get_frame_time +17600μs AFTER gdkgears: 60 FPS and smoother gnome-maps on a 59.95Hz monitor: "paint" g_get_monotonic_time +18228μs, gdk_frame_clock_get_frame_time +16680μs "paint" g_get_monotonic_time +15010μs, gdk_frame_clock_get_frame_time +16680μs "paint" g_get_monotonic_time +17134μs, gdk_frame_clock_get_frame_time +16680μs gdk/gdkframeclockidle.c | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) commit f82a6421f4c4716b50ed13463a3d43d69445638d Author: Emmanuele Bassi Date: Wed Feb 14 10:36:24 2018 +0000 Add missing private header to the build Closes: #26 https://bugzilla.gnome.org/show_bug.cgi?id=793442 gtk/Makefile.am | 1 + 1 file changed, 1 insertion(+) commit 97f3a4397a0cc4bb83d50edab9411d5bcfd8eaea Author: Mart Raudsepp Date: Tue Feb 13 22:20:41 2018 +0000 Update Estonian translation po/et.po | 325 ++++++++++++++++----------------------------------------------- 1 file changed, 81 insertions(+), 244 deletions(-)