platform/upstream/xprop.git
10 years agoMerge branch 'devel/upgrade' into tizen 16/19716/1 accepted/tizen_3.0.2014.q3_common accepted/tizen_common accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable devel/x11 tizen tizen_3.0.2014.q3_common tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.2015.q2_common accepted/tizen/mobile/20140519.083636 submit/devel/x11/20140718.035926 submit/tizen/20140417.073530 submit/tizen/20140818.084211 submit/tizen/20140818.144456 submit/tizen/20140819.234625 submit/tizen_mobile/20141120.000000 tizen_3.0.2014.q3_common_release
Changyeon Lee [Thu, 17 Apr 2014 05:39:56 +0000 (14:39 +0900)]
Merge branch 'devel/upgrade' into tizen

Change-Id: I05acf78e25d0143d239a2de623fa024fa610c7d7
Signed-off-by: Changyeon Lee <cyeon.lee@samsung.com>
10 years agoremove .gbs.conf because we don't trace remote git any more devel/upgrade submit/devel/upgrade/20140411.081027
Boram Park [Fri, 11 Apr 2014 08:09:53 +0000 (17:09 +0900)]
remove .gbs.conf because we don't trace remote git any more

Change-Id: I0b9bb006ec05e9f949e54460c52737b8318187dc

10 years agopackage version up
Lee Chang Yeon [Tue, 8 Apr 2014 12:10:23 +0000 (21:10 +0900)]
package version up

10 years agoMerge branch 'upstream' into tizen
Lee Chang Yeon [Tue, 8 Apr 2014 12:09:55 +0000 (21:09 +0900)]
Merge branch 'upstream' into tizen

10 years agoImported Upstream version 1.2.2 upstream upstream/1.2.2
Lee Chang Yeon [Tue, 8 Apr 2014 12:09:45 +0000 (21:09 +0900)]
Imported Upstream version 1.2.2

10 years agoxprop should not try to build into a pure wayland platform. 63/15863/3 accepted/tizen/generic accepted/tizen/ivi/stable accepted/tizen/mobile accepted/tizen_generic accepted/tizen_ivi accepted/tizen_ivi_panda accepted/tizen_ivi_release tizen_ivi_release accepted/tizen/generic/20140212.175514 accepted/tizen/generic/20140312.123256 accepted/tizen/ivi/20140212.205413 accepted/tizen/ivi/panda/20140312.123254 accepted/tizen/ivi/release/20140312.124757 accepted/tizen/mobile/20140225.043526 submit/tizen/20140212.175510 submit/tizen/20140312.070951 submit/tizen_ivi_release/20140312.071439
Ronan Le Martret [Wed, 29 Jan 2014 10:14:50 +0000 (11:14 +0100)]
xprop should not try to build into a pure wayland platform.

This package is designed for an X server platform.

In a system released, based exclusively on Wayland platform, it should be in a excluded status.

Tizen devel  | Tizen release
_____________|______________
succeeded    | succeeded
excluded     | excluded
broken       |
failed       |
unresolvable |
blocked      |
locked       |
note:
    - The disabled status is only
      allowed for OBS administration.

Change-Id: I3355925ca24489fac531141f7d6b9c3f1b3af662
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
10 years agoresetting manifest requested domain to floor 08/5008/1 accepted/tizen/ivi/genivi tizen_ivi_genivi accepted/tizen/20130710.214113 accepted/tizen/20130910.123335 accepted/tizen/20130910.183601 accepted/tizen/20130910.195210 accepted/tizen/20130910.203122 accepted/tizen/20130910.205449 accepted/tizen/ivi/genivi/20140131.040441 ivi_oct_m2 submit/tizen/20130710.140238 submit/tizen/20130910.024955 submit/tizen_ivi_genivi/20140131.034350
Alexandru Cornea [Sat, 29 Jun 2013 03:03:29 +0000 (06:03 +0300)]
resetting manifest requested domain to floor

