platform/upstream/xwd.git
9 years agonot build without x devel/x11 submit/devel/x11/20140719.033714
Boram Park [Sat, 19 Jul 2014 03:22:27 +0000 (12:22 +0900)]
not build without x

Change-Id: I9944cbe51e4592cdcd9b8b9f71ecc3cf2386854a

10 years agoAdd a spec file for packaging 10/9610/1 submit/devel/x11/20140718.035926
Sung-Jin Park [Tue, 3 Sep 2013 08:28:06 +0000 (04:28 -0400)]
Add a spec file for packaging

Change-Id: Idd425c7c2d283d36db18347e789ef7b782b0b99e

10 years agoxwd 1.0.6 53/9453/1 submit/tizen/20130910.024842
Alan Coopersmith [Fri, 9 Aug 2013 04:12:15 +0000 (21:12 -0700)]
xwd 1.0.6

Change-Id: Ic9f0f1d6c948e79228fa6b2c0c7dcc56d3a42a3f
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
10 years agoStrip trailing whitespace 52/9452/1
Alan Coopersmith [Sat, 20 Jul 2013 07:08:51 +0000 (00:08 -0700)]
Strip trailing whitespace

Change-Id: I17978519a1635c0b587a7033916c42a67eb87019
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
10 years agoFix some clang warnings about integer size/sign conversions 51/9451/1
Alan Coopersmith [Sat, 20 Jul 2013 07:07:30 +0000 (00:07 -0700)]
Fix some clang warnings about integer size/sign conversions

Change-Id: Ia9f9f72ad60197f10878533e155161f540db1577
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
10 years agoQuiet gcc warnings about potentially uninitialized variables 50/9450/1
Alan Coopersmith [Sat, 20 Jul 2013 06:45:05 +0000 (23:45 -0700)]
Quiet gcc warnings about potentially uninitialized variables

It should have been impossible for these to be used without being
initialized, but following the logic to prove that was trickier
than the compiler was willing to unravel.

Change-Id: Ib51714d5b5d048923388fcd55eff3fb062526d0e
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
10 years agoRemove unused bitmap_unit variable from ReadRegionsInList() 49/9449/1
Alan Coopersmith [Sat, 20 Jul 2013 06:41:56 +0000 (23:41 -0700)]
Remove unused bitmap_unit variable from ReadRegionsInList()

multiVis.c: In function ‘ReadRegionsInList’:
multiVis.c:389:25: warning: variable ‘bitmap_unit’ set but not used [-Wunused-but-set-variable]

Change-Id: I3219f1cf0bcf842a58bcfe7ede1b13c1369f2349
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
10 years agoRename new_list variable to not shadow new_list function 48/9448/1
Alan Coopersmith [Sat, 20 Jul 2013 06:40:37 +0000 (23:40 -0700)]
Rename new_list variable to not shadow new_list function

Silences gcc warning:
list.c: In function ‘dup_list_head’:
list.c:104:14: warning: declaration of ‘new_list’ shadows a global
 declaration [-Wshadow]
list.c:80:10: warning: shadowed declaration is here [-Wshadow]

Change-Id: Icd36196f63a565918e10864e866bd8c9f636d28a
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
10 years agoAdd printf attributes as suggested by gcc -Wmissing-format-attribute 47/9447/1
Alan Coopersmith [Sat, 20 Jul 2013 06:38:46 +0000 (23:38 -0700)]
Add printf attributes as suggested by gcc -Wmissing-format-attribute

Change-Id: Ibc927c7f9a64f0060404942c317a194f2f298618
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
10 years agoFix gcc warnings about discarding const qualifiers 46/9446/1
Alan Coopersmith [Sat, 20 Jul 2013 06:33:19 +0000 (23:33 -0700)]
Fix gcc warnings about discarding const qualifiers

Change-Id: Ia63048860e0417359b0390528c122813fb6704f4
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
10 years agoOptionally enable existing code to call XkbStdBell from libxkbfile 45/9445/1
Alan Coopersmith [Mon, 19 Mar 2012 20:16:20 +0000 (13:16 -0700)]
Optionally enable existing code to call XkbStdBell from libxkbfile

