Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This rewrites renderer scheduling. Occlusion is now unified in a new Pass type.
|
|
|
|
fixes #8799
|
|
|
|
|
|
fixes #8787
|
|
|
|
* apply group rules after window creation
* clang-format
|
|
fixes #7822
|
|
* make functions used in 1 file static
* fix invalid substr param -1
* give default initializer to borderGradier
* move RASSERT from printf to std::print
|
|
* hyprpm: fix hyrpm sometimes returning 0 despite errors occuring
* there u go
|
|
|
|
* CrashReporter: restore explicit environ(7) after 8bbeee11734d
BSD systems don't declare environ(7) in any header like POSIX suggests.
src/signal-safe.cpp:12:23: error: use of undeclared identifier 'environ'
12 | for (char** var = environ; *var != nullptr; var++) {
| ^
* fix
---------
Co-authored-by: Vaxry <[email protected]>
|
|
|
|
fixes #8719
|
|
ref #8759
|
|
ref #8609
|
|
|
|
|
|
|
|
argument direction. (#8714)
|
|
|
|
|
|
fixes #8746
|
|
|
|
|
|
* nix/default: add re2 dependency
* meson: add re2
|
|
|
|
|
|
fixes #8737
|
|
|
|
|
|
Moves the regex handling from stdlib to re2
|
|
Optimizes window and layer rule parsing and later usage.
|
|
|
|
No point in most of these.
|
|
adds cursor:warp_back_after_non_mouse_input
fixes #8675
|
|
Adds support for drag-and-drop from Wayland clients to XWayland ones
|
|
fixes #7737
|
|
fixes #8693
|
|
fixes #8518
|
|
fixes #4322
|
|
movefocus (#8601)
* modified movefocus dispatcher to prioritize focus change within groups
* pass clang-format check
* `movefocus` cycling groups set optional to config bool `movefocus_cycles_groupfirst`
* Update ConfigDescriptions.hpp
|
|
|
|
oopsie 7c03e9d376abe5308c47772b4c17a9c345788f60 was wrong
|
|
fixes #8622
|