Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2014-05-31 | add libgamma_is_method_available | Mattias Andrée | 2 | -0/+51 |
2014-05-31 | info: list adjustment method identifiers | Mattias Andrée | 2 | -0/+65 |
2014-05-29 | it has been reported that vidmode can work when randr does not | Mattias Andrée | 1 | -3/+3 |
2014-05-29 | more jargon | Mattias Andrée | 1 | -4/+8 |
2014-05-28 | typo | Mattias Andrée | 1 | -1/+1 |
2014-05-28 | some jargon | Mattias Andrée | 1 | -3/+78 |
2014-05-28 | m | Mattias Andrée | 1 | -0/+1 |
2014-05-28 | derp | Mattias Andrée | 1 | -3/+3 |
2014-05-28 | fix some sloppyness | Mattias Andrée | 1 | -4/+4 |
2014-05-28 | info: errors | Mattias Andrée | 4 | -8/+140 |
2014-05-28 | namespace some definitions | Mattias Andrée | 23 | -440/+440 |
2014-05-28 | add LIBGAMMA_CONNECTOR_TYPE_COUNT, LIBGAMMA_SUBPIXEL_ORDER_COUNT and LIBGAMMA_CRTC_INFO_COUNT | Mattias Andrée | 2 | -0/+20 |
2014-05-28 | change doc style to one appropriate for manuals | Mattias Andrée | 22 | -1212/+1213 |
2014-05-28 | on GAMMA_METHOD_MAX and GAMMA_METHOD_COUNT | Mattias Andrée | 1 | -0/+11 |
2014-05-28 | api basics | Mattias Andrée | 1 | -0/+52 |
2014-05-28 | on linking | Mattias Andrée | 1 | -0/+17 |
2014-05-28 | on installing | Mattias Andrée | 1 | -0/+128 |
2014-05-28 | add install and uninstall rules | Mattias Andrée | 1 | -7/+96 |
2014-05-28 | on compiling | Mattias Andrée | 1 | -2/+47 |
2014-05-28 | more on --debug | Mattias Andrée | 1 | -0/+2 |
2014-05-28 | fix order things in the makefile | Mattias Andrée | 1 | -22/+21 |
2014-05-28 | on configuring | Mattias Andrée | 1 | -1/+99 |
2014-05-28 | mention what language libgamma uses | Mattias Andrée | 1 | -1/+1 |
2014-05-28 | add overview | Mattias Andrée | 1 | -0/+27 |
2014-05-28 | typo | Mattias Andrée | 1 | -1/+1 |
2014-05-28 | typo | Mattias Andrée | 1 | -1/+1 |
2014-05-28 | hide config.mk | Mattias Andrée | 2 | -3/+3 |
2014-05-28 | begin on texinfo manual | Mattias Andrée | 4 | -2/+622 |
2014-05-26 | Split out method naming to its own function | Mattias Andrée | 1 | -15/+20 |
2014-05-25 | add buf_size parameter tolibgamma_list_methods | Mattias Andrée | 3 | -36/+40 |
2014-05-25 | m + add test that lists adjustment methds | Mattias Andrée | 4 | -30/+104 |
2014-05-25 | more restrict | Mattias Andrée | 11 | -86/+94 |
2014-05-25 | m + gamma-x-randr: get output and output info | Mattias Andrée | 3 | -16/+172 |
2014-05-24 | m + gamma-x-randr: get_edid | Mattias Andrée | 3 | -4/+136 |
2014-05-24 | gamma-x-randr: get_output_name | Mattias Andrée | 2 | -3/+47 |
2014-05-24 | m | Mattias Andrée | 2 | -2/+3 |
2014-05-24 | gamma-x-randr: crtc info: jump if the output information is not required | Mattias Andrée | 1 | -0/+4 |
2014-05-24 | m | Mattias Andrée | 1 | -1/+1 |
2014-05-24 | gamma-x-randr use connector name to get connector type | Mattias Andrée | 2 | -2/+40 |
2014-05-24 | gamma-x-randr: read connector info | Mattias Andrée | 1 | -12/+70 |
2014-05-23 | fix use of translate_error | Mattias Andrée | 1 | -6/+20 |
2014-05-23 | gamma-linux-drm: do not attemp to read monitor info if there is no monitor | Mattias Andrée | 2 | -26/+46 |
2014-05-23 | gamma-x-randr: some simple crtc info + ramps sizes | Mattias Andrée | 1 | -1/+80 |
2014-05-23 | gamma-x-randr: crtc init | Mattias Andrée | 1 | -1/+5 |
2014-05-23 | m | Mattias Andrée | 1 | -5/+5 |
2014-05-23 | gamma-x-randr: partition init | Mattias Andrée | 2 | -5/+60 |
2014-05-23 | gamma-x-randr: init site | Mattias Andrée | 2 | -5/+53 |
2014-05-23 | disable aggregate-return warnings in gamma-x-randr (xcb violates this) | Mattias Andrée | 1 | -0/+7 |
2014-05-23 | gamma-x-randr: everything except init and info | Mattias Andrée | 2 | -6/+73 |
2014-05-23 | implement gamma-x-vidmode | Mattias Andrée | 3 | -3/+104 |