summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2013-02-16Recursive bump for png-1.6.wiz239-470/+478
2013-02-16Recursive bump for png-1.6.wiz14-26/+28
2013-02-16Recursive bump for png-1.6.wiz74-139/+148
2013-02-15recursive bump from boost-lib shlib update.obache2-4/+4
2013-02-14Update to 290:wiz2-6/+6
Fixes an incomplete revert of a change in the previous patch, which caused incorrect display in the scrollback area.
2013-02-13Changes 2.24.15:adam2-7/+6
* Bug fixes: 626499 GtkClipboard unnotified on change of OS X pasteboard owner 656565 Signalify (already existing) GtkMenuShell.insert() 664640 CUPS authentication does not work 669808 fullscreen/unscreen was broken for Quartz on OS X earli... 674556 File chooser dialog does not save its sizes 679883 When printing Custom paper sizes GTK Print Dialog does ... 683511 spinbutton: fix xthickness bug when resizing the text a... 689810 Include guard optimization 689982 Make GChecksum more fully introspectable 690788 Critical in gtknotebook dnd with rgba colormap 692099 autogen.sh doesn't recognize automake 1.13 692554 entry: never use GTK_STATE_ACTIVE to paint the background 692810 Fails to build with the gold linker due to missing refe... Fix scrolling in insensitive modal dialogs * Translation updates Norwegian bokmål
2013-02-12Update to 1.4.0:wiz2-6/+6
New features: * Support for RandR 1.4's provider objects. See the --listproviders, --setprovideroutputsource, and --setprovideroffloadsink options for more information. * --set now allows a comma-separated list of values. This is useful with the Border property to configure different border adjustments for different edges of the screen. * --scale-from, which specifies a scaling transform based on the desired desktop size. * --query now indicates which output, if any, is primary. It also contains a number of bug fixes. One notable behavior change is that the --gamma option now takes the actual gamma value rather than the reciprocal of the gamma value. This matches the behavior of other programs such as xgamma and the gamma configuration options in xorg.conf. Aaron Plattner (12): Add a --scale-from option xrandr: Fix string constness bugs man: document provider options xrandr: make providers a first-class citizen xrandr: look for providers by name or xid xrandr: Fix variable declaration warnings Bug #11397: check that numeric --orientation arguments are in range Bug #14118: print usage() to stdout, proper errors for bad arguments Bug #29603: document that there might be multiple preferred modes Bug #37043: adjust refresh rates for doublescan and interlace Cast XID to unsigned int to suppress a printf warning xrandr 1.4.0 Adam Jackson (2): Document the rarer --newmode flags in --help output configure: Drop AM_MAINTAINER_MODE Alan Coopersmith (3): config: Add missing AC_CONFIG_SRCDIR Mark fatal() and warning() as taking printf-style arguments Fix -Wformat warnings about passing longs where ints were expected Andy Ritger (5): xrandr: use 1/gamma to compute gamma-correction xrandr: fix gamma == 1.0 && sigbits != 8 xrandr: compute gamma-correction in [0,2^sigbits) xrandr: extend '--set' syntax to allow a comma-separated list of values xrandr: generalize output property printing Colin Walters (1): autogen.sh: Honor NOCONFIGURE=1 Dave Airlie (1): xrandr: add provider interfaces Eric S. Raymond (1): Running text interspersed with options prevents DocBook translation; remove. Jeremy Huddleston (1): Include strings.h for strcasecmp Keith Packard (3): xrandr: Preserve current mode when switching crtcs Update keystone program to run with new nichrome bits keystone.5c: cairo-5 box semantics changed default layout Pierre-Loup A. Griffais (2): xrandr: move transform limit checking after scaling xrandr: print primary output
2013-02-11Update to 289:wiz2-6/+6
This fixes several minor bugs, and also updates the wide-character width tables for Unicode 6.2.
2013-02-11Update to 1.0.8:wiz4-46/+6
Alan Coopersmith (4): Fix some clang warnings about implicit conversions Combine usage message into a single string Add -V option to print version number sessreg 1.0.8 Ed Schouten (3): Place NetBSD specific #defines in the proper place. Make the `line' variable local to main(). Remove dubious code. Thomas Klausner (1): Fix compilation on NetBSD - undefined *TMPX paths
2013-02-11Remove lbx packages. Unsupported since xorg-server-1.2 and markedwiz15-11548/+1
as BROKEN for a long time.
2013-02-11Update to 1.1.2:wiz2-6/+6
This minor maintenance release includes various build improvements, cleanups, and bug fixes; including making the build configuration scripts compatible with automake-1.13. Alan Coopersmith (6): config: Add missing AC_CONFIG_SRCDIR Add _X_NORETURN to PrintUsage to clear gcc/clang warnings Convert from haphazard indenting to X.Org common style add explicit braces to clarify which if the else goes with Add -version option xvinfo 1.1.2 Gaetan Nadon (3): config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS man: remove trailing spaces and tabs config: move man pages into their own directory
2013-02-11Update to 1.0.3:wiz3-8/+12
Note that this release changes the default location for the system provided configuration files from $(libdir)/X11/xsm to $(sysconfdir)/X11/xsm (on most systems that will be from /usr/lib/X11/xsm to /etc/X11/xsm, though results may vary depending on configure arguments). This minor maintenance release also includes various build improvements, cleanups, and bug fixes; including making the build configuration scripts compatible with automake-1.13. Alan Coopersmith (12): Make System() prototype for Solaris in xsm.h actually a prototype Convert XtMalloc + sprintf to XtAsprintf Convert a couple last sprintf calls to snprintf Terminate execl() arguments with NULL instead of 0 Fix some gcc -Wwrite-strings warnings Add size limit to scanf string specifier unifdef -U__UNIXOS2__ config: Add missing AC_CONFIG_SRCDIR Use standard autoconf defines for mkstemp & putenv instead of imake leftovers Use mode_t, not int, for umask return/argument value unifdef ISC xsm 1.0.3 Egbert Eich (1): install: Use sysconfdir instead of libdir for config files. Gaetan Nadon (5): config: replace deprecated AC_HELP_STRING with AS_HELP_STRING config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS man: remove trailing spaces and tabs man: replace hard coded man page section with substitution strings config: move man pages into their own directory
2013-02-11Update to 1.0.4:wiz2-6/+6
This minor maintenance release includes various build improvements, cleanups, and bug fixes; including making the build configuration scripts compatible with automake-1.13. Alan Coopersmith (5): config: Add missing AC_CONFIG_SRCDIR Mark usage() as _X_NORETURN Remove CVS/RCS id tags Print normalized version for X.Org servers, the way xdpyinfo does xfsinfo 1.0.4 Gaetan Nadon (3): config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS man: remove trailing spaces and tabs config: move man pages into their own directory
2013-02-09Bump PKGREVISION from audio/jack.ryoon74-148/+148
2013-02-07Remove workaround for ftp user agentmorr1-3/+1
2013-02-07+ ruby-gnome2-gtk3 ruby-gnome2-gtksourceview3obache1-1/+3
2013-02-07Update ruby-gnome2 to 1.2.1.obache10-6/+89
(and add gtk3, gdk3, gtksourceview3 and gobject-introspection binding). based on PR 47529. == Ruby-GNOME2 1.2.1: 2013-01-30 GTK+ 3 support on Mac OS X release! === Changes ==== Ruby/GLib2 * Improvements * Supported custom sudo prompt on auto native package install. [GitHub:126] [Suggested by Yorick Peterse] * Started to support JRuby. (It is not completed yet.) [GitHub:125] [Reported by vpereira] * Accepted unsigned long int size GType. * Removed DL support. * Don't call deprecated g_type_init() for GLib >= 2.35.1. ==== Ruby/GTK2 * Fixes * Fixed a memory leak related Gtk::TreeIter. [GitHub:128] [Patch by Toshiaki Asai] ==== Ruby/GTK3 * Fixes * Fixed a memory leak related Gtk::TreeIter. [GitHub:128] [Patch by Toshiaki Asai] * Fixed a crash bug caused by symbol conflict with Ruby/GDK3 on Mac OS X. [GitHub:127] [Reported by Sergio Campama] [Helped by Watson] ==== Ruby/GDK3 * Improvements * [windows] Bundled Greybird theme. [Suggested by Regis d'Aubarede] ==== Ruby/GooCanvas * Improvements * Added Goo::Canvas#get_items_at [GitHub:124] [Patch by David Maciejak] ==== Ruby/WebKitGTK * Added ==== Ruby/GtkSourceView3 * Improvements * Supported Windows. === Thanks * David Maciejak * Yorick Peterse * vpereira * Toshiaki Asai * Sergio Campama * Watson * Regis d'Aubarede == Ruby-GNOME2 1.2.0: 2013-01-24 GTK+ 3 support release! === Changes ==== All * Added ruby-gtk3 package. Here is a list: * Ruby/GLib2 * Ruby/ATK * Ruby/Pango * Ruby/GdkPixbuf2 * Ruby/GDK3 * Ruby/GTK3 ==== Ruby/GLib2 * Improvements * Supported custom VALUE <-> GBoxed conversion * Supported VALUE <-> GBoxed conversion by RVAL2GOBJ * Added GLib::Source::REMOVE * Added GLib::Source::CONTINUE * Added rbgobj_make_boxed_raw() * Added GLib::Value for internal use * [windows] Updated to the latest GLib: 2.28.8-1 -> 2.34.3 * Changes * Removed deprecated GLib::Win32.get_package_installation_directory * Removed deprecated GLib::Win32.get_package_installation_subdirectory * Added user_data to RGConvertTable callbacks * rbgobj_convert_define() copies passed RGConvertTable * Removed deprecated G_DEF_FUNDAMENTAL. Use RG_DEF_CONVERSION instead ==== Ruby/GIO2 * Improvements * Installed headers ==== Ruby/ATK * Improvements * [windows] Updated to the latest ATK: 1.32.0 -> 2.6.0 ==== Ruby/Pango * Improvements * [windows] Updated to the latest Pango: 1.28.3 -> 1.32.6 ==== Ruby/GdkPixbuf2 * Improvements * [windows] Updated to the latest gdk-pixbuf: 2.24.0 -> 2.26.5 ==== Ruby/GTK2 * Improvements * Removed needless not copy flag from Allocation * [windows] Updated to the latest GTK+ 2: 2.24.8 -> 2.24.14 ==== Ruby/GDK3 * Improvements * [windows] Supported: 3.6.4 ==== Ruby/GTK3 * Improvements * Removed needless not copy flag from Allocation * [windows] Supported: 3.6.4 ==== Ruby/GObjectIntrospection * Improvements * Supported over loaded method * Supported over loaded constructor * Supported GBoxed object * Supported char * * Supported GInterface * Supported CallableInfo * Supported may be null * Supported union object * Supported not GBoxed struct * Supported out parameter * Supported C array * Added "?" suffix to predicate method name * Supported SourceFunc callback * Supported GValue * Added GObjectIntrospection::Loader.register_boxed_class_converter * Supported inout parameter * Supported binary data array * Changes * ArgInfo#[] -> ArgInfo#get_arg ==== Ruby/CairoGObject * Added ==== Ruby/Clutter * Added ==== Ruby/ClutterGtk * Added == Ruby-GNOME2 1.1.9: 2012-12-29 This is a experimental GObjectIntrospection support release. === Changes ==== Ruby/GLib2 * Improvements * Renamed G_DEF_CLASS4 to G_DEF_CLASS_WITH_PARENT. G_DEF_CLASS4 is still usable but it is deprecated. ==== Ruby/GObjectIntrospection * Added. It is still experimental. == Ruby-GNOME2 1.1.8: 2012-12-19 This is a bug fix release for Ruby 2.0.0. === Changes ==== All * Fixes * Fixed a bug that *.so isn't installed with Ruby 2.0.0. == Ruby-GNOME2 1.1.7: 2012-12-10 This is a package for Windows fix release. === Changes ==== Ruby/GTK2 * Fixes * Bundled GTK+ 2.24.8-1 instead of GTK+ 2.24.10-1. [Reported by Mahoro Shimura] === Thanks * Mahoro Shimura == Ruby-GNOME2 1.1.6: 2012-12-02 This is Ruby 2.0.0 support release! === Changes ==== All * Fixes * Fixed install error on Ruby 2.0.0. [ruby-gnome2-devel-en] Recent Ruby: 'depend' files must be changed [Reported by Carlo E. Prelz] ==== Ruby/GLib2 * Improvements * Improved portability a bit. '$,' is used instead of rb_output_fs. [GktHub:#117] [Reported by Marvin Gülker] ==== Ruby/GIO2 * Fixes * Fixed a crash bug on i386. [Reported by TAKATSU Tomonari] ==== Ruby/GTK2 * Improvements * Added Gtk::TreeModel#iter_root. [GitHub:121] [Patch by dmaciejak] * Added Gtk::TreeModel#iter_next. [GitHub:121] [Patch by dmaciejak] ==== Ruby/GdkPixbuf2 * Fixes * Fixed build errors with old gdk-pixbuf. ==== Ruby/Poppler * Improvements * Added missing required Poppler version. [Suggested by Grant Schoep] [ruby-gnome2-devel-en] poppler, build fails, incorrect required_pkg_config_package? * Fixes * Fixed a wrong package name on Red Hat and Fedora. [Reported by Grant Schoep] [ruby-gnome2-devel-en] poppler, build fails, incorrect required_pkg_config_package? * Changes * Disabled auto Poppler install for Homebrew. It requires --with-glib option but auto install with --with-glib option isn't supported yet. ==== Ruby/GooCanvas * Improvements * Added Goo::Canvas#update. [GitHub:119] [Patch by dmaciejak] * Added Goo::Canvas#request_update. [GitHub:119] [Patch by dmaciejak] * Added Goo::Canvas#convert_from_pixels. [GitHub:123] [Patch by dmaciejak] * Added Goo::Canvas#convert_to_pixels. [GitHub:123] [Patch by dmaciejak] * Added Goo::Canvas#get_item_at. [GitHub:123] [Patch by dmaciejak] * Added Goo::Canvas#bounds. [GitHub:123] [Patch by dmaciejak] ==== Ruby/GStreamer * Improvements * Don't pass -h and --help to GStreamer. [GitHub:#118] [Reported by dmaciejak] === Thanks * TAKATSU Tomonari * dmaciejak * Grant Schoep * Carlo E. Prelz * Marvin Gülker
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin145-281/+290
2013-02-06Disable man pages by default.wiz1-1/+2
2013-02-05Update to 2.4.42:wiz3-22/+6
Alex Deucher (2): radeon: add OLAND family radeon: add OLAND pci ids David Herrmann (1): man: fix manpage build instructions Jesse Barnes (1): intel: add more VLV PCI IDs Maarten Lankhorst (3): nouveau: use @PACKAGE_VERSION@ in libdrm_nouveau.pc libdrm: remove DISTCHECK_CONFIGURE_FLAGS configure.ac: bump version to 2.4.42 for release Michel Dänzer (1): radeon: Fix 1D tiling layout on SI. Thierry Reding (1): man: Fix typo and use $() for make expressions
2013-02-02two more missed jpeg revbumpsdholland1-2/+2
2013-02-01Reset MAINTAINER/OWNER (became observers)wiz2-4/+4
2013-02-01Spell XTHREAD_CPPFLAGS correctly. This is confirmed required on Solaris, sojperkin1-11/+4
remove the XXX comments.
2013-02-01added x11/lxsession (from wip)reed1-1/+2
2013-02-01move from pkgsrc wipreed4-0/+47
(change from wip package: install README) LXSession is the default session manager of LXDE. It is used to start and setup the desktop environment. It can optionally restart crashed programs. It includes a built-in lightweight Xsettings daemon which can configure gtk+ themes, keyboard, and mouse. It also provides a logout program.
2013-01-31* py-numpy should be buildlinke-ed on g95 support platforms only like Makefile.ryoon1-1/+6
2013-01-30Update to 0.28.2:wiz4-20/+19
0.28.2: This stable release in the 0.28 series contains fixes for 64 bit Windows, clang, and PowerPC on MacOS and OpenBSD. 0.28.0: A new major release 0.28.0 of the pixman rendering library is now available. Highlights of this release: * Support for sRGB coded images [Antti Lankila] * New API for fast glyph rendering [Soren Sandmann] * Faster bilinear scaling on iwMMX, Loongson and MMX [Matt Turner] * More fast paths in the MIPS DSPr2 backend [Nemanja Lukic] * Faster scaling in general and on SSE2 in particular [Siarhei Siamashka]
2013-01-30Update to 2.8:wiz3-9/+8
Khaled Hosny (1): Allow Alt R to be used for next group again Mathieu Boespflug (1): Add altwin:swap_alt_win option. Michal Nazarewicz (1): Remove redundant definition in pl(dvp). Parag Nemade (3): Correct the eurosign group to currencysign group Align keymappings in Jhelum keymap with m17n pa-jhelum keymap Add Rupee Sign default on some Indic xkb maps Peter Hutterer (1): =?UTF-8?q?rules:=20remove=20ml=20=E2=86=92=20in(mal)=20ma?= =?UTF-8?q?pping?= Sergey V. Udaltsov (22): Added euro to Polish layout Added Silesian configuration for IBM 142 Italian variant il(lyx) should have proper mapping of numeric keys Added us(workman) More polish on us(workman) Cleanup for descriptions added de(legacy) A couple of missing chars in gr(polytonic), added on levels 3, 4 fixed comment Fixed Congolese layout, 2 missing symbols Removed invalid layout Updated typography symbols Using configure.ac Added pl(colemak) Bumping version before freese - 2.7.99 Forgot to remove the actual ad layout Fixed 2 minor typos (thanks to Alex Shopov) Missing hyphen SunOpen -> XF86Open Updated translations before release Preparing 2.8 Stephan Hilb (1): Always use fake keycode bindings for level3 and level5 javier (8): Update keycodes and geometry for Sun Keyboards Update XKB symbols specific for Sun Keyboards Fix compat for Japanese Sun keyboards Update XKB rules specific for Sun Keyboards Remove tuv layout for Sun Keyboards Add Models and one option for Sun Keyboards Add Sun keyboard layout variants Add sun_type layout variants into base.extras
2013-01-29Update to 1.2.1:wiz2-6/+6
This release adds a "-event" option that can be used to filter which events are printed. For example, to listen only for RandR events, use "xev -event randr". The -event parameter can be specified multiple times. Please see the manual page for the list of available event filters. This release also contains a few code fixes. Aaron Plattner (2): Add a -event parameter to control the event mask xev 1.2.1 Alan Coopersmith (2): Fix clang warnings about converting size_t to int and back again Use strncasecmp instead of a tolower loop & strncmp
2013-01-27Remove nucleo and metisse.wiz25-517/+1
Nucleo doesn't build against any ffmpeg in pkgsrc, and the last release 0.7.6 (this was 0.7.5) is from 2009, so development seems to have stopped.
2013-01-26automake-1.13 compat.wiz3-1/+31
2013-01-26Revbump after graphics/jpeg and textproc/icuadam203-395/+406
2013-01-26Update mlterm to 3.1.7.tsutsui2-6/+6
Changes per doc/en/ReleaseNote: ver 3.1.7 * Support not only bmp formats but also other image formats by mlimgloader (which requires gdk-pixbuf or GDI+) in win32. * "contrast", "gamma" and "brightness" options are available in win32. * Support CSI 22 0..2 t and CSI 23 0..2 t. * Support DCS ... { ... ST. (DECDLD) (http://github.com/saitoha/vim-powerline/tree/drcs works!) * Assign U+10XXYY like drcsterm to DRCS (ESC ( SP XX YY) (0x40 <= XX <= 0x7e, 0x20 <= YY <= 0x7f) (See http://github.com/saitoha/drcsterm) * Remove "title" from configuration protocol. * Support alpha values of icon files if mlterm is built without --with-imagelib=gdk-pixbuf option. * Support UTF8 text for setting the window title by OSC 0 or OSC 2 in win32. * Add --disable-use-tools option (which disables external tools) to configure. * Support alpha mask of sixel graphics. * Support uim and kbd plugin in framebuffer. * Bug fixes: Fix the bug of "button3_behavior" option rejecting "mlclient ..." command. Fix the incorrect parsing of font names which contain digit characters like "Courier 10 Pitch" which was regarded as 10-point size "Courier" font. Adjust the pty size to the screen size in creating a new pty by Ctrl+F2 etc in framebuffer. Revive "contrast", "gamma" and "brightness" options of mlterm built without --with-imagelib option in Linux. Fix segfault in starting mlterm with --pic option in framebuffer. Fix the malfunction of cursor keys in mlcc in cygwin. (Thanks to saitoha san) Fix the bug of saving or restoring cursor in OSC ? 1047 h or OSC ? 1047 l. Exit mlcc to avoid segfault if OSC 5380 doesn't return anything. Fix the bug of unloading fonts which are still used in framebuffer.
2013-01-25Update to 2.4.41:wiz5-29/+23
Alex Deucher (1): radeon: add new SI pci id Ben Skeggs (2): nouveau: disallow pushbuf BOs in multiple memory types nouveau: expose channel engine selection on kepler chipsets Chris Wilson (1): intel: Remove the fence count contributions when clearing relocs David Herrmann (4): man: convert manpages to XML instead of plain troff man: add drm.7 overview page man: add drm-kms overview page man: add drm-memory overview page David Shao (1): intel: Fix missing ETIME on BSD operating systems Jerome Glisse (1): drm/radeon: track global bo name and always return the same Jesse Barnes (1): man: disable man page building until David saves us all Maarten Lankhorst (1): configure.ac: bump version to 2.4.41 for release Marcin Slusarz (1): libdrm_nouveau.pc: don't include I${includedir}/nouveau Maxime Villard (2): libkms: fix memory leak in error path libkms: return -EINVAL on fstat error
2013-01-23+ tktablewiz1-1/+2
2013-01-23Import tktable-2.10nb1 as x11/tktable.wiz6-0/+77
Packaged for wip by othyro. TkTable is a full-featured 2D table widget for Tk. It supports images, embedded windows, varying colors and fonts, and more. Also here is Vu, a Tk widget extension that includes a pie, dial, spinbox and more, and Tile, a themed widget set for Tk.
2013-01-23+ gxmessage.wiz1-1/+2
2013-01-23Import gxmessage-2.20.0 as x11/gxmessage.wiz4-0/+52
Packaged for wip by jihbed and othyro. A GTK2 based xmessage clone, gxmessage tries to be as compatible as possible. You might like it if you're running a mostly GTK desktop.
2013-01-23Update to 1.1.1 based on PR 47475 by Richard Palo.wiz2-9/+8
1.1.1: This minor maintenance release fixes some build configuration issues and some (but not all) compiler warnings. Alan Coopersmith (4): Strip trailing whitespace Add const attribute to domaindir fix gcc -Wwrite-strings warnings Remove freetype2 from PKG_CHECK_MODULES list xfd 1.1.1 Gaetan Nadon (6): config: replace deprecated AC_HELP_STRING with AS_HELP_STRING config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS man: remove trailing spaces and tabs man: replace hard coded man page section with substitution strings config: move man pages into their own directory Use the Automake recommended alternative to AX_DEFINE_DIR 1.1.0: This release adds internationalization support (though with no translations contributed yet), drops Xaw8 support, and accumulates a number of years worth of build configuration improvements and janitorial cleanups. Alan Coopersmith (10): Update man page to better reflect Xft support Add README with pointers to mailing lists, bugzilla, & git Bump xorg-macros requirement to 1.4 for XORG_INSTALL changes Fill in COPYING with notices from source code & man page Integrate gettext support with autotools build system Clean up CFLAGS/LIB settings in configure.ac & Makefile.am Use AM_V_GEN to silence manpage generation too config: upgrade to util-macros 1.8 for additional man page support config: Remove unnecessary calls from configure.ac xfd 1.1.0 Gaetan Nadon (9): .gitignore: use common defaults with custom section # 24239 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 Deploy the new XORG_DEFAULT_OPTIONS #24242 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES configure.ac: use backticks rather than $() for cmd subs config: update and relocate AX_DEFINE_DIR macro config: ignore xfd.po file when gettext is used config: update AC_PREREQ statement to 2.60 James Cloos (4): Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log xaw8 is gone, use xaw7 Jay Hobson (1): Internationalize xfd: Call gettext on strings printed to stderr Jeremy Huddleston (2): Build fix for file systems that are not case sensitive Added missing AM_PROG_CC_C_O Matthieu Herrb (1): Let xfd build on systems without gettext. Paulo Cesar Pereira de Andrade (1): Correct make distcheck and sparse warnings. Peter Breitenlohner (1): enable VPATH build, reorganize app default files
2013-01-23Update to 1.1.1:wiz2-6/+6
This minor maintenance release includes several years of build improvements, cleanups, and bug fixes; including making the build configuration scripts compatible with automake-1.13. Alan Coopersmith (5): config: Add missing AC_CONFIG_SRCDIR Mark usage with _X_NORETURN to quiet -Wmissing-noreturn warning Combine usage message strings Add -version option xsetroot 1.1.1 Gaetan Nadon (4): config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS man: remove trailing spaces and tabs man: replace hard coded man page section with substitution strings config: move man pages into their own directory
2013-01-22Fix build with automake-1.13.ryoon2-1/+20
2013-01-22automake-1.13 compat.wiz4-11/+32
2013-01-21Update to 1.0.5:wiz2-6/+6
Alan Coopersmith (5): Add const attributes to fix gcc -Wwrite-strings warnings unifdef __UNIXOS2__ Replace unbounded strcpy/strcat pairs with snprintf calls config: Add missing AC_CONFIG_SRCDIR rgb 1.0.5 Gaetan Nadon (4): config: remove unrequired AC_SUBST([*_CFLAGS]) config: replace deprecated AC_HELP_STRING with AS_HELP_STRING config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS man: replace hard coded section number (1) and (3) with variables
2013-01-21Update to 1.6.2:wiz3-7/+9
Two man page fixes and a fix to enable generic event copying for raw touch events (using in e.g. XPeekEvent()) Benjamin Tissoires (1): Add missing XI_RawTouch* in XInputCopyCookie Peter Hutterer (3): man: fix formatting issues in XGetDeviceControl(3) man: add generation of missing man pages for XIGrabTouchBegin libXi 1.6.2
2013-01-21Update to 1.0.5:wiz2-6/+6
This minor maintenance release cleans up the build configuration scripts, including making them compatible with automake-1.13, which errors out on the old AM_CONFIG_HEADER macro. Alan Coopersmith (4): Remove dependency on libXaw config: Add missing AC_CONFIG_SRCDIR Remove Xaw mention from README beforelight 1.0.5 Gaetan Nadon (4): config: replace deprecated AC_HELP_STRING with AS_HELP_STRING config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS man: remove trailing spaces and tabs config: move man pages into their own directory
2013-01-21Update to 1.1.4:wiz2-6/+6
This minor maintenance release cleans up the build configuration scripts, including making them compatible with automake-1.13, which errors out on the old AM_CONFIG_HEADER macro. Alan Coopersmith (2): Strip trailing whitespace libXdamage 1.1.4 Fernando Carrijo (1): Purge macros NEED_EVENTS and NEED_REPLIES Gaetan Nadon (3): config: remove AC_PROG_CC as it overrides AC_PROG_C_C99 config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS config: comment, minor upgrade, quote and layout configure.ac
2013-01-21Update to 0.4.4:wiz2-6/+6
This minor maintenance release cleans up the build configuration scripts, including making them compatible with automake-1.13, which errors out on the old AM_CONFIG_HEADER macro. Alan Coopersmith (2): Strip trailing whitespace libXcomposite 0.4.4 Gaetan Nadon (3): config: remove AC_PROG_CC as it overrides AC_PROG_C_C99 config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS config: comment, minor upgrade, quote and layout configure.ac
2013-01-21Update to 1.0.1:wiz2-6/+6
Alan Coopersmith (3): renamed: .cvsignore -> .gitignore Add README with pointers to mailing list, bugzilla & git repos Add note about XTrap history & deprecation to README James Cloos (2): Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log Jamey Sharp (1): SyncHandle must not be called with the Display lock held. Jeremy Huddleston Sequoia (3): configure.ac: Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER for automake 1.13 configure.ac: foreign and use XORG_COMPILER_FLAGS configure.ac: 1.0.1 Matthieu Herrb (1): nuke RCS Ids Paulo Cesar Pereira de Andrade (1): Janitor: ansification, make distcheck, compiler warnings. Thomas Klausner (2): Fix memset usage. Remove unnecessary memset return value casts to void.
2013-01-21Update to 1.0.4:wiz2-6/+6
This minor maintenance release includes several years of build improvements, cleanups, and bug fixes; including making the build configuration scripts compatible with automake-1.13. Alan Coopersmith (2): config: Add missing AC_CONFIG_SRCDIR xmessage 1.0.4 Gaetan Nadon (9): config: update AC_PREREQ statement to 2.60 config: upgrade to util-macros 1.8 for additional man page support config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS config: remove AC_PROG_CC as it overrides AC_PROG_C_C99 config: replace deprecated AC_HELP_STRING with AS_HELP_STRING config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS man: remove trailing spaces and tabs man: replace hard coded man page section with substitution strings config: move man pages into their own directory Julien Cristau (1): man: point to the X manpage for more command line options
2013-01-21Update to 1.0.5:wiz2-6/+6
This minor maintenance release includes general cleanups, including making the build configuration scripts compatible with automake-1.13, which errors out on the old AM_CONFIG_HEADER macro. Alan Coopersmith (3): Remove obsolete ISC support Use lrint() from math library if available xmag 1.0.5 Gaetan Nadon (4): config: replace deprecated AC_HELP_STRING with AS_HELP_STRING config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS man: remove trailing spaces and tabs config: move man pages into their own directory