aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use cc -std=c11 as default value of CC as CC is otherwise c99 by default and incompatible with -std=c11HEADmasterMattias Andrée2024-08-101-1/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Empty signed commit0.7.4Mattias Andrée2024-04-060-0/+0
|
* Improve makefileMattias Andrée2022-07-194-2/+9
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add test for seeing if inversion as supportedMattias Andrée2021-03-221-0/+31
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix support for muslMattias Andrée2021-03-221-32/+36
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add PKGCONFIG_FLAGS to MakefileMattias Andrée2021-03-094-7/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add pkg-config and librarian filesMattias Andrée2021-03-096-11/+54
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2021-03-092-7/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* unmark libgamma_value_of_subpixel_order as pure, unmark libgamma_value_of_connector_type as pure, fix whitespace, use goto in ↵Mattias Andrée2021-03-084-16/+14
| | | | | | libgamma_value_of_{subpixel_order,connector_type} from name case to const case Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + style fix + check memory allocation overflowsMattias Andrée2021-03-0846-189/+365
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* miscMattias Andrée2021-03-07170-701/+706
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Start replacing info manual with man pagesMattias Andrée2021-03-079-1204/+267
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Assume all EDID 1.x are compatibleMattias Andrée2021-03-071-11/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add chroma and white point support from EDID, add version support to methods caps and CRTC info, support EDID 1.4, and support EDID with extensionsMattias Andrée2021-03-0622-100/+474
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update todoMattias Andrée2021-03-061-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* minor fixes + add testsMattias Andrée2021-03-0513-93/+782
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2021-03-051-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Join test source files into test.c and updateMattias Andrée2021-03-0517-1164/+835
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add -DDEBUG to debug.mkMattias Andrée2021-03-051-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix support for fake methodsMattias Andrée2021-03-0592-100/+147
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update todoMattias Andrée2021-03-051-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* miscMattias Andrée2021-03-05171-4178/+4559
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Split source files, merge public header files, eliminite use gpp, rewrite makefileMattias Andrée2021-03-05142-5034/+5628
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Change license + change style + miscMattias Andrée2021-03-0256-8644/+7161
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* X RAndR: Fix connection failure detectionMattias Andrée2017-11-181-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update TODOMattias Andrée2016-08-031-0/+9
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update readmeMattias Andrée2016-07-141-2/+8
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix typoMattias Andrée2016-07-1114-14/+14
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2016-07-102-2/+10
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* typoMattias Andrée2016-07-101-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2015-12-021-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* improve readmeMattias Andrée2015-12-021-8/+19
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update distMattias Andrée2015-08-101-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* lib version0.7.3Mattias Andrée2015-08-101-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + remove abort if connector is not found, that can actually happenMattias Andrée2015-08-101-3/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add /dev/console as an alternative for drmMattias Andrée2015-08-101-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* test: test ramp orderMattias Andrée2015-05-142-0/+25
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* test: add an error check just to be safeMattias Andrée2015-05-141-6/+10
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* bump yearMattias Andrée2015-05-1147-47/+47
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* libgamma_perror supports NULL and empty string in the same ways as perrorMattias Andrée2015-05-111-4/+16
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* bump versionMattias Andrée2015-05-091-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update testMattias Andrée2015-05-082-1/+28
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* Gamma ramp support test return yes, no or maybe.Mattias Andrée2015-05-082-4/+30
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2015-05-081-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add auto_restore to method capsMattias Andrée2015-05-088-6/+21
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update todoMattias Andrée2015-05-071-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update todoMattias Andrée2015-05-071-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update todoMattias Andrée2015-05-071-0/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update distMattias Andrée2015-04-081-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m makefile0.7.2Mattias Andrée2015-04-061-6/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>