aboutsummaryrefslogtreecommitdiffstats
path: root/HACKING (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename HACKING.md to CONTRIBUTING.mdJon Lund Steffensen2017-08-141-1/+0
|
* HACKING: Update to Markdown syntax; add notes on making releasesJon Lund Steffensen2014-04-061-50/+1
|
* Merge pull request #42 from maandree/gamma-drmJon Lund Steffensen2014-03-221-0/+1
|\ | | | | Support for running Redshift outside X using libdrm
| * Support for running Redshift without a graphical environment in Linux by using Direct Rendering ManagerMattias Andrée2014-03-221-0/+1
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* | Merge branch 'systemd-service'Jon Lund Steffensen2014-03-201-2/+10
|\ \ | | | | | | | | | | | | Add systemd user unit files for redshift and redshift-gtk. Fixes #35, fixes #50.
| * | Add systemd .service file for redshiftHenry de Valence2014-03-201-2/+10
| |/ | | | | | | | | | | | | | | | | Add a systemd user .service file to allow users to run redshift as a daemon using systemd. Also adds a new configure option, `--with-systemduserunitdir`, which gives the install path. If set to `no`, systemd support is disabled. If not set, we use `pkg-config` to find the path.
* / HACKING: Remove PYTHONHOME from exampleJon Lund Steffensen2014-03-181-3/+2
|/ | | | | Should have been PYTHONPATH but since the path is set by the script it is no longer necessary.
* Clean up install instructions in README, INSTALL, HACKINGJon Lund Steffensen2013-11-231-0/+12
| | | | | | | Setup automake to "foreign" so that no additional files are required to be present. Remove AUTHORS and ChangeLog (this info can be found in the git repository), and remove INSTALL. Add a reference to the HACKING document in README. Add dependency information in HACKING.
* Update HACKING documentJon Lund Steffensen2013-10-211-1/+2
|
* Rename gtk-redshift -> redshift-gtk.Jon Lund Steffensen2013-03-051-1/+1
| | | | This is primarily for improved discovery. Some users report that they didn't know about redshift-gtk, but had it been available on tab completion they would have noticed. Also, I think it is in general good practice that closely related programs have the same prefix.
* HACKING: Add further notes on testing python scripts.Jon Lund Steffensen2012-02-041-3/+12
|
* Add some info on building redshift from a bzr branch.Jon Lund Steffensen2012-02-021-2/+19
|
* Add various documentation updates: DESIGN and HACKING document, and various small comments int the source (Christian Jaeger).Jon Lund Steffensen2011-10-181-0/+3
Update man page with information on configuration file.