summaryrefslogtreecommitdiff
path: root/modules/drawers (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-06-04internal: use panelwindow2 * r + 2 * t1-2/+2
Using WlrLayershell broke for newer versions of qs
2025-06-04bar: ensure popouts fully on screen2 * r + 2 * t2-1/+8
Also round the other way if touching edge
2025-06-02feat: bar popouts2 * r + 2 * t3-0/+33
Create active window popout
2025-05-29notifs: fix opening anim when spam notifs2 * r + 2 * t2-3/+0
No open/close state, just animate height
2025-05-27drawers: fix interactions area2 * r + 2 * t1-2/+2
Make osd slider handles have pointer cursor
2025-05-27drawers: dont use hyprland cursor pos2 * r + 2 * t2-26/+25
Use mousearea with positionChanged and containsMouse
2025-05-27drawers: fix interactions for multimonitor2 * r + 2 * t1-2/+2
Or monitors that arent positioned at 0,0 *cough* outfoxxed
2025-05-26notifs: better height2 * r + 2 * t1-0/+3
Get blocked by other panels from the right side (osd and session) Limit max height to screen height
2025-05-24bar: fix storing only one2 * r + 2 * t1-1/+1
2025-05-24drawers: fix interactions2 * r + 2 * t2-3/+5
Fix offset caused by bar
2025-05-24internal: fix null error2 * r + 2 * t1-1/+1
2025-05-23internal: fix exclusion zones for quickshell update2 * r + 2 * t1-11/+5
2025-05-23bar: switch to embedded style2 * r + 2 * t1-0/+2
2025-05-23internal: fix memory leaks2 * r + 2 * t1-8/+11
2025-05-19feat: close launcher and session on click out2 * r + 2 * t1-1/+11
Using focus grab
2025-05-17feat: dashboard2 * r + 2 * t4-1/+28
2025-05-15interactions: fix mouse position2 * r + 2 * t1-3/+8
Didn't account for border thickness
2025-05-14session: add scrim2 * r + 2 * t1-5/+19
2025-05-14dev: fix deprecated window width & height2 * r + 2 * t1-2/+2
2025-05-13launcher: move to drawers2 * r + 2 * t2-2/+19
2025-05-13session: show/hide on drag2 * r + 2 * t2-4/+17
2025-05-13session: move to drawers2 * r + 2 * t3-5/+28
2025-05-13notifs: move to drawers2 * r + 2 * t3-1/+21
2025-05-13osd: fix show on hover + show on audio/brightness change2 * r + 2 * t2-5/+28
2025-05-13osd: show on hover2 * r + 2 * t3-8/+30
2025-05-13refactor: move to single window2 * r + 2 * t3-3/+84
2025-05-08refactor: split drawers2 * r + 2 * t3-9/+15
Split off interactions into new file Also fix hover osd
2025-05-08refactor: move drawers into separate module2 * r + 2 * t3-0/+140