aboutsummaryrefslogtreecommitdiff
path: root/river/command/zoom.zig
AgeCommit message (Expand)AuthorFilesLines
2023-02-28river: rework core data structures & transactionsIsaac Freund1-25/+42
2023-02-28render: use wlr_scene to render viewsIsaac Freund1-1/+1
2022-02-08command: Remove allocator argHugo Machet1-1/+0
2022-01-31code: relicense to GPL-3.0-onlyIsaac Freund1-2/+1
2021-12-24build: update to zig version 0.9.0Isaac Freund1-2/+2
2021-10-02View: fix unmap/destroy control flowIsaac Freund1-1/+1
2021-07-15command: make args type 0-terminatedIsaac Freund1-1/+1
2021-05-13river: remove Output.rootIsaac Freund1-1/+3
2020-11-11meta: make copyright headers more maintainableIsaac Freund1-1/+1
2020-08-21view stack: rework iteration for flexibilityIsaac Freund1-11/+11
2020-08-13root: refactor transaction initiationIsaac Freund1-1/+2
2020-07-15code: use a tagged union to store focusIsaac Freund1-6/+6
2020-07-02output: introduce state structIsaac Freund1-1/+1
2020-06-28view: replace mode with float/fullscreen boolsIsaac Freund1-5/+13
2020-06-27view: introduce state struct to simplify codeIsaac Freund1-1/+1
2020-06-27view: use a mode enum instead of floating boolIsaac Freund1-2/+2
2020-06-26command: allow output on success, refactorIsaac Freund1-3/+1
2020-06-11command: don't zoom floating viewsIsaac Freund1-0/+3
2020-06-01Split river and riverctl directoriesIsaac Freund1-0/+54