summaryrefslogtreecommitdiffstats
path: root/TODO (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hotplugging does work, can operate on CRTC:s without any attached monitorsMattias Andrée2014-04-111-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add monotone cubic interpolationMattias Andrée2014-04-061-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add test implemention of monotone cubic interpolationMattias Andrée2014-04-061-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update todoMattias Andrée2014-04-061-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + fix cubic interpolationMattias Andrée2014-04-061-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* not important to demo, just mention it in the comprehensive exampleMattias Andrée2014-04-051-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* list temperature constants in info manualMattias Andrée2014-04-051-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update todoMattias Andrée2014-04-051-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add constants with colour temperaturesMattias Andrée2014-04-051-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update todoMattias Andrée2014-04-051-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* portabilityMattias Andrée2014-04-051-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update todoMattias Andrée2014-04-051-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update todoMattias Andrée2014-04-051-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update todoMattias Andrée2014-04-041-0/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix double free error and sigfault error in multi-display supportMattias Andrée2014-04-041-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* multi-display support can apply once, then it segfaultsMattias Andrée2014-04-041-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update todoMattias Andrée2014-04-041-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add polynomial interpolation with linear fallback, not tested or documentedMattias Andrée2014-04-031-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* since it cannot modify the gamma on hurd's tty (which we know because drm has not been implement on hurd yet) and X is unstable on hurd (and could ↵Mattias Andrée2014-04-031-1/+0
| | | | | | probably not modify the gamma ramps yet anyway) we know that it is not working on hurd. Signed-off-by: Mattias Andrée <maandree@operamail.com>
* issue moved into the issue tracker on githubMattias Andrée2014-04-031-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* move some issues from 'future stuff' into the issue tracker on githubMattias Andrée2014-04-031-3/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* cannot find an API for manipulating gamma ramps in Mir, I it does not compile on arch so I cannot test xmirMattias Andrée2014-04-031-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update todoMattias Andrée2014-04-031-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2014-04-031-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add multi-display supportMattias Andrée2014-04-031-2/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update todoMattias Andrée2014-04-021-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2014-03-281-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* doc + make it possible to select download command for weatherMattias Andrée2014-03-271-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update todoMattias Andrée2014-03-271-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update todoMattias Andrée2014-03-271-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update adhoc mode with cie_temperatureMattias Andrée2014-03-261-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + add cie_temperatureMattias Andrée2014-03-261-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update todo and limitationsMattias Andrée2014-03-251-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update todoMattias Andrée2014-03-251-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add specs for linear ramp interpolationMattias Andrée2014-03-241-2/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m todoMattias Andrée2014-03-221-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + list examples in info manualMattias Andrée2014-03-221-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m todoMattias Andrée2014-03-211-2/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add battery exampleMattias Andrée2014-03-211-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* demo _ICC_PROFILEMattias Andrée2014-03-211-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* Fix _ICC_PROFILE supportMattias Andrée2014-03-211-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add weather demoMattias Andrée2014-03-201-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* doc weatherMattias Andrée2014-03-201-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix textconfMattias Andrée2014-03-201-1/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add backlight support in textconfMattias Andrée2014-03-191-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add weather supportMattias Andrée2014-03-191-2/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* doc _ICC_PROFILEMattias Andrée2014-03-191-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* demo make_icc_interpolationMattias Andrée2014-03-191-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add sigmoid to exampleMattias Andrée2014-03-191-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* docMattias Andrée2014-03-191-6/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>