Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2014-05-28 | change doc style to one appropriate for manuals | Mattias Andrée | 1 | -30/+30 |
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 |
2014-05-23 | parse edid | Mattias Andrée | 6 | -9/+164 |
2014-05-23 | typo | Mattias Andrée | 1 | -15/+15 |
2014-05-23 | gamma-linux-drm: get_edid | Mattias Andrée | 1 | -11/+67 |
2014-05-23 | name connector by type and index within that domain | Mattias Andrée | 1 | -8/+15 |
2014-05-23 | gamma-linux-drm: find connector | Mattias Andrée | 1 | -14/+94 |
2014-05-23 | m | Mattias Andrée | 1 | -20/+20 |
2014-05-23 | m + connector info for drm | Mattias Andrée | 4 | -41/+183 |
2014-05-23 | missed to stage file | Mattias Andrée | 1 | -0/+5 |
2014-05-23 | some crtc information for gamma-linux-drm | Mattias Andrée | 2 | -1/+111 |
2014-05-22 | m | Mattias Andrée | 1 | -0/+2 |
2014-05-22 | implement libgamma_linux_drm_crtc_get_gamma_ramps | Mattias Andrée | 2 | -3/+41 |
2014-05-22 | m misc + most of the gamma-linux-drm stuff | Mattias Andrée | 6 | -6/+249 |