Copied from similar check in oclock/configure.ac

Change-Id: Iccdf84cac227416ce160c602477b678753ab34b2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
10 years agoMove Pixel typedef from xwd.c to wsutils.h 44/9444/1
Alan Coopersmith [Mon, 19 Mar 2012 20:09:52 +0000 (13:09 -0700)]
Move Pixel typedef from xwd.c to wsutils.h

Removes need for including <X11/Intrinsic.h> in multiVis.c just to get
the Pixel typedef, which resolves
https://bugs.freedesktop.org/show_bug.cgi?id=47462 without adding a
dependency on libXt.

Change-Id: I3fd3b94a6e38fe939f8be232f6c6ccef584c2fef
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
10 years agoxwd 1.0.5 43/9443/1
Alan Coopersmith [Thu, 23 Feb 2012 04:19:03 +0000 (20:19 -0800)]
xwd 1.0.5

Change-Id: I4ed2e9b9ada84dfb053108003180d1343fe8ab4f
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
10 years agoSilence -Wshadow warnings 42/9442/1
Jeremy Huddleston [Tue, 13 Dec 2011 23:56:47 +0000 (15:56 -0800)]
Silence -Wshadow warnings

Change-Id: I73d8405af1e3a16bae26f6a51470000835143bad
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
10 years agoMark usage as _X_NORETURN 41/9441/1
Jeremy Huddleston [Tue, 13 Dec 2011 23:54:13 +0000 (15:54 -0800)]
Mark usage as _X_NORETURN

Change-Id: I4f787ce33f7c1985d7a35d43378a01fa9b6fd976
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
10 years agoDead code removal 40/9440/1
Jeremy Huddleston [Tue, 13 Dec 2011 23:53:02 +0000 (15:53 -0800)]
Dead code removal

Change-Id: Iee409b5576cd6f4d011a85abf814f3825403783c
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
10 years agoFix LP64 bug 39/9439/1
Pär Lidberg [Mon, 3 Oct 2011 07:24:06 +0000 (00:24 -0700)]
Fix LP64 bug

https://bugs.freedesktop.org/show_bug.cgi?id=14321

Change-Id: I329c3ddc82af99d22cb497be5439d74a4cbcf1c6
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
10 years agoReplace local checks for gcc with _X_NORETURN from xproto 7.0.17 38/9438/1
Alan Coopersmith [Fri, 10 Jun 2011 03:27:46 +0000 (20:27 -0700)]
Replace local checks for gcc with _X_NORETURN from xproto 7.0.17

Change-Id: Ibba799364044898087105ed764c35418b081e011
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
10 years agoRewrite parse_long to not fail -Wformat-nonliteral 37/9437/1
Jeremy Huddleston [Sun, 8 May 2011 17:02:16 +0000 (10:02 -0700)]
Rewrite parse_long to not fail -Wformat-nonliteral

Change-Id: I464d6c42e306c099e381675cf5c7ed1dd588d374
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
10 years agoDead code removal 36/9436/1
Jeremy Huddleston [Sun, 8 May 2011 16:52:49 +0000 (09:52 -0700)]
Dead code removal

xwd.c:298:5: warning: Value stored to 'bw' is never read
    bw = 0;
    ^    ~

Change-Id: I33f757d0fc386f657f8447b78767661e20d5b430
Found-by: clang static analyzer
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
10 years agoconfig: move man pages into their own directory 35/9435/1
Gaetan Nadon [Wed, 19 Jan 2011 15:06:57 +0000 (10:06 -0500)]
config: move man pages into their own directory

Use services provided by XORG_MANPAGE_SECTIONS.
Use standard Makefile for man pages.

Change-Id: I37bbf3ce0ad721eefb65f84b412ce344c47377c2
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
10 years agoman: replace hard coded man page section with substitution strings 34/9434/1
Gaetan Nadon [Thu, 13 Jan 2011 22:15:37 +0000 (17:15 -0500)]
man: replace hard coded man page section with substitution strings

Change-Id: I5bbbae523933db6d97db050baf1499285672f2a4
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
10 years agoman: remove trailing spaces and tabs 33/9433/1
Gaetan Nadon [Thu, 13 Jan 2011 16:15:48 +0000 (11:15 -0500)]
man: remove trailing spaces and tabs

