Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-03 | blur improvements, contrast, brightness, noiseblur-improvements | vaxerski | |
2023-08-03 | move blur to its own category | vaxerski | |
2023-08-02 | windowrules: add workspace param | vaxerski | |
2023-08-01 | hyprctl: rerender on cursor_zoom_factor dynamic calls | vaxerski | |
2023-08-01 | config: schedule frame for mons on reload | vaxerski | |
2023-07-30 | keybinds: add toggle to dpms | vaxerski | |
2023-07-29 | NixOS module: check system version for fonts | Mihai Fufezan | |
2023-07-29 | Nix: move wayland-scanner to nativeBuildInputs (#2816) | rewine | |
2023-07-29 | renderer: cleanup old redundancies in CFramebuffer | vaxerski | |
2023-07-28 | xwayland: 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-27 | assets/meson.build: install new wallpapers | Alfred 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-27 | Added git tag in json version command (#2821) | Gioele Pannetto | |
2023-07-27 | Renamed deprecated value in nix config | Okirshen | |
See https://github.com/NixOS/nixpkgs/commit/83793ca8980283a6f62c028ebed336b9d1bbf80f for more info. | |||
2023-07-25 | renderer: reset scissor after renderTexturePrimitive | vaxerski | |
2023-07-25 | input: fix styling | vaxerski | |
2023-07-25 | Nix: bump nixpkgs | Mihai Fufezan | |
Nix: bump wlroots | |||
2023-07-24 | input: add support for cursor-shape-v1 | vaxerski | |
2023-07-24 | deps: update wlroots | vaxerski | |
2023-07-24 | renderer: adjust distribution of backgrounds | vaxerski | |
2023-07-24 | init: Fix for issue #2797 (#2799) | ferrreo | |
* Fix for issue #2797 * Fix for issue #2797 * Fix for issue #2797 | |||
2023-07-24 | keybinds: 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-24 | backgrounds: add hypr chan var 2 | vaxerski | |
2023-07-24 | layout: no_border_when_only-improvements (#2791) | MightyPlaza | |
2023-07-23 | nix: use final.hyprland instead of prev.hyprland in waybar-hyprland | psentee | |
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-23 | init: 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-23 | windowrules: implements nomaximizerequest (#2785) | MightyPlaza | |
* Window.hpp * ConfigManager.cpp * Windows.cpp * fix maximize event | |||
2023-07-23 | hyprctl: unify and sanitize ver commit msg better | vaxerski | |
2023-07-23 | windowrules: fix opacity override | vaxerski | |
2023-07-23 | window: fix segfault in boundingbox | vaxerski | |
2023-07-23 | render: use primitive end() only when no screen shader is present | vaxerski | |
2023-07-23 | add 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-23 | render: Border fixes (#2781) | MightyPlaza | |
* Window.cpp * layout * CHyprGroupBarDecoration.cpp | |||
2023-07-22 | input: Fix #2376 mouse movement bug in XWayland (#2776) | Rachel Knight | |
2023-07-22 | opengl: fix warn | vaxerski | |
2023-07-22 | renderer: disable init anim on disabled animations | vaxerski | |
2023-07-22 | Fix background occlusion ignoring monitor position (#2771) | outfoxxed | |
2023-07-21 | windowrules: improve opacity | vaxerski | |
2023-07-21 | socket1: add a timeout for requests | vaxerski | |
2023-07-21 | renderer: use primitive rendering for copying buffers | vaxerski | |
2023-07-21 | Nix/HM module: solve conflict with upstream HM module | Mihai Fufezan | |
2023-07-20 | forms: bring back auto labels | vaxerski | |
2023-07-20 | background: add option to force hypr chan | vaxerski | |
2023-07-20 | layout: use warp() instead of setValue() | vaxerski | |
2023-07-20 | groups: add use_current_group_pos (#2759) | MightyPlaza | |
2023-07-20 | animationmgr: avoid looping over all avars in favor of only active ones | vaxerski | |
2023-07-20 | cmakelists: move tracy to debug section | vaxerski | |
2023-07-20 | region: allow ctor from pixman_box32_t | vaxerski | |
2023-07-20 | renderer: cleanup back buffer skip checks | vaxerski | |
2023-07-20 | shaders: short-circuit rounding if radius <= 0 | vaxerski | |
2023-07-20 | renderer: scale box for occlusion | vaxerski | |