Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-08 | fix crash in opaquedamage-ring | vaxerski | |
2023-08-08 | implement a hyprland damage ring | vaxerski | |
2023-08-08 | toplevelexport: minor fixes to dmabuf | vaxerski | |
2023-08-08 | keybinds: Keep aspect ratio (#2907) | MightyPlaza | |
2023-08-08 | hyprctl: fix old request methods | vaxerski | |
2023-08-08 | config: adjust default background color | vaxerski | |
2023-08-08 | hyprctl: add --instance | vaxerski | |
2023-08-08 | background: add background color option (#2915) | 0x455241 | |
Co-authored-by: 0x455241 <> | |||
2023-08-08 | internal: add lock files and hyprctl instances | vaxerski | |
2023-08-08 | keybinds: Only call fclose() when we have a valid file. (#2908) | Michael | |
Signed-off-by: Michael Pacheco <[email protected]> | |||
2023-08-07 | Close keymap files. Fixes #2904 (#2905) | Michael | |
Signed-off-by: Michael Pacheco <[email protected]> | |||
2023-08-07 | macros: fix missing include | vaxerski | |
2023-08-07 | internal: cleanup headers in helpers/ | vaxerski | |
2023-08-06 | renderer: fix missing premultiplication for border multisampling | vaxerski | |
2023-08-06 | renderer: fully switch to premultiplied alpha | vaxerski | |
2023-08-05 | animationmgr: avoid redundant ticks | vaxerski | |
2023-08-05 | fix workspace change focus (#2891) | MightyPlaza | |
2023-08-04 | Nix: bump wlroots | Mihai Fufezan | |
2023-08-04 | CI: update auto commit author | Mihai Fufezan | |
2023-08-04 | xdgoutput: manually destroy manager resource | vaxerski | |
2023-08-03 | compositor: update window rules on workspace move | vaxerski | |
2023-08-03 | xwayland: drop wlr_xwayland_surface.events.set_pid (#2884) | romanstingler | |
Co-authored-by: Roman Stingler <[email protected]> | |||
2023-08-03 | input: fix and unify client checking in mouseRequests | vaxerski | |
2023-08-03 | props: bump version to 0.28.0v0.28.0 | vaxerski | |
2023-08-03 | config: update default config for new blur changes | vaxerski | |
2023-08-03 | renderer: Various Blur Improvements (#2877) | Vaxry | |
* move blur to its own category * blur improvements, contrast, brightness, noise | |||
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 |