Skip to content
Snippets Groups Projects
  1. Mar 07, 2025
  2. Mar 06, 2025
  3. Mar 04, 2025
  4. Mar 03, 2025
  5. Mar 02, 2025
    • Fatih Uzunoğlu's avatar
      qt: do not hide window on close on Wayland · 84e7e017
      Fatih Uzunoğlu authored and Felix Paul Kühne's avatar Felix Paul Kühne committed
      `QWindow`'s `wl_surface` gets deleted when `QWindow::hide()`
      is called.
      
      This is an exceptional behavior, and can be considered
      a bug because destroying the window resources is tied to
      `QWindow::destroy()`, calling `QWindow::hide()` should not
      destroy the window's resources.
      84e7e017
    • Alexandre Janniaux's avatar
      libtool_cargo: fix frameworks being emitted to dependencies · d8746c8c
      Alexandre Janniaux authored and Felix Paul Kühne's avatar Felix Paul Kühne committed
      libtool doesn't handle frameworks as dependencies, and only support them
      as linker argument (ie. -Wl,-framework arguments). Remove them from the
      link to prevent the linkage failure. This also means that they must be
      provided manually in the makefile afterwards...
      d8746c8c
  6. Mar 01, 2025
Loading