2024-06-04 03:38 | cleanup some garbage | Randy Palamar | 3 | +59 | -111 |
2023-04-25 14:12 | print usage() when -d is passed with extra args | Randy Palamar | 1 | +3 | -0 |
2023-04-25 13:14 | rename variables and print argv0 in debug msgs | Randy Palamar | 1 | +53 | -53 |
2023-04-08 16:00 | remove a couple branches in get_sct() | Randy Palamar | 1 | +9 | -15 |
2023-04-04 02:06 | delete some useless variables | Randy Palamar | 1 | +12 | -28 |
2023-04-03 05:03 | change '-d' usage to something more sensible | Randy Palamar | 2 | +13 | -12 |
2023-04-03 04:38 | fix some incorrect assignments from moving flag parsing up | Randy Palamar | 1 | +2 | -4 |
2023-04-03 04:31 | fix a couple typos in Makefile | Randy Palamar | 1 | +2 | -2 |
2023-04-03 04:30 | fix line length in manpage and remove reference to xtemp(1) | Randy Palamar | 1 | +7 | -5 |
2023-04-03 03:58 | fix small mistake from a4774dd and remove useless branch | Randy Palamar | 1 | +5 | -13 |
2023-04-03 03:44 | simplify final branch in main() | Randy Palamar | 1 | +6 | -16 |
2023-04-03 03:28 | don't pass structs around as arguments | Randy Palamar | 1 | +28 | -32 |
2023-04-03 03:19 | mv temperature check to sct_for_screen() | Randy Palamar | 1 | +9 | -17 |
2023-04-03 01:42 | update README | Randy Palamar | 1 | +10 | -108 |
2023-04-03 01:42 | just call it sct | Randy Palamar | 4 | +49 | -49 |
2023-04-03 01:08 | remove ssct.h | Randy Palamar | 2 | +32 | -48 |
2023-04-03 01:03 | cleanup flag handling | Randy Palamar | 4 | +188 | -176 |
2023-04-03 00:51 | cleanup Makefile | Randy Palamar | 1 | +27 | -20 |
2023-04-02 23:45 | ssct.c: reformat | Randy Palamar | 1 | +268 | -246 |
2023-04-02 23:40 | rename files to ssct.? and mv to top level | Randy Palamar | 6 | +284 | -285 |
2022-12-16 23:54 | [xsct 1.9] Fix issue #32 by adding linear brightness parameter (PR #33) | звездочёт | 7 | +358 | -300 |
2022-07-31 00:01 | Remove downloads total | Fabian Foerg | 1 | +0 | -1 |
2022-07-27 11:55 | Release v1.8.1 (#31) | Fabian Foerg | 2 | +28 | -33 |
2022-07-27 11:33 | Makefile: let variables be overridable via environment. (#30) | Mihai Moldovan | 2 | +71 | -8 |
2022-06-03 02:00 | Add links in README.md | Fabian Foerg | 1 | +2 | -2 |
2022-06-01 12:02 | Add CLI options for screen and CRTC selection (#28) | Fabian Foerg | 4 | +69 | -36 |
2022-06-01 01:53 | Add Shields to README.md head (#29) | Fabian Foerg | 1 | +6 | -0 |
2022-06-01 01:14 | Trim xsct.c lead comment | Fabian Foerg | 1 | +0 | -15 |
2022-06-01 01:12 | Grammar | Fabian Foerg | 1 | +1 | -1 |
2022-06-01 01:08 | Change to Unlicense (#27) | Fabian Foerg | 2 | +31 | -37 |
2022-05-30 13:10 | Release xsct 1.7 | Fabian Foerg | 2 | +7 | -0 |
2022-05-30 12:58 | Add optional screen and crtc indexes (#24) | David Sitte (aka Zik) | 2 | +37 | -14 |
2021-03-25 00:30 | Create version 1.6.1 (#22) | Fabian Foerg | 1 | +3 | -0 |
2021-03-10 13:39 | Makefile: Prefix all installation target paths with $(DESTDIR) (#20) | Mike Gabriel | 1 | +4 | -4 |
2020-08-23 22:27 | Implement Delta-Mode (#18) | Fabian Foerg | 3 | +46 | -8 |
2020-08-19 15:42 | Add reference to black-body temperature and color conversion table (#17) | Fabian Foerg | 1 | +5 | -0 |
2019-08-24 22:54 | Merge pull request #13 from faf0/faf0/sct-to-xsct | Fabian Foerg | 1 | +3 | -3 |
2019-08-24 22:53 | sct to xsct | Fabian Foerg | 1 | +3 | -3 |
2019-08-14 04:43 | Merge pull request #10 from X11-good-tools/master | Fabian Foerg | 7 | +298 | -208 |
2019-08-12 05:25 | Resolve #10: Strip xsct.c | звездочёт | 1 | +5 | -7 |
2019-08-10 06:54 | 1.5: replacing LICENSE with PDM 1.0 | zvezdochiot | 1 | +28 | -9 |
2019-08-09 13:41 | 1.5: simplify code | zvezdochiot | 3 | +235 | -240 |
2019-08-09 07:45 | 1.5: splint: fix Warning (Finished checking --- 11 code warnings) | zvezdochiot | 1 | +2 | -2 |
2019-08-08 17:02 | Resolve #10: References to sources | звездочёт | 3 | +14 | -4 |
2019-08-08 15:29 | 1.5: Option --verbose for debug | zvezdochiot | 3 | +51 | -37 |
2019-08-08 12:30 | 1.5: splint: fix Warning (Finished checking --- 15 code warnings) | zvezdochiot | 1 | +23 | -18 |
2019-08-08 11:38 | 1.5: splint: fix Parse Errors (Finished checking --- 26 code warnings) | zvezdochiot | 1 | +13 | -10 |
2019-08-08 05:27 | Resolve #10: Compilation options | звездочёт | 3 | +8 | -10 |
2019-08-07 07:23 | fix #9: 1.5: Approximation of the redshift table (no limits) | zvezdochiot | 5 | +108 | -60 |
2019-08-04 22:58 | Merge pull request #5 from X11-good-tools/master | Fabian Foerg | 3 | +85 | -28 |
| 9 more commits remaining, fetch the repository |