| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2026-03-16 | delete active window popout | Freya Murphy | 1 | -25/+0 | |
| 2026-03-15 | fix: close other popouts when hover activewindow | 2 * r + 2 * t | 1 | -0/+6 | |
| 2026-03-15 | bar/activewindow: toggle when not show on hover | 2 * r + 2 * t | 1 | -3/+7 | |
| 2026-03-15 | bar/activewindow: allow disable show on hover | 2 * r + 2 * t | 1 | -0/+15 | |
| Closes #1209 Closes #1019 | |||||
| 2026-03-15 | bar/activewindow: format | 2 * r + 2 * t | 1 | -11/+12 | |
| 2026-03-15 | bar/activewindow: add compact option (#1201) | Ezekiel Gonzales | 1 | -1/+13 | |
| Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | |||||
| 2025-11-24 | bar/activewindow: add option to invert rotate (#922) | Sven Fischer | 1 | -5/+10 | |
| * feat(activeWindow): Add rotation option to rotate counter-clockwise * feat(activeWindow): Change rotation to inverted boolean option * feat(activeWindow): Do not expose inverted property | |||||
| 2025-09-25 | bar: fix height when tray expansion | 2 * r + 2 * t | 1 | -2/+3 | |
| 2025-08-24 | internal: use Anim component | 2 * r + 2 * t | 1 | -8/+2 | |
| 2025-08-24 | internal: rename Hyprland -> Hypr | 2 * r + 2 * t | 1 | -2/+2 | |
| Prevent shadowing Fixes window info not changing on switching to an empty workspace | |||||
| 2025-08-13 | bar: allow hiding items and reordering (#379) | Laurens Duin | 1 | -54/+43 | |
| * feat: reorder bar, no popout yet * chore: cleanup * refactor: use DelegateChooser * feat: popouts * chore: cleanup * better popout check + fix async stuff + bar interaction + a bunch of other fixes * fix activewindow and bar vertical padding * readme: add config opt * bar: fix top/bottom padding * bar: better wheel behaviour --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | |||||
| 2025-08-09 | bar: better scroll actions | 2 * r + 2 * t | 1 | -30/+0 | |
| Also fix workspaces interaction area | |||||
| 2025-08-05 | config: add audio increment option | 2 * r + 2 * t | 1 | -2/+2 | |
| 2025-08-04 | internal: refactor widgets folder | 2 * r + 2 * t | 1 | -1/+2 | |
| Split into subdirs and rename to components | |||||
| 2025-07-16 | internal: use new qs imports | Soramane | 1 | -4/+4 | |
| 2025-07-09 | internal: fix scrolling for high res devices | 2 * r + 2 * t | 1 | -4/+4 | |
| Implements first part of #202 | |||||
| 2025-06-27 | internal: use hyprlandtoplevel | 2 * r + 2 * t | 1 | -2/+2 | |
| 2025-06-02 | bar: fix scroll areas | 2 * r + 2 * t | 1 | -0/+30 | |
| 2025-06-02 | feat: bar popouts | 2 * r + 2 * t | 1 | -0/+1 | |
| Create active window popout | |||||
| 2025-05-28 | bar: crossfade active window title | 2 * r + 2 * t | 1 | -21/+46 | |
| 2025-05-27 | internal: bar only vertical | 2 * r + 2 * t | 1 | -12/+11 | |
| The bar can only be vertical Remove box, boxlayout and anchortext Add StyledClippingRect | |||||
| 2025-05-24 | bar: better colours | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-05-24 | internal: fix binding loops | 2 * r + 2 * t | 1 | -1/+5 | |
| 2025-05-23 | bar: switch to embedded style | 2 * r + 2 * t | 1 | -43/+53 | |
| 2025-05-10 | refactor: manually animate rect if needed | 2 * r + 2 * t | 1 | -1/+16 | |
| No need for animate prop, it's used too little so just manually set it if needed to save memory | |||||
| 2025-05-05 | refactor: move colours to separate service | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-05-01 | feat: vertical bar actually works!!! | 2 * r + 2 * t | 1 | -1/+15 | |
| 2025-05-01 | feat: use qsTr | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-05-01 | feat: bar panel preset | 2 * r + 2 * t | 1 | -1/+1 | |
| Make presets more flexible Fix workspaces when show windows disabled Make rounded option for workspaces | |||||
| 2025-04-30 | bar: elide active window title | 2 * r + 2 * t | 1 | -3/+13 | |
| 2025-04-29 | bar: fix activewindow | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-04-29 | feat: animated text changes | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-04-29 | feat: bar network icon | 2 * r + 2 * t | 1 | -1/+0 | |
| 2025-04-29 | bar: fix alignment | 2 * r + 2 * t | 1 | -6/+5 | |
| Also refactor box -> styledrect + paddedrect | |||||
| 2025-04-29 | refactor: use anchors instead of layouts | 2 * r + 2 * t | 1 | -6/+6 | |
| 2025-04-29 | refactor: move bar components into folder | 2 * r + 2 * t | 1 | -0/+0 | |
| 2025-04-28 | feat: bar workspaces | 2 * r + 2 * t | 1 | -2/+3 | |
| 2025-04-28 | refactor: no need for clippingbox | 2 * r + 2 * t | 1 | -1/+2 | |
| Just use clip property of Item | |||||
| 2025-04-28 | format: conform to qml coding conventions | 2 * r + 2 * t | 1 | -4/+5 | |
| 2025-04-28 | feat: anims + box padding | 2 * r + 2 * t | 1 | -4/+6 | |
| box provide padding and animate size and colour provide box and boxlayout for with/without layout provide clippingbox provide label for anim + rendertype configure QtQuick controls | |||||
| 2025-04-26 | feat: basic quickshell bar | 2 * r + 2 * t | 1 | -0/+29 | |