Using s/[ \t]*$//

Change-Id: Ibeeb344ab43d483c85a739b0f68b604563215cc9
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
10 years agoxwd 1.0.4 32/9432/1
Alan Coopersmith [Sun, 7 Nov 2010 18:17:48 +0000 (10:17 -0800)]
xwd 1.0.4

Change-Id: I5161f5d6e30941d84be33e7285a94d8bf1e70718
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
10 years agoconfig: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS 31/9431/1
Alan Coopersmith [Sun, 7 Nov 2010 18:16:29 +0000 (10:16 -0800)]
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS

Regroup AC statements under the Autoconf initialization section.
Regroup AM sttaements under the Automake initialization section.
Add missing AC_CONFIG_SRCDIR

Change-Id: Ibb8b07021a8e78c322e5cb6245326fcf57596861
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
10 years agoconfig: Remove unnecessary calls from configure.ac 30/9430/1
Alan Coopersmith [Sun, 7 Nov 2010 18:13:24 +0000 (10:13 -0800)]
config: Remove unnecessary calls from configure.ac

AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables

Change-Id: I25639bee488e6f84e51e68d5afc615655e0102b8
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
10 years agoconfig: upgrade to util-macros 1.8 for additional man page support 29/9429/1
Alan Coopersmith [Sun, 7 Nov 2010 18:11:24 +0000 (10:11 -0800)]
config: upgrade to util-macros 1.8 for additional man page support

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.

Change-Id: Ib97b7ac28dee6b1de461938aea8c7c0dbbc8bd81
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
10 years agoconfig: update AC_PREREQ statement to 2.60 28/9428/1
Gaetan Nadon [Sun, 7 Nov 2010 18:10:39 +0000 (10:10 -0800)]
config: update AC_PREREQ statement to 2.60

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

Change-Id: I6b5457a4d85055b1a6f6c5f8be0c4e83966a722a
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
10 years agoPurge cvs tags. 27/9427/1
Jesse Adkins [Tue, 28 Sep 2010 20:29:50 +0000 (13:29 -0700)]
Purge cvs tags.

Change-Id: Ie90d00704ed73d9c2fb919f6b2c784e82da8d891
Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
10 years agoMakefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES 26/9426/1
Gaetan Nadon [Thu, 26 Nov 2009 14:19:55 +0000 (09:19 -0500)]
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES

Now that the INSTALL file is generated.
Allows running make maintainer-clean.

Change-Id: I83a34ee5d1c2441a1ee0048ab6e67080e98dec4b

10 years agoINSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 25/9425/1
Gaetan Nadon [Wed, 28 Oct 2009 18:09:09 +0000 (14:09 -0400)]
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206

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.

Change-Id: Ifdb3ee7845b20c86fddda1dffda562f2c30867f2

10 years agoMakefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 24/9424/1
Gaetan Nadon [Tue, 27 Oct 2009 02:08:39 +0000 (22:08 -0400)]
Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432

ChangeLog filename is known to Automake and requires no further
coding in the makefile.

Change-Id: I6d6c984e4c2cfb2530d5d4cb48bf8cc776f53a73

10 years ago.gitignore: use common defaults with custom section # 24239 23/9423/1
Gaetan Nadon [Thu, 22 Oct 2009 16:34:16 +0000 (12:34 -0400)]
.gitignore: use common defaults with custom section # 24239

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.

Change-Id: Ic8ee6777bdaec4ab935b8965a7e1ca37872e51a0

10 years agoThis is not a GNU project, so declare it foreign. 22/9422/1
Jeremy Huddleston [Wed, 21 Oct 2009 19:47:22 +0000 (12:47 -0700)]
This is not a GNU project, so declare it foreign.

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.

Change-Id: I44a13f2ff0d9c52887657e5148ede0c34c18471a
Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
10 years agoxwd 1.0.3 21/9421/1
Alan Coopersmith [Sat, 17 Oct 2009 02:59:20 +0000 (19:59 -0700)]
xwd 1.0.3

