summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2002-07-12Make sure we find the freetype2 headers.skrll1-1/+3
Should fix pkg/17464 from oki@netbsd.org.
2002-07-11Finish move of gnome package to meta-pkgs.wiz4-52/+1
2002-07-11Add and enable "xbindkeys-config" package. This fixes PR pkg/17293 bytron1-1/+2
Julio Merino.
2002-07-11Undo accidental import of "xbindkeys-config" package into the wrongtron1-29/+0
directory.
2002-07-11Import new "xbindkeys-config" package:tron5-0/+55
Tool to configure xbindkeys graphically This package was contributed by Julio Merino in PR pkg/17293.
2002-07-11Import new "xbindkeys-config" package:tron3-8/+35
Tool to configure xbindkeys graphically This package was contributed by Julio Merino in PR pkg/17293.
2002-07-10Update MASTER_SITES and HOMEPAGE.mycroft1-3/+3
2002-07-04use openpty() on netbsd. PR 17478itojun3-1/+41
2002-07-03Move a whole bunch of files from ${PREFIX}/etc/gtk to ${PREFIX}/share/gtkjschauma2-55/+57
as suggested and using the patches provided in pkg/16964 by Julio Merino (jmmv at hispabsd dot org). Bump PKGREVISION. This closes PR pkg/16964.
2002-07-03update to gtk2+-2.0.5dmcmahill9-84/+56
this is a bug fix only release with compatibility with previous 2.0.* releases. Changes are: Overview of Changes in GTK+ 2.0.5 ================================= * Fix a wrong assertion that broke gtk_file_selection_set_filename(); also another fix from testing this function with non-UTF-8 filenames. * Fix incorrect property notification in GtkTextView. [James M. Cape] Overview of Changes in GTK+ 2.0.4 ================================= * Fix a number of types which were registered with the type system with the wrong names [James Henstridge, Jonathan Blandford] * Support missing data types in GtkList/TreeStore [Daniel Elstner] * Misc GtkTreeView bug fixes [Dave Camp, Jonathan, Daniel Elstner, Josh Parsons] * Drag and drop fixes, including a stuck grab. [Dave, Thomas Leonard, Owen Taylor] * Calculate screen size on win32 from the "logical DPI" [Joaquin Cuenca Abela, Tor Lillqvist] * Misc Win32 bug fixes. [Florent Duguet, Torn] * Fix theme changes for GtkMenu [Soeren Sandmann] * Fix gdk_pixbuf_from_drawable() for big endian. [Federico Mena Quintero] * Fix encoding handling for gtk_file_selection_set_filename() [Sebastian Ritau, Owen] * Fix crash with DND, Qt and Metacity [Cha Young-Ho, Havoc, Owen] * Fixes for DirectColor visuals [Shivaram Upadhyayula] * Memory leak and UMR fixes [Michael Meeks, Matthias Clasen, Valgrind] * Misc bug fixes * Updated translations (ca,cs,da,es,et,fr,ms,nl,pl,pt,pt_BR,ru,sv) Other contributors: Nicholas Allen, Jacob Berkman, Remus Draica, Nano Golveia, Tim Janik, Sergey Kuzminov, George Lebl, Garrett Lesage, Robin Lu, Timo Meinen, Michel Selten, Boris Shingarov, Jeff Waugh Overview of Changes in GTK+ 2.0.3 ================================= * GtkTreeView fixes (Jonathan Blandford, Kristian Rietveld, Daniel Elstner) * Improve GdkRGB support for low color depths (Tor Lillqvist). * Tweak F10 behavior to focus GtkMenuBar. (Owen Taylor) * Include internal children when focusing. (Jonathan) * Win32 fixes (Tor Lillqvist, David Sterba) * Allow use of a pixmap as the drawable in gdk_pixmap_new(). (Kristian) * GdkPixbuf fixes (Matthias Clasen, Michael Natterer, Federico Mena Quintero) * GtkMenu fixes. (Soeren Sandmann) * Find gdk-pixbuf-csource when cross-compiling. (Michael Natterer) * Misc input-method related fixes (Yao Zhang, Federico) * Fix stuck grab during DND. (Dave Camp, Owen) * Remove in-bevel from scrolled-offscreen menus. (Ettore Perazzoli) * Various plug/socket fixes (Owen, Padraig O'Briain, Dave Camp, Michael Meeks) * Handle Xlib internal connections (HideToshi Tajima) * Many miscellaneous bug fixes. Other contributors: Jacob Berkman, Abigail Brady, Rich Burridge, Anders Carlsson, Murray Cumming, Nalin Dahyabhai, James Henstridge, David Highley, Ben Liblitt, Tim Janik, Bill Jannsen, Lauris Kaplinski, Sergey Kuzminov, Alex Larsson, Sven Neumann, Havoc Pennington, Gareth Pearce, Simon Floery, Thomas Leonard, Detlef Reichl, Martin Schulze, Christophe Saout, Timo Sirainen, Graham Swallow.
2002-07-02NO_CHECKSUM is superfluous.wiz1-2/+1
2002-07-02sort -> ${SORT}wiz1-3/+3
2002-07-02Fix RCS Id.wiz1-1/+1
2002-07-02Add RCS Id.wiz1-1/+1
2002-07-02Complete the move of ttmkfdir from x11 to fonts.wiz7-75/+1
2002-07-02Add RCS Id.wiz1-0/+1
2002-07-01Don't try to install a file which hasn't been generated. Sync PLIST.agc3-3/+16
2002-06-28Make this package xpkgwedge-friendlyagc1-17/+17
Make sure we pick up the correct formatting utilities by prefixing the correct directory into the path. Minor whitespace corrections
2002-06-28Make this package install properly in the presence of xpkgwedgeagc1-8/+8
2002-06-28Add a missing `$'.seb1-2/+2
2002-06-27The KDED_WORKAROUND bit got lost somewhere. Thanks to Stoned Elipot forskrll1-4/+4
pointing it out.
2002-06-27Fix more {kde_module,lib}_LTLIBRARIES lossage.skrll6-6/+123
2002-06-27Remove the commented out stuff.skrll1-11/+1
2002-06-26Add Cups conditional PLIST entries.markd1-1/+16
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb4-100/+100
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-25Fix more kde_module/lib problems. The most obvious example of this was theskrll9-11/+150
"There was an error loading the module Navigation Panel." when loading konqueror.
2002-06-25kdeaddons3 and kdeartwork3 now available.markd1-3/+3
2002-06-22Workaround a gcc codegen bug on sparc64 (surprise, surprise) by using nojlam3-24/+81
optimization on sparc64. Fix from pkg/15477 by Lloyd Parkes <lloyd@must-have-coffee.gen.nz>.
2002-06-20Several missing files.uebayasi1-1/+5
2002-06-19Update to 2.5.0.uebayasi3-10/+27
* gdk-pixbuf as well as imlib is supported.(Thanks to Minami Hirokazu san) * mlterm can be built in other directories than the source tree. (Thanks to Nakada Nobuyoshi san) * BCE is supported. * mlterm is separated into vt100 core functions(mlterm/) and x window system specific functions(xwindow/), and mlterm window can be revived even if it is destroyed by a window manager. * UCS4 is used internally even if --enable-ucs4 option is not specified. * <KEY>=<OUTPUT STRING> format is supported in key config file. * mlcc is added. (Thanks to Minami Hirokazu san) * extra scrollbar plugins(athena,motif,mozmodern,next) are added. (Thanks to Sato Seiichi san) * 16 color support. * And many minor bugs are fixed.
2002-06-17Add patches from Rui-Xiang Guo <rxg@ms25.url.com.tw> on netbsd-help mailingagc2-1/+78
list which allow Eterm to compile on -current (utmpx changes).
2002-06-17Directory fixes.skrll1-3/+4
2002-06-17Handle share/kde/config/kdm/kdmsts properly. Add some more directories toskrll1-2/+4
clean up.
2002-06-17add and enable wx1Motifdmcmahill1-1/+2
2002-06-17initial import of wx1Motif-1.68edmcmahill15-0/+421
A Motif-based implementation of the wxWindows cross-platform GUI library. wxWindows is a set of libraries that allows C++ applications to compile and run on several different types of computer, with minimal source code changes. There is one library per supported GUI. pkg provided in PR pkg/14737 by collver@linuxfreemail.com with some fixes for alpha by me.
2002-06-16Add and enable xclip.cjep1-1/+2
2002-06-16Initial import of xclip 0.08 into the NetBSD packages collection ascjep4-0/+27
x11/xclip. xclip provides a command line interface to the X windows clipboard. Supplied by Sergey Svishchev in PR#17279. Thanks!
2002-06-16One of the utilities in this package uses wish.cjep1-1/+2
2002-06-15remove a comma.cjep1-1/+1
2002-06-15Add and enable xbindkeys.cjep1-1/+2
2002-06-15Initial import of xbindkeys 1.5.5 into the NetBSD packages collectioncjep4-0/+30
as x11/xbindkeys. xbindkeys is a program that allows you to launch shell commands with your keyboard or your mouse under X Windows. It links commands to keys or mouse buttons using a configuration file. It's independent of the window manager and can capture all keyboard keys (ex: Power, Wake...). Supplied by Julio Merino in PR#17263. Thanks!
2002-06-13s/--without-mesagl/--without-mesa/. noted on my X-terminal without GLXlukem1-2/+2
2002-06-13Updated xpmroot to 2.4.8 (to match the current fvwm2 version). There aremartti2-5/+5
no changes in the xpmroot code...
2002-06-10+ttmkfdirdrochner1-1/+2
2002-06-10import the "ttmkfdir" tool which appears to be the missing link to getdrochner6-0/+73
TrueType fonts working directly with X (w/o xfstt).
2002-06-10Allow memorysize as an option in UNLIMIT_RESOURCE.skrll1-2/+2
Use it in kdelibs3. This closes pkg/17164 from Eric Jacoboni <jaco@scrogneugneu.org>
2002-06-09Delete ruby14-tk package. It is time to retire now.taca5-74/+0
2002-06-09Disable and delete ruby14-tk package. It is time to retire now.taca1-2/+1
2002-06-07Now that KDE3 is out, the KDE 2.2.2 source files have moved on the KDEcjep1-4/+4
master site. Fixes PR#17187 from Lloyd Parkes.
2002-06-05kdegraphics3 is available now.skrll1-2/+2