| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-04-05 | launcher: fix wallpaper categories | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-04-05 | launcher: optimise wallpaper selector | 2 * r + 2 * t | 1 | -2/+15 | |
| Optimise thumbnail size Also limit number shown Add show all when no search option | |||||
| 2025-04-04 | wallpapers: filter by size | 2 * r + 2 * t | 1 | -2/+28 | |
| 2025-04-04 | feat: uwsm app -> app2unit | 2 * r + 2 * t | 1 | -1/+1 | |
| Also xdg-open -> app2unit | |||||
| 2025-04-02 | launcher: sort wallpapers and schemes | 2 * r + 2 * t | 1 | -1/+3 | |
| 2025-04-02 | sidebar: time pane | 2 * r + 2 * t | 1 | -58/+73 | |
| Also some fixes for calendar recurring events Also fix reminders time | |||||
| 2025-04-01 | calendar: cache calendars | 2 * r + 2 * t | 1 | -4/+31 | |
| 2025-04-01 | feat: thumbnailer utility | 2 * r + 2 * t | 1 | -15/+3 | |
| Fix large images in notifications being slow GTK css background image is really slow for scaling for some reason, so thumbnail | |||||
| 2025-03-29 | system: fix directory monitor | 2 * r + 2 * t | 1 | -2/+1 | |
| Keep ref to monitor so it doesn't get garbage collected | |||||
| 2025-03-28 | monitors: fix ddc detection | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-03-27 | wallpapers: don't thumbnail if already exists | 2 * r + 2 * t | 1 | -1/+2 | |
| Have to clear cache if you change a wallpaper's contents but not name Fixes small freeze on startup | |||||
| 2025-03-25 | calendar: notifications for events | 2 * r + 2 * t | 1 | -7/+59 | |
| 2025-03-25 | sidebar: create upcoming module | 2 * r + 2 * t | 1 | -0/+116 | |
| Requires ical.js and curl | |||||
| 2025-03-25 | sidebar: create dashboard | 2 * r + 2 * t | 1 | -0/+0 | |
| 2025-03-23 | schemes: fix updating taking ages | 2 * r + 2 * t | 1 | -6/+23 | |
| Cause it was being called for every file change So instead of updating all, just update changed Also async update all | |||||
| 2025-03-23 | schemes: fix previews not updating | 2 * r + 2 * t | 1 | -1/+2 | |
| Monitor was being garbage collected cause it wasn't stored anywhere | |||||
| 2025-03-23 | wallpapers: fix error on no paths | 2 * r + 2 * t | 1 | -0/+9 | |
| Also update on config change | |||||
| 2025-03-18 | updates: show updates for custom repos | 2 * r + 2 * t | 1 | -14/+20 | |
| 2025-03-15 | launcher: wallpaper random by category | 2 * r + 2 * t | 1 | -9/+30 | |
| 2025-03-08 | files: change directory monitor return | 2 * r + 2 * t | 1 | -2/+2 | |
| Only return the outermost monitor, hook onto that to cancel the nested ones Also use the monitor flags in hopes of it actually picking up changes to files (it doesnt) | |||||
| 2025-03-07 | update for scheme refactor | 2 * r + 2 * t | 1 | -4/+18 | |
| 2025-03-05 | launcher: fixes | 2 * r + 2 * t | 1 | -2/+15 | |
| Fix light/dark actions Fix delay when pressing enter | |||||
| 2025-03-05 | schemes: update for scripts refactor | 2 * r + 2 * t | 3 | -39/+86 | |
| 2025-03-05 | launcher: math mode | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-03-02 | wallpapers: fix thumbnail duplicates | 2 * r + 2 * t | 1 | -1/+2 | |
| Duplicate file names in different dirs would override, so use full path instead | |||||
| 2025-03-02 | launcher: light/dark actions | 2 * r + 2 * t | 1 | -1/+25 | |
| For switching dynamic mode | |||||
| 2025-03-01 | launcher: wallpaper action | 2 * r + 2 * t | 2 | -6/+83 | |
| 2025-03-01 | launcher: scheme autocomplete | 2 * r + 2 * t | 1 | -0/+44 | |
| 2025-02-26 | updates: sort updates by name | 2 * r + 2 * t | 1 | -0/+3 | |
| 2025-02-26 | monitors: don't hardcode lines for ddc check | 2 * r + 2 * t | 1 | -3/+3 | |
| Since new ddcutil update it's not possible to hardcode | |||||
| 2025-02-25 | updates: show arch news | 2 * r + 2 * t | 2 | -4/+252 | |
| 2025-02-22 | config: dynamic service confs | 2 * r + 2 * t | 7 | -19/+72 | |
| 2025-02-22 | use state | 2 * r + 2 * t | 2 | -2/+2 | |
| 2025-02-17 | gpu: fix auto detection | 2 * r + 2 * t | 1 | -6/+8 | |
| 2025-01-31 | refactor: move weather icons to utils | 2 * r + 2 * t | 1 | -58/+3 | |
| 2025-01-30 | imports: use typescript import paths | 2 * r + 2 * t | 3 | -4/+4 | |
| 2025-01-30 | sideleft: create popdown window | 2 * r + 2 * t | 4 | -0/+221 | |
| 2025-01-29 | weather: notify when no api key | 2 * r + 2 * t | 1 | -7/+19 | |
| 2025-01-27 | sideright: imperial weather | 2 * r + 2 * t | 1 | -36/+48 | |
| 2025-01-27 | sideright: make popdown window | 2 * r + 2 * t | 1 | -0/+398 | |
| Weather requires a weather api key from https://weatherapi.com | |||||
| 2025-01-24 | launcher: use scrollable | 2 * r + 2 * t | 1 | -1/+2 | |
| 2025-01-16 | updates: make popup window | 2 * r + 2 * t | 1 | -13/+33 | |
| 2025-01-16 | refactor: move ts to src | 2 * r + 2 * t | 5 | -0/+583 | |
| Also move popupwindow to own file | |||||