aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/desktop/Workspace.cpp
AgeCommit message (Expand)Author
2024-12-11workspace: update hasFullscreenWindow in updateWindowsVaxry
2024-12-10core: Fix workspace selector parsing (#8687)Alexander Iliev
2024-12-07core: Add clang-tidy (#8664)Vaxry
2024-11-22core: workspace-related function cleanup / refactorVaxry
2024-11-20internal: fix some misused configStringToInt conversionsVaxry
2024-10-27core: move internal structures to monitor pointers (#8266)Vaxry
2024-09-06workspacerules: fix on-created-empty window focus (#7657)Sungyoon Cho
2024-08-26misc: constify the remaining for loops (#7534)Tom Englund
2024-08-26misc: Rename all instances of "emtpy" to "empty" (#7522)Adithya Ajith
2024-08-21animations: add workspace in/out configsvaxerski
2024-08-08internal: introduce new types to avoid unsigned int rollover and signed int o...Tom Englund
2024-07-31internal: refactor fullscreen states (#7104)MightyPlaza
2024-06-22core: add ability to select previous workspace per monitor (#6598)Alexander
2024-06-19core: Move to hyprutils for MathVaxry
2024-06-11core: move to hyprutils for utils (#6385)Vaxry
2024-05-12core: fix on-empty workspace being called too often (#6026)Brenno Lemos
2024-05-05internal: new shared_ptr and weak_ptr implementation (#5883)Vaxry
2024-04-27internal: Window storage rework - part 1 (#5762)Vaxry
2024-04-24workspace: Fix duplication of "special:" in special workspace name (#5729)Agent00Ming
2024-04-21workspace: Add fullscreen workspace selector (#5640)thejch
2024-04-19workspace: Add 'v' flag for workspace selector that counts only visible windo...zakk4223
2024-04-13workspace: fix workspace name selector returning true early (#5571)thejch
2024-04-09workspace: Add count group flag in windowCount workspace selector prop (#5499)Sungyoon Cho
2024-04-08workspace: fix crash on destruction of compositor (#5495)Tom Englund
2024-04-06workspacerules: add back on-created-empty functionality (#5452)staz
2024-04-05core: simplify sanityCheckWorkspacesVaxry
2024-04-05workspace: remove monitor and visible flags on inertVaxry
2024-04-05workspacerules: fix workspace rule loops (#5433)thejch
2024-04-03workspaces: add visible flagVaxry
2024-04-02workspace: fix special unnamed workspace rules (#5390)MightyPlaza
2024-04-02Workspace/core: Refactor workspace storage (#5380)Vaxry
2024-04-02workspace: remove lastFocusedWindow on unmapVaxry
2024-03-31renderer/animations: Fix various inaccurate damage tracking issues and offset...thejch
2024-03-31core: match all workspace rules instead of the first one only (#5340)thejch
2024-03-29animvar: fixup update callbacks and cleanupVaxry
2024-03-20workspace: fix selectors with special:Vaxry
2024-03-20workspace: fix integer overflow in selector parser (#5177)thejch
2024-03-19config/workspace: added workspace selectorsVaxry
2024-03-08socket2: Add 5 IPC event with support for workspace ID (#5022)Aaron
2024-03-03config: improve config value infrastructureVaxry
2024-03-02animations: Refactor AnimatedVariable (#4911)GartoxFR
2024-02-29refactor: move a few things to desktop/Vaxry