Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | corelocation: Update continuously | Jon Lund Steffensen | 2017-08-17 | 1 | -1/+1 |
| | |||||
* | Remove deprecated geoclue 1 location provider | Jon Lund Steffensen | 2017-08-16 | 1 | -35/+9 |
| | |||||
* | Add Windows resources | Jon Lund Steffensen | 2017-07-30 | 1 | -2/+23 |
| | |||||
* | configure.ac: Bump version to 1.11 | Jon Lund Steffensen | 2016-01-02 | 1 | -1/+1 |
| | |||||
* | configure.ac: Update version to 1.10 | Jon Lund Steffensen | 2015-01-04 | 1 | -1/+1 |
| | |||||
* | Add CoreLocation (OSX) location provider | Jon Lund Steffensen | 2014-12-15 | 1 | -0/+68 |
| | | | | | Similarly to the Geoclue provider, the CoreLocation provider only requests the location on startup. | ||||
* | Add Quartz (OSX) gamma adjustment method | Jon Lund Steffensen | 2014-12-15 | 1 | -1/+32 |
| | |||||
* | Fix #80: Add Geoclue2 location provider | Jon Lund Steffensen | 2014-12-15 | 1 | -0/+26 |
| | | | | | | | This simply runs a GLib main loop when the location is requested and tries to get the location from GeoClue2. We need to run a main loop since the location is not immediately available, instead it becomes available through a signal. | ||||
* | systemtime: Use gettimeofday if POSIX timers not available | Jon Lund Steffensen | 2014-12-15 | 1 | -1/+1 |
| | |||||
* | contrib: Do not generate RPM spec | Jon Lund Steffensen | 2014-12-15 | 1 | -1/+0 |
| | | | | | | The RPM spec needs to be maintained manually anyway so it does not make sense to autogenerate the file with the latest version number. This should be done manually while updating dependencies and changelog. | ||||
* | configure.ac: Fix undefined GETTEXT_PACKAGE on install | Jon Lund Steffensen | 2014-08-16 | 1 | -0/+5 |
| | |||||
* | Make desktop file translatable | Jon Lund Steffensen | 2014-05-28 | 1 | -0/+1 |
| | | | | | | | | Changes bootstrap script to run libtoolize. Some extra magic was needed for autoreconf (taken from GNOME projects). The INTLTOOL_DESKTOP_RULE should be used in Makefile.am but is unfortunately broken at this time for out-of-source builds. The rule is instead copied and fixed in Makefile.am. | ||||
* | Update NEWS and configure.ac for 1.9.1 release | Jon Lund Steffensen | 2014-04-20 | 1 | -1/+1 |
| | |||||
* | Fix #67: Geoclue should pull in Glib as dependency | Jon Lund Steffensen | 2014-04-20 | 1 | -1/+3 |
| | | | | | Add checks in configure.ac for Glib and pull in through Makefile.am when Geoclue support is enabled. | ||||
* | Update NEWS and configure.ac for 1.9 release | Jon Lund Steffensen | 2014-04-06 | 1 | -1/+1 |
| | |||||
* | Fix #52: Require Python 3.2 for GUI script | Jon Lund Steffensen | 2014-03-26 | 1 | -2/+2 |
| | |||||
* | Merge pull request #42 from maandree/gamma-drm | Jon Lund Steffensen | 2014-03-22 | 1 | -0/+26 |
|\ | | | | | Support for running Redshift outside X using libdrm | ||||
| * | Support for running Redshift without a graphical environment in Linux by using Direct Rendering Manager | Mattias Andrée | 2014-03-22 | 1 | -0/+26 |
| | | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | | Update bug report URL to github | Jon Lund Steffensen | 2014-03-21 | 1 | -1/+1 |
| | | |||||
* | | Add systemd .service file for redshift | Henry de Valence | 2014-03-20 | 1 | -0/+20 |
|/ | | | | | | | | | 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. | ||||
* | Port redshift-gtk to Python3 | TingPing | 2014-01-01 | 1 | -1/+1 |
| | | | | Python 2 is no longer supported | ||||
* | Add updated RPM spec for redshift (based on 1.7-5 in Fedora) | Jon Lund Steffensen | 2013-12-11 | 1 | -0/+1 |
| | | | | | | | Updated to 1.8. Includes updates for renamed gtk-redshift to redshift-gtk. Includes further updates to installed doc files and removes dependencies for GNOME Clock location provider. | ||||
* | Remove Gnome Clock location provider | Jon Lund Steffensen | 2013-12-09 | 1 | -26/+0 |
| | | | | | | | | This was basically a hack that happened to work because the Gnome Clock applet could store the current location of the user, and Redshift was able to fetch this location through GConf. Since Redshift for some time now has supported a config file where the location can be set, there is not really any reason to use an external, fragile solution to do the same. | ||||
* | Add dummy gamma adjustment method | Jon Lund Steffensen | 2013-12-09 | 1 | -5/+0 |
| | | | | | | | | This method does not do anything but print the temperature to the terminal. An external program implementing a color temperature adjustment scheme that is not supported by redshift can use this method to determine the desired color temperature. It is also useful for testing other parts of redshift on systems where neither RandR nor VidMode works. | ||||
* | Fix configure script status output for GUI | Jon Lund Steffensen | 2013-12-08 | 1 | -0/+2 |
| | |||||
* | Clean up install instructions in README, INSTALL, HACKING | Jon Lund Steffensen | 2013-11-23 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
* | Bump version to 1.8 | Jon Lund Steffensen | 2013-10-21 | 1 | -1/+1 |
| | |||||
* | configure.ac: Require autoconf 2.69 | Jon Lund Steffensen | 2013-10-21 | 1 | -1/+1 |
| | | | | | | | | From fedora bug report: Support for the ARM 64 bit CPU architecture (aarch64) was introduced in autoconf 2.69. redshift appears to use an earlier version of autoconf, preventing its being built. (Thanks Miloš Komarčević, Dennis Gilmore) | ||||
* | Rename gtk-redshift -> redshift-gtk. | Jon Lund Steffensen | 2013-03-05 | 1 | -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. | ||||
* | Update NEWS and configure.ac for 1.7 release. | Jon Lund Steffensen | 2011-07-04 | 1 | -1/+1 |
| | |||||
* | Use signal.h instead of sys/signal.h for POSIX compliance. | Albert Lee | 2011-07-04 | 1 | -1/+1 |
| | |||||
* | Install Ubuntu icons as option (--enable-ubuntu). (Francesco Marella) | Jon Lund Steffensen | 2011-07-04 | 1 | -0/+12 |
| | |||||
* | Merge Geoclue location provider by Mathieu Trudel-Lapierre with some tweaks. | Jon Lund Steffensen | 2011-03-28 | 1 | -1/+28 |
|\ | |||||
| * | Add first pass of Geoclue location provider. | Mathieu Trudel-Lapierre | 2011-02-09 | 1 | -0/+10 |
|/ | |||||
* | Update AUTHORS, NEWS and configure.ac for 1.6 release. | Jon Lund Steffensen | 2010-10-18 | 1 | -1/+1 |
| | |||||
* | Update NEWS, AUTHORS and configure.ac for 1.5 release. | Jon Lund Steffensen | 2010-08-18 | 1 | -1/+1 |
| | |||||
* | Merge GUI optimization from Francesco Marella with a few tweaks. | Jon Lund Steffensen | 2010-07-28 | 1 | -37/+13 |
|\ | |||||
| * | Optimize indicators code. | Francesco Marella | 2010-07-21 | 1 | -38/+13 |
|/ | | | | User, at configure time, chooses to enable or disable the gui. Determine at runtime whether to use the appindicator or status icon as fallback. | ||||
* | Move gtk-redshift.desktop file to data dir. | Jon Lund Steffensen | 2010-06-30 | 1 | -0/+1 |
| | |||||
* | Update AUTHORS, NEWS, configure.ac for 1.4.1. | Jon Lund Steffensen | 2010-06-15 | 1 | -1/+1 |
| | |||||
* | Fix build in Fedora. | Jon Lund Steffensen | 2010-06-15 | 1 | -1/+1 |
| | |||||
* | Add missing file to Makefile.am. | Jon Lund Steffensen | 2010-06-13 | 1 | -4/+8 |
| | | | | Fix detection of GUI dependencies in configure.ac. | ||||
* | Update configure.ac for 1.4 release. | Jon Lund Steffensen | 2010-06-13 | 1 | -1/+1 |
| | |||||
* | Use AM_SILENT_RULES, if available, to supress verbose make output. | Francesco Marella | 2010-06-10 | 1 | -0/+2 |
| | |||||
* | Merge application indicator support from Franesco Marella. | Jon Lund Steffensen | 2010-06-06 | 1 | -20/+58 |
|\ | | | | | | | | | | | Change GUI configuration parameter in configure.ac to --enable-gui. Distribute defs.py.in and gtk-redshift.in even if GUI is disabled. Update POTFILES.in and update translation files. | ||||
| * | Add the autofoo needed to choose GTK+ status icon or app-indicator | Francesco Marella | 2010-06-04 | 1 | -0/+24 |
|/ | | | Passing 'enable-appindicator=yes' to the configure script the GTK+ status icon will be disabled. | ||||
* | Add location provider that reads location from the gconf key associated | Jon Lund Steffensen | 2010-05-25 | 1 | -0/+25 |
| | | | | | with the GNOME Clock applet. The implementation is rather simplistic as it only reads the location once on init but that'll have to do for now. | ||||
* | systemtime.c: Portably read current time on posix and windows. | Jon Lund Steffensen | 2010-05-06 | 1 | -2/+26 |
| | | | | | | | | w32gdi.c: Implements gamma ramp method for Windows GDI API. Use double as a cross platform time representation. Add WinGDI as a selectable method (currently limitied to minimum 4500K). Fix a bug where redshift would crash if RANDR failed and VidMode wasn't compiled in. | ||||
* | configure.ac: Remove useless malloc check, add check for sys/signal.h. | Jon Lund Steffensen | 2010-05-06 | 1 | -2/+1 |
| | |||||
* | Prepare NEWS, README and configure.ac for 1.3 release on 2010-05-12. | Jon Lund Steffensen | 2010-05-05 | 1 | -1/+1 |
| |