Change-Id: I011480f8e434ac33f856aaf2c286d6248146c6bf
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
10 years agoMigrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS 20/9420/1
Alan Coopersmith [Sat, 17 Oct 2009 02:58:59 +0000 (19:58 -0700)]
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS

Change-Id: I828039faa2ab0903325ed2a0f6c2940d9868d9cc
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
10 years agoFill in COPYING file with copyright/license notices from code & docs 19/9419/1
Alan Coopersmith [Sat, 17 Oct 2009 02:58:08 +0000 (19:58 -0700)]
Fill in COPYING file with copyright/license notices from code & docs

Change-Id: I632ddf0a020b152ce5cd058467e9f9c0c641b382
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
10 years agoAdd README with pointers to mailing lists, bugzilla, & git 18/9418/1
Alan Coopersmith [Thu, 1 Oct 2009 21:54:32 +0000 (14:54 -0700)]
Add README with pointers to mailing lists, bugzilla, & git

Change-Id: I929c89b8d4ddfa65947d078e83fe7cd7cc49bbc1
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
10 years agoAnsification and compile warning fixes. 17/9417/1
Paulo Cesar Pereira de Andrade [Thu, 15 Jan 2009 17:43:08 +0000 (15:43 -0200)]
Ansification and compile warning fixes.

  This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects
make distcheck and most gcc 4.3 and sparse warnings.

Change-Id: I231a72d61b09ec129e1a83203ea04fd776566087

10 years agoDo not spew usage on connection error 16/9416/1
Branden Robinson [Fri, 11 Feb 2005 07:14:27 +0000 (02:14 -0500)]
Do not spew usage on connection error

General philosophy:

The user should only be shown a usage message when:
  * it is asked for with a --help option or the like.
  * the command line is syntactically invalid.

Change-Id: I4bc50fa9d194de3381205c267a87f654932bb2ed

10 years agoxwd 1.0.2 15/9415/1
James Cloos [Sun, 29 Jun 2008 14:47:22 +0000 (10:47 -0400)]
xwd 1.0.2

Change-Id: I51b171172c1287877d634a8447ac3509c06d53c4

10 years agoRemove unused code, ANSIfy, add const. 14/9414/1
Kim Woelders [Sun, 22 Jun 2008 05:17:12 +0000 (01:17 -0400)]
Remove unused code, ANSIfy, add const.

Change-Id: I4f2a4b12203285797b1a35e64ff90079490fc213
Signed-off-by: James Cloos <cloos@jhcloos.com>
10 years agoFix window selection by pointer. 13/9413/1
Kim Woelders [Sun, 22 Jun 2008 05:16:31 +0000 (01:16 -0400)]
Fix window selection by pointer.

This should fix things in WM’s using virtual roots as well as in tabbing WM’s.

Change-Id: I30636382e8cc26e1903c40077ee0e9722f563a31
Signed-off-by: James Cloos <cloos@jhcloos.com>
10 years agoAdded missing AM_PROG_CC_C_O 12/9412/1
Jeremy Huddleston [Mon, 14 Apr 2008 05:30:44 +0000 (22:30 -0700)]
Added missing AM_PROG_CC_C_O

Change-Id: I9636f06c4c90f6eef5c9c01c4facca906c407421

10 years agoAdd -silent to options in man page synopsis 11/9411/1
Niveditha Rau [Sat, 16 Feb 2008 00:41:33 +0000 (16:41 -0800)]
Add -silent to options in man page synopsis

Change-Id: I51965386791407d65ee791b6c2d60d1bfa7aa300

10 years agoReplace static ChangeLog with dist-hook to generate from git log 10/9410/1
James Cloos [Thu, 6 Dec 2007 21:37:34 +0000 (16:37 -0500)]
Replace static ChangeLog with dist-hook to generate from git log

Change-Id: I848526108ce2b4cd0401e782512d8798f9b5c071

10 years agoAdd *~ to .gitignore to skip patch/emacs droppings 09/9409/1
James Cloos [Mon, 3 Sep 2007 09:51:57 +0000 (05:51 -0400)]
Add *~ to .gitignore to skip patch/emacs droppings

Change-Id: I81e3ca1494f016c75d5d2ddc0d95f02d0310acd1

