summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
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
2013-01-21Update to 1.0.5: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 (8): Strip trailing whitespace Remove old Xorg & XFree86 CVS version tags Mark functions _X_NORETURN that gcc warnings suggest unifdef umips unifdef CRAY unifdef -U__UNIXOS2__ Fix implicit conversion from size_t to int warnings in Deiconified() xconsole 1.0.5 Arvind Umrao (1): Open /dev/console with NOCTTY and O_NONBLOCK flags Eric S. Raymond (1): Don't rely on being able to set tab stops. Gaetan Nadon (4): config: replace deprecated AC_HELP_STRING with AS_HELP_STRING config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS man: replace hard coded man page section with substitution strings config: move man pages into their own directory Jeremy Huddleston (1): Require xt >= 1.0 for appdefaultdir
2013-01-21Update to 1.0.5:wiz2-6/+6
This minor maintenance release includes a couple years of build improvements, cleanups, and bug fixes. Alan Coopersmith (3): Add const to parse_double() args to fix gcc -Wwrite-strings warnings Strip trailing whitespace xcalc 1.0.5 Eric S. Raymond (1): Use table markup rather than tab stops. Aids DocBook translation. Gaetan Nadon (4): config: replace deprecated AC_HELP_STRING with AS_HELP_STRING 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-21Update to 1.0.4:wiz2-7/+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 (1): viewres 1.0.4 Eric S. Raymond (1): Eliminate use of tab stops. Helps with structural translation to DocBook. 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-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 (5): Replace local checks for gcc with _X_NORETURN from xproto 7.0.17 Add const qualifiers to fix gcc -Wwrite-strings warnings Mark a couple parameters as unused to silence compiler warnings Fix some 64-bit vs. 32-bit conversion errors ico 1.0.4 Gaetan Nadon (2): config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS config: move man pages into their own directory
2013-01-21Update to 288:wiz2-6/+6
This release fixes issues found by Coverity and adds other small bugfixes and code cleanup.
2013-01-21Update to 1.0.6: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): Remove Xorg/XFree86 CVS/RCS id tags editres 1.0.6 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-01-21Fix patch-configure in distinfo.morr1-2/+2
For PR 47478.
2013-01-20Update patches too2morr1-5/+5
2013-01-20Update patches toomorr4-38/+9
2013-01-20Update to version 9.16.morr3-13/+37
Changes: 9.16 Thu Dec 27 11:56:43 CET 2012 - the "so much new stuff your eyes will pop out" release. - INCOMPATIBLE CHANGE: renamed urlLauncher resource to url-launcher. - fix processing of DEC private mode save sequences (patch by Patrick Hemmer). - perl extensions now have their own manpages, installed as urxvt-NAME(1), e.g. urxvt-background(1) - see urxvt-extensions(1) for a list. - fix disabling of cursor blink with the option-popup menu (based on a patch by Jan Larres). - the font height is not augmented anymore when lineSpace is non zero. - fix "new pagemap" vs. "delete pagemap" mismatch ([] vs. non-[]), as diagnosed by clang. - fix height mismatch between active and inactive cursor when lineSpace is non zero (patch by Stanislav Seletskiy). - make it compile with LOCAL_X_IS_UNIX again (reported by nickfailure@gmail.com). - completely redone background pixmap support - users can now specify arbitrary expressions (And programs) that calculate new terminal backgrounds. see the urxvt-background manpage for details. - xrender is now required for background pixmap support. - perl extensions can now provide commandline switches and resources which show up in -help etc. - iso14755 51 mode window now displays row and column. - implement a -visual switch and move that and -depth to frills, also warn when we can't get the requested visual. - new env variable: RXVT_PERL_LIB. - allocate all screen memory in one go and let the virtual memory subsystem sort it out. this simplifies code, improves access locality, saves a bit of ram and makes things a bit faster, too. - remove support for libafterimage. - update to CVS version of libev, for a whopping 11kb size decrease. - do not ship yet another copy of ecb.h, use the one in libev or libptytty instead. - selectively mark some methods as cache-hot/cache cold, which might speed up execution but definitely decreases codesize. - Fix regression that prevented the scrollbar trough color from being applied (reported by Derek B. Noonburg). - Fix the scrollbar size for rxvt style (patch by Mark Robinson). pkgsrc changes: workaround for broken webserver, which doesn't allow fetching without User-Agent.
2013-01-19Missing buildlink3s for x11/xlt.riastradh1-2/+4
2013-01-19Missing buildlink3s for x11/mxterm.riastradh1-2/+5
2013-01-19Missing buildlink3s for x11/XmHTML.riastradh1-2/+8
2013-01-19Update to 0.9916. From the changelog:schmonz3-7/+33
- put correct version check around wxLogChain::DetachOldLog - fixed paper type tests in ext/print/09_paper.t - fix bug for wxMac and wxwidgets 2.9.4+ in cpp/app.h - add some missing aui events - Wx::StyledTextCtrl additions for 2.9.4 - wxLog functions for 2.9.x added - wrapped wxRearrangeCtrl - added start of Wx::PerlTest - to aid documentation and examples - Additions for Wx::XSP::* classes - wrapped wxEventFilter for 2.9.3 + - updated missing Wx::App methods for 2.9.4 + - added wxEvtHandler::ProcessEventLocally for 2.9.1+ - added some absent wxWindow methods - updated wxTopLevelWindow - added wxFrame::ProcessCommand - wrapped wxListCtrl::SetItemPtrData. - updated to use sv_magicext / mg_findext so external modules do not stomp on our magic. - updated wxListView so that LC_VIRTUAL style works. - set wxListCtrl full constructor to create evthandler. - updated Wx::Ribbon controls for 2.9.4 interface + tool/button 'Add' and 'Insert' methods now return objects as described in the docs instead of int id's. - added SetClientData to PGProperty and PropertyGridInterface - Wx::ToolBar->SetClientData now deletes any prior set Wx::Object - wxDataViewListCtrl and wxDataViewListStore - fix ClientData for >= 2.9.4 - /usr/local/lib needs removing from LD:DL:FLAGS on all *nix types - nostdinc now removed from any flags on MacOSX - Fixed handling of asserts and debug level > 0 on wxWidgets >= 2.9.3 - Added wxApp::OnAssertFailure pkgsrc changes: - Don't let extra Mac stuff not in the PLIST get built on Darwin.
2013-01-17Use more static. Fix return typesjoerg2-1/+48
2013-01-17Include uvm/uvm_extern.h and sys/resource.h on NetBSD as needed.joerg4-4/+39
2013-01-15Clean up libXaw handling. [1/2]morr18-198/+52
- remove LIBXAW variable. It is handled by buildlink3.mk now - simplify patches and Makefile in packages using libXaw - in some cases force use of Xaw3d (won't build with Xaw) - replace some directly included of x11/Xaw3d with mk/xaw.buildlink3.mk In next part: - replace more includes with mk/xaw.buildlink3.mk
2013-01-15Include sys/resource.h and uvm/uvm_extern.h for NetBSD/current.joerg4-22/+58
Requires _KMEMUSER as well on NetBSD.
2013-01-15Include sys/vmmeter.h and uvm/uvm_extern.h on NetBSD/current.joerg3-1/+38
2013-01-11Default values go into the class declaration, not the implementation.joerg2-1/+24
2013-01-11Prefer bsdtar (in-tree) over external GPL3 gtar.joerg2-5/+5
2013-01-11Uses deprecated APIsjoerg2-1/+17
2013-01-09Update gtk3 to 3.6.4prlw12-6/+6
Changes in 3.6.4: * Bug fixes: 691186 stylecontext: Make font hack not crash Changes in 3.6.3: * The Wayland backend works with Wayland 1.0.0 now * Bug fixes: 132333 Can't add a palette to the dialog of a color button 371034 Doc for gtk_file_chooser_get_filename: Is the resulting... 548793 funny pattern for iterating GtkTreeModel 577806 gtk_file_chooser_add_shortcut_folder adds duplicates of... 626499 GtkClipboard unnotified on change of OS X pasteboard owner 668239 texts disappear when notebook switch page at zh_CN locate! 672193 windows (including menus) shown multiple times don't ge... 677339 GTK+ 3 documentation wrong about GtkWidget scroll-event... 683072 Print dialog shows cryptic status message and displays ... 687065 InstallableOptions is not filtered in cups backend 687816 GtkTreeView does not draw correctly since commit aaedc7b6 688710 [PATCH] Splash screens shouldn't stay on top of all app... 688884 Typo in gtk_tree_view_set_tooltip_column documentation 689235 Broken function declarations corrupt the stack on windows 690266 Freeze with F10/Shift-F10 on submenus Win32: Avoid infinite recursion in the ime input module Quartz: Fixes for splashscreen and tooltip windows * Translation updates: Dutch German Gujarati Tamil Uyghur
2013-01-08x11/xfce4-terminal: PR#46926 PR#45448 Fix 100% CPU usagemarino3-3/+82
Patch provided by Dave Tyson has multiple confirmations that it fixes the issue of 100% CPU usage simply from opening terminal window.
2012-12-30Update REPLACE_PERL line; set perl USE_TOOLS to perl:run because thedholland1-3/+4
perl script is installed. Fixes build failure. Bump PKGREVISION.
2012-12-27Fix build on Solaris.ryoon1-1/+2
2012-12-27Fix build on Solaris.ryoon1-1/+3
2012-12-25Fix inline use.joerg3-1/+53
2012-12-24Disable return warning for Clang.joerg1-1/+7
2012-12-24Fix void usage. Follow one patch per file rule.joerg4-18/+52
2012-12-22x11/clipit: USE_TOOLS+= msgfmtmarino1-2/+2