Commit Graph

8751 Commits

Author SHA1 Message Date
Lemmy 7bb88e6919 Revert "fix(launcher): prevent arbitrary js execution. fix #2115"
This reverts commit 2f4b80d72f.
2026-03-10 00:03:53 -04:00
Lemmy 93deeda589 fix(hooks): defer HooksService.init to delayedInitTimer for startup hook reliability 2026-03-09 23:01:28 -04:00
Lemmy 4a198b5464 fix(launcher): fix gradients and nbox colors 2026-03-09 22:52:42 -04:00
Lemmy 8450adfda8 fix(widgets): add Layout.margins to bordered widgets to prevent border clipping 2026-03-09 22:22:25 -04:00
Lemmy 15decbe053 feat(launcher): splitted in smaller files for easier maintainability. improved record usage. 2026-03-09 21:50:50 -04:00
Lemmy 44045fa020 fix(backgrounds): prevent qTriangulate crash on framed bar outer rectangle arcs 2026-03-09 17:16:14 -04:00
Lemmy 77b253f1ca fix(backgrounds): enforce minimum arc radius to prevent qTriangulate SIGSEGV on flat corners 2026-03-09 16:57:02 -04:00
Lysec 8be7a34b46 Merge pull request #2117 from spiros132/desktopwidgets-grid-scale
Grid snapping for scale component in desktop widgets
2026-03-09 19:18:11 +01:00
Lysec e8e5d87fc5 Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell 2026-03-09 19:03:23 +01:00
Lysec 7decba1606 feat(launcher): implement usage-based ranking for results across providers 2026-03-09 19:03:18 +01:00
Spyridon Siarapis 87299dda06 fix(desktop-widgets): Added a toggle for snapping the scale 2026-03-09 17:56:19 +01:00
Spyridon Siarapis d95806f440 Merge branch 'noctalia-dev:main' into desktopwidgets-grid-scale 2026-03-09 17:35:41 +01:00
Lemmy 54ec0878fe fix(bar): defer ListModel sync to prevent re-entrant incubation SIGSEGV 2026-03-09 12:34:25 -04:00
Lemmy 4d0897d6ed fix(backgrounds): another take on fixing potential degenerate Shape paths 2026-03-09 12:15:22 -04:00
Lemmy e4593216f0 fix(audio): replace NWaveSpectrum CurveRenderer with shader to fix SIGSEGV crash 2026-03-09 11:55:35 -04:00
Lemmy d3732cb197 fix(desktop-widgets): resolve widgetMetadata ReferenceError in DraggableDesktopWidget 2026-03-09 10:57:15 -04:00
Lemmy 97ab97d4fc fix(plugins): ensure settings.json is never copied on update 2026-03-09 10:56:46 -04:00
Lysec 9536553dc5 feat(ui): add toggle to show/hide scrollbars on hover 2026-03-09 13:14:25 +01:00
Lemmy 0294759a54 feat(plugins): settings popup allow for custom width 2026-03-09 00:41:27 -04:00
Lemmy 29d0b1f63b chore(niconbutton): renamed allowScroll to handleWheel for clarity 2026-03-09 00:40:23 -04:00
Lemmy cab1117712 fix(ntextinput): fix chopped off border due to fractional scaling + never swallow mousewheel events 2026-03-09 00:37:55 -04:00
Lemmy 372eaeed22 fix(launcher): use a binding for dynamic gridColumns - fix up/down navigation. 2026-03-08 22:40:39 -04:00
Lysec fe9f52d353 Merge pull request #2112 from spiros132/main
Added a way to be able to move the desktop widgets settings popup
2026-03-08 23:08:58 +01:00
Lemmy 4fcc622c52 Merge pull request #2122 from notiant/patch-21
Fix transparency issues with connected box for Bluetooth/WiFi
2026-03-08 17:31:48 -04:00
Lemmy 2f4b80d72f fix(launcher): prevent arbitrary js execution. fix #2115 2026-03-08 17:16:20 -04:00
Lemmy 250242c266 fix(nbox): update comment 2026-03-08 16:11:34 -04:00
notiant e5a6bcdf13 fix transparency issues with connected box for Bluetooth/WiFi 2026-03-08 20:53:26 +01:00
Spyridon Siarapis cbc650751e feat(desktop-widgets): Added support for grid snapping of the desktop widgets 2026-03-08 19:57:31 +01:00
Lemmy bfdf883b07 fix(bar): graphical battery - dont eyeball the scale 2026-03-08 14:11:08 -04:00
Spyridon Siarapis 1be78b5063 chore: format 2026-03-08 18:41:34 +01:00
Lemmy 864d6ad722 fix(bar): graphical battery should not follow bar font size. 2026-03-08 13:10:03 -04:00
Lemmy 4d07c8ad18 fix(bar): simplified floating margins ui 2026-03-08 12:57:54 -04:00
Lemmy 3e89e17031 fix(bar): replacing margins sliders by spinbox 2026-03-08 12:24:06 -04:00
Lemmy efb9cadd17 fix(templating): process the user templates even if no standard templates are enabled 2026-03-08 12:16:57 -04:00
Lemmy b7e69d5579 feat(bar): debouncing rapid changes to floating margins 2026-03-08 12:03:13 -04:00
Lemmy 1fd0b187b5 feat(bar): increased floating margins from 18px to 500px - fixed smart panels opening positions to properly account for thoses margins. 2026-03-08 11:22:06 -04:00
Spyridon Siarapis 9e8558abee feat(desktop-widgets): Added a way to move the DesktopSettingsDialog popup by dragging 2026-03-08 16:18:49 +01:00
Lemmy 9acb3facfa feat(ipc): add new ipc call wallpaper refresh 2026-03-08 10:47:27 -04:00
Lemmy 697d3754ae chore(version): bump to 4.6.6 2026-03-08 08:35:30 -04:00
Lemmy 6447221fa8 Release v4.6.5 v4.6.5 2026-03-08 08:34:25 -04:00
Lemmy 0cbc42f2f8 chore(i18n) update 2026-03-08 08:21:48 -04:00
Lemmy 5f319987a5 feat(nbox): clamping min opacity instead of using a ratio. 2026-03-07 18:16:40 -05:00
Lemmy 8461060477 fix(display): reactively update resolution when compositor reports changes. fix #1845 2026-03-07 17:21:56 -05:00
Lysec 2480e10970 fix(emacs): fix template tooltip path 2026-03-07 19:44:06 +01:00
Lemmy 88f95c82e3 Merge pull request #2095 from spiros132/main
feat(desktop-widgets): Better desktopWidgetSettings for plugins, and fixed a bug related to the desktopWidgetSettings
2026-03-07 13:15:43 -05:00
Spyridon Siarapis 46b149cb94 fix: Change from referencing widgetData to widgetSettings.data 2026-03-07 19:09:49 +01:00
Lemmy 5f2020151c fix(templating): run user templates even when no build-int templates are enabled 2026-03-07 09:18:13 -05:00
Lemmy 1f8d1bb375 fix(templating) implemented a more robust creation of user-templates.toml 2026-03-07 08:52:37 -05:00
Lysec 4d56a2aa99 fix(session-menu): renumber keybinds on toggle and assign number to Userspace Reboot
Issue: #2101
2026-03-07 12:19:09 +01:00
Lemmy 77de0b0ade chore(cava): CavaService => SpectrumService 2026-03-06 22:34:14 -05:00