Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'pull/751' | Jon Lund Steffensen | 2020-06-13 | 1 | -12/+17 |
|\ | |||||
| * | Use real 3rd-level headers in README so that you can link to them | ariasuni | 2020-06-13 | 1 | -12/+12 |
| | | |||||
| * | List some alternatives to Redshift on Wayland | ariasuni | 2020-06-13 | 1 | -0/+5 |
|/ | |||||
* | Merge pull request #740 from kakurasan/appveyor_localtime_s | Jon Lund Steffensen | 2020-06-13 | 0 | -0/+0 |
|\ | | | | | src/redshift.c: Use localtime_s() on Windows | ||||
| * | src/redshift.c: Use localtime_s() on Windows | Masanori Kakura | 2019-10-02 | 1 | -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-workaround | Jon Lund Steffensen | 2020-06-13 | 2 | -8/+5 |
|\ \ | |/ |/| | Fix all CI builds | ||||
| * | Try to remove brew upgrade python | Jon Lund Steffensen | 2020-06-13 | 1 | -1/+0 |
| | | |||||
| * | src/redshift.c: Use localtime_s() on Windows | Masanori Kakura | 2020-06-13 | 1 | -0/+5 |
| | | | | | | | | | | AppVeyor's GCC no longer supports localtime_r(). We need to use localtime_s() on Windows. | ||||
| * | Remove Travis macOS workaround | Jon Lund Steffensen | 2020-06-13 | 1 | -7/+0 |
|/ | |||||
* | Merge pull request #710 from hubvu/suspend-feature | Jon Lund Steffensen | 2019-03-04 | 1 | -1/+3 |
|\ | | | | | Fix #386: added more suspend durations as requested | ||||
| * | Fix #386: added more suspend durations as requested | hubvu | 2019-03-03 | 1 | -1/+3 |
|/ | |||||
* | Merge pull request #679 from jonls/ini-hash-comment | Jon Lund Steffensen | 2018-10-20 | 1 | -2/+2 |
|\ | | | | | Fixes #578: Allow hash as comment character | ||||
| * | Fixes #578: Allow hash as comment character | Jon Lund Steffensen | 2018-10-20 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #678 from jonls/contributing-docs | Jon Lund Steffensen | 2018-10-20 | 2 | -12/+23 |
|\ | | | | | Fixes to documentation on contributing | ||||
| * | Fixes to documentation on contributing | Jon Lund Steffensen | 2018-10-20 | 2 | -12/+23 |
|/ | | | | Fixes #579 | ||||
* | Merge pull request #673 from clefebvre/symbolic-status-icons | Jon Lund Steffensen | 2018-10-20 | 1 | -10/+21 |
|\ | | | | | Status icon: Prefer symbolic icons when available | ||||
| * | Status icon: Prefer symbolic icons when available | Clement Lefebvre | 2018-10-02 | 1 | -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_h | Jon Lund Steffensen | 2018-10-13 | 8 | -0/+31 |
|\ \ | |/ |/| | Fix "Some translated strings are still in English" issue | ||||
| * | Fix "Some translated strings are still in English" issue | Masanori Kakura | 2018-08-29 | 8 | -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-mo | Jon Lund Steffensen | 2018-08-12 | 1 | -0/+0 |
|\ | | | | | Fix #609: Delete de.mo file | ||||
| * | Fix #609: Delete de.mo file | Jon Lund Steffensen | 2018-08-12 | 1 | -0/+0 |
| | | |||||
* | | Merge pull request #648 from jonls/issue-templates | Jon Lund Steffensen | 2018-08-12 | 2 | -0/+46 |
|\ \ | | | | | | | Add issue templates | ||||
| * | | Add issue templates | Jon Lund Steffensen | 2018-08-12 | 2 | -0/+46 |
| |/ | |||||
* | | Merge pull request #649 from jonls/update-dot-files | Jon Lund Steffensen | 2018-08-12 | 2 | -30/+98 |
|\ \ | | | | | | | Update dot files | ||||
| * | | Add .editorconfig | Jon Lund Steffensen | 2018-08-12 | 1 | -0/+13 |
| | | | |||||
| * | | Update gitignore | Jon Lund Steffensen | 2018-08-12 | 1 | -30/+85 |
| |/ | |||||
* | | Merge pull request #634 from benvdh/master | Jon Lund Steffensen | 2018-08-12 | 1 | -1/+3 |
|\ \ | |/ |/| | Update rpm spec file to version 1.12 | ||||
| * | Update rpm spec file to version 1.12 | Ben | 2018-07-08 | 1 | -1/+3 |
| | | |||||
* | | Merge pull request #644 from kakurasan/travis_automake_mac | Jon Lund Steffensen | 2018-08-12 | 1 | -0/+7 |
|\ \ | |/ |/| | Travis: Fix automake on macOS | ||||
| * | Travis: Fix automake on macOS | Masanori Kakura | 2018-08-12 | 1 | -0/+7 |
|/ | | | | Temporary workaround for distuninstallcheck error. | ||||
* | Merge pull request #610 from kakurasan/xdg-spec-data | Jon Lund Steffensen | 2018-07-05 | 3 | -3/+5 |
|\ | | | | | README, man, apparmor: Update configuration file path | ||||
| * | README, man, apparmor: Update configuration file path | Masanori Kakura | 2018-05-07 | 3 | -3/+5 |
| | | | | | | | | Because of commit 9ff0501. | ||||
* | | Merge branch 'release-1.12' | Jon Lund Steffensen | 2018-05-20 | 40 | -2391/+5931 |
|\ \ | |||||
| * | | Update NEWS | Jon Lund Steffensen | 2018-05-20 | 1 | -0/+28 |
| | | | |||||
| * | | Bump version to 1.12 | Jon Lund Steffensen | 2018-05-20 | 1 | -1/+1 |
| | | | |||||
| * | | Import translations from launchpad | Jon Lund Steffensen | 2018-05-20 | 38 | -2390/+5902 |
|/ / | |||||
* / | Fix issue where quartz did not mark as unavailable | Jon Lund Steffensen | 2018-05-20 | 1 | -1/+16 |
|/ | |||||
* | Merge pull request #608 from kakurasan/xdg-spec | Jon Lund Steffensen | 2018-05-06 | 1 | -5/+29 |
|\ | | | | | Fix #606 | ||||
| * | config-ini: Properly respect XDG_CONFIG_HOME base directory specification | Masanori Kakura | 2018-05-04 | 1 | -5/+29 |
|/ | | | | If redshift.conf is not found, fall back to formerly used path. | ||||
* | Merge pull request #600 from kakurasan/travis_python3_mac | Jon Lund Steffensen | 2018-04-26 | 1 | -1/+1 |
|\ | | | | | Travis: Run "brew upgrade python" to install Python 3 on macOS | ||||
| * | Travis: Run "brew upgrade python" to install Python 3 on macOS | Masanori Kakura | 2018-03-23 | 1 | -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-hooks | Jon Lund Steffensen | 2017-12-12 | 1 | -0/+1 |
|\ | | | | | Fix #335: Set period to none when disabled | ||||
| * | Fix #335: Set period to none when disabled | Matt Stobo | 2017-10-30 | 1 | -0/+1 |
|/ | | | | This allows for hooks to be run when redshift is disabled | ||||
* | Merge pull request #542 from jonls/options-refactor | Jon Lund Steffensen | 2017-10-19 | 1 | -276/+277 |
|\ | | | | | options: Split up parse functions | ||||
| * | options: Split parse functions | Jon Lund Steffensen | 2017-10-19 | 1 | -276/+277 |
|/ | |||||
* | Merge pull request #539 from jonls/update-po | Jon Lund Steffensen | 2017-10-18 | 32 | -11686/+12423 |
|\ | | | | | Update translation files | ||||
| * | Update translation files | Jon Lund Steffensen | 2017-10-18 | 32 | -11686/+12423 |
|/ | |||||
* | Merge pull request #538 from jonls/man-update | Jon Lund Steffensen | 2017-10-17 | 1 | -50/+55 |
|\ | | | | | Improve man page | ||||
| * | Fix #448: Mention redshift-gtk in man page | Jon Lund Steffensen | 2017-10-17 | 1 | -0/+4 |
| | | |||||
| * | man: Improve font markup | Jon Lund Steffensen | 2017-10-17 | 1 | -50/+51 |
|/ |