summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2002-12-31Mechanical conversion to use java-vm.mk.jlam1-1/+2
2002-12-31Update mlterm to 2.6.2.uebayasi2-5/+5
Along with many bug fixes, the following sequence are newly supported. * ESC [ x * ESC [ S * ESC [ T * ESC [ I * ESC [ Z
2002-12-30Supply path to "openldap" installation explicitly to the "configure"tron1-9/+8
script which should fix build problems observed during bulk builds.
2002-12-30Include buildlink2 glue code for "Mesa" and "gtk" to fix the Mesa detectiontron1-1/+4
in e.g. the "gnome-python" package
2002-12-28Update to latest version 1.0 using patches provided by Jeremey C. Reedjschauma10-142/+115
(reed at reedmedia dot net) in <Pine.LNX.4.43.0212260432280.22292-100000@pilchuck.reedmedia.net> to tech-pkg. xforms is now LGPL. Changes: V1.0RC6.1 November 19, 2002 o. Fixed early tooltip hide causing recursive fl_free_forms() entry. o. Fixed typo in `lib/Imakefile'. V1.0RC6 November 16, 2002 o. TabFolder coordinate update corrected. (Angus Leeming) o. Tooltips could be orphaned when form hidden. (Angus Leeming) V1.0RC5.2 October 2, 2002 o. Documented `InstallNonstandard' procedure. V1.0RC5.1 October 1, 2002 o. Mac OS X build support. V1.0RC3 June 5, 2002 o. Fixed condition in forms.c preventing use of cursor keys. o. Fumigated with -Wall, eliminating all complaints in xforms sources. V1.0RC2 June 1, 2002 o. Picked up some missing prototypes in `flimage.h'. o. Deleted fl_snprintf() with snprintf() and changed all references thereto. Added a new library for those lacking the latter function, filched from the SpamAssassin distributon, of all things. Had to hack it a bit to get it to work. Others, on other systems, may have to as well. V1.0RC1 May 30, 2002 o. Very minor API changes. `FL_ERROR_FUNC' has been typedef'd for fl_set_error_handler() function. `FL_VAL_FILTER' has also been typedef'd for use by fl_set_{counter,slider}_filter(). Neither of these changes should affect much of anything. o. The flimage functions are in their own library now: libflimage. They should be usable standalone, but I have not had an opportunity to test them. o. The OpenGL functions are in their own library now: libformsGL fl_add_glcanvas() and its ilk live there. Application build scripts/ Makefiles should include -lformsGL. o. The Xpm library is no longer built or distributed with XForms. o. The majority of the function prototypes in `forms.h' have been expanded to include variable names. o. various bug fixes.
2002-12-28Convert to use buildlink2. This makes using this package as a buildlink2jlam1-1/+2
test actually mean something.
2002-12-28Don't regard version mismatch as an error, skip it.uebayasi1-2/+2
2002-12-28Add a missing dependency to Perl.uebayasi1-1/+2
2002-12-26Add and enable xkbd.wiz1-1/+2
2002-12-26Update to 0.9.2, provided by Tracy J. Di Marco White in PR 19393.wiz9-358/+332
The ReleaseNotes say: Changes in 0.9: --------------- You're kidding, right? There have been so many changes here it's not funny. If you really want to know what they all are, you can read the ChangeLog. But I'd settle for this: - All new theme format. - 3-state image support. - Pixmapped scrollbars and popup menus. - Action bindings. - IPC interface to Eterm and Enlightenment. - Auto mode for automatic syncing with Enlightenment themes.
2002-12-24Disable xinerama (work around linking problem with gtk2-using applications).wiz1-1/+4
Bump PKGREVISION.
2002-12-24Replace collver@linuxfreemail.com with collver1@attbi.com.wiz1-2/+2
Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523, 19524, 19525 and some more, perhaps.
2002-12-24...and bump PKGREVISION.wiz1-2/+2
2002-12-24Update dependencies to current version.wiz1-12/+12
2002-12-24Update to qt3-3.0.6nb1, depending on latest versions of libraries.wiz1-5/+5
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz30-46/+60
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-12-24Update to 2.2.0.wiz12-353/+343
Subjective extract of changes: * Only close dialogs on Escape if they have a cancel button. [James Willcox] * Add Home/End/Page_Up/Page_Down keybindings for menus [Owen, Narayana Pattipati, Marius Andreiana] * Improved default color scheme [Soeren Sandmann, with advise from Tuomas Kuosmanen and Garrett LeSage] * Make pixmap creation functions take a GdkDrawable not a GdkWindow [Kristian Rietveld] * Support move-resize emulation for all edges. [Matthias Clasen] * Remove extra selections for ButtonRelease in XInput code [Garry Osgood, Owen] * Support RTL flipping for statusbars [Matthias] * Use octal escapes rather than literal UTF-8 in strings [Owen] * Make a lot of read-only data const. [Matthias, Morten Welinder] * Use g_get_application_name() for default window titles and for the title of the client leader window [Owen, Havoc Pennington] * Complete resize-grippy support, move-resize emulation [Anders Carlsson, Matthias Clasen] * On screen change, recreate the widget's Pango context [Owen] * Make g_object_set (gtk_settings_get_default (), ...) to override settings from XSETTINGS and ~/.gtkrc [Jonathan Blandford] * Make GtkInputDialog multihead aware [Owen] * Add a ::screen-changed signal to GtkWidget [Owen Taylor] * Draw/check menu items insensitive [Soeren, Tim Evans] * Add ::snap-edge-set-property to GtkHandleBox [Owen, Matthias] * RTL flipping improvements for GtkHandleBox, GtkMenuItem, GtkOptionMenu, GtkCheckMenuItem [Matthias Clasen] * Handle painting text on dark-colored progressbars [Soeren] * Sort the input method list in the right click popup [Abigail Brady] * Don't grab the focus to the default button in a GtkDialog [Daniel Elstner] * Remove usage of XLookupString outside of GtkIMContextXIM [Owen] * Handle Shift/Caps/Num_Lock properly for non-Xkb [Owen] * Add a --screen option to set default screen [Balamurali Viswanathan, Owen] * Add simple support for startup notification [Havoc Pennington] * Handle focus indication for check and radio buttons without children [Dave Camp, Owen] * Much work on improve submenu navigation [Soeren Sandmann] * Add "selected_shadow_type" property for menus [Soeren] * Add "scrollbar_spacing" style property [Anders Carlsson, Owen] * Rework GtkPaned keynav [Soeren, Calum Benson] * Sensitivity and keynav fixes for GtkFileSelection [Muktha Narayan, Owen] * Removed mnemonics for GtkToolbar Items [Mikael Hallendal] * Allow themes to set GtkTreeView even/odd row colors [Kristian] * Add support for separately installed Pixbuf loaders [Matthias Clasen] * Export gdk_event_new(), discourage stack allocated events [Owen] * gdk_draw_pixbuf() as better name for gdk_pixbuf_render_to_drawable() [Owen] * Basic support for RandR extension [Keith Packard, Owen] * Allow moving paned sliders all the way to the edge [Owen, Darin Adler] * Add tag_table construct property to GtkTextBuffer [Daniel Elstner] * gtk_window_set_[default_]icon_from_file [Owen, Havoc] * Multihead support * Add GdkDisplay, GdkScreen structures * Add _for_display(), _for_screen() variants where needed in GDK and GTK+ (In other cases, make the variants methods on GdkDisplay/GdkScreen * Adapt GTK+ widgets to be multihead safe * Allow initialization of GTK+ without opening a display with gtk_parse_args() * Add multihead support to demos/tests. * Xinerama support [Erwann Chenede, Matthias Clasen] * Allow GDK backends to add custom argument parsing [Sven Neumann] * Add ::keys-changed signal to GdkKeymap, handle keymap changes for keybindings [Owen] * Add style property for drawing menu items without shadow [Soeren] * gtk_widget_modify_color_component/font(): Allow clearing current modifications. [Owen] * Add GtkWidget::is_focus, GtkWindow::is_active properties [Owen] * Some XEMBED changes for standards compliance and Qt compatibility [Owen] * Improve label behavior when it gets a too small allocation [Soeren] * Add support for depth 8 StaticColor visuals to gdkrgb [Matthias] * Theme drawing improvements [Soeren] * Add types for GtkRowReference, GtkClipboard [Jonathan Blandford, James Henstridge, Owen] * Use G_TYPE_FLAG_ABSTRACT for abstract types [Matthias] * Add gtk_menu_shell_select_first() [Owen] * Add gtk_notebook_get_n_pages() [Havoc Pennington] * Allow accel_path = NULL for gtk_menu_item_set_accel_path(). * Allow icon sizes to be changed via a GtkSetting [Bill Haneman, Brian Cameron, Owen] * Improve gdk-pixbuf loader tests [Soeren Sandmann] * Use iTXT chunks when necessary in PNG image saver [Matthias] * Add incremental loading for progressive jpegs [Matthias] * Add load-at-size functionality [Matthias] * Add a loader for .ANI animations [Matthias] * Load hotspot for .ICO files [Matthias] * Add gtk-im-preedit-style/gtk-im-status-style XSETTINGS [Hidetoshi Tajima] Lots of bug fixes and enhancements.
2002-12-23Add RCS tagcjep1-0/+1
2002-12-20Xkbd is a small highly configurable 'virtual' on-screen keyboard fortsarna5-0/+66
X11. It is designed primarily for use on a PDA, but will hopefully be of use on other devices where a physical keyboard is not present. Xkbd uses no widget set and is based purely on xlib.
2002-12-19Updated xmountains to 2.6.grant3-22/+12
Changes since 2.5 unknown, see HOMEPAGE. Update provided by Juan RP in PR pkg/19454.
2002-12-19Update to xmountains-2.6.grant1-1/+5
2002-12-19update MASTER_SITES.grant1-3/+2
2002-12-19update MASTER_SITES and use .bz2 distfile.grant2-6/+6
2002-12-18keep stdout open so that utmp_update [the kernel] does not bitchchristos2-1/+21
2002-12-16Update gnome-panel to 2.0.11.jmmv3-8/+11
Changes since 2.0.10: - Added new translations: am, be. - Removed calls to gconf_client_suggest_sync since this synching is not necessary. Performance analysis highlighted that gnome-panel was causing >100 syncs to happen (with ~10 items in the panel). Patch provided by Juan RP in PR pkg/19418, with some minor changes by me. While I'm here, change my email address to the netbsd one.
2002-12-16Update gnome-desktop to 2.0.10.jmmv3-12/+20
Changes since 2.0.8: - Added Belarusian translation. - Added desktop-docs/gnome-feedback/Makefile and desktop-docs/gnome-feedback/C/Makefile. Patch provided in PR pkg/19411 by Juan RP.
2002-12-15update MASTER_SITES.grant1-1/+2
2002-12-15Regen. Author has recreated configure and Makefile.in files with newerjmmv1-4/+3
versions of automake/autoconf.
2002-12-14REPLACE_PERL's working directory is ${WRKSRC}, so packages needn'tschmonz2-6/+6
prefix REPLACE_PERL definitions with ${WRKSRC}.
2002-12-14Set reasonable GNOME_DATADIR, otherwise files get installed to /share.salo2-5/+26
Addresses PR pkg/19331 by Richard Rauch, also seen in latest Hubert's bulk builds.
2002-12-13Include buildlink2 glue code for "libxslt" to fix build failures.tron2-2/+4
2002-12-13Depend on scrollkeeper; it is required during the build stage to generatejmmv1-1/+2
some files.
2002-12-10fix "missing libiconv" build problem by LTCONFIG_OVERRIDE -> LIBTOOL_OVERRIDEdrochner1-3/+3
substiturion
2002-12-09Replace "true" by "${TRUE}".tron15-41/+41
2002-12-08Set correct WRKSRC, delint.salo1-2/+4
2002-12-07Add and enable wdm.cjep1-1/+2
2002-12-07Initial import of wdm 1.20 into the NetBSD packages collection ascjep4-0/+89
x11/wdm. wdm is a modification of XFree86's xdm package for graphically handling authentication and system login. Most of xdm has been preserved (XFree86 3.3.2.3) with the Login interface based on a WINGs implementation using Tom Rothamel's "external greet" interface.
2002-12-07Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.schmonz4-8/+8
2002-12-06Fix dependency after recent update to kdenetwork.skrll1-2/+2
2002-12-06Bring in the patches that fix the recent security problem.skrll4-2/+45
PKGREVISION++
2002-12-05update to 0.93.36drochner45-1334/+183
changes to the pkg: -don't bother sharing patches with the Motif-1.2 compatible version anymore -- most patches were only necessary to be able to share patches, so it got ridicoulous -kick out use of autoconf et al. - just unneeded complexity -comply to Motif-2.1 instead of 2.0 lesstif changes: -added XmSimpleSpinBox implementation -Initial implementation of the CareParentVisual Trait -Start implementing XmRenderTable, XmRendition, XmTabList -misc fixes/cleanups
2002-12-05Untangle this from the x11/lesstif pkg.drochner43-2/+1361
This is, just move the bits which were pulled in from there here, unchanged.
2002-12-05Remove vulnerable and not really necessary KIO protocols for "rlogin"tron3-7/+7
and "telnet".
2002-12-05Update dependences on "kdeadmin2" and "kdenetwork2" packages, bumptron1-4/+4
package revision.
2002-12-05Update xlockmore to 5.06. Changes:hubertf3-10/+10
Updated xlock/vms_x_fix.h from Jouk Jansen. Patched losira erase mode, would die on X_FreeColor with swirl,mandelbrot,lyapunov,tube on PseudoColor and DirectColor. Patched swirl for DirectColor. Makefile.in changes by Peter Breitenlohner <peb@mppmu.mpg.de> so that xlock can be built outside the source tree. setuid(0) is moved 3 lines up so BAD_PAM option could work with an /etc/pam.d/xlock configuration file that users do not have access to. Thanks to Jan Provaznik <xprovazn@informatics.muni.cz>. petri / 0 fix thanks to Jouk Jansen Cygwin fix for logout.c thanks to Joseph Davida <jd108@pacbell.net>. Linted (lots of minor fixes) and removed the voids on free. Lint pointed out some problems with erase modes and petri. Failed unlock attempts thanks to <colin@colino.net>. Need Japanese, Dutch added by Jouk Jansen. New mode atunnels thanks to Eric Lassauge based on Roman demo. tunnel0.xpm color names for many grays ("darkgray", "gray2", etc) not found on SunOS4 which then caused memory leaks thanks to Tom Schmidt. -size option like fire (since it is real slow on slow machines) thanks to Tom Schmidt. Another VMS update and pipe protection from Jouk Jansen. TODO: Check multiscreen, allocation check Trackmouse would not be bad either. -wire does not seem to work. Some other colour schemes than the greyish default. pacman patch to get rid of negative unsigned check thanks to Jouk Jansen Patch for WindowMaker, this permits one to set several attributes to every window opened; each attribute is associated to the class of the window. Thanks to Paolo Subiaco <iw3grx@ir3ipa.ampr.org> Erase compilation warnings removed thanks to Jouk Jansen.
2002-12-02Updated xpmroot to 2.4.14 (to match the current fvwm2 version). There aremartti2-5/+5
no changes in the xpmroot code...
2002-11-29Update to 2.09:wiz3-19/+21
* Fix colormap refcounting, which caused frequent metacity crashes * GtkTreeView bug fixes - Make TreeView reordering work on FreeBSD/Solaris * Various bug fixes
2002-11-28Fix typo: USE_BUILLDINK2 -> USE_BUILDLINK2tron1-2/+2
2002-11-25Bump PKGREVISION to on x11/fltk to 1: link the dependent librariesjlam3-13/+14
directly into libfltk.{la,so} so that we don't need to guess at which additional libraries will be needed to link into a program when linking against libfltk. Suggested in private email by Dave Sainty <dave at dtsp dot co dot nz>.
2002-11-25FLTK headers should also be found under <include/Fl/*>.jlam1-1/+2