GNOME Bugzilla – Bug 630299
Prepare for GTK3 rendering-cleanup
Last modified: 2010-10-02 21:00:27 UTC
Created attachment 170794 [details] [review] WIP - Port to rendering-cleanup This patch does not work. I only changed the parts of the code that were pretty straight forward. I attempted to fix it completely, however the gutter was then drawn over the textview. I removed the changes that I was unsure about so in those places it will fail to compile.
Review of attachment 170794 [details] [review]: For what I can see so far this patch looks good to me.
Created attachment 171131 [details] [review] Port gtksourceview to GTK3 rendering changes
Review of attachment 171131 [details] [review]: Do you still get the slowdown about the current line highlighting? The patch looks good to commit
Created attachment 171236 [details] [review] rebased patch There are some commits in git master that conflict with the previous patches. Here there is a patch rebased to current git master.
I pushed latest patch (as instructed in IRC). Not closing, since it seems gsv is slower after the API changes, one way of checking this is to keep the PgDown key pressed and then releasing it, it will take gsv some perceivable time to stop scrolling.
After aditional tests in two machines (one with ubuntu and other with fedora) I get the slowdown when scrolling even in the GtkTextView example of gtk-demo. So I think we can close this now ( I will open a new bug for TextView)