aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2023-08-03blur improvements, contrast, brightness, noiseblur-improvementsvaxerski
2023-08-03move blur to its own categoryvaxerski
2023-08-02windowrules: add workspace paramvaxerski
2023-08-01hyprctl: rerender on cursor_zoom_factor dynamic callsvaxerski
2023-08-01config: schedule frame for mons on reloadvaxerski
2023-07-30keybinds: add toggle to dpmsvaxerski
2023-07-29NixOS module: check system version for fontsMihai Fufezan
2023-07-29Nix: move wayland-scanner to nativeBuildInputs (#2816)rewine
2023-07-29renderer: cleanup old redundancies in CFramebuffervaxerski
2023-07-28xwayland: Add temporary fix for #2808 by adding nullptr check. (#2829)Po-Yeh Chen
* Add temporary fix for #2808 by adding nullptr check. * Remove redundency.
2023-07-27assets/meson.build: install new wallpapersAlfred Wingate
* Previous changes forgot to update meson with the new wallpapers. https://github.com/hyprwm/Hyprland/commit/70dae78c1b5b17288a3e343b87ca6d10244ee937 https://github.com/hyprwm/Hyprland/commit/9bad2a81809bdaa2020006427af2110b6a912c3b Signed-off-by: Alfred Wingate <[email protected]>
2023-07-27Added git tag in json version command (#2821)Gioele Pannetto
2023-07-27Renamed deprecated value in nix configOkirshen
See https://github.com/NixOS/nixpkgs/commit/83793ca8980283a6f62c028ebed336b9d1bbf80f for more info.
2023-07-25renderer: reset scissor after renderTexturePrimitivevaxerski
2023-07-25input: fix stylingvaxerski
2023-07-25Nix: bump nixpkgsMihai Fufezan
Nix: bump wlroots
2023-07-24input: add support for cursor-shape-v1vaxerski
2023-07-24deps: update wlrootsvaxerski
2023-07-24renderer: adjust distribution of backgroundsvaxerski
2023-07-24init: Fix for issue #2797 (#2799)ferrreo
* Fix for issue #2797 * Fix for issue #2797 * Fix for issue #2797
2023-07-24keybinds: Make moveintogroup locking check configurable (#2796)memchr
* groups: revert to the old moveintogroup behaviour, ignore m_sGroupData.locked * groups: Make moveintogroup locking check configurable
2023-07-24backgrounds: add hypr chan var 2vaxerski
2023-07-24layout: no_border_when_only-improvements (#2791)MightyPlaza
2023-07-23nix: use final.hyprland instead of prev.hyprland in waybar-hyprlandpsentee
Currently, waybar-hyprland package adds `prev.hyprland` to `$PATH`. This is nixpkgs' default hyprland, not hyprland injected by this overlay. I'd expect we want waybar-hyprland to depend on what's in `pkgs.hyprland` after this (and possibly user's other overlays) are applied – which is `final.hyprland`.
2023-07-23init: Request SCHED_RR using CAP_SYS_NICE and add Python to nix dev shell ↵Mily
(#2690) * nix: add python3 to devShell * init: request SCHED_RR scheduling policy * init: checks if host supports reseting scheduler on fork * init: make gainRealTime more compatible with other OSes * init: remove linux-only code
2023-07-23windowrules: implements nomaximizerequest (#2785)MightyPlaza
* Window.hpp * ConfigManager.cpp * Windows.cpp * fix maximize event
2023-07-23hyprctl: unify and sanitize ver commit msg bettervaxerski
2023-07-23windowrules: fix opacity overridevaxerski
2023-07-23window: fix segfault in boundingboxvaxerski
2023-07-23render: use primitive end() only when no screen shader is presentvaxerski
2023-07-23add config option to enable/disable new intuitive resizing (#2774)end-4
dwindle:smart_resizing = 1 by default == 1 then use new resizing else use old resizing
2023-07-23render: Border fixes (#2781)MightyPlaza
* Window.cpp * layout * CHyprGroupBarDecoration.cpp
2023-07-22input: Fix #2376 mouse movement bug in XWayland (#2776)Rachel Knight
2023-07-22opengl: fix warnvaxerski
2023-07-22renderer: disable init anim on disabled animationsvaxerski
2023-07-22Fix background occlusion ignoring monitor position (#2771)outfoxxed
2023-07-21windowrules: improve opacityvaxerski
2023-07-21socket1: add a timeout for requestsvaxerski
2023-07-21renderer: use primitive rendering for copying buffersvaxerski
2023-07-21Nix/HM module: solve conflict with upstream HM moduleMihai Fufezan
2023-07-20forms: bring back auto labelsvaxerski
2023-07-20background: add option to force hypr chanvaxerski
2023-07-20layout: use warp() instead of setValue()vaxerski
2023-07-20groups: add use_current_group_pos (#2759)MightyPlaza
2023-07-20animationmgr: avoid looping over all avars in favor of only active onesvaxerski
2023-07-20cmakelists: move tracy to debug sectionvaxerski
2023-07-20region: allow ctor from pixman_box32_tvaxerski
2023-07-20renderer: cleanup back buffer skip checksvaxerski
2023-07-20shaders: short-circuit rounding if radius <= 0vaxerski
2023-07-20renderer: scale box for occlusionvaxerski