summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* README.rst: fix documented purpose of commandline argumentsHEADmasterUlrich Ölmann2023-07-031-3/+4
* README.rst: fix typosUlrich Ölmann2023-07-031-8/+8
* allow directory/basename selection via environmentUlrich Ölmann2023-07-032-4/+17
* use pointers to immutable strings for cmdline optionsUlrich Ölmann2023-07-031-2/+2
* avoid unnecessary indirectionsUlrich Ölmann2023-07-031-3/+3
* add LICENSEBastian Krause2022-12-222-1/+13
* Makefile.am: use correct README fileBastian Krause2022-12-221-1/+1
* follow the Developer's Certificate of OriginBastian Krause2022-09-232-0/+49
* add READMEBastian Krause2022-09-231-0/+126
* add XRGB8888 formatBastian Krause2022-09-231-0/+1
* allow mode/format selection via environmentBastian Krause2022-09-231-15/+133
* use drmModeGetConnectorTypeName()Bastian Krause2022-07-192-39/+2
* loop through DRM devices until we find one with mode resourcesLucas Stach2021-02-011-15/+28
* add option --basename/-bUlrich Ölmann2021-02-011-6/+11
* add option --directory/-dUlrich Ölmann2021-02-011-6/+12
* add commandline parsing and option --help/-hUlrich Ölmann2021-02-011-2/+37
* use different format specifier for uint32_tUlrich Ölmann2021-02-011-2/+2
* use variable of type ssize_t to store result of readfull()Ulrich Ölmann2021-02-011-4/+5
* initial prototypeUwe Kleine-König2019-12-064-0/+601