Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-16 | props: bump ver to v0.31.0v0.31.0 | Vaxry | |
2023-10-15 | cmake: search for systemd headers first | Vaxry | |
2023-10-15 | Debug: respect logging settings for wlr (#3584) | Alexander Seleznev | |
2023-10-15 | cleanup: Replace find() with C++20 starts_with(), ends_with() and contains() ↵ | Philip Damianik | |
(#3572) * Replace find() with C++20 starts_with() and ends_with() * Replace find() with C++20 contains() | |||
2023-10-15 | build: include version.h in PluginAPI.hpp (#3571) | memchr | |
2023-10-14 | makefile: fix using `-d` test for a binary file AND re-add missing portals ↵ | Ali Rizvi | |
conf (#3570) * fix: Makefile test modified: src/Makefile * add: hyprland-portals.conf cp to Makefile modified: src/Makefile | |||
2023-10-14 | meson: use `ln` with force flag (#3568) | memchr | |
2023-10-14 | makefile: warn users when doing sudo make install | Vaxry | |
2023-10-14 | build: CMake pipeline improvements (#3564) | Vaxry | |
2023-10-14 | Plugin API: Add version query (#3545) | Vaxry | |
2023-10-13 | render: stop locking SWC on tearing | Vaxry | |
2023-10-13 | notifications: Schedule a frame on notification creation (#3556) | Michał Lewandowski | |
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 | |