48 Commits

Author SHA1 Message Date
385e8fa772 Add link to "progress" project 2024-12-13 08:28:00 +01:00
c8f9efbb86 Mention "make test" to run the progress tool 2024-12-13 08:24:32 +01:00
17017f1207 Show libscterm version 2024-12-05 11:51:02 +01:00
bc881fcdbd Add .gitignore for *.inc 2024-12-05 11:40:53 +01:00
65bdef9c6f Remove commit.inc, because auto-generated 2024-12-05 11:40:35 +01:00
72cc19c1b2 Update to modern project structure
Also, move progress tool into tests.
2024-12-03 17:20:29 +01:00
bob
85a398ff3e Merge pull request 'Enhance README' (#3) from fix/readme into main
Reviewed-on: #3
2024-11-26 15:53:16 +01:00
d8b9af5613 Enhance README 2024-11-26 15:52:38 +01:00
bob
e72dfced55 Merge pull request 'Add README.md' (#2) from fix/add-readme into main
Reviewed-on: #2
2024-11-26 15:49:04 +01:00
22840afe48 Add README.md 2024-11-26 15:48:23 +01:00
bob
f14a778aa9 Add LICENSE 2024-11-22 15:34:51 +01:00
e12e325c52 Fix root user detection 2024-09-26 15:15:06 +02:00
9585ecf4fe Add support for non-root installs 2024-09-26 12:57:10 +02:00
f8d153442d Fix deps 2024-09-12 16:34:57 +02:00
e3a5088dfe Replace Makefile with new version
But stay on C++17 for u8 compatibility.
2024-09-12 14:55:04 +02:00
3b97dd7116 Fix LDLIBS linker errors 2024-03-28 15:25:09 +01:00
971211eb41 Gracefully degrade to 216 colors if no true colors 2024-01-29 13:38:41 +01:00
c7dde6716f Bumped version to 1.3.0 2024-01-29 13:38:24 +01:00
ab8da360f8 Made true color detection method static 2024-01-28 23:02:11 +01:00
d21cf0869e Add true color detection 2024-01-28 22:58:33 +01:00
fb57fbb83d Remove unnecessary header 2024-01-17 18:09:39 +01:00
176d5bf81d Add truecolor support 2024-01-17 18:09:25 +01:00
e4c04ae996 Bump minor version to 1 2024-01-17 18:09:05 +01:00
40c51792fd Change debug flag to g3 2024-01-17 18:08:56 +01:00
Bob Polis
67aee22f75 Full adherance to NO_COLOR standard 2023-08-10 11:33:20 +02:00
Bob Polis
e39414e571 Simplified NO_COLOR check 2023-08-10 10:35:47 +02:00
Bob Polis
4a3e59159e Added support for NO_COLOR environment variable 2023-08-08 15:57:34 +02:00
Bob Polis
969984213d Added trgb struct 2023-08-08 12:34:47 +02:00
Bob Polis
d6d7e3d4cd Moved friends out of each class; class => struct 2023-08-07 17:19:04 +02:00
Bob Polis
b80f093c87 Added check for tty output 2023-08-07 16:48:33 +02:00
Bob Polis
826cd8c92b Fixed include dir for lib header install 2023-04-18 11:36:46 +02:00
Bob Polis
c77b438bd0 Added ldconfig invocation for OpenBSD 2023-04-15 23:29:03 +02:00
Bob Polis
06fbcd17b5 Added switch to generate lib header 2023-02-28 17:52:29 +01:00
Bob Polis
8e882ec979 Fixed pattern rule for new make version 2023-02-28 17:50:17 +01:00
Bob Polis
0ffb1498f2 Modernized Makefile 2023-02-09 18:59:00 +01:00
Bob Polis
79fb2b2944 Reorganised headers 2023-01-13 13:02:16 +01:00
Bob Polis
408c99271d Added iomanip to clear term line 2022-11-01 09:52:22 +01:00
Bob Polis
1629622bff Fixed range check for grayscale output 2022-01-14 10:56:04 +01:00
Bob Polis
387c07210e Moved versioning to premake and new Makefile 2021-12-21 09:39:21 +01:00
Bob Polis
393db176f0 Added progress bar constraint: cur <= total 2021-12-13 15:48:32 +01:00
Bob Polis
0539d600a0 Removed effect methods 2021-12-13 15:01:38 +01:00
Bob Polis
bacc189d99 Added iomanipulators for all effects 2021-12-13 12:52:03 +01:00
Bob Polis
3e9c27de28 Contrained actual prefix len 2021-12-13 10:45:39 +01:00
Bob Polis
35ed58b012 Added prefix to progress bar, perc right 2021-12-13 10:32:16 +01:00
Bob Polis
5bb2d7268c Fixed typo which caused wrong colors 2021-12-12 14:17:15 +01:00
Bob Polis
97a5cd5873 Added long list of attributes 2021-12-12 13:14:57 +01:00
Bob Polis
a93b5d7b0e Added output channel setting 2021-12-12 00:09:27 +01:00
Bob Polis
d9f9688020 first commit 2021-12-11 23:46:06 +01:00