aboutsummaryrefslogtreecommitdiffstats
path: root/HACKING (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-04-06HACKING: Update to Markdown syntax; add notes on making releasesJon Lund Steffensen1-50/+1
2014-03-22Support for running Redshift without a graphical environment in Linux by using Direct Rendering ManagerMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-03-20Add systemd .service file for redshiftHenry de Valence1-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.
2014-03-18HACKING: Remove PYTHONHOME from exampleJon Lund Steffensen1-3/+2
Should have been PYTHONPATH but since the path is set by the script it is no longer necessary.
2013-11-23Clean up install instructions in README, INSTALL, HACKINGJon Lund Steffensen1-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.
2013-10-21Update HACKING documentJon Lund Steffensen1-1/+2
2013-03-05Rename gtk-redshift -> redshift-gtk.Jon Lund Steffensen1-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.
2012-02-04HACKING: Add further notes on testing python scripts.Jon Lund Steffensen1-3/+12
2012-02-02Add some info on building redshift from a bzr branch.Jon Lund Steffensen1-2/+19
2011-10-18Add various documentation updates: DESIGN and HACKING document, and various small comments int the source (Christian Jaeger).Jon Lund Steffensen1-0/+3
Update man page with information on configuration file.