Commit graph

  • 1bbf00451c
    CI/Nix: fix PR build failure Mihai Fufezan 2024-05-09 19:56:58 +0300
  • 709cc820de
    Nix: remove nixConfig from flake Mihai Fufezan 2024-05-09 19:45:33 +0300
  • af92535c27 formatting Zakk 2024-05-10 18:00:51 -0400
  • 64d46f3835 Changes for stacked dnd Zakk 2024-05-06 16:56:20 -0400
  • 2896fefc6c Fix index when creating groupbar title textures Zakk 2024-05-05 08:47:56 -0400
  • cad88de74f Stacked group tabs Zakk 2024-04-30 16:35:07 -0400
  • 38911d6df4 box: fix noNegativeSize Vaxry 2024-05-10 12:58:53 +0100
  • 37a84c5223
    socket2: fix events being reordered (#5955) underengineering 2024-05-10 14:32:50 +0300
  • c19903eaf8
    windowrules add focusonactivate (#5976) MightyPlaza 2024-05-10 11:27:54 +0000
  • cc4ac52309 github: update issue template with new path Vaxry 2024-05-10 12:22:47 +0100
  • 2549f0cc97 layersurface: reset popuphead after unmap Vaxry 2024-05-10 12:03:38 +0100
  • e88f379383 Fix miscount with modkeys. Gabriel Ford 2024-05-10 01:29:45 -0400
  • 3374229118 core: remove unused includes and fix warn Vaxry 2024-05-10 03:20:26 +0100
  • 2ba6bb69c4 popups: fix breadthfirst and at Vaxry 2024-05-10 02:36:56 +0100
  • db30ff63e6 popups: avoid infinite recursion in bf Vaxry 2024-05-10 02:28:21 +0100
  • a7e23d2f1e presentation-time: move to new impl Vaxry 2024-05-10 02:27:54 +0100
  • c1da3d3fb8
    focusonactivate window rule modified: src/config/ConfigManager.cpp modified: src/desktop/Window.cpp modified: src/desktop/Window.hpp MightyPlaza 2024-05-10 01:18:14 +0100
  • 1753059b07 pointermgr: reset entered outputs when resetting surface Vaxry 2024-05-09 23:08:40 +0100
  • b0861b6709 config: move various cursor-related vars to cursor: Vaxry 2024-05-09 22:23:01 +0100
  • 7cf810b181
    keybinds: Fix classic global keybinds(pass dispatcher) (#5967) sub-kek 2024-05-10 00:05:13 +0300
  • 51b0da2c0d
    flake.lock: update Mihai Fufezan 2024-05-10 00:04:15 +0300
  • 4f26ae70fd core: drop unused protocol impls Vaxry 2024-05-09 22:01:19 +0100
  • eeebbc0e7e groupbar: fix title scaling (#5969) MightyPlaza 2024-05-09 20:47:59 +0000
  • 635a02d83f layer-shell: move to new impl Vaxry 2024-05-09 21:47:21 +0100
  • 6fd5a06a81
    scale groupbar titles modified: src/render/decorations/CHyprGroupBarDecoration.cpp modified: src/render/decorations/CHyprGroupBarDecoration.hpp MightyPlaza 2024-05-09 20:17:35 +0100
  • 498f5ccdef
    Fix classic global keybinds(pass dispatcher) sub-kek 2024-05-09 21:23:22 +0300
  • 85f7f69046
    decorations: fix groupbar input (#5963) MightyPlaza 2024-05-09 18:19:32 +0000
  • fe4737fb9d pointer: don't calculate hw hotspot for missing hw cursors Vaxry 2024-05-09 19:17:04 +0100
  • 80a7178df4
    Merge branch 'hyprwm:main' into multi-key-binds-v2 Gabriel Ford 2024-05-09 17:33:30 +0000
  • 0a52a7de51 Order change to minimize diff. Gabriel Ford 2024-05-09 13:30:44 -0400
  • 38c2336fcb Clean up keysetting in ConfigManager. Gabriel Ford 2024-05-09 13:28:44 -0400
  • c332cc5d02 Remove unnecessary log. Gabriel Ford 2024-05-09 13:16:43 -0400
  • d92cb6a645 Fixed a bug with mod keys. Gabriel Ford 2024-05-09 13:15:02 -0400
  • a67cf42a45 Add modkey and count matching. Gabriel Ford 2024-05-09 12:03:11 -0400
  • ab370aa8c3
    fix groupbar input modified: src/render/decorations/CHyprGroupBarDecoration.cpp modified: src/render/decorations/CHyprGroupBarDecoration.hpp MightyPlaza 2024-05-09 16:33:06 +0100
  • bb05bff711 use g_pEventManager underengineering 2024-05-09 16:37:53 +0300
  • d7aed240db text-input-v3: atomically enable/disable on commit Vaxry 2024-05-09 14:27:48 +0100
  • c98acaed62 virtual-keyboard: release keys before destroy Vaxry 2024-05-09 14:07:21 +0100
  • 67a5377b41
    core: remove wayland sockets on exit (#5959) Ikalco 2024-05-09 07:39:15 -0500
  • 84e8d1810d Tablet: move to new impl Vaxry 2024-05-06 02:15:26 +0100
  • ed411f53bd cursor: move to a hyprland impl Vaxry 2024-05-05 22:18:10 +0100
  • 61056171d7 Tablet: move to new impl Vaxry 2024-05-06 02:15:26 +0100
  • 232ad43ee8 cursor: move to a hyprland impl Vaxry 2024-05-05 22:18:10 +0100
  • 0bdc4e0376 remove wayland sockets on exit Ikalco 2024-05-09 12:26:56 +0000
  • 90f1a9f92d ignore EAGAIN when accepting connection underengineering 2024-05-09 14:51:43 +0300
  • 048c9ea1ff fix reordering when socket becomes writable before queue is flushed underengineering 2024-05-09 14:49:10 +0300
  • 17cdd329bd replace unordered_map with vector underengineering 2024-05-09 00:48:07 +0300
  • 99b319b654 add more logs underengineering 2024-05-08 23:36:23 +0300
  • 495a43c931
    Merge branch 'hyprwm:main' into main Paolo 2024-05-09 08:40:06 +0200
  • 71d42ce442 Format KeybindManager header. Gabriel Ford 2024-05-09 00:35:26 -0400
  • 289323591e Formatting. Gabriel Ford 2024-05-09 00:12:26 -0400
  • 53765951b1 Whoops, forgot to add string import. Gabriel Ford 2024-05-08 23:59:29 -0400
  • 5d360c9a7a Fixed handler logic. Gabriel Ford 2024-05-08 23:58:59 -0400
  • dee92d1091 Forgot to continue out of the second loop /: Gabriel Ford 2024-05-08 23:02:58 -0400
  • ab956d8bc2 Lots on progress on handling binds. Gabriel Ford 2024-05-08 21:58:01 -0400
  • e4e84064f2 xdg-activation: keep tokens after the resource is dead Vaxry 2024-05-08 22:17:10 +0100
  • e3f30a6b41 initialize eventSource in SClient underengineering 2024-05-08 23:35:59 +0300
  • 1288a467f9 remove WL_EVENT_READABLE underengineering 2024-05-08 23:20:33 +0300
  • d59caa4bc7 socket2: fix events being reordered underengineering 2024-05-08 21:10:35 +0300
  • b12da166de
    nix: remove unnecessary hyprland-protocols dependency André Silva 2024-05-08 18:23:48 +0100
  • 8235e6a59a
    nix: remove unused meson input André Silva 2024-05-08 18:23:30 +0100
  • 63e103a18f
    nix: populate versioning variables André Silva 2024-05-08 18:23:16 +0100
  • c0b1689323
    scripts: allow using existing variable values in generateVersion.sh André Silva 2024-05-08 18:21:50 +0100
  • 6a988d9276
    core: cleanup environment on exit (#5941) Ikalco 2024-05-08 12:11:08 -0500
  • 704f8edd45 cleanup environment on exit Ikalco 2024-05-08 16:36:54 +0000
  • d1ad490cda
    cmake: fix .pc file inputs (#5946) Vaxry 2024-05-08 15:24:02 +0100
  • 3aed6b887e
    Makefile: fix installheaders Mihai Fufezan 2024-05-07 20:09:40 +0300
  • 3bef59fe57 fix pc Vaxry 2024-05-08 13:40:24 +0100
  • 36d32973dd
    keybinds: add empty on monitor and next empty flags (#5936) William Gray 2024-05-08 07:30:20 -0500
  • 70b5e6df70 meson: require hyprwayland-scanner >= 0.3.5 giskard 2024-05-08 11:57:47 +0800
  • e53cda20b9 Made it through to handleKeybind Gabriel Ford 2024-05-08 00:56:46 -0400
  • 8e17ff36de Write multikey config parsing. Gabriel Ford 2024-05-08 00:03:34 -0400
  • f281299fe0 meson: require hyprwayland-scanner >= 0.3.5 giskard 2024-05-08 11:57:47 +0800
  • 5e7925eaeb foreign-toplevel: bypass no activate focus checks Vaxry 2024-05-08 01:31:16 +0100
  • 79e11952ca
    next also uses m_pLastMonitor Wagyourtail 2024-05-07 17:14:17 -0500
  • 57a12476de
    internal: Add missing errno.h include to SdDaemon.cpp (#5938) Username404-59 2024-05-08 00:13:58 +0200
  • 0d627229e9
    clang-format changes Wagyourtail 2024-05-07 17:13:06 -0500
  • 17b8ee841f
    add flag for next empty Wagyourtail 2024-05-07 16:52:14 -0500
  • 9951809e61
    Add missing errno.h include to SdDaemon.cpp Username404-59 2024-05-07 23:39:50 +0200
  • 2f270e0332
    empty on monitor Wagyourtail 2024-05-07 16:37:49 -0500
  • 64abc91b4f Use INCUDEDIR variable loseardes77 2024-05-07 22:41:32 +0200
  • 315168c2e7 cmake: modify include dir loseardes77 2024-05-07 22:33:17 +0200
  • 601210878d cmake: bump hw-s required ver to 0.3.5 Vaxry 2024-05-07 19:53:15 +0100
  • 6ce77195ba
    nix: remove unused meson argument André Silva 2024-05-07 20:26:33 +0100
  • 60639d04bb
    flake.lock: update André Silva 2024-05-07 20:26:25 +0100
  • 989d7b50b7 cmake: bump hw-s required ver to 0.3.5 Vaxry 2024-05-07 19:53:15 +0100
  • 22a86fd7a2 session-lock: don't allow events from rejected locks Vaxry 2024-05-07 18:42:55 +0100
  • 598bbd186b window: avoid uaf on updateWindow decos Vaxry 2024-05-07 16:50:30 +0100
  • 182d16ac42 makefile: update hyprpm headers on make installheaders loseardes77 2024-05-07 17:34:27 +0200
  • 6ccc22194c
    xkb: check value correctly with xkb_state_layout_index_is_active() (#5925) Ikalco 2024-05-07 10:07:50 -0500
  • 860ef6e715 check value correctly with xkb_state_layout_index_is_active() Ikalco 2024-05-07 14:35:26 +0000
  • ec092bd601 core: chase hyprwayland-scanner Vaxry 2024-05-07 14:26:26 +0100
  • 2bcc8d303f eventloop: don't call lost timers Vaxry 2024-05-07 13:30:31 +0100
  • 375e77e398
    ipc: add togglegroup, moveintogroup and moveoutofgroup events (#5866) VPavliashvili 2024-05-07 15:00:55 +0400
  • 96365309de deco-positioner: avoid infinite recalcs Vaxry 2024-05-07 11:53:29 +0100
  • 0acad88c3c foreign-toplevel-wlr: send current class and title on map Vaxry 2024-05-07 11:48:02 +0100
  • 57e76f91d9
    keybinds: fix xkb keybind name to keysym comparison (#5917) Ikalco 2024-05-07 01:20:06 -0500
  • 0c446ec5f4 memory: fix SP/WP hierarchy templates Vaxry 2024-05-06 21:36:31 +0100
  • 41f02b1b10
    Merge branch 'hyprwm:main' into fix_keybinds_xkb_names Ikalco 2024-05-06 13:05:55 -0500
  • 0d8a4b1fc9 fix xkb keybind name to keysym comparison Ikalco 2024-05-06 18:00:27 +0000