aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'pull/751'Jon Lund Steffensen2020-06-131-12/+17
|\
| * Use real 3rd-level headers in README so that you can link to themariasuni2020-06-131-12/+12
| |
| * List some alternatives to Redshift on Waylandariasuni2020-06-131-0/+5
|/
* Merge pull request #740 from kakurasan/appveyor_localtime_sJon Lund Steffensen2020-06-130-0/+0
|\ | | | | src/redshift.c: Use localtime_s() on Windows
| * src/redshift.c: Use localtime_s() on WindowsMasanori Kakura2019-10-021-0/+5
| | | | | | | | | | AppVeyor's GCC no longer supports localtime_r(). We need to use localtime_s() on Windows.
* | Merge pull request #761 from jonls/jonls/remove-travis-macos-workaroundJon Lund Steffensen2020-06-132-8/+5
|\ \ | |/ |/| Fix all CI builds
| * Try to remove brew upgrade pythonJon Lund Steffensen2020-06-131-1/+0
| |
| * src/redshift.c: Use localtime_s() on WindowsMasanori Kakura2020-06-131-0/+5
| | | | | | | | | | AppVeyor's GCC no longer supports localtime_r(). We need to use localtime_s() on Windows.
| * Remove Travis macOS workaroundJon Lund Steffensen2020-06-131-7/+0
|/
* Merge pull request #710 from hubvu/suspend-featureJon Lund Steffensen2019-03-041-1/+3
|\ | | | | Fix #386: added more suspend durations as requested
| * Fix #386: added more suspend durations as requestedhubvu2019-03-031-1/+3
|/
* Merge pull request #679 from jonls/ini-hash-commentJon Lund Steffensen2018-10-201-2/+2
|\ | | | | Fixes #578: Allow hash as comment character
| * Fixes #578: Allow hash as comment characterJon Lund Steffensen2018-10-201-2/+2
|/
* Merge pull request #678 from jonls/contributing-docsJon Lund Steffensen2018-10-202-12/+23
|\ | | | | Fixes to documentation on contributing
| * Fixes to documentation on contributingJon Lund Steffensen2018-10-202-12/+23
|/ | | | Fixes #579
* Merge pull request #673 from clefebvre/symbolic-status-iconsJon Lund Steffensen2018-10-201-10/+21
|\ | | | | Status icon: Prefer symbolic icons when available
| * Status icon: Prefer symbolic icons when availableClement Lefebvre2018-10-021-10/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | Use 'redshift-status-on-symbolic' and 'redshift-statys-off-symbolic' if available. If these icons are not present in the icon theme, fallback to 'redshift-status-on' and 'redshift-status-off'. Symbolic icons are the only way for themes to properly support both light and dark panels with grey icons. If the icon name ends with -symbolic, GTK renders the foreground color of the icon based on the color of the panel behind it.
* | Merge pull request #661 from kakurasan/nls_config_hJon Lund Steffensen2018-10-138-0/+31
|\ \ | |/ |/| Fix "Some translated strings are still in English" issue
| * Fix "Some translated strings are still in English" issueMasanori Kakura2018-08-298-0/+31
|/ | | | | | ENABLE_NLS is always undefined in some files and some translatable messages in these files are always displayed in English. This commit fixes the issue.
* Merge pull request #641 from jonls/delete-de-moJon Lund Steffensen2018-08-121-0/+0
|\ | | | | Fix #609: Delete de.mo file
| * Fix #609: Delete de.mo fileJon Lund Steffensen2018-08-121-0/+0
| |
* | Merge pull request #648 from jonls/issue-templatesJon Lund Steffensen2018-08-122-0/+46
|\ \ | | | | | | Add issue templates
| * | Add issue templatesJon Lund Steffensen2018-08-122-0/+46
| |/
* | Merge pull request #649 from jonls/update-dot-filesJon Lund Steffensen2018-08-122-30/+98
|\ \ | | | | | | Update dot files
| * | Add .editorconfigJon Lund Steffensen2018-08-121-0/+13
| | |
| * | Update gitignoreJon Lund Steffensen2018-08-121-30/+85
| |/
* | Merge pull request #634 from benvdh/masterJon Lund Steffensen2018-08-121-1/+3
|\ \ | |/ |/| Update rpm spec file to version 1.12
| * Update rpm spec file to version 1.12Ben2018-07-081-1/+3
| |
* | Merge pull request #644 from kakurasan/travis_automake_macJon Lund Steffensen2018-08-121-0/+7
|\ \ | |/ |/| Travis: Fix automake on macOS
| * Travis: Fix automake on macOSMasanori Kakura2018-08-121-0/+7
|/ | | | Temporary workaround for distuninstallcheck error.
* Merge pull request #610 from kakurasan/xdg-spec-dataJon Lund Steffensen2018-07-053-3/+5
|\ | | | | README, man, apparmor: Update configuration file path
| * README, man, apparmor: Update configuration file pathMasanori Kakura2018-05-073-3/+5
| | | | | | | | Because of commit 9ff0501.
* | Merge branch 'release-1.12'Jon Lund Steffensen2018-05-2040-2391/+5931
|\ \
| * | Update NEWSJon Lund Steffensen2018-05-201-0/+28
| | |
| * | Bump version to 1.12Jon Lund Steffensen2018-05-201-1/+1
| | |
| * | Import translations from launchpadJon Lund Steffensen2018-05-2038-2390/+5902
|/ /
* / Fix issue where quartz did not mark as unavailableJon Lund Steffensen2018-05-201-1/+16
|/
* Merge pull request #608 from kakurasan/xdg-specJon Lund Steffensen2018-05-061-5/+29
|\ | | | | Fix #606
| * config-ini: Properly respect XDG_CONFIG_HOME base directory specificationMasanori Kakura2018-05-041-5/+29
|/ | | | If redshift.conf is not found, fall back to formerly used path.
* Merge pull request #600 from kakurasan/travis_python3_macJon Lund Steffensen2018-04-261-1/+1
|\ | | | | Travis: Run "brew upgrade python" to install Python 3 on macOS
| * Travis: Run "brew upgrade python" to install Python 3 on macOSMasanori Kakura2018-03-231-1/+1
|/ | | | | | | | | As of March 2018, Travis CI fails on macOS: Error: python 2.7.14 is already installed To upgrade to 3.6.4_4, run `brew upgrade python` This commit fixes the issue.
* Merge pull request #550 from mwstobo/enable-disable-hooksJon Lund Steffensen2017-12-121-0/+1
|\ | | | | Fix #335: Set period to none when disabled
| * Fix #335: Set period to none when disabledMatt Stobo2017-10-301-0/+1
|/ | | | This allows for hooks to be run when redshift is disabled
* Merge pull request #542 from jonls/options-refactorJon Lund Steffensen2017-10-191-276/+277
|\ | | | | options: Split up parse functions
| * options: Split parse functionsJon Lund Steffensen2017-10-191-276/+277
|/
* Merge pull request #539 from jonls/update-poJon Lund Steffensen2017-10-1832-11686/+12423
|\ | | | | Update translation files
| * Update translation filesJon Lund Steffensen2017-10-1832-11686/+12423
|/
* Merge pull request #538 from jonls/man-updateJon Lund Steffensen2017-10-171-50/+55
|\ | | | | Improve man page
| * Fix #448: Mention redshift-gtk in man pageJon Lund Steffensen2017-10-171-0/+4
| |
| * man: Improve font markupJon Lund Steffensen2017-10-171-50/+51
|/