| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-10-13 | feat: configurable max volume (#723) | Robin Seger | 1 | -0/+2 | |
| * feat: configurable max volume - Add maxVolume config option to ServiceConfig - Add maxValue property to FilledSlider component - Update OSD sliders to respect maxVolume setting - Update example config in README * fix: remove redundant maxValue prop | |||||
| 2025-09-20 | internal: make osd, session and utilities exclusive | 2 * r + 2 * t | 1 | -2/+3 | |
| Hide utilities when session open Hide osd when utilities open Prevents overlaps | |||||
| 2025-09-17 | osd: fix anim when appear on change | 2 * r + 2 * t | 3 | -54/+81 | |
| 2025-09-12 | osd: loader content | 2 * r + 2 * t | 2 | -6/+12 | |
| 2025-08-28 | osd: fix scroll sens | Soramane | 1 | -3/+3 | |
| 2025-08-27 | osd: add mic volume | 2 * r + 2 * t | 2 | -38/+89 | |
| Disabled by default | |||||
| 2025-08-27 | config: allow enable/disable osd brightness (#481) | Faiz Khan | 1 | -17/+29 | |
| * Added option to disable brightness slider * Removed unwanted imports * Renamed WrappedLoader.name to brightnessSlider * fixes --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | |||||
| 2025-08-24 | internal: use Anim component | 2 * r + 2 * t | 1 | -6/+3 | |
| 2025-08-24 | internal: add canim component | 2 * r + 2 * t | 1 | -5/+2 | |
| 2025-08-05 | config: add audio increment option | 2 * r + 2 * t | 1 | -2/+2 | |
| 2025-08-05 | bar/popouts: add audio device switcher (#319) | Laurens Duin | 1 | -11/+4 | |
| * feat: basic audio switcher * feat: replace VerticalSlider with StyledSlider * fix: styling * fix: formatting * chore: make sound icons consistent, change slider styling * feat: styled slider component variants * chore: cleanup * chore: cleanup * fix: pr fixes * fix: remove redundant code * chore: remove old code * fix: controls styling * fixes * more tweaks * radiobtn: add interaction stuff Anim slider --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | |||||
| 2025-08-04 | internal: refactor widgets folder | 2 * r + 2 * t | 1 | -1/+1 | |
| Split into subdirs and rename to components | |||||
| 2025-08-02 | osd: animate scrolling (#316) | PFiS | 1 | -18/+43 | |
| * refactor: make the animation smooth when scrolling the mouse wheel * fix: can't drag * format * fix cursor --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | |||||
| 2025-07-26 | config: allow enable/disable panels | 2 * r + 2 * t | 1 | -1/+1 | |
| Closes #240 | |||||
| 2025-07-16 | internal: use new qs imports | Soramane | 4 | -9/+9 | |
| 2025-07-09 | internal: better anims | 2 * r + 2 * t | 1 | -2/+2 | |
| Appear anims for osd and session from fast spatial -> default spatial Anim opacity for lock notif extra counter Fix extra counter (list not popups) | |||||
| 2025-06-28 | config: fix overwrite on startup | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-06-15 | feat: user config file | 2 * r + 2 * t | 3 | -7/+7 | |
| Config file at `~/.config/caelestia/shell.json` | |||||
| 2025-06-05 | drawers: fix interaction areas | 2 * r + 2 * t | 2 | -2/+2 | |
| Outer corners shouldn't be part of interaction area | |||||
| 2025-05-28 | drawers: change anim durations | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-05-28 | drawers: better show/hide anims | 2 * r + 2 * t | 1 | -3/+3 | |
| Use m3 expressive curves | |||||
| 2025-05-24 | internal: use implicit size for wrappers | 2 * r + 2 * t | 1 | -2/+2 | |
| 2025-05-13 | notifs: move to drawers | 2 * r + 2 * t | 1 | -142/+0 | |
| 2025-05-13 | osd: fix show on hover + show on audio/brightness change | 2 * r + 2 * t | 1 | -0/+48 | |
| 2025-05-13 | osd: show on hover | 2 * r + 2 * t | 1 | -1/+2 | |
| 2025-05-13 | refactor: move to single window | 2 * r + 2 * t | 2 | -87/+74 | |
| 2025-05-11 | feat: session menu | 2 * r + 2 * t | 2 | -31/+41 | |
| 2025-05-11 | osd: fix show on hover | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-05-08 | osd: fix flatten anim | 2 * r + 2 * t | 2 | -10/+10 | |
| 2025-05-06 | popouts: use reals for rounding | 2 * r + 2 * t | 1 | -2/+2 | |
| So it looks better | |||||
| 2025-05-06 | feat: better launcher and osd animations | 2 * r + 2 * t | 2 | -2/+1 | |
| Slide not clip | |||||
| 2025-05-06 | refactor: popout layer consistency with border | 2 * r + 2 * t | 1 | -2/+2 | |
| Make them use the same background colour and rounding as the border | |||||
| 2025-05-05 | feat: show osd on border hover | 2 * r + 2 * t | 1 | -0/+12 | |
| 2025-05-05 | wallpaper: limit source size | 2 * r + 2 * t | 1 | -0/+8 | |
| Also animate launcher and osd background colours | |||||
| 2025-05-05 | refactor: move colours to separate service | 2 * r + 2 * t | 1 | -2/+3 | |
| 2025-05-05 | dev: get rid of wrapper width/height = 0 warnings | 2 * r + 2 * t | 1 | -0/+1 | |
| 2025-05-05 | feat: shadow | 2 * r + 2 * t | 1 | -1/+6 | |
| Border exclusivity Fix slider handle text colour | |||||
| 2025-05-05 | feat: border + colour changes | 2 * r + 2 * t | 2 | -1/+2 | |
| 2025-05-04 | bar: add scroll actions to fillers | 2 * r + 2 * t | 2 | -2/+1 | |
| Also change the brightness osd icon depending on value | |||||
| 2025-05-04 | osd: pause hide on hover | 2 * r + 2 * t | 1 | -1/+18 | |
| 2025-05-04 | feat: brightness osd | 2 * r + 2 * t | 2 | -27/+37 | |
| 2025-05-04 | feat: audio osd | 2 * r + 2 * t | 4 | -0/+254 | |