summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-02-04gitlab CI: stop requiring Signed-off-by in commitsHEADmasterAlan Coopersmith1-2/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2021-12-04Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2021-12-04gitlab CI: add a basic build testAlan Coopersmith1-0/+98
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2019-07-14xbacklight 1.2.3xbacklight-1.2.3Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2019-06-09atof_or_die: Also die if nothing was convertedAlan Coopersmith1-2/+6
Needed on Solaris to catch errors with strings that have no numbers Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2019-06-09exit if conv. from string to double failsRoberto Ricci1-6/+17
atof(3), whose return value is undefined on error, is used to parse command line arguments, leading to undefined beavior if something else than a number is specified. this patch uses strtod(3) and exits on error. Signed-off-by: Roberto Ricci <rroberto2r@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2019-06-09Properly round the new brightness valueRoman Donchenko1-1/+1
Previously, it was always rounded down, which meant that -dec X would result in a bigger change than -inc X for the same X if rounding took place. Signed-off-by: Roman Donchenko <dpb@corrigendum.ru> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2018-11-21Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2018-11-16Update README for gitlab migrationAlan Coopersmith3-28/+22
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2018-03-09xbacklight 1.2.2xbacklight-1.2.2Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2017-01-26autogen: add default patch prefixMihail Konev1-0/+3
Signed-off-by: Mihail Konev <k.mvc@ya.ru>
2017-01-26autogen.sh: use quoted string variablesEmil Velikov1-4/+4
Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent fall-outs, when they contain space. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
Syncs the invocation of configure with the one from the server. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
2015-11-05Use current output configurationNils Schneider1-5/+5
Do not trigger re-enumerating output devices when changing or querying the backlight. Re-enumerating output devices may stall Xorg at least on Intel GPUs when EDID is unresponsive or contains bogus data (due to retries). When working with the backlight it is safe to assume that a monitor capable of setting its backlight is currently connected. Signed-off-by: Nils Schneider <nils@nilsschneider.net> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2015-10-26Use double instead of int for valueNils Schneider1-7/+7
Modern displays allow for fine grained brightness settings. For example, my laptop allows for 852 brightness steps. In some situations I find it useful to set the brightness below 1 percent (the minimum possible when using integers). This patch makes xbacklight use a double instead so lower brightness values like 0.12 are possible. Signed-off-by: Nils Schneider <nils@nilsschneider.net> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2014-06-02autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith1-2/+3
See http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2014-06-02configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2-2/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-11-25Add -version option to print program versionAlan Coopersmith2-0/+13
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-11-25Print which option was in error along with usage messageAlan Coopersmith1-10/+19
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-10-07xbacklight 1.2.1xbacklight-1.2.1Matt Turner1-1/+1
Signed-off-by: Matt Turner <mattst88@gmail.com>
2013-07-11man: replace hyphens with minus signsJulien Cristau1-12/+12
Reported-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Julien Cristau <jcristau@debian.org>
2013-04-08Fix reading backlight level on 64-bit systems (bug 63205)Edward Sheldrake1-1/+1
obviously incorrect output of "xbacklight -get": 51671552015166906368.000000 valgrind reports an invalid read of size 8 at xbacklight.c:91 https://bugs.freedesktop.org/show_bug.cgi?id=63205 Reviewed-by: Julien Cristau <jcristau@debian.org> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-04-06Combine usage message stringsAlan Coopersmith1-11/+10
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-04-06config: Add missing AC_CONFIG_SRCDIRAlan Coopersmith1-2/+5
Regroup AC statements under the Autoconf initialization section. Regroup AM statements under the Automake initialization section. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2012-09-11xbacklight 1.2.0xbacklight-1.2.0Matt Turner1-1/+1
Signed-off-by: Matt Turner <mattst88@gmail.com>
2012-08-12Port xbacklight to XCBJon Lund Steffensen2-102/+157
Signed-off-by: Matt Turner <mattst88@gmail.com>
2011-01-19config: move man pages into their own directoryGaetan Nadon4-17/+17
Use services provided by XORG_MANPAGE_SECTIONS. Use standard Makefile for man pages. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-01-13man: replace hard coded man page section with substitution stringsGaetan Nadon1-1/+1
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-01-12config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon1-1/+1
This silences an Autoconf warning
2010-12-09config: the file COPYING in EXTRA_DIST is redundantGaetan Nadon1-1/+1
COPYING is a filename known to Automake and does not need to be on EXTRA_DIST. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-10-29xbacklight 1.1.2xbacklight-1.1.2Alan Coopersmith1-1/+3
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-09-23config: Remove unnecessary calls from configure.acAlan Coopersmith1-6/+0
AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-09-23config: update AC_PREREQ statement to 2.60Gaetan Nadon1-1/+1
Unrelated to the previous patches, the new value simply reflects the reality that the minimum level for autoconf to configure all x.org modules is 2.60 dated June 2006. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-08-06Remove unused direct dependency on libXrenderAlan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-08-06config: upgrade to util-macros 1.8 for additional man page supportAlan Coopersmith2-23/+5
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS The existing statement can now be removed from the configuration file. Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED) Enables silent rule and use platform appropriate version of sed. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2009-11-26Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-0/+1
Now that the INSTALL file is generated. Allows running make maintainer-clean.
2009-10-28INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon2-3/+6
Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet.
2009-10-27Deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon1-2/+3
This macro aggregate a number of existing macros that sets commmon X.Org components configuration options. It shields the configuration file from future changes.
2009-10-26Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon1-2/+0
ChangeLog filename is known to Automake and requires no further coding in the makefile.
2009-10-22.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-11/+66
Using common defaults will reduce errors and maintenance. Only the very small or inexistent custom section need periodic maintenance when the structure of the component changes. Do not edit defaults.
2009-09-24xbacklight 1.1.1xbacklight-1.1.1Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-09-24Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith2-10/+5
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-09-24Add README with pointers to mailing lists, bugzilla, & gitAlan Coopersmith1-0/+28
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-08-19Use "Backlight" RandR property, fall back to legacy "BACKLIGHT".Matthias Hopf1-6/+18
2009-01-19Ansification and compile warning fixes.Paulo Cesar Pereira de Andrade4-0/+51
This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects make distcheck and all gcc 4.3 and sparse warnings.
2007-09-06Man page typo ("faiding")Alan Coopersmith1-1/+1
2007-06-21Update to version 1.1xbacklight-1.1Keith Packard1-1/+1
2007-06-21Add licenses (oops)Keith Packard3-1/+42
2007-06-21Fix version in configure.acxbacklight-1.0Keith Packard1-1/+1
2007-03-29Add -time and -steps options to adjust fadeKeith Packard2-5/+27