home.social

#gdk — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #gdk, aggregated by home.social.

  1. Just shipped our latest patch release for #FidelityFX SDK - v1.1.2:

    #AMD #FSR 3.1.2 has minor fixes, following feedback 🙂

    ✨ Code changes for Oct24 Microsoft #GDK, which includes #FSR3 Frame Interpolation sample for #Xbox & desktop.

    Full details: gpuopen.com/learn/amd_fidelity

  2. Podoba mi się konsekwencja w nazwach klawiszy #GDK pomiędzy alfanumeryczną częścią klawiatury, a numpadem.

    GDK_KEY_Return -- GDK_KEY_KP_Enter
    GDK_KEY_plus -- GDK_KEY_KP_Add
    GDK_KEY_minus -- GDK_KEY_KP_Subtract

    gitlab.gnome.org/GNOME/gtk/-/b

    [EDIT: mój błąd, jednak źródłem ten niekonsekwencji jest nasze ukochane #X11
    cgit.freedesktop.org/xorg/prot
    ]

    #GTK

  3. I love how consistent #GDK key constants are between alphanumeric part of the keyboard and the keypad.

    GDK_KEY_Return -- GDK_KEY_KP_Enter
    GDK_KEY_plus -- GDK_KEY_KP_Add
    GDK_KEY_minus -- GDK_KEY_KP_Subtract

    gitlab.gnome.org/GNOME/gtk/-/b

    [EDIT: my mistake, the source of this inconsistency is our beloved #X11
    cgit.freedesktop.org/xorg/prot
    ]

    #GTK

  4. @aruiz AHA!!!
    after a quick check with strace was not immediately helpful I hit upon using gdk-pixbuf-query-loaders. Using it on my file ended up outputting:

    g_module_open() failed for /home/joncruz/Amiga/ilbm_pixbuf_loader.so: /home/joncruz/Amiga/ilbm_pixbuf_loader.so: undefined symbol: gdk_pixbuf_get_n_channels

    So that's a handy tool when working on loaders

    #gdk #pixelart #programming

  5. Since "The Year of 🐧GNU/Linux on the Desktop" has surprisingly been postponed once more:

    I want "xfce4-display-settings -m" to show up on *every* connected display when I press Meta+P, not just on my (closed) notebook in its dock 😡

    The #pseudocode is easy:

    for each display in connect_displays
    $process = start "xfce4-display-settings -m"
    move $process.window to $display.center

    I have the 🔧 bits 'n' 🧩 pieces
    #bash #xdotool #wmctrl #xrandr #gdk #xfce4 #python ready.

    but still: welp 🥺