Bump to Gtk# 3.22#71
Open
ikelos wants to merge 4 commits intoafrantzis:masterfrom
Open
Conversation
These changes were pretty much entirely produced by Claude.ai, because I was sad that the fastest hex editor I had ever seen hadn't been updated for the latest GTK. This patch: * Updates the drawing mechanism from pixbuf to cairo. * Updates Gtk.HBox/VBox to Gtk.Box * Handle smooth scrolling of the cairo datapane * Uses Gdk.RGBA rather than Gdk.Color Claude seems to have removed some comments and altered others, but in general it seems to have done a good job, and I've manually verified that the new codebase works as expected.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These changes were pretty much entirely produced by Claude.ai, because I was sad that the fastest hex editor I had ever seen hadn't been updated for the latest GTK.
This patch:
I've manually verified that the new codebase works as expected. It's technically a little behind, because of Gtk4, but for that Gtk# seems to have moved to
gir.corewhich I'm still investigating. I'll look converting to that, but at least for now this allows people to use a working and compilable version of bless using GtkSharp-3 (the implementation of GtkSharp I used for testing was https://github.com/GLibSharp/GtkSharp.This is apparently another version (which seems to be where the official page redirects) at https://github.com/GtkSharp/GtkSharp, but I haven't investigated differences or compatbility issues yet.