You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created Hook system (let's users run commands after specific actions) NInputAction: create NTextInput with NButton HooksService: add dark/light mode hook, add wallpaper change hook HooksTab: create 1 NInputAction for each hook Wallpaper: add hook functionallity (37eefe3) by Ly-sec
proper border on notifications (2e082ed) by LemmyCook
Cleanup: removed Color.applyOpacity in favor of Qt.alpha (c1bec66) by LemmyCook
Merge branch 'main' of github.com:noctalia-dev/noctalia-shell (d53a404) by LemmyCook
Optims: replaced a bunch of Qt.rgba by Qt.alpha (7ed4c20) by LemmyCook
IPCHandler: small change to getActiveScreen() (83205d5) by Ly-sec
IPCHandler: use getActiveScreen() everywhere (43bb3bd) by Ly-sec
Merge branch 'main' of github.com:noctalia-dev/noctalia-shell (cde3f08) by LemmyCook
IPC: more robust screen detection (3e7ebf4) by LemmyCook
README: add manual install IPC explanation (280952a) by Ly-sec
Wallpaper: minor improvements (3ba6899) by LemmyCook
Launcher: Restored keyboard navigation with PageUp/PageDown/Home/End + Vim Keys (65f73bb) by LemmyCook
Launcher: fixed IPC calls + fix locked up results in clipboard after short successive opening. (392f0e1) by LemmyCook
Merge branch 'launcher-evolved' (1e81a89) by LemmyCook
Launcher: Fix missing argument to onStatusChanged (11a13ce) by LemmyCook
Launcher: improved clipboard images look (2462021) by LemmyCook
Launcher: clipboard, prevent unecessary refresh while browsing (7b2d490) by LemmyCook
Launcher: deleted ClipboardService, renamed CliphistService to ClipboardService. (20b29f9) by LemmyCook
Launcher: wip image preview (132dbce) by LemmyCook
Launcher: wip image preview (ded133d) by LemmyCook
Laucher: Fix wayland warning about focus surface stealing (7548ffc) by LemmyCook
Launcher: Working clipboard plugin (1599ee5) by LemmyCook
Weather: change how default city is set (40b57c2) by Ly-sec
Add default fallback city (fixes #199), add beginning of UpdateService Weather: always fallback to "Tokyo" if the city name is empty UpdateService: simple versioning control (c6e56d4) by Ly-sec
DistroLogoService: add NixOS path as requested in #197 (7141a91) by Ly-sec
Launcher: first refactoring pass (742a600) by LemmyCook
SidePanel: increased height by 8 pixels. (80a2e69) by LemmyCook
NComboBox: slightly taller by default (a7ce673) by LemmyCook
Settings: better default folder for wallpapers and videos (dfd7edc) by LemmyCook
Replace NTextInput with NComboBox for font settings FontService: use Qt.fontFamilies to grab available fonts and split Mono fonts NComboBox: allow height changes GeneralTab: replace NTextInput with NComboBox (520da3e) by Ly-sec
Dock: Fixed dock autohide when bar is at the bottom. (d790113) by LemmyCook
Merge branch 'main' of github.com:noctalia-dev/noctalia-shell (5859270) by LemmyCook
Dock: allow clicking outside of the dock on the left and right side (26dc143) by LemmyCook