Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-13 | fix libwlroots pathbetter-cmake | Vaxry | |
2023-10-13 | fix hyprctl path | Vaxry | |
2023-10-13 | add dep hl <- wlroots | Vaxry | |
2023-10-13 | fix use of make config | Vaxry | |
2023-10-13 | fix udis | Vaxry | |
2023-10-13 | better cmake sutff | Vaxry | |
2023-10-12 | monitor: ensure vrr on workspace change | vaxerski | |
2023-10-11 | build: guard execinfo.h via build systems (#3547) | Vaxry | |
* guard execinfo via cmake * libexecinfo -> execinfo macro name * meson: add execinfo check * move check in cmake up --------- Co-authored-by: Mihai Fufezan <[email protected]> | |||
2023-10-11 | meson: Sort input file list (#3550) | Bernhard M. Wiedemann | |
so that hyprland builds in a reproducible way in spite of non-deterministic filesystem readdir order. See https://reproducible-builds.org/ for why this is good. This patch was done while working on reproducible builds for openSUSE. Co-authored-by: Bernhard M. Wiedemann <bernhard+gitcommit lsmod.de> | |||
2023-10-11 | build: Unbreak Meson build on FreeBSD (#3549) | Jan Beich | |
* generateVersion.sh: move cp(1) flags before arguments POSIX and BSD cp(1) don't support flags after arguments e.g., cp: -fr is not a directory * generateVersion.sh: switch to sed(1) -i for better compatibility On BSDs awk is usually The One True Awk thus doesn't support `-i inplace`. awk: unknown option -i ignored awk: can't open file {sub(/@HASH@/,"1234567890abcdef")}1 source line number 1 | |||
2023-10-11 | groups: ensure consistency in dispatcher behavior with global group lock (#3531) | memchr | |
2023-10-10 | internal: use pragma once in version.h | vaxerski | |
2023-10-10 | CI/release: update version generation | Mihai Fufezan | |
2023-10-10 | internal: better versioning (#3543) | Vaxry | |
* better versioning * meson: better versioning * nix: better versioning --------- Co-authored-by: Mihai Fufezan <[email protected]> | |||
2023-10-10 | makefile: set perms for built subprojects in pluginenv | vaxerski | |
2023-10-10 | makefile: set 777 for /build perms | vaxerski | |
2023-10-10 | makefile: set correct perms on includes | vaxerski | |
2023-10-10 | groups: create group and groupbar config sections (#3522) | MightyPlaza | |
* config: create group section modified: src/Compositor.cpp modified: src/config/ConfigManager.cpp modified: src/layout/DwindleLayout.cpp modified: src/layout/MasterLayout.cpp modified: src/managers/KeybindManager.cpp modified: src/managers/input/InputManager.cpp modified: src/render/decorations/CHyprGroupBarDecoration.cpp * separate group border and groupbar colors modified: src/Compositor.cpp modified: src/config/ConfigManager.cpp modified: src/render/decorations/CHyprGroupBarDecoration.cpp * add new line modified: config/ConfigManager.cpp | |||
2023-10-10 | dispatchers: Add option to center the cursor on the focused window when ↵ | Philip Damianik | |
switching workspaces (#3528) * Add option for centering on workspace when switching workspace * Add option for centering on workspace when switching workspace --------- Co-authored-by: vaxerski <[email protected]> | |||
2023-10-09 | screencopy: enhance error logging | vaxerski | |
2023-10-09 | workspacerules: Add a persistent workspace rule (#3530) | Roberto Previdi | |
* add persistent flag to workspace rules * get rid of unused ws->indestructible flag | |||
2023-10-09 | dwindle: Avoid rounding errors in window position (#3524) | Michał Lewandowski | |
* Avoid rounding errors in window position * Fix naming scheme * Fix unwanted window movement | |||
2023-10-08 | dispatchers: fix extra monitor offset when snapping floating (#3520) | MightyPlaza | |
modified: src/managers/KeybindManager.cpp | |||
2023-10-07 | config: mention force_default_wallpaper in default configs | vaxerski | |
2023-10-07 | renderer: add force_wallpaper instead of no_hypr_chan (#3459) | DaniD3v | |
2023-10-07 | animationmgr: damage floating windows on workspace anim | vaxerski | |
fixes #3514 | |||
2023-10-06 | master: fix drop_at_cursor on workspace 2 (#3512) | Jeremy Huang | |
2023-10-06 | pluginapi: remove starting newline in demangled func name (#3502) | ItsDrike | |
2023-10-06 | layershell: avoid configure on unchanged size | vaxerski | |
fixes #3496 | |||
2023-10-06 | events: fixup empty events not being sent on unmap | vaxerski | |
Ref #3506 https://github.com/hyprwm/Hyprland/issues/3506#issuecomment-1749508111 | |||
2023-10-05 | crashreporter: avoid using empty CACHE_HOME | vaxerski | |
2023-10-05 | wsrules: check for workspace ID matches on numbered workspaces | vaxerski | |
fixes #3494 | |||
2023-10-04 | [gha] Nix: update wlroots | vaxerski | |
2023-10-04 | deps: update wlroots | vaxerski | |
2023-10-04 | [gha] Nix: update wlroots | vaxerski | |
2023-10-04 | layout: add new_window_takes_over_fullscreen mode 2 | vaxerski | |
fixes #3486 | |||
2023-10-04 | renderer: extract solitary check into frame handler | vaxerski | |
2023-10-04 | renderer: considerable fixes to repaint logic | vaxerski | |
2023-10-04 | renderer: fixup solitary conditions | vaxerski | |
2023-10-04 | input: fixup frame schedule conditions on mouse move | vaxerski | |
2023-10-04 | renderer: add further conditions to solitary recheck | vaxerski | |
2023-10-03 | master: add option to drag and drop windows at cursor position (#3465) | Jeremy Huang | |
* add option to drag and drop a window at cursor position * use getWindowIdealBoundingBoxIgnoreReserved | |||
2023-10-02 | [gha] Nix: update wlroots | vaxerski | |
2023-10-02 | deps: update wlroots | vaxerski | |
2023-10-02 | misc: add misc:new_window_takes_over_fullscreen | vaxerski | |
referenced in #3474 | |||
2023-10-02 | events: set new window alpha to 0 if it's tiled behind fullscreen | vaxerski | |
fixes #3474 | |||
2023-10-02 | events: don't focus new window if spawned behind fullscreen | vaxerski | |
fixes #3473 | |||
2023-10-02 | renderer: fix missing check for surfaceCount in rechecking solitary | vaxerski | |
closes #3470 | |||
2023-10-02 | internal: Add GTK portal as fallback (#3469) | gnusenpai | |
needed for XDP 1.17+ since the fallback to the GTK portal was removed | |||
2023-10-02 | renderer: remove old debug log | vaxerski | |