Re: X Render Extension w/o Cairo or DRM

2016-08-09 Thread Alan Coopersmith
server doesn't support it (either due to something it's in code or in it's configuration). -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - http://blogs.oracle.com/alanc ___ xorg@

Re: XLookupString return inconsistent

2016-09-12 Thread Alan Coopersmith
mment about doing things vt200 style: https://cgit.freedesktop.org/~alanc/xc-historical/commit/xc/lib/X11/KeyBind.c?id=f2485bc25a7394fbd830cd60108b220319dbcb7d So Control-Shift-2 maps to the NULL character because someone three decades ago thought it useful to emulate

Re: XLookupString return inconsistent

2016-09-12 Thread Alan Coopersmith
On 09/12/16 08:40 AM, Alan Coopersmith wrote: So Control-Shift-2 maps to the NULL character because someone three decades ago thought it useful to emulate a text terminal popular in that decade. And moments after clicking send, I realized this is really just hardcoding US keyboard layout

Re: some potential security issue for edid-decode

2016-09-29 Thread Alan Coopersmith
one can exploit here. If someone made that code setuid-root or used it to process input from an untrusted source, then the situation might be different. -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - http://blogs.oracle.com/alanc On 09/29/1

Re: Bug (?) in compose

2016-09-30 Thread Alan Coopersmith
Xlib ones. -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - http://blogs.oracle.com/alanc ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: https://lists.x.o

Re: hay guys why isn't XOpenDisplay()'s argument const char?

2016-10-05 Thread Alan Coopersmith
more complicated, since libX11 was written before all compilers had support for const, but since we no longer support pre-C89 compilers, it got simplified to this years back.) -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering -

Re: Update symbol/lk - xkb_symbols "us" variant

2016-10-05 Thread Alan Coopersmith
onfig/Development/ for details on the right place to send. -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - http://blogs.oracle.com/alanc On 10/ 5/16 06:10 AM, JC Ahangama wrote: I am repeating my request that I obviously did not send to the

Re: Update symbol/lk - xkb_symbols "us" variant

2016-10-05 Thread Alan Coopersmith
path. Regards, JC On 10/5/2016 10:17 AM, JC Ahangama wrote: Thank you ever so much, Alan. I am reading them. JC On 10/5/2016 9:37 AM, Alan Coopersmith wrote: You are still not sending it to the right place - the XKB keymaps are maintained by the Xkeyboard-config project, which has it's o

Re: Adding an xserver to xorg.conf?

2016-10-30 Thread Alan Coopersmith
ve never tried it: https://cgit.freedesktop.org/xorg/driver/xf86-video-nested/tree/README Other options would be using a multiplexer/proxy such as Xdmx (FOSS) or XBIGX (commercial software from X-Software). -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle

Re: Question about X on the arm's.

2016-11-25 Thread Alan Coopersmith
moved to other threads, and a lot of graphics rendering has effectively moved to other threads by virtue of doing it in client processes instead of in the X server itself. -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - http://blogs.oracl

Re: Question about X on the arm's.

2016-11-28 Thread Alan Coopersmith
there such a thing? My google-fu is failing me. Our recommendation for X11R7 remote connections is "Use SSH X11 Forwarding." Unfortunately, so few people are willing to help write X11 docs that there isn't a whole lot of stuff written since the X Consortium stopped paying doc write

Re: Question about X on the arm's.

2016-11-28 Thread Alan Coopersmith
ith compression, or picking an alternate protocol such as VNC or RDP. -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - http://blogs.oracle.com/alanc ___ xorg@lists.x.org: X.Org support Archives

Re: Question about X on the arm's.

2016-11-29 Thread Alan Coopersmith
On 11/29/16 12:35 AM, Antoine Martin wrote: On 29/11/16 14:40, Alan Coopersmith wrote: On 11/28/16 07:58 PM, Antoine Martin wrote: Even 100mbit is perfectly usable for remote access provided you use the right tools and make some sacrifices. FYI: 4K@60 "fits" in H264 ~60Mbps. But a

