- 02 Apr, 2022 1 commit
-
-
Alan Coopersmith authored
The X(7) man page doesn't list any license information as this had claimed. Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 09 Jan, 2022 1 commit
-
-
Alan Coopersmith authored
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 06 Dec, 2021 2 commits
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 01 Aug, 2021 2 commits
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Fixes gcc warning: Eyes.c:54:15: warning: redundant redeclaration of ‘hypot’ [-Wredundant-decls] extern double hypot(double, double); ^~~~~ since it's already declared in <math.h> Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 29 Mar, 2020 3 commits
-
-
Keith Packard authored
Add (char *) casts to initializers in Xt structs. Remove unused variables. Signed-off-by:
Keith Packard <keithp@keithp.com>
-
Keith Packard authored
v2: We only need Xi version 2.0, not 2.2 Suggested-by:
Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by:
Keith Packard <keithp@keithp.com>
-
Keith Packard authored
This makes updating the eyes nicely vblank synchronized. v2: Ensure extensions exist before calling query_version These calls add calls to xcb_get_extension_data before calling query_version calls, as those calls will mark the connection with an error if made against an X server without the extension present. Suggested-by:
Uli Schlachter <psychon@znc.in> v3: check the 'present' field in the return from xcb_get_extension_data; the xcb_get_extension_data call will always succeed (save for out of memory), the only way to tell if the extension is supported in the target X server is to test the 'present' field in the query extension reply value. Signed-off-by:
Keith Packard <keithp@keithp.com>
-
- 22 Nov, 2018 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 17 Nov, 2018 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 10 Mar, 2018 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 26 Jan, 2017 3 commits
-
-
Signed-off-by:
Mihail Konev <k.mvc@ya.ru>
-
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>
-
Peter Hutterer authored
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>
-
- 03 Jun, 2014 2 commits
-
-
Alan Coopersmith authored
See http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 26 Apr, 2013 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 19 Jan, 2011 1 commit
-
-
Gaetan Nadon authored
Use services provided by XORG_MANPAGE_SECTIONS. Use standard Makefile for man pages. Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
- 12 Jan, 2011 1 commit
-
-
Gaetan Nadon authored
This silences an Automake warning. Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
- 25 Nov, 2010 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 21 Nov, 2010 2 commits
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 09 Nov, 2010 4 commits
-
-
Alan Coopersmith authored
Regroup AC statements under the Autoconf initialization section. Regroup AM sttaements under the Automake initialization section. Add missing AC_CONFIG_SRCDIR Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
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>
-
Alan Coopersmith authored
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 Enables use of platform appropriate version of sed. Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
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> Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 07 Oct, 2010 1 commit
-
-
Signed-off-by:
Jesse Adkins <jesserayadkins@gmail.com>
-
- 06 Aug, 2010 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 11 Feb, 2010 1 commit
-
-
Gaetan Nadon authored
Compiler warning flags should be explicitly set in the makefile rather than being merged with other packages compiler flags. Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
- 18 Dec, 2009 1 commit
-
-
James Cloos authored
Signed-off-by:
James Cloos <cloos@jhcloos.com>
-
- 26 Nov, 2009 1 commit
-
-
Gaetan Nadon authored
Now that the INSTALL file is generated. Allows running make maintainer-clean.
-
- 28 Oct, 2009 1 commit
-
-
Gaetan Nadon authored
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.
-
- 27 Oct, 2009 2 commits
-
-
Gaetan Nadon authored
This macro aggregate a number of existing macros that sets commmon X.Org components configuration options. It shields the configuration file from future changes.
-
Gaetan Nadon authored
ChangeLog filename is known to Automake and requires no further coding in the makefile.
-
- 22 Oct, 2009 1 commit
-
-
Gaetan Nadon authored
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.
-
- 21 Oct, 2009 1 commit
-
-
Jeremy Huddleston authored
On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote: > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote: > > I noticed an INSTALL file in xlsclients and libXvMC today, and it > > was quite annoying to work around since 'autoreconf -fvi' replaces > > it and git wants to commit it. Should these files even be in git? > > Can I nuke them for the betterment of humanity and since they get > > created by autoreconf anyways? > > See https://bugs.freedesktop.org/show_bug.cgi?id=24206 As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation of the INSTALL file. It is also part of the 24206 solution. Signed-off-by:
Jeremy Huddleston <jeremyhu@freedesktop.org>
-
- 05 Oct, 2009 3 commits
-
-
James Cloos authored
1.0.991 as first beta of 1.1.0. (The first beta was meant to be 1.0.90 rather than 1.0.99. Having gotten that wrong, switch to three-digit release numbers for subsequent betas.)
-
Distance mapping makes more efficient use of eye space. Signed-off-by:
Dylan Simon <dylan@dylex.net> Signed-off-by:
James Cloos <cloos@jhcloos.com>
-
By transforming the eyes’s space when calculating where to place the pupils, the code effectively assumed that EYE_HEIGHT == EYE_WIDTH. Make this assumption explicit and remove calculations which are therefore unnecessary. Clean up related code and, consequently, reduced redraw time and tearing. Signed-off-by:
Dylan Simon <dylan@dylex.net> Signed-off-by:
James Cloos <cloos@jhcloos.com>
-