Commit graph

  • 07132741bc renderer: use 120 as the denominator in scale checks vaxerski 2023-12-27 23:46:56 +0100
  • 5f0f951b6a clang-format flick0 2023-12-27 19:05:15 +0000
  • e5eb11ad04
    Nix: wrap with gcc Mihai Fufezan 2023-12-27 20:27:54 +0200
  • e75dafd8b2 pluginapi: better wording for plugin function hook errors vaxerski 2023-12-27 19:27:15 +0100
  • b7e8110a30 pluginapi: log assembler return vaxerski 2023-12-27 19:23:06 +0100
  • 2702814a3f opengl: add toggleable nvidia_anti_flicker vaxerski 2023-12-27 19:16:57 +0100
  • 9f7fbb55ff only sort if new variable is found flick0 2023-12-27 18:10:39 +0000
  • a8053a760d variables update their value when set again flick0 2023-12-27 13:59:01 +0000
  • f86cdcf8d5 nix: fix wlroots build André Silva 2023-12-26 16:54:07 +0000
  • 85d375e8ab flake.lock: update nixpkgs André Silva 2023-12-27 12:12:48 +0000
  • 1f782473f7
    nix: fix wlroots build André Silva 2023-12-26 16:54:07 +0000
  • 1c9d610a42
    flake.lock: update nixpkgs André Silva 2023-12-27 12:12:48 +0000
  • 6cd82d948f
    input: don't steal mouseDown from LS (#4260) MightyPlaza 2023-12-27 10:44:13 +0000
  • 1ecd173c7a
    groupbar: remove extra border size from groupbars (#4262) MightyPlaza 2023-12-27 10:43:55 +0000
  • 7474c81958
    pluginapi: Trampoline hooks %rip patching improvements (#4256) Vaxry 2023-12-27 11:43:04 +0100
  • b81017454e
    remove extra border size from groupbars modified: src/render/decorations/CHyprGroupBarDecoration.cpp MightyPlaza 2023-12-27 03:22:33 +0000
  • 87f8bd6579
    Add missing splashes Yamin Shihab 2023-12-26 18:53:29 -0700
  • 66461b80d5
    don't steal mouseDown from LS modified: src/managers/input/InputManager.cpp MightyPlaza 2023-12-26 23:40:25 +0000
  • 191fa587f4
    windowrules: add initialTitle and initialClass (#4259) Tuur Vanhoutte 2023-12-26 23:47:46 +0100
  • 8786cb350c implement support for initialTitle and initialClass, closes #2311 zjeffer 2023-12-26 20:46:37 +0100
  • 9fb50252d3 special: move floating windows along with the workspace vaxerski 2023-12-26 19:44:38 +0100
  • d8ca95be76
    use cc instead of as Vaxry 2023-12-26 19:35:45 +0100
  • bfb4d66c81
    compositor: spawn environment setup with keybind manager (#3722) André Silva 2023-12-26 17:16:59 +0000
  • ec1d2a25b7
    compositor: spawn environment setup with keybind manager André Silva 2023-11-02 11:16:08 +0000
  • 34b0ce66b3
    dwindle: Use window->middle() when cursor is on reserved area (#4253) dranull 2023-12-26 16:24:31 +0000
  • d9651eab99 trampoline rip improvements vaxerski 2023-12-26 17:14:46 +0100
  • d3f9bc72e6 Use window->middle() when cursor is on reserved area dranull 2023-12-26 16:16:37 +0100
  • 2c2ff4b61b
    hyprctl: check only ISDEBUG in version (#3702) André Silva 2023-12-26 13:14:12 +0000
  • 4f99e805b9
    flake.lock: update Mihai Fufezan 2023-12-25 19:27:25 +0200
  • e2d04ae503 renderer: add option to blur popups vaxerski 2023-12-25 18:04:00 +0100
  • b25b06430b
    groupbar: add egl context to refreshGroupBarGradients() (#4238) MightyPlaza 2023-12-24 18:29:04 +0000
  • eb8f39dfaa
    don't unsetEGL modified: src/render/decorations/CHyprGroupBarDecoration.cpp MightyPlaza 2023-12-24 17:29:27 +0000
  • 59a22b6e7e
    add egl context to refreshGroupBarGradients() MightyPlaza 2023-12-24 16:17:45 +0000
  • 5aab4a96e3 dispatchers: add tiled/floating to cyclenext vaxerski 2023-12-24 15:08:48 +0100
  • ff75f991a5 compositor: don't block focus if there is no keyboard vaxerski 2023-12-24 13:20:31 +0100
  • f013acc6ee renderer: add occlusion for special workspaces vaxerski 2023-12-23 22:41:42 +0100
  • d5811283d2 xdgshell: bump to 6, send suspended states vaxerski 2023-12-23 22:30:49 +0100
  • 5c7e23f86b
    shadow: Avoid rounded shadows when rounding is 0 (#4230) dranull 2023-12-23 19:40:07 +0000
  • dc6712148d Avoid rounded shadows when rounding is 0 dranull 2023-12-23 19:15:38 +0100
  • b9c1414f25 border: fix missed translate by offset vaxerski 2023-12-23 16:11:26 +0100
  • cc0516a9ae windowrules: minor fixes to onworkspace vaxerski 2023-12-23 15:49:42 +0100
  • 6c8e0f9863 config: add debug:disable_scale_checks vaxerski 2023-12-23 00:21:02 +0100
  • 6b6f3396cf renderer: deny invalid scales and suggest a replacement vaxerski 2023-12-23 00:09:55 +0100
  • 79ef29d6e0 renderer: apply scale to wlr after checks vaxerski 2023-12-22 23:00:36 +0100
  • c416880cf9 shadow: correctly scale boxes vaxerski 2023-12-22 19:54:18 +0100
  • 37d2840246 renderer: reject non-clean scales, find nearest clean vaxerski 2023-12-22 19:54:05 +0100
  • 7cec618fe4
    master: add dispatchers rollnext and rollprev (#4209) thejch 2023-12-22 03:37:38 -0800
  • bd952dcef2 systemd: add HYPRLAND_NO_SD_NOTIFY vaxerski 2023-12-21 22:27:12 +0100
  • bc51a91043 crashreporter: don't explicitly set 777 on crash report directory vaxerski 2023-12-21 22:18:07 +0100
  • 698f3b6576 hyprpm: trim paths in PATH vaxerski 2023-12-21 22:01:50 +0100
  • 14db2b49d6 add dispatchers rollnext and rollprev Jeremy Huang 2023-12-20 15:28:17 -0800
  • 79f3888b4b
    signal: fix invalid pointer access (#4207) Ahmed Yasser 2023-12-21 00:54:52 +0200
  • 4eb42fab7b windowrules: add onworkspace vaxerski 2023-12-20 23:52:18 +0100
  • 3a15c79c78 bug: fix invalid pointer access Ahmed Yasser 2023-12-21 00:19:51 +0200
  • 48ecb13b14 renderer: improve cursor hiding infra vaxerski 2023-12-20 21:40:44 +0100
  • a197fe3c11 renderer: don't set surfaces on cursor timeout vaxerski 2023-12-20 17:59:11 +0100
  • 53c78ab906
    idle: notify idle on tablet inputs (#4201) Junxuan Liao 2023-12-21 00:53:54 +0800
  • 7dcbbf2c6a
    notify idle on tablet inputs Liao Junxuan 2023-12-20 22:28:43 +0800
  • b4f4bd38e8 configmanager: set a limit to config variable substitutions vaxerski 2023-12-20 13:07:12 +0100
  • d1b8a63a8e input: allow setting cursor even if it's hidden vaxerski 2023-12-20 13:00:27 +0100
  • 3771c49a94
    filesystem: Set the sticky bit on /tmp/hypr (#4199) Husam Harazi 2023-12-20 14:56:15 +0300
  • dab2e26171
    filesystem: Set the sticky bit on /tmp/hypr Husam Harazi 2023-12-20 10:31:35 +0300
  • d9b74ff96b renderer: staticize local functions vaxerski 2023-12-19 11:55:56 +0000
  • ef445093f9 internal: convert uname fields to strings before logging Vaxry 2023-12-18 23:33:10 +0000
  • 11fd37418c renderer: fix null cursor surface sets being ignored Vaxry 2023-12-18 22:06:50 +0000
  • 37069ebebe general:cursor_inactive_position Dusan Popovic 2023-12-18 19:15:32 +0000
  • 0c74df4f9e
    renderer: cursor hiding logic improvements (#4184) dusanx 2023-12-18 16:06:06 +0000
  • 46382eefba fixing cursor logic Dusan Popovic 2023-12-18 12:13:01 +0000
  • 460a326c90 Revert "xdgshell: set predicted tiled windows to monitor res size pre-map" Vaxry 2023-12-18 14:45:20 +0000
  • 403fd7d9f6 xwayland: move commit handler connect to associate Vaxry 2023-12-18 00:15:30 +0000
  • 763d5fa05f xdgshell: set predicted tiled windows to monitor res size pre-map Vaxry 2023-12-17 20:09:34 +0000
  • 9fd928e114 internal: nuke CWindow::m_bMappedX11 Vaxry 2023-12-17 20:00:18 +0000
  • bf7374011b xwaylandmgr: allow resizes without a monitor Vaxry 2023-12-17 19:58:11 +0000
  • 8c9f38e405 events: improve wl_surface::commit event tracking Vaxry 2023-12-17 19:58:01 +0000
  • c0d9dcc586 xwayland: set reported and pending size/pos on geometry sets Vaxry 2023-12-17 14:53:48 +0000
  • 2a777cb71b
    hyprctl: add commit date to "hyprctl version" (#4171) MightyPlaza 2023-12-17 14:29:58 +0000
  • 8ca5f24083
    Nix: add date to hyprctl Mihai Fufezan 2023-12-16 22:56:38 +0200
  • 9ca0c7d814
    input: Activate resize_on_border only when key is pressed (#4170) dranull 2023-12-16 20:47:58 +0000
  • 157021056b
    add commit date to "hyprctl version" modified: scripts/generateVersion.sh modified: src/debug/HyprCtl.cpp modified: src/version.h.in MightyPlaza 2023-12-16 16:24:46 +0000
  • b668085608 Activate resize_on_border only when key is pressed dranull 2023-12-16 16:04:44 +0100
  • b1b8d732e6 toplevelexport: fix missed pmonitor set for opengl Vaxry 2023-12-15 21:20:13 +0000
  • 4e5d9b90c0 toplevelexport: fix missing GL_READ_FRAMEBUFFER set in shm copy Vaxry 2023-12-15 21:04:34 +0000
  • e1ed8e11ca internal: import qt env to dbus Vaxry 2023-12-15 20:59:13 +0000
  • 79d8d14fe0 config: add qt env to default config Vaxry 2023-12-15 18:27:04 +0000
  • 395ab3ba37 xdg: use better min/max size checks for floating resizes Vaxry 2023-12-15 15:38:08 +0000
  • 36fa33f7ca
    input: Prevent crash with invalid keyboard layout (#4157) dranull 2023-12-15 00:39:03 +0000
  • 680fb8650b Prevent crash with invalid keyboard layout dranull 2023-12-14 23:02:49 +0100
  • f7cde9c92c
    Nix: remove duplicate options from modules (#4012) Mihai Fufezan 2023-12-14 20:02:20 +0200
  • 5d85b7f998
    Nix: remove redundant HM input Mihai Fufezan 2023-12-13 13:35:39 +0200
  • fe8191a47c
    Nix: remove duplicate options from modules Mihai Fufezan 2023-11-30 20:53:10 +0200
  • 01e5c59d75 Revert "xwayland: push invisible windows outside layout" Vaxry 2023-12-13 17:25:19 +0000
  • b2e5a80e2f
    hyprpm: Link against tomlplusplus when using cmake (#4145) Junxuan Liao 2023-12-13 22:15:03 +0800
  • 55cb565e6d
    Nix: expose legacyRenderer package Mihai Fufezan 2023-12-13 13:31:36 +0200
  • c87d57fa1e
    Link against tomlplusplus when using cmake Liao Junxuan 2023-12-13 17:04:27 +0800
  • 4190b96718 hyprpm: add duplicate header error and log more verbose in install fails Vaxry 2023-12-13 02:32:57 +0000
  • d9bc210285
    Nix: remove libdrm override Mihai Fufezan 2023-12-12 23:34:21 +0200
  • 4de986072c
    layout: Focus a floating window after closing the last tiled (#4137) dranull 2023-12-12 16:44:31 +0000
  • 934112af5b
    config: Use canonical instead of read_symlink (#4136) dranull 2023-12-12 16:43:38 +0000
  • bdc4e25727 Focus a floating window after closing the last tiled dranull 2023-12-12 17:30:32 +0100
  • f9c8c169e9 Use canonical instead of read_symlink dranull 2023-12-11 20:37:01 +0100