• src/conio/x_events.c

    From Deucе@VERT to Git commit to main/sbbs/master on Sunday, January 19, 2025 17:17:12
    https://gitlab.synchro.net/main/sbbs/-/commit/13fcf2f23a9d845ba5685258
    Modified Files:
    src/conio/x_events.c
    Log Message:
    Recalculate scaling when resize_window() is called in fullscreen mode.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Sunday, January 19, 2025 17:53:11
    https://gitlab.synchro.net/main/sbbs/-/commit/baf9603eaa287c0f6e1ad5ce
    Modified Files:
    src/conio/x_events.c
    Log Message:
    Add some debug logging

    Maybe we can figure out what the Chromebook is doing...

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Sunday, January 19, 2025 20:24:31
    https://gitlab.synchro.net/main/sbbs/-/commit/f300a32ef58f0340ce60f075
    Modified Files:
    src/conio/x_events.c
    Log Message:
    Remove debug code

    It looks like the ChromeOS WM is resizeing the window. :(

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Sunday, January 19, 2025 20:30:57
    https://gitlab.synchro.net/main/sbbs/-/commit/819c6891d47851c2a49fff0f
    Modified Files:
    src/conio/x_events.c
    Log Message:
    Formatting

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Friday, February 14, 2025 01:08:40
    https://gitlab.synchro.net/main/sbbs/-/commit/83c7914b3b10a49fba70ad08
    Modified Files:
    src/conio/x_events.c
    Log Message:
    Fix some scancodes...

    It seems some of the Shift+x codes were incorrect (had unshifted
    as high byte and shifted as low byte).

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Wednesday, October 08, 2025 14:07:27
    https://gitlab.synchro.net/main/sbbs/-/commit/891403083f32ee8b84a9cd17
    Modified Files:
    src/conio/x_events.c
    Log Message:
    Goot to include assert.h when calling assert()

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Thursday, November 27, 2025 12:35:30
    https://gitlab.synchro.net/main/sbbs/-/commit/7c24a3911beb16f69752353d
    Modified Files:
    src/conio/x_events.c
    Log Message:
    Or in base_pixel even for VisualIsRGB8

    This may resolve issue where screen appears to be transparent when
    a black background is used with Plasma 5 on Linux.

    Essentially, we set all non-RGB bits now instead of leaving them
    unset.

    This will help if anything is assuming ARGB32 despite us explicitly
    requesting RGB24.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Monday, March 16, 2026 21:37:59
    https://gitlab.synchro.net/main/sbbs/-/commit/13da024834666d43090b0230
    Modified Files:
    src/conio/x_events.c
    Log Message:
    Downscale XWMHints pixmap icon to 32x32 for old WMs (fixes ticket 192)

    Some window managers (e.g. xvcsrv) only use the old-style XWMHints
    pixmap icon and ignore _NET_WM_ICON. These WMs typically expect a
    32x32 pixmap and clip larger icons, showing only the top-left quadrant.

    Downsample the icon to 32x32 using nearest-neighbor when the source
    is larger than 32x32. The full-size icon is still provided via
    _NET_WM_ICON for modern WMs.

    For nelgin.

    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net