BwackNinja

Results 16 comments of BwackNinja

Sure. I'll take a look. It should be simple.

This is not a Viewnior issue. It's gdk-pixbuf that's doing image loading. Install https://github.com/strukturag/libheif and you'll be able to view .heic images.

I can take another look to reconfirm. I believe that `CLOSE_CB_SYM` is run properly because I had regular memory issues when dealing with lambdas rather than passing in static classes...

I'm working on a testcase now. I have one that doesn't exhibit this problem, so it looks like this may be the symptom of a different issue and not leaking...

``` package com.bwackninja; import java.lang.foreign.MemorySegment; import org.gnome.gdk.Paintable; import org.gnome.gdk.Snapshot; import org.gnome.gio.ApplicationFlags; import org.gnome.glib.GLib; import org.gnome.glib.Type; import org.gnome.gobject.GObject; import org.gnome.gtk.Application; import org.gnome.gtk.ApplicationWindow; import org.gnome.gtk.Fixed; import org.gnome.gtk.Picture; import org.gnome.gtk.Window; import org.gnome.pango.Context; import...

I've decoupled the workspace switching state from the snapping preview state and updated the naming. The snap thresholds are also pulled from the move plugin configuration by the grid plugin...