aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* miscMattias Andrée2014-07-087-17/+46
* typo + grammaroMattias Andrée2014-06-181-2/+2
* mMattias Andrée2014-06-182-2/+2
* simple implementation of cut, so there is not dependency on GNU's cutMattias Andrée2014-06-181-0/+61
* os specific compile flagsMattias Andrée2014-06-182-15/+34
* fix removal of __attribute__Mattias Andrée2014-06-185-5/+5
* use, and define, __GCC__ rather than usign __GNUC__Mattias Andrée2014-06-1814-20/+26
* add missing _error suffixMattias Andrée2014-06-181-5/+5
* non-standard warningMattias Andrée2014-06-181-5/+6
* use -O and not -O6 when GCC is not usedMattias Andrée2014-06-181-1/+1
* cast unused parameter to voidMattias Andrée2014-06-181-0/+1
* gcc specific flags and use of wrong parameter nameMattias Andrée2014-06-182-7/+5
* remove __attribute__ if not using gccMattias Andrée2014-06-185-0/+22
* python2 can be usedMattias Andrée2014-06-184-8/+8
* make gcc autoselected if CC env is not setMattias Andrée2014-06-181-1/+1
* make gcc specific flags only present when gcc is selectedMattias Andrée2014-06-181-13/+32
* gcc is requiredMattias Andrée2014-06-183-2/+7
* use less unicodeMattias Andrée2014-06-181-2/+2
* use less unicodeMattias Andrée2014-06-1838-77/+77
* change gpp symbols to asciiMattias Andrée2014-06-174-164/+164
* typoMattias Andrée2014-06-171-1/+1
* info: fix titleMattias Andrée2014-06-161-1/+1
* split out and doc error api testMattias Andrée2014-06-044-33/+119
* split out and doc adjustment method functions from test.cMattias Andrée2014-06-044-106/+264
* add inclusion guard to update-warnings.hMattias Andrée2014-06-041-0/+6
* split out and doc lib update warnings from test.cMattias Andrée2014-06-043-19/+63
* add distMattias Andrée2014-06-043-0/+54
* set version to 0.10.1Mattias Andrée2014-06-041-2/+2
* update install rulesMattias Andrée2014-06-041-1/+1
* add todoMattias Andrée2014-06-041-0/+15
* add test todoMattias Andrée2014-06-041-0/+2
* test applying gamma rampMattias Andrée2014-06-041-4/+23
* typoMattias Andrée2014-06-041-3/+3
* fix which ramps are getting callocMattias Andrée2014-06-042-8/+13
* fix float to integer overflowMattias Andrée2014-06-041-11/+153
* fix infinite recursion caused by calling wrong functionMattias Andrée2014-06-031-3/+3
* test reading gamma rampsMattias Andrée2014-06-031-1/+41
* EDID revision 1.1 is supported and we assume revision 1.2 is tooMattias Andrée2014-06-031-7/+21
* test uppercase behex and unhex + fix unhexMattias Andrée2014-06-032-4/+9
* docMattias Andrée2014-06-031-0/+6
* add missing % in an sprintf, why did the compiler not warn us?Mattias Andrée2014-06-031-1/+1
* gamma-linux-drm: do not attempt to get the encoder for disabled connectorsMattias Andrée2014-06-031-4/+10
* typoMattias Andrée2014-06-031-1/+1
* test: print subpixel order and connector typeMattias Andrée2014-06-031-2/+65
* fix gamma ramp size fetch for vidmodeMattias Andrée2014-06-031-1/+1
* m fixes + print all crtc info , except connector type and subpixel order, in the testMattias Andrée2014-06-038-14/+143
* info: mMattias Andrée2014-06-031-3/+3
* put monitor selection in its own functionMattias Andrée2014-06-031-10/+22
* allocate the states on the heapMattias Andrée2014-06-031-19/+19
* #warning is a GCC extensionMattias Andrée2014-06-031-14/+16