11 years agoinitial import master accepted/tizen/20130606.231651 submit/tizen/20130606.154953 submit/tizen/20130606.155655 submit/tizen/20130606.155823 submit/trunk/20130606.155439
Anas Nashif [Thu, 6 Jun 2013 15:49:50 +0000 (11:49 -0400)]
initial import

11 years agoadd packaging
Anas Nashif [Thu, 6 Jun 2013 15:48:17 +0000 (11:48 -0400)]
add packaging

11 years agoadd packaging
Anas Nashif [Thu, 6 Jun 2013 15:46:31 +0000 (11:46 -0400)]
add packaging

11 years agoadd gbs.conf
Anas Nashif [Thu, 6 Jun 2013 15:46:17 +0000 (11:46 -0400)]
add gbs.conf

12 years agoxprop 1.2.1 xprop-1.2.1
Alan Coopersmith [Thu, 30 Jun 2011 04:09:22 +0000 (21:09 -0700)]
xprop 1.2.1

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
13 years agoMake error handlint more robust in Format_Len_Unicode
Jeremy Huddleston [Mon, 9 May 2011 04:47:06 +0000 (21:47 -0700)]
Make error handlint more robust in Format_Len_Unicode

xprop.c:1011:2: warning: Function call argument is an uninitialized value
        memcpy(_formatting_buffer, error, strlen(error)+1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xprop.c:1011:36: note: instantiated from:
        memcpy(_formatting_buffer, error, strlen(error)+1);
                                          ^      ~~~~~

Found-by: clang static analysis
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
13 years agoFix uninitialize values warnings in static analysis
Jeremy Huddleston [Mon, 9 May 2011 00:12:04 +0000 (17:12 -0700)]
Fix uninitialize values warnings in static analysis

xprop.c:299:25: warning: Passed-by-value struct argument contains uninitialized data (e.g., field: 'thunk_count')
    _property_formats = Add_Thunk(_property_formats, t);
                        ^                            ~
xprop.c:1394:11: warning: Passed-by-value struct argument contains uninitialized data (e.g., field: 'thunk_count')
        thunks = Add_Thunk(thunks, t);
                 ^                 ~
xprop.c:1581:15: warning: Passed-by-value struct argument contains uninitialized data (e.g., field: 'thunk_count')
            thunks = Add_Thunk(thunks, t);
                     ^                 ~
xprop.c:1962:18: warning: Passed-by-value struct argument contains uninitialized data (e.g., field: 'thunk_count')
            set_props = Add_Thunk(set_props, t);
                        ^                    ~
xprop.c:1952:21: warning: Passed-by-value struct argument contains uninitialized data (e.g., field: 'thunk_count')
            remove_props = Add_Thunk(remove_props, t);
                           ^                       ~

Found-by: clang static analyzer
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
13 years agoUse _X_NORETURN from xproto 7.0.17 instead of local check
Alan Coopersmith [Sat, 29 Jan 2011 04:06:16 +0000 (20:06 -0800)]
Use _X_NORETURN from xproto 7.0.17 instead of local check

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Julien Cristau <jcristau@debian.org>
13 years agoReplace Copy_String() with strdup + error check
Alan Coopersmith [Sat, 29 Jan 2011 05:51:00 +0000 (21:51 -0800)]
Replace Copy_String() with strdup + error check

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Julien Cristau <jcristau@debian.org>
13 years agoinline Malloc & Realloc functions
Alan Coopersmith [Sat, 29 Jan 2011 05:46:39 +0000 (21:46 -0800)]
inline Malloc & Realloc functions

Since stdlib.h versions return void *, remove unneeded casts that
the wrappers needed.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Julien Cristau <jcristau@debian.org>
13 years agoconfig: move man pages into their own directory
Gaetan Nadon [Wed, 19 Jan 2011 15:06:56 +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.

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

Using s/[ \t]*$//

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
13 years agoconfig: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
Gaetan Nadon [Wed, 12 Jan 2011 21:28:02 +0000 (16:28 -0500)]
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS

This silences an Autoconf warning

13 years agoxprop man page example for -set option
Kai-Uwe Behrmann [Wed, 8 Dec 2010 06:36:37 +0000 (22:36 -0800)]
xprop man page example for -set option

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
13 years agoxprop 1.2.0 xprop-1.2.0
Alan Coopersmith [Sat, 30 Oct 2010 18:06:48 +0000 (11:06 -0700)]
xprop 1.2.0

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
13 years agoconfig: Remove unnecessary calls from configure.ac
Alan Coopersmith [Sat, 30 Oct 2010 18:04:08 +0000 (11:04 -0700)]
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

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
13 years agoconfig: upgrade to util-macros 1.8 for additional man page support
Alan Coopersmith [Sat, 30 Oct 2010 18:03:24 +0000 (11:03 -0700)]
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.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
13 years agoconfig: update AC_PREREQ statement to 2.60
Gaetan Nadon [Sat, 30 Oct 2010 18:02:43 +0000 (11:02 -0700)]
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

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

Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
14 years agoCOPYING: replace stub with copyright notices
Gaetan Nadon [Fri, 8 Jan 2010 03:10:50 +0000 (22:10 -0500)]
COPYING: replace stub with copyright notices

Refer to xprop.c clientwin.h
Copyright 1990, 1998  The Open Group
Copyright (c) 2000  The XFree86 Project, Inc.
Copyright 2007 Kim woelders

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
14 years agoMakefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
Gaetan Nadon [Thu, 26 Nov 2009 14:19:54 +0000 (09:19 -0500)]
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES

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

14 years agoINSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Gaetan Nadon [Wed, 28 Oct 2009 18:09:08 +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.

14 years agoMakefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
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.

14 years ago.gitignore: use common defaults with custom section # 24239
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.

14 years agoThis is not a GNU project, so declare it foreign.
Jeremy Huddleston [Wed, 21 Oct 2009 19:47:21 +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.

Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
14 years agoPrint UTF8_STRING type as UTF-8 when locale supports it
Yang Zhao [Tue, 20 Oct 2009 23:50:28 +0000 (19:50 -0400)]
Print UTF8_STRING type as UTF-8 when locale supports it

Introduces 'u' format character, which behaves like 's', but leaves
UTF-8 encoding intact.

Property value is checked for UTF-8 validity according to RFC 3629.
If invalid, an error string is printed, followed by the string formatted
using 's'. ie:

  PROP(UTF8_STRING) = <Invalid UTF-8 string: Forbidden value> "\374\233"

Signed-off-by: Yang Zhao <yang@yangman.ca>
Signed-off-by: James Cloos <cloos@jhcloos.com>
14 years agoxprop 1.1.0 xprop-1.1.0
Alan Coopersmith [Mon, 12 Oct 2009 20:35:11 +0000 (13:35 -0700)]
xprop 1.1.0

Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
14 years agoMigrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Alan Coopersmith [Mon, 12 Oct 2009 20:07:35 +0000 (13:07 -0700)]
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS

Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
14 years agoAdd 'o' property type to man page for icon formats
Alan Coopersmith [Mon, 12 Oct 2009 20:05:21 +0000 (13:05 -0700)]
Add 'o' property type to man page for icon formats

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

Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
15 years agoDisplay _NET_WM_ICONs as ASCII art instead of as a big list of integers
Søren Sandmann Pedersen [Wed, 22 Apr 2009 01:13:16 +0000 (21:13 -0400)]
Display _NET_WM_ICONs as ASCII art instead of as a big list of integers

15 years agoThe "visible bit" is called "urgency bit" in the ICCCM 2.0
Søren Sandmann Pedersen [Tue, 21 Apr 2009 19:10:07 +0000 (15:10 -0400)]
The "visible bit" is called "urgency bit" in the ICCCM 2.0

15 years agoExit cleanly when the target window is destroyed. (#19381)
Ben Hutchings [Tue, 17 Feb 2009 00:04:10 +0000 (19:04 -0500)]
Exit cleanly when the target window is destroyed. (#19381)

15 years agoCorrect make distcheck and don't distribute autogen.sh.
Paulo Cesar Pereira de Andrade [Mon, 26 Jan 2009 18:18:35 +0000 (16:18 -0200)]
Correct make distcheck and don't distribute autogen.sh.

15 years ago-spy: flush output before waiting for more events
Neale Pickett [Thu, 27 Nov 2008 01:28:56 +0000 (17:28 -0800)]
-spy: flush output before waiting for more events

I'm trying to use xprop with the -spy option in a shell script, and
since it doesn't flush stdout, it's bunching up lots of modifications
into a big chunk of writes.

15 years agoDo not spew usage on connection error
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.

15 years agoBug#15069: Compile warning fixes.
Paulo Cesar Pereira de Andrade [Sun, 16 Mar 2008 20:30:30 +0000 (17:30 -0300)]
Bug#15069: Compile warning fixes.

Declare some functions as static and include clientwin.h to ensure
prototype and definition match.

Signed-off-by: Julien Cristau <jcristau@debian.org>
16 years agoxprop 1.0.4 xprop-1.0.4
Adam Jackson [Fri, 7 Mar 2008 22:23:30 +0000 (17:23 -0500)]
xprop 1.0.4

16 years agoFix build under autoconf 2.57
Benjamin Close [Wed, 19 Dec 2007 04:47:34 +0000 (15:17 +1030)]
Fix build under autoconf 2.57

configure.ac specifies a max version of 2.57 but AC_CHECK_HEADERS_ONCE
was only introduced to autoconf in 2.59c. Drop the _ONCE to make autoconf happy

Bug: 13631
Found by: tinderbox
Approved by: daniels@

16 years agoSelect correct client window in WM’s using virtual roots
Kim Woelders [Thu, 6 Dec 2007 10:30:43 +0000 (05:30 -0500)]
Select correct client window in WM’s using virtual roots
From bug 2185¹

When manually selecting a window, xprop finds the top-level window containing
the pointer and uses XmuClientWindow to attempt to find a client window having
WM_STATE set.

In a WM using virtual roots (e.g. enlightenment, desks other than first) this
fails beacuse the top-level window is a virtual root, and XmuClientWindow seems
to find the first client having WM_STATE set, which only by coincidence will be
the one the user intended to select (i.e. containing the pointer).

The solution is to descend the window hierarchy at the pointer location to find
a window with WM_STATE set.

1] https://bugs.freedesktop.org/show_bug.cgi?id=2185

Signed-off-by: James Cloos <cloos@jhcloos.com>
16 years agoVersion bump: 1.0.3 xprop-1.0.3
Alan Coopersmith [Fri, 10 Aug 2007 21:52:27 +0000 (14:52 -0700)]
Version bump: 1.0.3

16 years agoSun Bug 4474581: xprop fails in Japanese locale
Jay Hobson [Wed, 8 Aug 2001 20:38:33 +0000 (13:38 -0700)]
Sun Bug 4474581: xprop fails in Japanese locale

CJK locales need a much longer string as they include
many \xXX entries which expand into /XXXXXXXX entries.
Increased the buffer from 10000 to 500000 bytes.
Make sure buffer pointer doesn't go negative in _put_char.

16 years agoSimplify printing of usage message
Alan Coopersmith [Fri, 10 Aug 2007 21:17:51 +0000 (14:17 -0700)]
Simplify printing of usage message

16 years agoConvert old #ifdefs for HAS_WTYPE_H & HAS_WCHAR_H to autoconf checks
Alan Coopersmith [Fri, 10 Aug 2007 20:40:17 +0000 (13:40 -0700)]
Convert old #ifdefs for HAS_WTYPE_H & HAS_WCHAR_H to autoconf checks

16 years agoReplace sprintf's with snprintf's
Alan Coopersmith [Fri, 10 Aug 2007 20:33:17 +0000 (13:33 -0700)]
Replace sprintf's with snprintf's

16 years agoCoverity #905: Handle_Prop_Requests returned without freeing storage "thunks"
Alan Coopersmith [Fri, 10 Aug 2007 19:08:57 +0000 (12:08 -0700)]
Coverity #905: Handle_Prop_Requests returned without freeing storage "thunks"

16 years agoANSIfy function declarations in dsimple.c
Alan Coopersmith [Fri, 10 Aug 2007 18:56:41 +0000 (11:56 -0700)]
ANSIfy function declarations in dsimple.c

16 years agoPurge unused code from dsimple.c
Alan Coopersmith [Fri, 10 Aug 2007 18:52:39 +0000 (11:52 -0700)]
Purge unused code from dsimple.c

dsimple.c was originally shared source among several X apps.
Since modularization gave each app it's own copy, much of the code is
no longer needed in each app.

16 years agoAdd hooks to check sources with lint/sparse/etc.
Alan Coopersmith [Fri, 10 Aug 2007 18:43:04 +0000 (11:43 -0700)]
Add hooks to check sources with lint/sparse/etc.

16 years agoChange xprop_CFLAGS to AM_CFLAGS to clear automake-1.10 warning
Alan Coopersmith [Fri, 10 Aug 2007 18:35:27 +0000 (11:35 -0700)]
Change xprop_CFLAGS to AM_CFLAGS to clear automake-1.10 warning

Makefile.am:27: compiling `dsimple.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'

16 years agoReplace static ChangeLog with dist-hook to generate from git log
Alan Coopersmith [Fri, 10 Aug 2007 18:34:23 +0000 (11:34 -0700)]
Replace static ChangeLog with dist-hook to generate from git log

17 years agorenamed: .cvsignore -> .gitignore
Alan Coopersmith [Thu, 24 May 2007 18:15:36 +0000 (11:15 -0700)]
renamed: .cvsignore -> .gitignore

17 years agoX.Org bug #10616: Add all the X info commands to See Also
Alan Coopersmith [Thu, 24 May 2007 18:12:17 +0000 (11:12 -0700)]
X.Org bug #10616: Add all the X info commands to See Also

X.Org Bugzilla #10616: <https://bugs.freedesktop.org/show_bug.cgi?id=10616>
Reported upstream from
Debian bug #350313 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=350313>

17 years agobump to 1.0.2 xprop-1.0.2
Daniel Stone [Tue, 29 Aug 2006 17:03:33 +0000 (20:03 +0300)]
bump to 1.0.2

17 years agoremove misleading comment
Daniel Stone [Thu, 27 Jul 2006 06:11:10 +0000 (09:11 +0300)]
remove misleading comment

17 years agohandle actual_format_return == 0 (#7647)
Branden Robinson [Thu, 27 Jul 2006 03:14:54 +0000 (06:14 +0300)]
handle actual_format_return == 0 (#7647)
Handle buggy servers which set actual_format_return == 0, instead of aborting.

18 years agoUpdate package version for X11R7 release. XORG-7_0 XORG-7_0_99_901 XORG-7_1
Kevin E Martin [Wed, 21 Dec 2005 02:29:53 +0000 (02:29 +0000)]
Update package version for X11R7 release.

18 years agoStub COPYING files
Adam Jackson [Mon, 19 Dec 2005 16:22:46 +0000 (16:22 +0000)]
Stub COPYING files

18 years agoUpdate package version number for final X11R7 release candidate. XORG-6_99_99_904
Kevin E Martin [Thu, 15 Dec 2005 00:24:10 +0000 (00:24 +0000)]
Update package version number for final X11R7 release candidate.

18 years agoChange *man_SOURCES ==> *man_PRE to fix autotools warnings. MODULAR_COPY
Kevin E Martin [Tue, 6 Dec 2005 22:48:25 +0000 (22:48 +0000)]
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

18 years agoUpdate package version number for X11R7 RC3 release. XORG-6_99_99_903
Kevin E Martin [Sat, 3 Dec 2005 05:49:27 +0000 (05:49 +0000)]
Update package version number for X11R7 RC3 release.

18 years agoChange *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
Alan Coopersmith [Mon, 28 Nov 2005 22:01:46 +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)

18 years agoAnother pass at .cvsignores for apps.
Eric Anholt [Mon, 21 Nov 2005 10:35:07 +0000 (10:35 +0000)]
Another pass at .cvsignores for apps.

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

18 years agoAdd/improve .cvsignore files for apps.
Eric Anholt [Sun, 20 Nov 2005 22:08:55 +0000 (22:08 +0000)]
Add/improve .cvsignore files for apps.

18 years agoUpdate package version number for RC1 release. XORG-6_99_99_901 XORG-6_99_99_902
Kevin E Martin [Wed, 19 Oct 2005 02:47:57 +0000 (02:47 +0000)]
Update package version number for RC1 release.

18 years agoUse @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
Alan Coopersmith [Mon, 17 Oct 2005 23:56:24 +0000 (23:56 +0000)]
Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
    work better with BSD make

18 years agoUse sed to fill in variables in man page
Alan Coopersmith [Fri, 14 Oct 2005 00:25:47 +0000 (00:25 +0000)]
Use sed to fill in variables in man page

18 years agoInstall man pages to section 1 instead of section m (Patch from Donnie XORG-6_99_99_900
Alan Coopersmith [Mon, 1 Aug 2005 20:25:32 +0000 (20:25 +0000)]
Install man pages to section 1 instead of section m (Patch from Donnie
    Berkholz)

18 years agoVarious changes preparing packages for RC0:
Kevin E Martin [Fri, 29 Jul 2005 21:22:37 +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

18 years agoUse a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
Adam Jackson [Wed, 20 Jul 2005 19:32:03 +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.

18 years agoAdd build system for xprop
Søren Sandmann Pedersen [Fri, 8 Jul 2005 20:58:05 +0000 (20:58 +0000)]
Add build system for xprop

19 years agoFix for https://freedesktop.org/bugzilla/show_bug.cgi?id=1518 - Add filter XORG-6_8_99_1 XORG-6_8_99_10 XORG-6_8_99_11 XORG-6_8_99_12 XORG-6_8_99_13 XORG-6_8_99_14 XORG-6_8_99_15 XORG-6_8_99_16 XORG-6_8_99_2 XORG-6_8_99_3 XORG-6_8_99_4 XORG-6_8_99_5 XORG-6_8_99_6 XORG-6_8_99_7 XORG-6_8_99_8 XORG-6_8_99_9 XORG-6_8_99_900 XORG-6_8_99_901 XORG-6_8_99_902 XORG-6_8_99_903 sco_port_update-base
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).

20 years agoMerging XORG-CURRENT into trunk XACE-SELINUX-MERGE XORG-6_7_99_1 XORG-6_7_99_2 XORG-6_7_99_901 XORG-6_7_99_902 XORG-6_7_99_903 XORG-6_7_99_904 XORG-6_8_0 XORG-6_8_1 lg3d-base lg3d-rel-0-7-0 rel-0-6-1
Egbert Eich [Fri, 23 Apr 2004 19:55:03 +0000 (19:55 +0000)]
Merging XORG-CURRENT into trunk

20 years agoImporting vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 xf86-4_4_99_1
Egbert Eich [Sun, 14 Mar 2004 08:35:42 +0000 (08:35 +0000)]
Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004

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

20 years agoreadding XFree86's cvs IDs xf86-4_3_99_903
Egbert Eich [Thu, 26 Feb 2004 13:36:26 +0000 (13:36 +0000)]
readding XFree86's cvs IDs

20 years agoImporting vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
Egbert Eich [Thu, 26 Feb 2004 09:24:14 +0000 (09:24 +0000)]
Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004

20 years agoXFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks xf86-012804-2330 xf86-4_3_99_16 xf86-4_3_99_901 xf86-4_3_99_902 xf86-4_3_99_903_special
Kaleb Keithley [Tue, 25 Nov 2003 19:29:15 +0000 (19:29 +0000)]
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks

20 years agoXFree86 4.3.0.1 PRE_xf86-4_3_0_1 xf86-4_3_0_1
Kaleb Keithley [Fri, 14 Nov 2003 16:49:23 +0000 (16:49 +0000)]
XFree86 4.3.0.1

20 years agoR6.6 is the Xorg base-line XORG-MAIN
Kaleb Keithley [Fri, 14 Nov 2003 15:54:54 +0000 (15:54 +0000)]
R6.6 is the Xorg base-line