aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/layout/DwindleLayout.cpp
AgeCommit message (Expand)Author
2024-10-02layout: add auto_group to control default grouping (#7883)Aqa-Ib
2024-09-29dwindle: add movetoroot method to layout messages (#7903)Luke Chen
2024-09-28dwindle: add config option `split_bias` (#7920)Mike Will
2024-08-26misc: constify the remaining for loops (#7534)Tom Englund
2024-08-26core: make most for loops use const references (#7527)Tom Englund
2024-08-13decorations: fix manual resize not recalculating decos (#7323)MightyPlaza
2024-08-08internal: introduce new types to avoid unsigned int rollover and signed int o...Tom Englund
2024-08-03decorations: fix infinite recursion on no_gaps when only (#7169)MightyPlaza
2024-08-01internal: fix fullscreen typos (#7134)MightyPlaza
2024-07-31internal: refactor fullscreen states (#7104)MightyPlaza
2024-07-15layout: update workspace rules on layout change (#6878)MightyPlaza
2024-07-11core: Improve handling of window properties (#6776)MightyPlaza
2024-06-19core: Move to hyprutils for MathVaxry
2024-05-05internal: new shared_ptr and weak_ptr implementation (#5883)Vaxry
2024-04-27internal: Window storage rework - part 1 (#5762)Vaxry
2024-04-17keybindmgr: add optional `silent` suffix to `movewindow`. (#5597)Maarten de Vries
2024-04-05workspacerules: fix workspace rule loops (#5433)thejch
2024-04-02Workspace/core: Refactor workspace storage (#5380)Vaxry
2024-03-31core: match all workspace rules instead of the first one only (#5340)thejch
2024-03-29layout: improve initial size prediction for floatingVaxry
2024-03-19animations: Fix incorrect animation when manually moving a window when its be...thejch
2024-03-17master: fix moving fullscreen workspace and remove duplicate code (#5131)thejch
2024-03-10dwindle: preserve fs state on switchWindowsVaxry
2024-03-07layout: Fix toggling fullscreen special workspace on different monitor (#5000)thejch
2024-03-04keybinds: Allow fullscreen/maximize in special workspace (#4921)thejch
2024-03-03config: improve config value infrastructureVaxry
2024-03-02xdg: minor improvements to initial size reportingVaxry
2024-03-02animations: Refactor AnimatedVariable (#4911)GartoxFR
2024-02-28layout: add size prediction for initial xdg commitsvaxerski
2024-02-21feat: Add css style gaps (#4723)Dashie
2024-02-18Migrate the config to hyprlang (#4656)Vaxry
2024-02-14dwindle: add swapsplit dispatcher (#4702)Niklas Haas
2024-02-14dwindle: round wbox before settingvaxerski
2024-02-04input: focus window on mouse down on decoration (#4514)MightyPlaza
2024-02-02dwindle: avoid sending negative sizes to wlrVaxry
2024-01-26dwindle: fix windows being created at incorrect position when cursor is over ...rszyma
2024-01-26layout: save float props before setting fs state (#4537)bvr-yr
2024-01-02layout: update rules before applying fullscreen nodes in layoutsvaxerski
2023-12-28internal: Unify input handling on decorations (#4280)dranull
2023-12-26dwindle: Use window->middle() when cursor is on reserved area (#4253)dranull
2023-12-17internal: nuke CWindow::m_bMappedX11Vaxry
2023-12-10internal: Remake borders as window decorations (#4104)Vaxry
2023-11-11decorations: Decoration Positioner (#3800)Vaxry
2023-11-05layout: round window boxes after special scale factorVaxry
2023-11-04layout: fix missed setWindowSize in no_gaps_when_only node applyVaxry
2023-11-04dwindle: move to CBox for expressing nodesVaxry
2023-11-04Decos: Window decoration flags, shadow improvements (#3739)Vaxry
2023-11-03layout: better storage for no fullscreen checks varvaxerski
2023-11-01layout: avoid redundant size sets on new fullscreenVaxry
2023-10-30internal: create canBeGroupedInto() (#3693)MightyPlaza