Add a sidebar with places

It happens to fix an issue with scroll offset resets in the browser.

Otherwise, it's very much WIP.
This commit is contained in:
2021-11-18 10:35:58 +01:00
parent e045a35437
commit 0433c1a027
2 changed files with 48 additions and 6 deletions

View File

@@ -198,6 +198,7 @@ fastiv_view_realize(GtkWidget *widget)
#ifdef GDK_WINDOWING_X11
// FIXME: This causes some flicker while scrolling, because it disables
// double buffering, see: https://gitlab.gnome.org/GNOME/gtk/-/issues/2560
// FIXME: It also breaks Tab-switching at the start of program.
//
// If GTK+'s OpenGL integration fails to deliver, we need to use the window
// directly, sidestepping the toolkit entirely.