Tag: gtk4

  • GTK4ifying Settings

    GTK4ifying Settings

    It took a long time, and massive amounts of energy and sweat and blood, but as of last week, Settings is finally ported to GTK4 and uses libadwaita for platform integration. This was by far the biggest application I’ve ported to GTK4. In total, around 330 files needed to be either rewritten or at least…

  • Incremental present in GTK4

    When working with graphical applications, there are multiple constraints and techniques applied in order to reduce the number of pixels that are being uploaded to the GPU, swapped on screen, or being manipulated. Even with highly optimized GPUs, the massive number of pixels we have to deal with (a 1080p monitor, for example, has 2…