10 years agoRename .cvsignore to .gitignore 08/9408/1
James Cloos [Thu, 23 Aug 2007 23:25:16 +0000 (19:25 -0400)]
Rename .cvsignore to .gitignore

Change-Id: Id6a6da1d71dbab4f04965885c98b9c170df34063

10 years agoUpdate package version for X11R7 release. 07/9407/1
Kevin E Martin [Wed, 21 Dec 2005 02:29:54 +0000 (02:29 +0000)]
Update package version for X11R7 release.

Change-Id: I8c4377ff4fcf4c0859feb7dd0c9521cb8ad90569

10 years agoStub COPYING files 06/9406/1
Adam Jackson [Mon, 19 Dec 2005 16:22:47 +0000 (16:22 +0000)]
Stub COPYING files

Change-Id: Ie517a45373427f75ef3ebb67421ad61880e0da78

10 years agoUpdate package version number for final X11R7 release candidate. 05/9405/1
Kevin E Martin [Thu, 15 Dec 2005 00:24:12 +0000 (00:24 +0000)]
Update package version number for final X11R7 release candidate.

Change-Id: Ib6977d425015f56667f49620a9578f59fbce3610

10 years agoChange *man_SOURCES ==> *man_PRE to fix autotools warnings. 04/9404/1
Kevin E Martin [Tue, 6 Dec 2005 22:48:27 +0000 (22:48 +0000)]
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

Change-Id: I5a5b17c289a40cdf431c7129c124efae0d835888

10 years agoUpdate package version number for X11R7 RC3 release. 03/9403/1
Kevin E Martin [Sat, 3 Dec 2005 05:49:29 +0000 (05:49 +0000)]
Update package version number for X11R7 RC3 release.

Change-Id: Iaab9b27163b035f91b3f37dd3dc1e6f9a2264dca

10 years agoChange *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 update... 02/9402/1
Alan Coopersmith [Mon, 28 Nov 2005 22:01:48 +0000 (22:01 +0000)]
Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

Change-Id: I035d6c0a2f8a33cb4baf7024227a29052cce1242

10 years agoAnother pass at .cvsignores for apps. 01/9401/1
Eric Anholt [Mon, 21 Nov 2005 10:35:09 +0000 (10:35 +0000)]
Another pass at .cvsignores for apps.

Change-Id: I90aad82df8de3f0ecd8c908af8ae69dce392c64d

