| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-11-13 | drawers: reverted changes to c0ea060 | ATMDA | 1 | -1/+0 | |
| 2025-11-13 | drawers: reverted changes to c0ea060f | ATMDA | 1 | -46/+0 | |
| 2025-11-13 | cleanup: trailing whitespace removeal (entire project) | ATMDA | 1 | -11/+11 | |
| 2025-11-12 | notifs/toasts: reverted all changes to notifications to c0ea060f | ATMDA | 1 | -88/+0 | |
| 2025-11-12 | notifs/toasts: reworked notifications and toasts and how they display and ↵ | ATMDA | 3 | -0/+135 | |
| work together. see pull request comment. | |||||
| 2025-09-25 | bar: add compact tray option | 2 * r + 2 * t | 2 | -3/+8 | |
| Closes #659 | |||||
| 2025-09-22 | internal: fix choose wallpaper button | 2 * r + 2 * t | 1 | -17/+22 | |
| 2025-09-22 | drawers: fix input mask on special ws | 2 * r + 2 * t | 1 | -1/+6 | |
| 2025-09-21 | utilities: add toasts | 2 * r + 2 * t | 1 | -8/+18 | |
| 2025-09-20 | internal: centralise focus grabs | 2 * r + 2 * t | 2 | -4/+6 | |
| Except detached popouts focus grab (its meant to be exclusive to the other grab) | |||||
| 2025-09-20 | drawers: fix drag to open on empty ws | 2 * r + 2 * t | 1 | -6/+12 | |
| Ugh hyprland bug afaict | |||||
| 2025-09-18 | feat: add sidebar | 2 * r + 2 * t | 4 | -27/+94 | |
| WIP | |||||
| 2025-09-17 | osd: fix anim when appear on change | 2 * r + 2 * t | 1 | -13/+4 | |
| 2025-09-15 | internal: remove workaround for hyprland bug | 2 * r + 2 * t | 2 | -24/+14 | |
| 2025-09-15 | internal: fix null warnings | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-09-14 | internal: close panels when fullscreen app | 2 * r + 2 * t | 1 | -0/+8 | |
| See #609 | |||||
| 2025-09-13 | launcher: prevent overlap with dashboard | 2 * r + 2 * t | 1 | -0/+1 | |
| Fixes #612 | |||||
| 2025-09-13 | internal: fix blurriness | 2 * r + 2 * t | 2 | -14/+22 | |
| 2025-09-13 | popouts/tray: better interaction | 2 * r + 2 * t | 1 | -1/+1 | |
| Not exclusive when on first layer of submenus Closes #610 | |||||
| 2025-09-12 | utilities: add keep awake and quick toggles | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-09-12 | interactions: fix interaction area | 2 * r + 2 * t | 1 | -0/+2 | |
| Hyprland bug smh | |||||
| 2025-09-10 | launcher: fix showOnHover | 2 * r + 2 * t | 1 | -1/+2 | |
| Closes #591 Fixes #562 | |||||
| 2025-08-30 | launcher: allow show on hover (#498) | M Matthew Hydock | 1 | -2/+4 | |
| added `showOnHover` to launcher config, disabled by default to preserve existing functionality. when enabled, drag-to-show is disabled. | |||||
| 2025-08-27 | osd: add mic volume | 2 * r + 2 * t | 1 | -1/+1 | |
| Disabled by default | |||||
| 2025-08-25 | background: add visualiser | 2 * r + 2 * t | 1 | -0/+2 | |
| Also dashboard.visualiserBars -> services.visualiserBars | |||||
| 2025-08-24 | internal: use Anim component | 2 * r + 2 * t | 1 | -5/+1 | |
| 2025-08-23 | interactions: fix popouts close on lose hover | 2 * r + 2 * t | 1 | -0/+6 | |
| 2025-08-23 | launcher: exact calculation for wallpaper width | 2 * r + 2 * t | 1 | -1/+1 | |
| Fixes #322 | |||||
| 2025-08-13 | bar: allow hiding items and reordering (#379) | Laurens Duin | 3 | -21/+10 | |
| * 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-10 | internal: save mem usage | 2 * r + 2 * t | 1 | -0/+2 | |
| Set exclusion window size to 1x1 | |||||
| 2025-08-09 | bar: better scroll actions | 2 * r + 2 * t | 1 | -1/+19 | |
| Also fix workspaces interaction area | |||||
| 2025-08-08 | internal: transparency support coming soon™ | 2 * r + 2 * t | 3 | -10/+10 | |
| Also fix media player selector text colour Fix colour preview not resetting light/dark mode | |||||
| 2025-08-07 | dashboard: showOnHover config option (#361) | Noah Zepner | 1 | -1/+1 | |
| * dashboard: showOnHover config option * dashboard: close on lose focus when !showOnHover Also update readme --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | |||||
| 2025-08-04 | internal: refactor widgets folder | 2 * r + 2 * t | 3 | -3/+4 | |
| Split into subdirs and rename to components | |||||
| 2025-07-26 | interactions: disable when detached panel | 2 * r + 2 * t | 1 | -0/+3 | |
| 2025-07-26 | dashboard: show on hover (for touch devices) | Soramane | 1 | -0/+9 | |
| 2025-07-26 | config: allow enable/disable panels | 2 * r + 2 * t | 1 | -2/+2 | |
| Closes #240 | |||||
| 2025-07-23 | popouts: better tray menu focus handling | 2 * r + 2 * t | 1 | -11/+4 | |
| Don't hide on hover lost, use a focus grab instead | |||||
| 2025-07-22 | internal: oop forgot to commit this | 2 * r + 2 * t | 1 | -1/+1 | |
| part of previous commit fix | |||||
| 2025-07-20 | internal: code style | 2 * r + 2 * t | 1 | -9/+8 | |
| 2025-07-16 | internal: use new qs imports | Soramane | 6 | -31/+31 | |
| 2025-07-10 | bar: some internal fixes | 2 * r + 2 * t | 1 | -5/+3 | |
| 2025-07-10 | feat: non persistent bar option | 2 * r + 2 * t | 3 | -2/+26 | |
| 2025-07-10 | feat: drag launcher to open/close | 2 * r + 2 * t | 1 | -1/+10 | |
| Also fix dragging for session | |||||
| 2025-07-10 | internal: add utilities panel base | 2 * r + 2 * t | 4 | -2/+59 | |
| 2025-07-09 | internal: pass around visibilities | 2 * r + 2 * t | 2 | -2/+4 | |
| Instead of singleton Also for panels | |||||
| 2025-07-02 | internal: use layer.effect | 2 * r + 2 * t | 2 | -25/+17 | |
| Also use clipping rect for wallpaper item | |||||
| 2025-06-28 | config: fix overwrite on startup | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-06-21 | feat: window info panel | 2 * r + 2 * t | 2 | -7/+9 | |
| Also disable reload popup | |||||
| 2025-06-19 | internal: fix qmlls freezing | 2 * r + 2 * t | 1 | -4/+4 | |