aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/libgamma-facade.c.gpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-02doc derp0.3Mattias Andrée1-2/+3
2014-09-02typoMattias Andrée1-6/+6
2014-09-02typoMattias Andrée1-4/+4
2014-09-02m docMattias Andrée1-23/+23
2014-08-28add 8-bit ramps (good for software gamma)Mattias Andrée1-1/+39
2014-08-28ramps => ramps16Mattias Andrée1-8/+8
2014-06-18use, and define, __GCC__ rather than usign __GNUC__Mattias Andrée1-2/+2
2014-06-18cast unused parameter to voidMattias Andrée1-0/+1
2014-06-18gcc specific flags and use of wrong parameter nameMattias Andrée1-1/+1
2014-06-18use less unicodeMattias Andrée1-2/+2
2014-06-17change gpp symbols to asciiMattias Andrée1-103/+103
2014-06-03fix infinite recursion caused by calling wrong functionMattias Andrée1-3/+3
2014-06-03test uppercase behex and unhex + fix unhexMattias Andrée1-1/+1
2014-06-03m fixes + print all crtc info , except connector type and subpixel order, in the testMattias Andrée1-3/+7
2014-06-02typoMattias Andrée1-2/+2
2014-06-02m docMattias Andrée1-2/+2
2014-06-02m docMattias Andrée1-3/+3
2014-06-02doc + deduplicate codeMattias Andrée1-172/+66
2014-06-01doc and a bit of code deduplicationMattias Andrée1-49/+65
2014-06-01m + reduce code duplicationMattias Andrée1-345/+143
2014-06-01Use gpp in libgamma-facadeMattias Andrée1-396/+94
2014-06-01docMattias Andrée1-5/+10
2014-05-31whitespaceMattias Andrée1-4/+4
2014-05-31move files aroundMattias Andrée1-0/+0
2014-05-31add libgamma_is_method_availableMattias Andrée1-0/+42
2014-05-28namespace some definitionsMattias Andrée1-249/+249
2014-05-28change doc style to one appropriate for manualsMattias Andrée1-135/+135
2014-05-25add buf_size parameter tolibgamma_list_methodsMattias Andrée1-14/+18
2014-05-25more restrictMattias Andrée1-6/+6
2014-05-23m + connector info for drmMattias Andrée1-1/+3
2014-05-22do ramp translations in the façadeMattias Andrée1-176/+65
2014-05-21miscMattias Andrée1-50/+50
2014-05-21mMattias Andrée1-44/+44
2014-05-21add function for listing available methods + add __attribute__((cold)) and __attribute__((hot))Mattias Andrée1-0/+132
2014-05-21add header files for the gamma methodsMattias Andrée1-15/+15
2014-05-21m + add gamma sets with mapping function rather than lookup tablesMattias Andrée1-0/+267
2014-05-21reorder functionsMattias Andrée1-86/+88
2014-05-21add float and double variants of gamma_rampsMattias Andrée1-0/+193
2014-05-21m + call adjustment method specific functionsMattias Andrée1-29/+664
2014-05-21add makefile + implement adjustment method common functionsMattias Andrée1-43/+210
2014-05-21fix doc for libgamma_unhex_edidMattias Andrée1-3/+3
2014-05-21add restrict:s and __attribute__:sMattias Andrée1-31/+37
2014-05-21add api .h filesMattias Andrée1-0/+305