41 Commits

Author SHA1 Message Date
Lemmy 03d32b1368 fix(shader): uv clamping NImageRounded. Fix #2288 2026-03-24 19:39:18 -04:00
Lemmy d3e23d6cfd fix(graph): improved AA on graph shader 2026-03-22 11:14:29 -04:00
Lemmy 6180d457f2 feat(audioviz): added a settings to control the frequency mirroring. Fix #2239 2026-03-20 21:59:15 -04:00
Lemmy e4593216f0 fix(audio): replace NWaveSpectrum CurveRenderer with shader to fix SIGSEGV crash 2026-03-09 11:55:35 -04:00
Lemmy 1135440850 fix(ngraph): removed Shapes and using a pure shader approach. 2026-03-06 17:28:34 -05:00
WerWolv 53073ce07c Update compiled stars shader 2026-02-08 19:31:22 +01:00
WerWolv bea1522649 Add weather effects for clear day and night 2026-02-08 19:17:34 +01:00
Lemmy 21377c9e21 wallpapaper-pixelate: fix pixels being slightly shifted at 100% progress 2026-02-07 22:36:03 -05:00
Lemmy ede5d656e4 Merge pull request #1710 from WerWolv/feature/cloud_fog_weather_effects
Add weather widget effects for Cloudy and Foggy weather
2026-02-06 11:37:21 -05:00
Lemmy dd9d643eb3 wallpaper-shaders: added 2 new transitions - pixelate and honeycomb 2026-02-06 10:58:06 -05:00
Lemmy 8ea92804ea stripes-shader: removed the * 1.6 hack and fix the shader itself 2026-02-06 10:30:23 -05:00
WerWolv 48f38ea4b2 Added weather widget effects for Cloudy and Foggy weather 2026-02-06 16:16:32 +01:00
Lemmy 989ebbbdea nimagerounded: fixed the buggy PreserveAspectFit in the shader + new default is PreserveAspectCrop 2026-02-04 21:46:05 -05:00
Lemmy c8f1cbb79e Wallpaper: new repeat mode for patterns 2026-01-18 00:25:05 -05:00
Lemmy 64040bccb9 Clipboard: rounded corners are back 2026-01-06 22:16:57 -05:00
Lemmy 7e7c1f4af9 Shaders: improved shader compile script to also work on fedora. Recompiled all core shaders 2026-01-02 11:17:23 -05:00
Lemmy adcbc2a9d5 Wallpaper: ability to set a flat color instead of an image. 2026-01-02 01:41:47 -05:00
loner e7ad7beb04 fix(rendering): Correct NImageRounded aspect ratio handling 2025-12-03 00:51:04 +08:00
ItsLemmy 925bbe7a5e NImageRounded: back to using a custom shader as it looks much better than ClippingRectangle.
It seems ClippingRectangle has issues with fractional pixes.
2025-11-30 11:46:18 -05:00
Lysec 66d949ec2a Merge pull request #876 from lonerOrz/feat/shader-progress-border
feat(shader): Add progress_border.frag shader source file
2025-11-26 07:40:14 +01:00
loner b3cd4568f3 feat(shader): Add progress_border.frag shader source file 2025-11-26 14:36:58 +08:00
ItsLemmy 58d4730814 Restore rounded_image shader for the SetupWizard for now. 2025-11-25 20:25:01 -05:00
ItsLemmy b7d4e74012 NImageRounded/Circled: removed shaders and used a simpler ClippingWrapperRectangle 2025-11-25 19:38:23 -05:00
loner 676942a942 Fix shader compilation error in color picker 2025-11-24 02:00:28 +08:00
Corey Woodworth 724fed6001 Initial commit 2025-11-22 01:12:00 -05:00
ItsLemmy fef8535384 Weather: rain and snow shaders. 2025-11-19 00:16:54 -05:00
Ly-sec dfd3269928 ControlCenter: add proper shader for distro logo 2025-11-10 20:25:41 +01:00
lysec 88c72fd2a6 LockScreen: fix invalid login attempt info 2025-10-14 01:01:42 +02:00
lysec 6da4acee09 Dock, Tray, ActiveWindow, Taskbar: add theming for app/tray icons
appicon_colorize: create simple shader to colorize icons by theme color
2025-10-12 17:51:07 +02:00
ItsLemmy fc4418be0c Shader: fix "disc" shader (no disc at 0 progress) 2025-09-29 16:53:33 -04:00
LemmyCook f9194dd741 Wallpaper: added fillMode to all shaders (no, crop, fit, stretch) 2025-09-01 21:30:38 -04:00
LemmyCook fac72b257c Recompiled stripes shader 2025-09-01 19:56:43 -04:00
loner 81d3bad747 fix: shader error
The shader compilation error occurred in wp_stripes.frag, which handles
the "stripes" wallpaper transition. The bug was
  caused by the modulo operator (%), which is not supported in the older
GLSL version your system is using for
  compilation.

  I fixed it by replacing the incompatible % operator with the standard
mod() function, which works across all GLSL
  versions.
2025-09-02 00:13:54 +08:00
LemmyCook 125a3ace08 Wallpaper: made the selection more responsive to clicks + code cleanup 2025-08-30 12:19:38 -04:00
LemmyCook 3c7d03ada9 Wallpaper: added a bash script to compile all shaders
+ code cleanup
2025-08-30 11:22:09 -04:00
LemmyCook 477d38d928 Wallpaper: shaders improvements with more parameters and new Stripes shader 2025-08-30 10:43:33 -04:00
LemmyCook 91afdf7f13 Wallpaper: added disc transition 2025-08-29 21:40:20 -04:00
LemmyCook 5ab76c98e5 wallpaper: renamed Swipe => Wipe 2025-08-29 19:10:16 -04:00
LemmyCook f5b4984295 Wallpaper: swipe left/right/up/down 2025-08-29 19:06:01 -04:00
LemmyCook 63e90a5c17 Wallpaper: cool fade in transition via shader 2025-08-29 16:26:48 -04:00
LemmyCook b6379da96c Introducing fragment shaders for image rounding. 2025-08-22 13:59:49 -04:00