10 years agoChange dependency from xmu to xmuu since the full xmu (with all its baggage like... 00/9400/1
Alan Coopersmith [Mon, 21 Nov 2005 03:14:17 +0000 (03:14 +0000)]
Change dependency from xmu to xmuu since the full xmu (with all its baggage like Xt) is not needed here.

Change-Id: Ifb73d60164d34a97a3e2ec23feb8e5109557e022

10 years agoAdd/improve .cvsignore files for apps. 99/9399/1
Eric Anholt [Sun, 20 Nov 2005 22:08:56 +0000 (22:08 +0000)]
Add/improve .cvsignore files for apps.

Change-Id: If1d13813b655638662f0f204c3fcaba0990d9ad2

10 years agoUpdate package version number for RC1 release. 98/9398/1
Kevin E Martin [Wed, 19 Oct 2005 02:47:58 +0000 (02:47 +0000)]
Update package version number for RC1 release.

Change-Id: I12fdc2e5323ed1368a2099f29be68bc6c3fee791

10 years agoUse @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to work... 97/9397/1
Alan Coopersmith [Mon, 17 Oct 2005 23:56:25 +0000 (23:56 +0000)]
Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to work better with BSD make

Change-Id: Ib08ba1191bd447c777b632d936fcb335b70722bf

10 years agoUse sed to fill in variables in man page 96/9396/1
Alan Coopersmith [Fri, 14 Oct 2005 00:25:48 +0000 (00:25 +0000)]
Use sed to fill in variables in man page

Change-Id: Ibdccbc96ff171d6415a05db88272f631fc21dd11

10 years agoInstall man pages to section 1 instead of section m (Patch from Donnie Berkholz) 95/9395/1
Alan Coopersmith [Mon, 1 Aug 2005 20:25:33 +0000 (20:25 +0000)]
Install man pages to section 1 instead of section m (Patch from Donnie Berkholz)

Change-Id: I68d81a709e8ecea1c64a890c54b17c1d17714d97

10 years agoVarious changes preparing packages for RC0: - Verify and update package version numbe... 94/9394/1
Kevin E Martin [Fri, 29 Jul 2005 21:22:38 +0000 (21:22 +0000)]
Various changes preparing packages for RC0: - Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version

Change-Id: I09a2f86e52848a4ec534a26c6966eac6ab0abcf5

10 years agoUse a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global configure... 93/9393/1
Adam Jackson [Wed, 20 Jul 2005 19:32:05 +0000 (19:32 +0000)]
Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global configure cache, you cache it, and the cached value is probably wrong.

Change-Id: I07dce2bf004eaeea1130d6bbf8b1ca08b5486277

10 years agoAdd build system for xwd 92/9392/1
Søren Sandmann Pedersen [Fri, 8 Jul 2005 20:59:16 +0000 (20:59 +0000)]
Add build system for xwd

Change-Id: I50361f3a8e8b613ebbc8610ff4b601bd920fdec1

10 years agoFix for https://freedesktop.org/bugzilla/show_bug.cgi?id=1518 - Add filter support... 91/9391/1
Roland Mainz [Wed, 6 Oct 2004 19:29:59 +0000 (19:29 +0000)]
Fix for https://freedesktop.org/bugzilla/show_bug.cgi?id=1518 - Add filter support to "xlsfonts" that it can filter builtin-, glyph- and/or other kinds of printer fonts (controlled by the xp-listfonts-modes attribute as described in the CDE DtPrint and Xprint specifications).

Change-Id: Ic50bc0261cfd0645b9ed6d3064f8f0afb0cc4706

10 years agoMerging XORG-CURRENT into trunk 90/9390/1
Egbert Eich [Fri, 23 Apr 2004 19:55:09 +0000 (19:55 +0000)]
Merging XORG-CURRENT into trunk

Change-Id: I328d9908a5eafe484f78ed72708002e4eb31ddfa

10 years agoImporting vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 89/9389/1
Egbert Eich [Sun, 14 Mar 2004 08:35:54 +0000 (08:35 +0000)]
Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004

Change-Id: Id2160f1e567cb2af6740e284e623522ce37f56f8

10 years agoImporting vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 88/9388/1
Egbert Eich [Wed, 3 Mar 2004 12:13:20 +0000 (12:13 +0000)]
Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004

Change-Id: Ie58975a0ee2ee58b2ecce831feebbf297dca56be

10 years agoreadding XFree86's cvs IDs 87/9387/1
Egbert Eich [Thu, 26 Feb 2004 13:36:32 +0000 (13:36 +0000)]
readding XFree86's cvs IDs

Change-Id: I91bb3ff6bb651d4e060fc525340a73549bf1d503

10 years agoImporting vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 86/9386/1
Egbert Eich [Thu, 26 Feb 2004 09:24:18 +0000 (09:24 +0000)]
Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004

Change-Id: Ie5b0469792c762602ef73efe00e9a611055b3930

10 years agoXFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks 85/9385/1
Kaleb Keithley [Tue, 25 Nov 2003 19:29:23 +0000 (19:29 +0000)]
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks

Change-Id: I4bd29e98b4034122729499ef19ac48e988932850

10 years agoXFree86 4.3.0.1 84/9384/1
Kaleb Keithley [Fri, 14 Nov 2003 16:49:24 +0000 (16:49 +0000)]
XFree86 4.3.0.1

Change-Id: I7ee27aa7a896791828349f78d027ee7116e66a60

10 years agoR6.6 is the Xorg base-line 83/9383/1
Kaleb Keithley [Fri, 14 Nov 2003 15:54:55 +0000 (15:54 +0000)]
R6.6 is the Xorg base-line

Change-Id: I95ade4af4c58f233a40567cd4137066c409da796

10 years agoInitial empty repository master
Sehong Na [Fri, 30 Aug 2013 07:00:19 +0000 (00:00 -0700)]
Initial empty repository