Re: Xt / Motif C++ application hangs in the XtDispatchEvent call

2016-12-10 Thread Alan Coopersmith
x27;s actually possible - the runtime loader should always check the library type and not load any of the wrong size. -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - http://blogs.oracle.com/

Re: X11 Color Map creation problem, XAllocColorCells call throw BadValue error

2017-04-17 Thread Alan Coopersmith
the two Xservers? Perhaps they simply offer different visuals or colormaps. Do you even really need to create a colormap in the modern era instead of relying on 24-bit TrueColor? There's not that many 8-bit video cards still in use. -- -Alan Coopersmith- alan.coo

Re: why isn't x.org part of lists.freedesktop.org (so archives are publicly available) and who was the freelancer who raised funds for doing development work on X.org

2017-07-18 Thread Alan Coopersmith
ilman/listinfo/ instead for historical/organizational reasons. -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/alanc ___ xorg@lists.x.org: X.Org support Archives:

Re: X.org Query

2017-08-17 Thread Alan Coopersmith
rt number of 6000 plus the display id. Thus display id 0 (:0) would be port 6000, display id 1 (:1) would be 6001, and so on. -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/alanc __

[ANNOUNCE] util-macros 1.19.2

2018-03-04 Thread Alan Coopersmith
Alan Coopersmith (2): Update check for manpage section numbers to not rely on Solaris version Version bump: 1.19.2 Emil Velikov (2): Rework CHANGELOG_CMD to touch/echo >&2 only as needed Rework INSTALL_CMD to touch/echo >&2 only as needed git tag: util

[ANNOUNCE] editres 1.0.7

2018-03-04 Thread Alan Coopersmith
Editres is a tool that allows users and application developers to view the full widget hierarchy of any Xt Toolkit application that speaks the Editres protocol. This version raises the minimum version of libXt required to build & run editres to libXt 1.0.99.1. Alan Coopersmith (10): co

[ANNOUNCE] appres 1.0.5

2018-03-04 Thread Alan Coopersmith
The appres program prints the resources seen by an application (or subhierarchy of an application) with the specified class and instance names. Alan Coopersmith (4): Print which option was in error along with usage message configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor

[ANNOUNCE] listres 1.0.4

2018-03-04 Thread Alan Coopersmith
The listres program generates a list of X resources for a widget in an X client written using a toolkit based on libXt. Alan Coopersmith (4): config: Add missing AC_CONFIG_SRCDIR configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 listres 1.0.4 Emil Velikov

[ANNOUNCE] viewres 1.0.5

2018-03-04 Thread Alan Coopersmith
viewres displays a tree showing the widget class hierarchy of the Athena Widget Set (libXaw). Alan Coopersmith (4): config: Add missing AC_CONFIG_SRCDIR configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 viewres 1.0.5 Emil Velikov (1): autogen.sh

[ANNOUNCE] iceauth 1.0.8

