index
:
Hyprland
0.45.1-b
IME
RAT
animation-system-rework
api-version
aquamarine
better-cmake
better-lockscreen-dead
better-versioning
blur-improvements
border-deco
buffer-lock-fixes
bundle-wlroots
ci
ci-archfix
ci-fix2
ci-test
cla
cmake
cmake_installheaders
coc
config
config-descriptions
constraint-fixez
ctm
cursor-rewrite
custom-renderer-wlr
damage-ring
damage-tracking
decoration-positioner
drm-copy-cursor
event-loop-rework
eventHookSystem
execinfo
explicit-sync
fix-pc
fix-resizes
fix-xdp
fixhyprpm
fixup-double-render-special
floating-special
format-rework
fractional-scaling
frame-scheduler
global-shortcuts
groupRework
hide-cursor-on-leave
hook-system-no-cc
hyprctl-nopoll
hyprcursor
hyprerrorreserve
hyprland-boxes
hyprlang-migration
hyprpm
hyprpm-local
hyprutils
hyprwayland-scanner-pt1
improve-output-configuration
keepDebugInfo
libinput
ls-issues
ls-issues-new
main
mat3x3
modernize-pointers
monitor-sp
move-monitors-to-sp
move-to-monitor-p
move-to-runtime-dir
native-handle
new-sp
nix
nix-stuff
nix_subprojects
no-submodules
no_xwayland_overhaul
nuke-ngwo
pkgconf
plugin-headers-wlroots
pluginSystem
protocol-rewrite-and-xdg-output
remove-nvidia-patches
render-unfocused
revert-6688-main
rewrite-constraints
save-wlr
scale-workspaces
scaling
screencopy-impl
seat-xdg-data-rewrite
security-checks-ci
set_xwl_name
style-and-stuff
subsurface-tree-rewrite
swipes
systemd
tablet-tools
tablets
tearing-self-impl
tearing-updates
tearing-v2
tearing-v3
textInputV1
toplevel-sharing-rev2
trampoline-rip-improvements
transforms
tty-stuff
unsafe-blah-blah-v3
unsafe-further-improvements
unsafe-state-reworks
v0.38.1-b
v0.44.1-b
v0.45.2-b
v0.46.1-b
v0.46.2-b
viewporter-impl
wayland-protocol-improvements
wayland-rewrite
window-decoration-flags-and-stuff
window-sharing
window-storage-rewrite-pt1
wlroots-off-renderer
workspace-storage-refactor
wrap-regions
wrap-surfaces
xdph
xwayland-rewrite
Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks.
hyprwm
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
debug
Age
Commit message (
Expand
)
Author
10 days
core: drop using deques in favor of vectors
Vaxry
12 days
hyprctl: add an inhibitingIdle field to windows
Vaxry
2024-12-08
crashreporter: avoid clang warning
Vaxry
2024-12-07
core: Add clang-tidy (#8664)
Vaxry
2024-12-05
core: move version include to hyprctl
Vaxry
2024-12-05
hyprctl: add directScanout to hyprctl monitors
Vaxry
2024-12-03
core: move colorspace handling to oklab (#8635)
Vaxry
2024-12-02
version: add link versions for other utils (#8619)
Vaxry
2024-11-22
core: workspace-related function cleanup / refactor
Vaxry
2024-11-19
internal: minor cleanups for color results
Vaxry
2024-11-18
miscfunctions: move configStringToInt to std::expected
Vaxry
2024-11-18
keybinds: move to managed pointers
Vaxry
2024-11-17
shell: don't use fgrep, prefer grep -F
Vaxry
2024-11-16
hyprctl: add json output on hyprctl -j plugins list (#8480)
Ruslan
2024-11-15
bind: new long press option (#8302)
littleblack111
2024-11-11
debug: clean up fetching of the contents of /proc/device-tree (#8413)
WavyEbuilder
2024-11-10
debug: clean up opening of files in HyprCtl (#8401)
WavyEbuilder
2024-11-05
hyprctl: add mirrorOf to hyprctl monitors
Vaxry
2024-11-01
hyprctl: reload windowrules on reloadAll
vaxerski
2024-10-28
hyprctl: move setprop into dispatchers (#8275)
MightyPlaza
2024-10-27
core: move internal structures to monitor pointers (#8266)
Vaxry
2024-10-26
internal: cleanup CMonitor usage and fix a few ref hogs
Vaxry
2024-10-24
hyprctl: add caps/num lock state for keyboards (#8145)
czlabinger
2024-10-19
internal: Move CMonitor to SP (#8178)
Vaxry
2024-10-13
notif-overlay: add a bit of padding for icons
Vaxry
2024-10-13
hyprland: convert std::cout and std::cerr to std::println()
Toni500git
2024-10-11
internal: improve version query and define HYPRLAND_VERSION (#8034)
Toni500github
2024-09-25
hyprctl: use the getMonitorData helper everywhere
Vaxry
2024-09-25
core: add a --systeminfo parameter to gather systeminfo without running
vaxerski
2024-09-25
hyprctl: add solitary field to hyprctl monitors
vaxerski
2024-09-24
hyprctl: add submap request
vaxerski
2024-09-24
hyprctl: add defaultName to workspacerules
Vaxry
2024-09-19
version: log build aquamarine version
vaxerski
2024-09-17
hyprctl: allow parsing empty value
vaxerski
2024-08-28
hyprctl: add next and all to switchxkblayout
Vaxry
2024-08-28
logs: don't get timezone every time logging (#7550)
Ikalco
2024-08-27
hyprctl: avoid parsing string::npos on invalid cmd (#7544)
Tom Englund
2024-08-26
misc: constify the remaining for loops (#7534)
Tom Englund
2024-08-26
core: make most for loops use const references (#7527)
Tom Englund
2024-08-24
keybinds: refactor dispatchers to be better (#7331)
Ikalco
2024-08-22
Fix crash reports having execute permission
Red
2024-08-17
render: fixup format mismatch after leaving DS
vaxerski
2024-08-17
IPC: Add config descriptions (#7377)
Vaxry
2024-08-12
core: fix data race and a unsigned int rollover (#7278)
Tom Englund
2024-08-08
internal: introduce new types to avoid unsigned int rollover and signed int o...
Tom Englund
2024-08-08
core: Move to C++26 and use native_handle to CLOEXEC the debug fd (#7219)
Vaxry
2024-08-07
debug: dont manually unlock the lock_guard (#7210)
Tom Englund
2024-07-31
internal: some minor fd/socket cleanups and make logging thread safe (#7123)
Tom Englund
2024-07-31
internal: refactor fullscreen states (#7104)
MightyPlaza
2024-07-30
protocols: Move globalshortcuts impl (#7102)
Ikalco
[next]