aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2023-12-06fix stylehyprpmVaxry
2023-12-06hackVaxry
2023-12-06log return of gitVaxry
2023-12-06add verboseVaxry
2023-12-06fixesVaxry
2023-12-06Nix & Meson: add hyprpmMihai Fufezan
2023-12-06cmakelists: remove includesVaxry
2023-12-06fix missed newline in .gitmodulesVaxry
2023-12-06add tomlplusplus to deps on arch ciVaxry
2023-12-06move tomlpp to a depVaxry
2023-12-06fix missed newlinesVaxry
2023-12-06update submodules on checkoutVaxry
2023-12-06find branch tooVaxry
2023-12-06move load to reloadVaxry
2023-12-06document flagsVaxry
2023-12-06add --notifyVaxry
2023-12-06use repo name from manifest if availableVaxry
2023-12-06add listVaxry
2023-12-06add update to helpVaxry
2023-12-06reload plugins after updateVaxry
2023-12-06move data to DATA_HOMEVaxry
2023-12-06ensure state store always existsVaxry
2023-12-06makefile: install hyprpmVaxry
2023-12-06add helpVaxry
2023-12-06add tomlpp submoduleVaxry
2023-12-06add hyprpmVaxry
2023-12-06renderer: use xray for background blur on small() surfacesVaxry
ref #4050
2023-12-06props: bump ver to 0.33.1v0.33.1Vaxry
2023-12-06makefile: only require version.h before installheadersVaxry
2023-12-06internal: various improvements to avoid crashes on exitVaxry
2023-12-06input: don't send mouse events on touch (#4071)swwind
2023-12-05hyprctl: order commands alphabetically (#4061)Tungsten842
2023-12-05input: Stop propagating axis events after valid binds (#4059)dranull
2023-12-05screencopy: fix glReadPixels offsetVaxry
fixes #4042
2023-12-05framebuffer: ignore addStencil on legacyRendererVaxry
ref #4044
2023-12-05screencopy: fix legacyrenderer buildsVaxry
fixes #4044
2023-12-05toplevelexport: fix getPreferredReadFormat param in captureToplevelVaxry
fixes #4043
2023-12-05props: bump ver to 0.33.0v0.33.0Vaxry
2023-12-05input: make fallback layout usVaxry
2023-12-05opengl: fixup blur dirty repaint conditions with solitaryVaxry
fixes #4025
2023-12-04config: Add variables to default config (#4032)Glizda
* update default config * Fix inconsistency in variable naming * continuation of last commit * edited example/hyprland.conf for parity * fix issue * deleted unwanted newline
2023-12-04screencopy: use buffer format for glReadPixelsVaxry
fixes #4029
2023-12-04opengl: clear layer fade fbs in ~dtorVaxry
2023-12-04opengl: free window framebuffers in ~dtorVaxry
ref #4036
2023-12-04config: Minor --config improvements, fixes (#4034)dranull
* Follow symlink, only file, absolute path for -c * Create config file only for default paths * Skip non-file source= glob results * Check for absolute path on XDG_CONFIG_HOME As per spec, all non-absolute paths should be ignored. https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
2023-12-03screencopy: fix detecting gl shm formatsVaxry
ref #4029
2023-12-03screencopy: fix transformed on shmVaxry
2023-12-03input: Handle fullscreen windows in vectorToWindowIdeal (#4021)dranull
2023-12-02opengl: fix nvidia read formatsVaxry
fixes #4023
2023-12-02workspacerules: Add workspace rule for master layout orientation (#3964)thejch
* add workspace rule for master layout orientation * change rule format * edit rule name * use map for layoutopts * use std::any instead of string