aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge GUI optimization from Francesco Marella with a few tweaks.Jon Lund Steffensen2010-07-281-37/+13
|\
| * Optimize indicators code.Francesco Marella2010-07-211-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 Steffensen2010-06-301-0/+1
|
* Update AUTHORS, NEWS, configure.ac for 1.4.1.Jon Lund Steffensen2010-06-151-1/+1
|
* Fix build in Fedora.Jon Lund Steffensen2010-06-151-1/+1
|
* Add missing file to Makefile.am.Jon Lund Steffensen2010-06-131-4/+8
| | | | Fix detection of GUI dependencies in configure.ac.
* Update configure.ac for 1.4 release.Jon Lund Steffensen2010-06-131-1/+1
|
* Use AM_SILENT_RULES, if available, to supress verbose make output.Francesco Marella2010-06-101-0/+2
|
* Merge application indicator support from Franesco Marella.Jon Lund Steffensen2010-06-061-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-indicatorFrancesco Marella2010-06-041-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 associatedJon Lund Steffensen2010-05-251-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 Steffensen2010-05-061-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 Steffensen2010-05-061-2/+1
|
* Prepare NEWS, README and configure.ac for 1.3 release on 2010-05-12.Jon Lund Steffensen2010-05-051-1/+1
|
* Change python dependency to 2.6.Jon Lund Steffensen2010-05-051-2/+2
|
* Update ChangeLog, NEWS and README for release.Jon Lund Steffensen2010-02-111-1/+1
| | | | Increment version in configure.ac.
* Switch to heirarchial makefiles. Seems to be the only way to makeJon Lund Steffensen2010-02-111-0/+2
| | | | distcheck happy :(
* Turn gtk-redshift into a python module. A launcher script is installedJon Lund Steffensen2010-02-111-3/+8
| | | | in bindir.
* configure.ac: Look for gettextJon Lund Steffensen2010-02-101-0/+4
|
* Change bug report address to launchpad bugs url.Jon Lund Steffensen2010-02-021-1/+1
|
* Check for python 2.4Jon Lund Steffensen2010-02-011-1/+1
|
* Update AUTHORS, ChangeLog, NEWS, README for release.Jon Lund Steffensen2010-01-141-1/+1
| | | | Increment version in configure.ac.
* configure.ac: Fail if explicitly enabled features are missingJon Lund Steffensen2010-01-141-9/+13
| | | | dependencies to build.
* Allow install of gtk-redshift script to be disabled in configure script.Jon Lund Steffensen2010-01-141-0/+20
|
* Update ChangeLog, NEWS and README for 1.0 release.Jon Lund Steffensen2010-01-091-1/+1
| | | | Increment version in configure.ac.
* Update ChangeLog, NEWS and README for 0.4 release.Jon Lund Steffensen2010-01-071-1/+1
| | | | Increment version in configure.ac.
* Update README, NEWS and ChangeLog for 0.3 release.Jon Lund Steffensen2009-12-281-1/+1
| | | | Increment version in configure.ac.
* Add autoconf check for clock_gettime() and floor().Jon Lund Steffensen2009-12-281-1/+3
|
* Allow compile time selection of which method to compile in.Jon Lund Steffensen2009-12-251-3/+48
|
* Increment version to 0.2Jon Lund Steffensen2009-12-231-1/+1
|
* Add setting gamma ramps with the VidMode extension.Jon Lund Steffensen2009-12-231-0/+2
| | | | | Allow selection of gamma setting method with program parameter (-m). Fallback to VidMode if RANDR doesn't work.
* Move source and headers to src dir.Jon Lund Steffensen2009-12-231-1/+1
|
* Add autotools support.Jon Lund Steffensen2009-11-041-0/+39