summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2008-01-16Force version 0.9.4 of renderproto as dependency. Bump revisionjoerg2-4/+4
of modular-xorg-server to accompany this.
2008-01-15Fix dependency.joerg1-1/+3
2008-01-15Update to 1.0.4:wiz3-24/+6
Alan Coopersmith: Add hooks for checking sources with tools like lint & sparse Clear sparse warnings: Using plain integer as NULL pointer Coverity #52: Dead code in get_os_name() Version bump: 1.0.4 James Cloos: Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log
2008-01-15Prepare for localisation by including gettext dependency.joerg1-1/+2
2008-01-15Update to 1.4.9:wiz2-6/+6
James Cloos (1): Add *~ to .gitignore to skip patch/emacs droppings Kristian Høgsberg (2): Add proto structs for GLX_SGIX_pbuffer. Bump to 1.4.9 so we can depend on SGI pbuffer structs.
2008-01-15Update to 1.2.3:wiz2-6/+6
This release fixes a bug where the mouse pointer was confined to one screen in non-RandR dual head mode (aka "zaphod mode"). Daniel Drake (1): Bug #11089: xf86-input-mouse COPYING file Fredrik Rinnestam (1): Bug #12145: Don't confine the pointer to one screen in zaphod mode. Tilman Sauerbeck (1): Bumped version to 1.2.3.
2008-01-15Update to 1.2.2:wiz2-6/+6
This release fixes the driver for the new input-hotplug support in xserver 1.4. The two interim releases (1.2.0 and 1.2.1) never got tagged and released, so this is the next version after 1.1.1. Alan Coopersmith (6): Update Solaris port to work with os layer move into kbd driver renamed: .cvsignore -> .gitignore Update key mappings before we walk them looking for modifiers, not after Remove old wrappers used for sharing code between keyboard & kbd drivers Sun bug 6312042: Preserve NumLock & CapsLock state on Xorg startup Remove unused variables Daniel Stone (5): move os keyboard layer into kbd driver, remove legacy keyboard driver add xf86OSKbd.h to build system, _SOURCES -> _SRCS bump to 1.2.1 add xf86Keymap.h, fix _SOURCES -> _SRCS in Makefile.am don't release keys on newer servers Eric Anholt (2): Bug #9748: Include GPL license by Rik Faith for some lnx_kbd.c contents. Bump version to 1.2.2 for release. Julien Cristau (1): Keep module version up-to-date using PACKAGE_VERSION_* Samuel Thibault (1): Fix key led update
2008-01-15Update to 1.0.2, changes undocumented.wiz2-6/+6
2008-01-15Update to 2.0.3, changes undocumented.wiz3-8/+8
2008-01-15Update to 1.0.3:wiz2-6/+6
Version bump: 1.0.3 libXtst man pages generation fails if srcdir != builddir
2008-01-15Update to 3.5.7, changes undocumented.wiz2-6/+6
2008-01-15Update to 1.1.9:wiz3-7/+38
Changes undocumented, but many more man pages installed.
2008-01-15Update to 1.0.4:wiz3-11/+11
Version bump: 1.0.4 Bug #9649: Bad markup on XAw.3x X.Org Bugzilla #9649 <https://bugs.freedesktop.org/show_bug.cgi?id=9649> Bug #11091: libXaw COPYING file X.Org Bugzilla #11091 <https://bugs.freedesktop.org/show_bug.cgi?id=11091> Attachment #10122 <https://bugs.freedesktop.org/attachment.cgi?id=10122> Use iswalnum() if it's present as a function, not just if it's #defined Also fixes X.Org bugzilla #8564
2008-01-15Update to 0.9.4, changes undocumented.wiz2-6/+6
2008-01-15Update to 0.9.3:wiz3-7/+9
Update package version number for final X11R7 release candidate. (more?)
2008-01-15Update to 1.0.4:wiz2-6/+6
Version bump: 1.0.4 Add $(AM_CFLAGS) to lint flags to get correct Xtrans flags Replace many malloc(strlen()); strcpy() pairs with strdup() Provide ANSI C prototypes for more static functions Convert authutil.c static helpers to ANSI C prototypes to clear sparse warnings Add hooks for checking source code with lint/sparse/etc. Coverity #1086: Double free of pointer "*listenObjsRet" Same bug, different function. Coverity #1085: Double free of pointer "*listenObjsRet" If malloc failed in the loop in IceListenForConnections, the error path would free all previous allocations, then loop around and try again, and if it failed again, free the previous allocations again. On the other hand, if it succeeded on the later tries, then the memory would just be leaked, since the error would be returned and not the pointer to them. Add *~ to .gitignore to skip emacs/patch droppings
2008-01-15Update 7.0.11:wiz2-6/+6
bump to 7.0.11 Describe what XF86XK_Display does (or now is meant to do). Add dead_abovecomma and dead_abovereversedcomma Also added aliases dead_psili and dead_dasia. The UCS unifies Combining Psili and Combining Dasia with Combining Comma Above and Combining Reversed Comma Above. These two aliases mirror that unification. Comment on the new locations of the files referenced in keysymdef.h keysymdef.h has a comment from the monolithic days suggesting that the file be kept in sync with mappings inxc/lib/X11/KeyBind.c and the protocol specication in xc/doc/specs/XProtocol/X11.keysyms. This commit adds pointers to the new locations of those two files. Add *~ to .gitignore to skip patch/emacs droppings bcopy needs definition in Xfuncs.h for Xming Added some more files to .gitignore. Enable GCC's visibility attributes on GCC 4 or greater only. Add keysym definitions from Jim Gettys.
2008-01-15Define APP_MAN_SUFFIX=1 in the configure environment (like otherreed1-1/+3
Xorg packages). This fixes problem on some platforms, like Linux, where it installs as 1x by default. This problem was fixed upstream long ago. But new source tarballs have not been released after being generated with the newer autoconf macro improvements.
2008-01-15Current maintainer is on sourceforge.obache2-8/+7
(*.bz2 archive isn't avaiable now, switch to *.gz).
2008-01-15Update HOMEPAGE and MASTER_SITES.obache1-3/+3
2008-01-15Update HOMEPAGE and MASTER_SITES to sourceforge.obache1-3/+3
2008-01-15Update HOMEPAGE and MASTER_SITES.obache1-8/+12
Add DESTDIR support. Add modular X support.
2008-01-15Change an #ifdef hpux to #ifdef __hpux.tnn2-3/+12
This makes unix socket transport work.
2008-01-14... wrong patch, this one has the final #endiftnn2-4/+7
2008-01-14HP-UX is icky in that EAGAIN != EWOULDBLOCK and select(2) can return bothtnn2-1/+17
things. Fortunately libX11 has code to handle this already. Enable it for HP-UX.
2008-01-14INSTALL.openwin was removed; unbork the build.tnn1-19/+1
2008-01-13Added a patch for sunpro.rillig2-5/+17
2008-01-12Fix accidently broken patch.joerg2-12/+3
2008-01-12Add missing checksum for patch-ac (hi Blair!)tnn1-1/+2
2008-01-12Remove gmakeism from Linux rules.joerg3-6/+17
2008-01-12Remove the MESSAGE.Solaris and INSTALL.openwin.reed2-50/+0
The INSTALL.openwin is broken. I reported on December 1 that it create a broken INSTALL script. The SunOS check was commented out in pkgsrc/x11/xterm/Makefile revision 1.37. It looks like it was accidently committed as it has nothing to do with the log message. This caused the INSTALL.openwin stuff to be used on non-SunOS systems. That INSTALL.openwin support is broken anyways. The sed changed @PREFIX@ but that was not used.
2008-01-11update to 2.20.0drochner3-9/+19
changes: * Add information to support bug-buddy * Enable session persistence under D-BUS * Remove erroneous line from help * Updated translations
2008-01-11update to 2.20.1drochner4-15/+102
changes: -fixed a menory leak -translation updates
2008-01-11update to 2.20.3drochner3-8/+13
changes: -bugfixes -Add more default keybindings for otherwise unbound keys -translation updates
2008-01-11update to 2.20.3drochner2-6/+6
change: version bump for 2.20.3 release
2008-01-11update to 2.20.3drochner4-18/+29
changes: -bugfixes -translation updates
2008-01-11update to 2.20.3drochner2-7/+6
changes: translation updates
2008-01-11update to 2.20.3drochner2-6/+6
changes: translation updates
2008-01-11update to 2.18.4drochner2-6/+6
changes: -bugdix -translation update
2008-01-11update to 0.16.12drochner2-6/+6
changes: minor fixes
2008-01-09Update to gtk2-2.12.5.tnn2-6/+6
This release fixes an incomplete icon cache that was accidentally shipped in 2.12.4. Noted by wiz@
2008-01-09Update to 0.3.1.reed5-26/+30
Improve COMMENT. Change configure argument from --with-xawm to --with-xaw3d. Add to BUILD_DEFS. (NOTE: I am updating misc/siag also.) Changelog has: 070830 Two patches from Pascal Terjan fixes buffer overflows in MwXFilesel.c and MwXFormat.c. Released 0.3.1. 040108 Added John Cwikla's XCC code. Prepended Mw to all files and external symbols. This adds "Color Contexts" which allow easy colour management with any visual. Anything within Mowitz that calls MwAllocColor or MwQueryColor will be rewritten to use color contexts instead. 030919 Cleaned up the code for release. Released 0.3.0. 030304 New widget in MwApplicationShell.c is subclassed from applicationShellWidgetClass, but has callbacks for OffiX and Xdnd drops. 030209 MwMenu.c: catch X errors in XGrabButton. Needed for OpenWindows, discovered by James B. Hiller <jhiller@visi.net>. Released 0.2.3. 030128 Changed malloc to MwMalloc, realloc to MwRealloc and free to MwFree in MwRudegrid.c.
2008-01-09update to 2.12.1drochner3-7/+8
changes: misc fixes
2008-01-09Add patch so that pixbuf fast paths are not used when the sourcebjs2-2/+36
picture has alpha. Fixes freedesktop.org bugzilla bug #13650. Bump rev.
2008-01-09Update to gtk2-2.12.4.tnn2-6/+6
Overview of Changes from GTK+ 2.12.3 to 2.12.4 ============================================== * Bugs fixed: 494667 gdkpixloader jpeg loader problems with some files 496546 Tooltips may crashe because a window is destroyed 503824 gtk_paned_find_neighbours aborts with assertion failure 388321 gtk_notebook_remove_tab_label 503190 Doesn't build with directfb >= 1.0 491847 gtk-builder-convert --root option doesn't work for GtkWin... 492977 Setup autorelease pool automatically in each mainloop ite... 499951 GtkAssistant remove_page may leave current_page as a dang... 502250 Leak in gtkfilechooserdefault.c:shortcuts_reload_icons() 503569 Leak in GtkTreeViewColumn 504753 Destroyed subviews are not removed from the view hierarchy 504804 Typo in TEST_EXPAND_ROW signal 504984 Problems with hiding/showing transient windows 505708 compatibility macros for signals has wrong type. 506107 mem leak in print dialogue 502850 gtk-builder-convert program not found 504749 gtk-builder-convert and GtkMenu
2008-01-08Dont default QT_NO_DBUS to on in qconfig.h to be consistent with qt4-qdbusmarkd4-3/+22
package. (and therefore set it explicitly in qt4-tools) Bump PKGREVISION of qt4-libs.
2008-01-07Fix build on NetBSD < 4.0.ghen2-6/+6
2008-01-07Unbreak build of a lot of X11 packages on systems which use native X11tron7-49/+7
(e.g. NetBSD with bundled XFree86). Checking whether "X11_TYPE" is "xorg" is obsolete and *not* equivalent to checking whether we are not using modular X.org.
2008-01-06+ dmenu.ghen1-1/+2
2008-01-06Import dmenu-3.4 from www.suckless.org.ghen5-0/+57
dmenu is a generic menu for X, originally designed for wm/dwm, now used by wm/wmii. It manages huge amounts (up to 10.000 and more) of user defined menu items efficiently.