aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Compositor.cpp
AgeCommit message (Expand)Author
2024-04-28Move /tmp/hypr to XDG_RUNTIME_DIRVaxry
2024-04-28compositor: more fs safety around tmp directoriesVaxry
2024-04-28core: prefer mkdir over create_directory and permissionsVaxry
2024-04-27CrashReporter: fix deadlocks by making it mostly async-signal-safe (#5771)virchau13
2024-04-27internal: Window storage rework - part 1 (#5762)Vaxry
2024-04-27pointer-constraints: move to new implVaxry
2024-04-25text-input-v3: move to new implVaxry
2024-04-25config: Default unconfigured monitors to open to the right (#5741)eriedaberrie
2024-04-25shortcuts-inhibitor: move to new implVaxry
2024-04-25wlr-foreign-toplevel: move to new implVaxry
2024-04-24pointer-gestures: move to new implVaxry
2024-04-23compositor: properly update workspace in moveWindowToWorkspaceSafeVaxry
2024-04-23config: Add More Monitor 'Auto' Positions. (#5670)Gabriel Ford
2024-04-23managers: Add a TokenManagerVaxry
2024-04-22core: add libinput backend support for headless session (#5699)PostCyberPunk
2024-04-22gamma-control: move to new implVaxry
2024-04-21xdg-decoration: move to new implVaxry
2024-04-21relative-pointer: move to new implVaxry
2024-04-21idle-inhibit: move to new implVaxry
2024-04-21config: Expand on window matching (#5518)SoSeDiK
2024-04-21cursor-shape: move to new implVaxry
2024-04-20core: remove libsystemd dependency (#5660)Yaroslav
2024-04-20Fractional-scale: move to new implVaxry
2024-04-19tearing-control: hyprland impl (#5655)Vaxry
2024-04-19workspace: Add 'v' flag for workspace selector that counts only visible windo...zakk4223
2024-04-13core: Fix double special workspace (#5574)thejch
2024-04-10workspace: update windows when selector match could change (#5533)Sungyoon Cho
2024-04-09workspace: Add count group flag in windowCount workspace selector prop (#5499)Sungyoon Cho
2024-04-08compositor: move wl_display_destroy_clients (#5498)Tom Englund
2024-04-07props: Allow setting per-window fullscreen opacity (#5470)SoSeDiK
2024-04-07core: Event loop rework (#5466)Vaxry
2024-04-06workspacerules: add back on-created-empty functionality (#5452)staz
2024-04-06compositor: fix ghost fadingOut windows remaining after cleanupVaxry
2024-04-06compositor: remove windows from fadingOut properlyVaxry
2024-04-05core: simplify sanityCheckWorkspacesVaxry
2024-04-05workspacerules: fix workspace rule loops (#5433)thejch
2024-04-04core: fix visibility flags in moveWorkspaceToMonitorVaxry
2024-04-03core: fix some crash conditions around workspace ptrs in CWindowVaxry
2024-04-03workspaces: add visible flagVaxry
2024-04-02Workspace/core: Refactor workspace storage (#5380)Vaxry
2024-04-02core: assert attempted UAFs in windowExistsVaxry
2024-03-31core: match all workspace rules instead of the first one only (#5340)thejch
2024-03-31core: Fix resizeparams (#5262)Aqa-Ib
2024-03-30dispatchers: fix swap workspaces wrong positioning of floating windows (#5328)thejch
2024-03-29compositor: remove windows from fading out on destroyVaxry
2024-03-28core: fix fullscreen + floating focus change (#5291)MightyPlaza
2024-03-26core: ensure m_pLastMonitor validity over unsafe stateVaxry
2024-03-25layer-shell: render popups above everythingVaxry
2024-03-25core: fix missing workspace events during swapping (#5251)thejch
2024-03-24IME: Refactor and fixup popupsVaxry