Commit Graph

152 Commits

Author SHA1 Message Date
ffda761acc Use transparency for the fill color 2025-10-29 11:21:34 +01:00
43363b53b7 Bump version 1.0.0 → 1.1.0 2025-10-29 11:14:32 +01:00
3e37d54b5c Change fixed colors to animated colors 2025-10-29 11:13:45 +01:00
c862e584e0 Remove unnecessary empty line 2025-10-27 12:21:13 +01:00
680fd485c7 Bump version 1.2.0 → 1.2.1 2025-10-27 11:41:05 +01:00
fe3aa3b76c Use configure() instead of setup() for init 2025-10-27 11:39:40 +01:00
f7080fb83d Remove direct libscnumerics dependency
And use random_between() function
2025-10-27 11:36:20 +01:00
62b10ca8d0 Implement correct size_changed() behaviour 2025-10-27 11:21:58 +01:00
4ab4b99bd5 Remove libscnumerics dependency 2025-10-27 11:21:45 +01:00
f7db4d10ec Add call to new size_changed() method 2025-10-27 11:21:11 +01:00
38ee399483 Update default configuration 2025-10-26 23:13:19 +01:00
6e1ddf1b86 Fix configuration step 2025-10-26 23:09:09 +01:00
6ed3bdb941 Add module Polygon 2025-10-26 22:56:46 +01:00
0516ab3f51 Add version method 2025-10-26 22:55:33 +01:00
700f094642 Fix --version option 2025-04-10 15:59:46 +02:00
ad79fa59cc Replace boilerplate man page with relevant content 2025-04-10 15:57:21 +02:00
45a5257ffa Bump version 1.1.0 -> 1.2.0 2025-03-27 13:42:04 +01:00
7dc38275b3 Give rects a minimum interior of 10 pixels 2025-03-27 11:30:02 +01:00
bb03204f1c Add version() to each plugin
And display it in the screensaver tool with the -l option.
2025-02-14 13:04:27 +01:00
37b17704f3 Rename Rect to Square 2025-02-14 12:13:24 +01:00
518596a06b Fix discard rects larger than combined line widths 2025-02-14 12:01:22 +01:00
97110a1489 Move Color class from libscgui to libsccolor 2024-11-29 14:25:01 +01:00
4e79ba60ce Move Color class from libscgui to libsccolor 2024-11-29 14:19:49 +01:00
141fa630e8 Add nlohmann-json to dependencies 2024-11-27 17:03:06 +01:00
413f97f2ed Fix typo 2024-11-27 16:25:36 +01:00
0db3e84ecf Make definition list 2024-11-27 16:21:15 +01:00
765dea1ade Add README.md 2024-11-27 16:18:11 +01:00
1a78b612db Add LICENSE 2024-11-27 12:24:32 +01:00
8dd1a0f44f Adapt to moved Color class
Color moved from libscscreensaver to libscgui, because it's more
generic than for just screensavers. This forced me to add a libscgui
dependency to all plugins.
2024-11-27 12:18:52 +01:00
d7f7bf274a Add saturation and brightness values to display 2024-09-22 23:48:39 +02:00
ff8feceefc Fix typo 2024-09-22 23:42:44 +02:00
cdd650e0aa Remove unused header 2024-09-22 23:40:46 +02:00
7914e9ec4c Remove unused headers 2024-09-22 23:32:01 +02:00
6ffe7321dc Add libscnumerics dependency 2024-09-20 16:40:03 +02:00
7e251ed007 Add config idea comment 2024-09-20 09:13:35 +02:00
552cc467b4 Remove debug location for plugins 2024-09-20 08:54:14 +02:00
bc92d521fb Add patterns for *.inc and *.saver 2024-09-19 16:45:34 +02:00
2e0be41f11 Adapt to new plugin support in unified Makefiles 2024-09-19 16:44:21 +02:00
b745001633 Adapt to new versioning 2024-09-19 16:36:57 +02:00
9dc0315dd1 Fix project name for versioning 2024-09-19 16:34:08 +02:00
06c81c5d57 Setup project structure for unified Makefile 2024-09-19 16:32:58 +02:00
9f232bcc52 Move man page into man/man1 2024-09-19 16:30:42 +02:00
aaaa70775f Replace Makefile with unified Makefile 2024-09-19 16:29:23 +02:00
ba422400d9 Adapt to unified Makefile with plugin support 2024-09-19 16:27:34 +02:00
2185ed9962 Fix installed permissions 2024-09-02 15:15:31 +02:00
30d2c7241d Fix LDLIBS linker errors 2024-03-28 15:25:10 +01:00
Bob Polis
ac2d3765c1 Change JuliaMono to Hack 2023-11-22 23:46:22 +00:00
Bob Polis
aeb9085b8a Remove unused includes 2023-11-22 23:43:09 +00:00
Bob Polis
4954ef899b Add option to enable/disable background change 2023-11-22 23:27:10 +00:00
Bob Polis
de1f188a6d Fixed *.d handling, fixed sdl2 flags 2023-02-13 11:31:54 +01:00