2018-03-04 Thread Alan Coopersmith
The iceauth program is used to edit and display the authorization information used in connecting with ICE. Alan Coopersmith (1): iceauth 1.0.8 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Niveditha Rau (1

[ANNOUNCE] mkfontscale 1.1.3

2018-03-06 Thread Alan Coopersmith
mkfontscale creates the fonts.scale and fonts.dir index files used by the legacy X11 font system. Alan Coopersmith (1): mkfontscale 1.1.3 Emil Velikov (1): autogen.sh: use quoted string variables Jeremy Huddleston Sequoia (1): mkfontscale: Avoid a buffer underrun Mihail Konev

[ANNOUNCE] oclock 1.0.4

2018-03-06 Thread Alan Coopersmith
oclock is a simple analog clock using the SHAPE extension to make a round (possibly transparent) window. Alan Coopersmith (6): Remove unused function TDrawArc Reduce scope of variables in check_jewel_poly config: Add missing AC_CONFIG_SRCDIR configure: Drop

[ANNOUNCE] twm 1.0.10

2018-03-06 Thread Alan Coopersmith
This release of twm was made possible by contributions from members of the NetBSD project and viewers like you. Alan Coopersmith (1): twm 1.0.10 Christos Zoulas (1): Add some const. Emil Velikov (1): autogen.sh: use quoted string variables Michael van Elst (1): Do not

[ANNOUNCE] xdriinfo 1.0.6

2018-03-06 Thread Alan Coopersmith
xdriinfo is a program to query configuration information of X11 DRI drivers. Alan Coopersmith (1): xdriinfo 1.0.6 Emil Velikov (1): autogen.sh: use quoted string variables Hans de Goede (1): Fix xdriinfo not working with glvnd Mihail Konev (1): autogen: add default

[ANNOUNCE] xeyes 1.1.2

2018-03-09 Thread Alan Coopersmith
Alan Coopersmith (4): Mark usage as noreturn, as suggested by -Wmissing-noreturn configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 xeyes 1.1.2 Emil Velikov (1): autogen.sh: use quoted string variables Gaetan Nadon (2): config: replace

[ANNOUNCE] xfontsel 1.0.6

2018-03-09 Thread Alan Coopersmith
Alan Coopersmith (7): Drop CRAY/WORD64 support (unifdef -UCRAY -UWORD64) Replace TXT16 with XChar2b inline config: Add missing AC_CONFIG_SRCDIR configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Get rid of some extraneous ; at the end of C source

[ANNOUNCE] xbacklight 1.2.2

2018-03-09 Thread Alan Coopersmith
Alan Coopersmith (5): Print which option was in error along with usage message Add -version option to print program version configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 xbacklight 1.2.2 Emil Velikov (1): autogen.sh: use quoted string

[ANNOUNCE] xinit 1.4.0

2018-03-09 Thread Alan Coopersmith
Alan Coopersmith (1): xinit 1.4.0 Emil Velikov (1): autogen.sh: use quoted string variables Gaetan Nadon (3): Remove SCO support for SHELL_CMD and startx man page. Remove support for ancient A/UX 3.0 support Remove left over $(launchagents_DATA) in CLEANFILES Hans

[ANNOUNCE] xkill 1.0.5

2018-03-09 Thread Alan Coopersmith
Alan Coopersmith (5): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Print which option was in error along with usage message Use strcasecmp instead of a tolower loop & strcmp xkill 1.0.5 Emil Velikov (1): autogen.sh: use quoted st

[ANNOUNCE] xload 1.1.3

2018-03-09 Thread Alan Coopersmith
Alan Coopersmith (3): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 xload 1.1.3 Emil Velikov (1): autogen.sh: use quoted string variables Jon TURNEY (2): Use Windows load interface for Win32 build, as well as Cygwin Don't try to use [

[ANNOUNCE] xlsclients 1.1.4

2018-03-09 Thread Alan Coopersmith
Alan Coopersmith (4): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Print which option was in error along with usage message xlsclients 1.1.4 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default

[ANNOUNCE] xlsfonts 1.0.6

2018-03-09 Thread Alan Coopersmith
Alan Coopersmith (1): xlsfonts 1.0.6 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Niveditha Rau (1): Add -v option to synopsis in man page Peter Hutterer (1): autogen.sh: use exec instead of waiting

[ANNOUNCE] xmessage 1.0.5

2018-03-09 Thread Alan Coopersmith
Alan Coopersmith (4): Stop leaking temporary buffer when realloc fails to enlarge it configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 xmessage 1.0.5 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add

[ANNOUNCE] xpr 1.0.5

2018-03-09 Thread Alan Coopersmith
xpr takes as input a window dump file produced by xwd and formats it for output on various types of printers. Alan Coopersmith (12): Remove unneeded uses of & -lm This is not a GNU project, so declare it foreign. configure: Drop AM_MAINTAINER_MODE autogen.sh: H

[ANNOUNCE] xprop 1.2.3

2018-03-09 Thread Alan Coopersmith
xprop is a command line tool to display and/or set window and font properties of an X server. Alan Coopersmith (5): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Print which option was in error along with usage message Add -version option to print

[ANNOUNCE] xrdb 1.1.1

2018-03-09 Thread Alan Coopersmith
Alan Coopersmith (13): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 configure: add more m4 quoting to quiet autoconf complaints Remove unused macro RESOURCE_PROPERTY_NAME Clean up sign/size conversion warnings from clang Stop casting free

[ANNOUNCE] xrefresh 1.0.6

2018-03-09 Thread Alan Coopersmith
Alan Coopersmith (5): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Print which option was in error along with usage message Add -version option to print program version xrefresh 1.0.6 Emil Velikov (1): autogen.sh: use quoted string

[ANNOUNCE] xset 1.2.4

2018-03-09 Thread Alan Coopersmith
Alan Coopersmith (3): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 xset 1.2.4 Emil Velikov (1): autogen.sh: use quoted string variables Jon TURNEY (1): Include unistd.h for usleep() if HAVE_USLEEP Matthieu Herrb (1): Fix one last warning

[ANNOUNCE] xsetroot 1.1.2

2018-03-09 Thread Alan Coopersmith
Alan Coopersmith (5): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Print which option was in error along with usage message Only use results from GetWindowProperty if it returned success xsetroot 1.1.2 Emil Velikov (1): autogen.sh: use

[ANNOUNCE] xsm 1.0.4

2018-03-09 Thread Alan Coopersmith
Alan Coopersmith (4): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Print which option was in error along with usage message xsm 1.0.4 Emil Velikov (1): autogen.sh: use quoted string variables Gaetan Nadon (1): Remove obsolete Imake

[ANNOUNCE] xwd 1.0.7

2018-03-09 Thread Alan Coopersmith
Alan Coopersmith (5): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Print which option was in error along with usage message Add -version option to print program version xwd 1.0.7 Emil Velikov (1): autogen.sh: use quoted string variables

[ANNOUNCE] xwininfo 1.1.4

2018-03-09 Thread Alan Coopersmith
Alan Coopersmith (5): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Print which option was in error along with usage message Add -version option to print program version xwininfo 1.1.4 Emil Velikov (1): autogen.sh: use quoted string

[ANNOUNCE] xwud 1.0.5

2018-03-09 Thread Alan Coopersmith
Alan Coopersmith (6): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Mark Error() argument as const char * Print which option was in error along with usage message Add -version option to print program version xwud 1.0.5 Emil Velikov (1

[ANNOUNCE] transset 1.0.2

2018-03-09 Thread Alan Coopersmith
Alan Coopersmith (5): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Only use property pointer if XGetWindowProperty returns success Fix warnings about signed vs. unsigned comparison transset 1.0.2 git tag: transset-1.0.2 https

[ANNOUNCE] ico 1.0.5

2018-03-09 Thread Alan Coopersmith
Alan Coopersmith (11): config: Add missing AC_CONFIG_SRCDIR configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Combine usage message array into single string Print which option was in error along with usage message Add -version option to print

[ANNOUNCE] xbitmaps 1.1.2

2018-03-09 Thread Alan Coopersmith
Alan Coopersmith (4): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Remove unused libdir setting from xbitmaps.pc xbitmaps 1.1.2 Emil Velikov (1): autogen.sh: use quoted string variables Gaetan Nadon (1): config: replace deprecated use of

[ANNOUNCE] xcursor-themes 1.0.5

2018-03-09 Thread Alan Coopersmith
Alan Coopersmith (3): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 xcursor-themes 1.0.5 Emil Velikov (1): autogen.sh: use quoted string variables Gaetan Nadon (1): config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES Keith Packard

Re: X-window crashes

2018-04-11 Thread Alan Coopersmith
gtk in which it's doing something that results in a call to UngrabKeyboard with an invalid argument. That's likely to be a call from your program to something in the gtk toolkit that in turn makes that call. -- -Alan Coopersmith-

Re: XDestroyWindow can not really close the window

2018-05-10 Thread Alan Coopersmith
around to the XNextEvent() call which also flushes the Xlib request buffer. (Though then you'll end up in an infinite error loop trying to destroy already destroyed windows.) -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris En

Re: XDestroyWindow can not really close the window

2018-05-11 Thread Alan Coopersmith
On 05/11/18 10:04 AM, Ilya Anfimov wrote: > On Thu, May 10, 2018 at 06:23:08PM -0700, Alan Coopersmith wrote: >> On 05/10/18 06:17 PM, pengyixiang wrote: >>> Hello, everyone! >>>     I'm a newbie in xlib, I need to close the window while won't close the >>

[ANNOUNCE] libdmx 1.1.4

2018-05-13 Thread Alan Coopersmith
This release raises the minimum required version of libX11 to version 1.6.0 from 2013. Alan Coopersmith (4): Replace malloc(size); memset(...,0,size) with calloc configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 libdmx 1.1.4 Emil Velikov (1

Re: Problems in editres.1, libinput.4, s3.4, xlogo.1, Xserver.1, xterm.1

2018-06-13 Thread Alan Coopersmith
with the attribute 'unscaled' etc. This is functionally equivalent to setting the following font path: -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/alanc

Re: TWM is lacking libxinerama

2018-09-07 Thread Alan Coopersmith
manager if you want features twm lacks. -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/alanc ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.or

Re: XLIB_SKIP_ARGB_VISUALS and Qt OpenGL application with mesa

2018-09-21 Thread Alan Coopersmith
quote comes from the X11R6.8.2 release notes from 2005: ftp://www.x.org/pub/X11R6.8.2/doc/RELNOTES5.html It holds no relevance to anything today. -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/

Re: font files not read/processed when they are symlinks?

2018-09-24 Thread Alan Coopersmith
font files: https://gitlab.freedesktop.org/xorg/lib/libxfont/commit/7b377456f95d2ec3ead40f4fb74ea620191f88c8 -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/alanc

Re: How exactly is the Xorg MIT-COOKIE being sent by the application to the server - does Xlib do that?

2018-10-16 Thread Alan Coopersmith
hat I know of. -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/alanc ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info:

Re: XRender / XComposite Documentation

2018-10-30 Thread Alan Coopersmith
p-to-date for people today. -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/alanc ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archi

Re: XRender / XComposite Documentation

2018-10-30 Thread Alan Coopersmith
s links are the most up-to-date for people today. I agree ... but who will ever find those ?  Stick them on the main site if they are up to date. Agreed, but not yet implemented: https://gitlab.freedesktop.org/xorg/meta/issues/3 -- -Alan Coopersmith- alan.coopers

Re: How exactly is the Xorg MIT-COOKIE being sent by the application to the server - does Xlib do that?

2018-10-30 Thread Alan Coopersmith
in the X server. In the connection setup on that file descriptor the client would send the cookie if required, and the X server then marks that file descriptor as authenticated. -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineerin

[ANNOUNCE] xcursorgen 1.0.7

2019-01-06 Thread Alan Coopersmith
xcursorgen prepares X11 cursor sets for use with libXcursor. Alan Coopersmith (10): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Fix type mismatch warnings for loop index variables Include more information in error messages Use asprintf if

Re: xset man pages

2019-01-24 Thread Alan Coopersmith
t from which fu...n' file comes the output of xset q Could you add the in the man pages which files read and/or write a command? xset sends a protocol request to the X server to get the information, there is no file being queried there. -- -Alan Coopersmith- alan.co

Re: xset man pages

2019-01-29 Thread Alan Coopersmith
On 01/29/19 04:39 AM, i...@pclinux.eu wrote: Il 24.01.2019 15:43 Alan Coopersmith ha scritto: xset sends a protocol request to the X server to get the information, there is no file being queried there. Hello Alan, thank a lot indeed for your kind reply. Some explanations are needed. It

[ANNOUNCE] bitmap 1.0.9

2019-02-10 Thread Alan Coopersmith
The bitmap package contains tools for working with XBM format bitmap files: the bitmap editor, and bmtoa & atobm conversion utilities. This release fixes a long standing bug in the bitmap editor where operations would not work properly when NumLock was on. Alan Coopersmith (3): Up

[ANNOUNCE] libXau 1.0.9

2019-02-10 Thread Alan Coopersmith
libXau provides functions for handling Xauthority files and entries. Alan Coopersmith (3): XauFileName: always go through buf allocation if buf is NULL Update configure.ac bug URL for gitlab migration libXau 1.0.9 Emil Velikov (1): autogen.sh: use quoted string variables

[ANNOUNCE] xcalc 1.0.7

2019-02-17 Thread Alan Coopersmith
xcalc is a scientific calculator X11 client that can emulate a TI-30 or an HP-10C. This release fixes things that cause warnings from gcc or cppcheck, as well as assorted build system maintenance and tuneups. Alan Coopersmith (5): Fix misleading indentation in math.c Reword fall

[ANNOUNCE] xclock 1.0.8

2019-02-19 Thread Alan Coopersmith
xclock is the classic X Window System clock utility. It displays the time in analog or digital form, continuously updated at a frequency which may be specified by the user. Alan Coopersmith (7): config: Add missing AC_CONFIG_SRCDIR configure: Drop AM_MAINTAINER_MODE autogen.sh

[ANNOUNCE] xev 1.2.3

2019-02-19 Thread Alan Coopersmith
xev is a tool to help in debugging by showing the events received by a window. This release features some small bug fixes and janitorial maintenance. Alan Coopersmith (7): Add -version to usage output Collapse usage message into a single string Adopt X.Org standard code style

[ANNOUNCE] xfsinfo 1.0.6

2019-02-19 Thread Alan Coopersmith
xfsinfo is a utility for displaying information about an X font server. This release fixes a bug in 64-bit builds which caused the maximum request size to be incorrectly calculated. Alan Coopersmith (4): Correctly report maximum request size when sizeof(long) != 4 Update README for

[ANNOUNCE] xhost 1.0.8

2019-02-19 Thread Alan Coopersmith
xhost is used to manage the list of host names or user names allowed to make connections to the X server. This release hardens xhost against corrupted or malicious responses from the X server, as well as some minor bug & compatibility fixes, and general janitorial maintenance. Alan Coopers

[ANNOUNCE] xlsatoms 1.1.3

2019-02-19 Thread Alan Coopersmith
xlsatoms lists the interned atoms defined on an X11 server This release fixes issues with listing ranges of atoms, as well as including general janitorial maintenance. Alan Coopersmith (3): Update README for gitlab migration Update configure.ac bug URL for gitlab migration

[ANNOUNCE] xmodmap 1.0.10

2019-02-19 Thread Alan Coopersmith
The xmodmap program is used to edit and display the keyboard modifier map and keymap table that are used by client applications to convert event keycodes into keysyms. This release provides a man page update and some small build fixes & janitorial cleanups. Alan Coopersmith (4): Ch

[ANNOUNCE] xrdb 1.2.0

2019-02-19 Thread Alan Coopersmith
xrdb is a command line utility to manage the X server resource database for the current session. This release adds a -E flag to see the preprocessor command issued and the output of the preprocessor, to aid in debugging. Alan Coopersmith (4): Add -E flag to show cpp command line

[ANNOUNCE] xstdcmap 1.0.4

2019-02-19 Thread Alan Coopersmith
lease delivers some minor cleanups and janitorial maintenance. Alan Coopersmith (6): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Fix -Wsign-compare warnings Update README for gitlab migration Update configure.ac bug URL for gitlab migr

[ANNOUNCE] xvinfo 1.1.4

2019-02-19 Thread Alan Coopersmith
xvinfo prints out the capabilities of any video adaptors associated with the display that are accessible through the X-Video extension. This release delivers some small bug fixes and janitorial cleanups. Alan Coopersmith (5): Make xvinfo not exit with error in normal operation Fix

[ANNOUNCE] libfontenc 1.1.4

2019-02-19 Thread Alan Coopersmith
codepage. Alan Coopersmith (4): Fix iso8859-7 mappings for 0xA1, 0xA2, & 0xFF Update README for gitlab migration Update configure.ac bug URL for gitlab migration libfontenc 1.1.4 Emil Velikov (1): autogen.sh: use quoted string variables Julien Cristau (1):

[ANNOUNCE] xdm 1.1.12

2019-03-02 Thread Alan Coopersmith
to the configs. Alan Coopersmith (27): Mark some chars as const to fix gcc -Wwrite-strings warnings Fix warnings about printing longs with int type format strings Add some missing malloc failure checks Remove unused TLI ("STREAMSCONN") code from xdm Rem

[ANNOUNCE] mkfontscale 1.2.0

2019-03-02 Thread Alan Coopersmith
7;t support all the needed flags. Alan Coopersmith (20): Remove last use of strcat Replace dsprintf("%s", s) with strdup(s) Use vasprintf(), if available, to implement dsprintf() Rename variable 'n' to avoid shadowing another 'n' i

[ANNOUNCE] xditview 1.0.5

2019-03-03 Thread Alan Coopersmith
xditview displays ditroff output on an X display. Alan Coopersmith (3): Update README for gitlab migration Update configure.ac bug URL for gitlab migration xditview 1.0.5 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add

[ANNOUNCE] xinit 1.4.1

2019-03-03 Thread Alan Coopersmith
The xinit program is used to start the X Window System server and a first client program on systems that are not using a display manager such as xdm. This release fixes a bug when too many arguments are supplied to the program and improves the man pages. Alan Coopersmith (3): Update README

[ANNOUNCE] xlogo 1.0.5

2019-03-03 Thread Alan Coopersmith
The xlogo program simply draws the X Window System logo, without the use of any turtles. This release fixes a bug in which you had to hit "q" then "Escape" to exit, and collects several years worth of janitorial maintenance. Alan Coopersmith (7): configure: Dro

[ANNOUNCE] xmore 1.0.3

2019-03-03 Thread Alan Coopersmith
xmore is a plain text display program for the X Window System. Alan Coopersmith (5): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Update README for gitlab migration Update configure.ac bug URL for gitlab migration xmore 1.0.3 Emil Velikov (1

[ANNOUNCE] xfd 1.1.3

2019-03-09 Thread Alan Coopersmith
xfd is a small gui tool to display all the characters in a font using either the X11 core protocol or libXft2. Alan Coopersmith (7): Move domaindir declaration inside #ifdef USE_GETTEXT configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Update README for

[ANNOUNCE] xprop 1.2.4

2019-03-09 Thread Alan Coopersmith
xprop is a command line tool to display and/or set window and font properties of an X server. Alan Coopersmith (5): Add missing braces around else clause in Read_Quoted() Update README for gitlab migration Update configure.ac bug URL for gitlab migration Fix -Wsign-compare

[ANNOUNCE] libFS 1.0.8

2019-03-10 Thread Alan Coopersmith
This library is used by clients of X Font Servers (xfs), such as xfsinfo, fslsfonts, and the X servers themselves. Alan Coopersmith (9): Fix sign comparison warning in loop index in FSListFontsWithXInfo Fix sign comparison warning in loop index in FSListCatalogues Fix sign

[ANNOUNCE] libXcomposite 0.4.5

2019-03-10 Thread Alan Coopersmith
libXcomposite - client library for the Composite extension to the X11 protocol -- Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (3): Update README for gitlab migration Update

[ANNOUNCE] libXcursor 1.2.0

2019-03-10 Thread Alan Coopersmith
using the --with-cursorpath argument to configure, and at run time using the XCURSOR_PATH environment variable - if you or your users rely on either of those, you should consider whether you'd like to update those overrides to include this path as well. Alan Coopersmith (3): Update READM

[ANNOUNCE] libXdamage 1.1.5

2019-03-10 Thread Alan Coopersmith
This package contains the Xlib-based library for the X Damage extension. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (3): Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS Update README for gitlab migration libXdamage 1.1.5 Colin

[ANNOUNCE] libXdmcp 1.1.3

2019-03-16 Thread Alan Coopersmith
thods. Linux platforms could also have linked against libbsd to use arc4random_buf() with libXdmcp 1.1.2 for stronger keys.) Alan Coopersmith (2): Update README for gitlab migration libXdmcp 1.1.3 Benjamin Tissoires (2): Use getentropy() if arc4random_buf() is not available

[ANNOUNCE] libXext 1.3.4

2019-03-16 Thread Alan Coopersmith
libXext is the historical libX11-based catchall library for the X11 extensions without their own libraries. Alan Coopersmith (7): Assert that values buffer has enough room for provided values Fix typos in man pages Use __builtin_popcountl if available to replace Ones() in

[ANNOUNCE] libXft 2.3.3

2019-03-16 Thread Alan Coopersmith
libXft is the client side font rendering library, using libfreetype, libX11, and the X Render extension to display anti-aliased text. This release updates XftDrawSrcPicture to use XRenderCreateSolidFill when available (Render version 0.10 or later). Alan Coopersmith (4): Update README for

[ANNOUNCE] libxkbfile 1.1.0

2019-03-16 Thread Alan Coopersmith
libxkbfile is used by the X servers and utilities to parse the XKB configuration data files. This release adds support for the NoLock, NoUnlock, and genKeyEvent flags. Alan Coopersmith (5): Remove obsolete B16 & B32 tags in struct definitions Update README for gitlab migra

[ANNOUNCE] libXmu 1.1.3

2019-03-16 Thread Alan Coopersmith
minor maintenance release includes some small bug fixes, build configuration improvements and janitorial cleanups. Alan Coopersmith (7): Remove SUNSHLIB support for SunOS 4.x shared libraries ShapeEllipseOrRoundedRectangle: Check height AND width, not width twice Convert tabs to

[ANNOUNCE] libXrandr 1.5.2

2019-03-16 Thread Alan Coopersmith
libXrandr is the libX11-based library for the X Resize, Rotate and Reflection (RandR and where did the third R go?) extension. Alan Coopersmith (4): Update README for gitlab migration Update configure.ac bug URL for gitlab migration Add description of libXrandr to README.md

[ANNOUNCE] xtrans 1.4.0

2019-03-16 Thread Alan Coopersmith
move CLTS code unifdef LBXPROXY_t and TEST_t Make FreeConnInfo static Remove GetMyAddr Revert "Make FreeConnInfo static" Alan Coopersmith (7): Remove support for SysV on x86 platforms other than Solaris & SCO Set freeXLOCAL to NULL after freeing it

[ANNOUNCE] libXvMC 1.0.11

2019-03-16 Thread Alan Coopersmith
libXvMC is the Xlib-based client library for the X-Video Motion Compensation API. Alan Coopersmith (5): Need to check for -1, not 0, to determine if shmat() failed Fix sign comparison warnings for loop indexes Update README for gitlab migration Update configure.ac bug URL

[ANNOUNCE] libXxf86dga 1.1.5

2019-03-16 Thread Alan Coopersmith
libXxf86dga is the Xlib-based client library for the XFree86-DGA extension. This release raises the minimum required libX11 version to 1.6.0 from 2013. Alan Coopersmith (3): Update README for gitlab migration Update configure.ac bug URL for gitlab migration libXxf86dga 1.1.5

[ANNOUNCE] x11perf 1.6.1

2019-03-16 Thread Alan Coopersmith
your life. This is a minor maintainance and bug fix release. Adam Jackson (1): tests: Fix thinko in minpixwin50 Alan Coopersmith (4): Update minpixwin info in man page to match implemenation Update README for gitlab migration Update configure.ac bug URL for gitlab

<    1   2   3   4   5   6   7   8   9   >