summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2000-04-03look for libGL instead of libMesaGL (recent Mesas don't install as "Mesa")drochner2-7/+26
2000-04-03Update to version 0.5. Changes:hubertf8-42/+88
- added -outfile command line switch - added -rot command line switch by Andrew Sumner: - implemented cloud map rendering (-cloudmapfile and -cloudfilter switches) (see README.maps for details) For NetBSD 1.4.x, (s)rand() was replaced by (s)random() to get a better image of stars. Thanks a lot to Marcello Balduccini <marcy@cs.utep.edu> for the hint!
2000-03-30Apply GIF patch in "post-patch" target so that an interrupted buildtron1-2/+2
can be continued.
2000-03-28update to 2.0.2. Thanks to Matthias Scheler for doing most of the work.dmcmahill8-660/+1762
Qt-1.44 is still available as the x11/qt1 package as Qt-2 is not 100% backwards compatible with Qt-1.44. A complete list of changes to Qt since 1.44 can be found online at http://www.trolltech.com/changes/index.html New major features * Support for international software development: + QTranslator and the QObject::tr() function + QTextCodec (and subclasses) + QString is now a 16-bit Unicode string with good support for legacy 8-bit interoperation. (The old 8-bit string class from Qt 1.x has been renamed to QCString.) + QChar - a Unicode character * Rich Text + QTextView - formatted text and images + QTextBrowser - navigate formatted text and images + QStyleSheet - define your own XML formatting tags + QSimpleRichText - display rich text anywhere * Convenient and powerful new collection classes: + QMap<Key,Type> - QDict with arbitrary keys + QValueList<Type> - QList of types other than pointers + QStringList - QValueList<QString> with helper functions * Dialogs + QColorDialog - user picks a color + QFontDialog - user picks a font + QWizard - framework for leading users through steps * Layout + QGrid, QHBox, QVBox - grid and boxes of widgets automatically assembled + QHGroupBox, QVGroupBox - easy framed groups of widgets + QSizePolicy - a widget's abilities to change size in different ways * Custom layouts + New, much simpler and more powerful API for creating custom layouts * PNG Support + PNG support is now included in the core library * Support for generalized configurable GUI styles: + QStyle and subclasses * Session management + QSessionManager - saving state when the system shuts down * Extended coordinate system + QPoint, QPointArray, QSize and QRect now have 32-bit coordinates * Cleaner namespace + Global functions, enums and macros now either start with a 'q' or have been moved into the new namespace class "Qt"
2000-03-28Set "${M4}" to "gm4" so that we really use the GNU "m4".tron1-2/+3
2000-03-28Activate support for alternate input devices as suggested bytron1-2/+3
Lennart Augustsson in PR pkg/9688.
2000-03-28Change from using qt to qt1. This clears the way to allow Qt to be upgradeddmcmahill6-38/+33
to Qt-2 without breaking KDE which still requires Qt-1.
2000-03-28make qt1 install in its own directory instead of renaming its installeddmcmahill14-630/+633
components. This allows users of Qt to specify QTDIR=/path/to/qt instead of having to patch all configure scripts and makefiles to look for alternate names. This is the recommended approach from Troll Tech (Qt authors). update pkgs which use qt1 to reflect this.
2000-03-27Adapt to new handling of "${CONFIGURE}".tron1-2/+2
2000-03-23update dependency to qt1-1.44 instead of qt-1.44dmcmahill3-7/+7
2000-03-23move dependency from qt-1.44 to qt1-1.44.dmcmahill3-21/+18
2000-03-23add and enable qt1dmcmahill1-1/+2
2000-03-23This is a modified version of the qt-1.44 package. It has been modifieddmcmahill12-0/+861
to coexist with the up and coming qt-2.0.2 package. This will allow packages which still requrire qt-1.44 to work (ie are not compatible with Qt-2). As such, this package should be considered a temporary one. Once all packages which use qt-1.* have be updated to use qt-2.*, this package may be depricated. The modifications to this package from the qt-1.44 package are: - header files are installed in ${PREFIX}/include/qt1 - manual pages have "_1" appended to the name (ie "man foo" becomes "man foo_1") - the program "moc" is now named "moc1"
2000-03-23Make this package work on Solaris.agc1-8/+11
2000-03-21Because the minor of "libpng" was bumped we must sure that packagestron4-8/+8
compiled for the update "png" package depend on it.
2000-03-17Fix this pkg to build again. The theme files were once again changed outgarbled2-319/+230
from under us, and this time they changed structure heavily on two of the themes, requiring the PLIST to be regenerated. ...sigh...
2000-03-16Bump version of "gnome" meta package to 1.0.53.3. Update packages:tron1-6/+6
- glib 1.2.7 - gtk+ 1.2.7 - gnome-libs 1.0.56 - gnome-python 1.0.51 - gnome-users-guide 1.0.72 - gnome-utils 1.0.51 - xchat 1.4.1
2000-03-16chmod -> ${CHMOD}wiz1-2/+2
2000-03-16chmod, chown -> ${CHMOD}, ${CHOWN}wiz1-3/+3
2000-03-16touch -> ${TOUCH}wiz1-2/+2
2000-03-14Update "gnome-python" package to version 1.0.51 and add missing dependencetron3-7/+10
on "control-center" package. A change list is not available unfortunately.
2000-03-14Depend on "gnome-libs" 1.0.56 or newer.tron1-2/+2
2000-03-14Update "gnome-users-guide" package to version 1.0.72. A change list istron3-7/+6
not available unfortunately.
2000-03-13Update dependence to "gnome-libs" 1.0.56 or newer and bump version numbertron1-3/+4
to 1.0.55.1.
2000-03-13Add explicit dependence on "gtk+" for version 1.2.7 or newer.tron1-1/+2
2000-03-13Update "gnome-libs" package to version 1.0.56. A change list for thistron5-14/+15
release is not available unfortunately.
2000-03-12Update "gtk+" package to version 1.2.7. This version fixes numerous bugstron5-25/+27
discovered in version 1.2.6 and includes two new translations.
2000-03-12add & enable blthubertf1-1/+2
2000-03-12Import BLT VBLT2.4o, submitted by Brook Milligan <brook@biology.nmsu.edu>hubertf9-0/+266
in PR 9593. BLT is an extension to Tcl/Tk. It adds plotting widgets (X-Y graph, barchart, stripchart), a powerful geometry manager, a new canvas item, and several new commands to Tk. Plotting widgets: graph, barchart, stripchart Hierarchical list box: hierbox Tab set: tabset Geometry Manager: table Vector Data Object: vector Background Program Execution: bgexec Busy Command: busy New Canvas Item: eps Drag & Drop Facility: drag&drop Bitmap Command: bitmap Miscellaneous Commands: winop, bltdebug, watch, spline, htext
2000-03-09remove trailing `.'wiz1-1/+1
2000-03-08Bump version of "gnome" meta package to 1.0.53.2 after "xchat" packagetron1-19/+19
has been updated.
2000-03-08Update xephem to 3.2.3, from Thilo Manske in PR 9454, munged slightlyagc8-73/+65
by myself. Changes since previous version: Numerous bug fixes, new fast zoom and panning modes on skyview, add zenith angle to table in dataview, add live dragging in earth and sky view, and many other features.
2000-03-07Adapt to use icewm/Makefile.common.jlam3-26/+7
2000-03-07Break out common Makefile code between icewm and icewm-gnome intojlam2-32/+39
Makefile.common, and adapt icewm to use it instead.
2000-03-07Add NetBSD APM support. TaskBarShowAPMStatus=1 now works.jlam7-7/+133
2000-03-05Needs imlib>=1.9.8.soren1-2/+2
2000-03-03Update xfce to 3.3.1. Highlights of ChangeLog follow, for full ChangeLog,jwise8-446/+459
see http://www.xfce.org/archive/ChangeLog. 01-MAR-2000: XFce 3.3.1 ======================= [Minor bugfixes] 27-FEB-2000: XFce 3.3.0 ======================= - xfwm * Added support for X session management (gnome-session, xsm, etc.) * Added builtin session management if X session management not available * New redesigned title bar (rounded frame, additionnal buttons, ...) * Various improvements for icon management (check overlapping icons, etc.) * Improved restart function so desktop state is restored properly - xfce * Add support for session management, allowing a session shutdown from xfce itself * Remove automatic "arrange icon" when user changes default icon location This allow to customize the desktop by placing the icons everywhere and the position is restored by session management. - xftree * Add new functionality to drag and drop : Pressing [CTRL+SHIFT] link destination items instead of copying. 20-JAN-2000: XFce 3.2.5 ======================= [distfile fix] 19-JAN-2000: XFce 3.2.4 ======================= [bug fixes] 04-JAN-2000: XFce 3.2.3 ======================= - xfwm * add a little engraved frame around the title bar of unselected windows * Remove continuous window update during opaque move. Increases speed and fixes a bug with XView applications - all * Improve tootips style - xfbd * Improved pixmap handling and GNOME (terminal transparency) compatibility. 12-DEC-1999: XFce 3.2.2 ======================= - xfce * Add a few new textured palettes (Cheese, Metal, OldWood, Paper, Craters, Ground and Military) * Add some textures (a few from GTK themes series, others made with GIMP) 30-NOV-1999: XFce 3.2.1 ======================= - xfwm * Display window geometry, window position and current desk during move/resize operations (with outline mode only, not opaque move/resize) * Add auto-switchdesk feature, by Guido Draheim <guidod@gmx.de> * Add Shift+click or middle mouse button click on window border perform move, handy when the window is moved off the screen. * Add more configuration sample in sample.xfwmrc 14-NOV-1999: XFce 3.2.0 ======================= - All * Graphic support managed by Imlib if available (most common types of image format can now be used in xfce/xfwm/xfbd thanks to Imlib) -xfgnome * A new optional GNOME compliancy module based on Gnome module for AfterStep by Rafal Wierzbicki <rafal@mcss.mcmaster.ca> - xfce * Added GNOME protocols. XFce panel now works with any GNOME compatible window manager (Icewm, Enlightenment, etc.) * Mail icons on the XFCE bar change to show if the user has any mail in their mailbox (patch contributed by Adam Sampson <azz@gnu.org>) * XFce can now read XFCE_DIR/sample.xfce3rc.[current locale] on XFce startup to improve MBS languages support (Yamahata Kenichiro <mogutan@din.or.jp>). - xfhelp * Add support for locale : Tries to load help.<$LANG>.html if available
2000-03-03Make this work under ELF.jlam2-0/+14
2000-03-02update some of the themes, as requested by Lennart Augustssonwiz2-157/+246
<augustss@augustsson.net> in pkg/9512.
2000-03-01- enable this package for mipseldmcmahill2-3/+4
- add md5 entry for the mipsel distfile Thanks to Bill Studenmund for providing the distfile.
2000-02-29Remove adaptations for libungif, now that libungif package installsjlam3-22/+4
libgif.*
2000-02-29update checksum for sparc-ELF distfile.dmcmahill1-2/+2
2000-02-29Remove adaptations for libungif, now that libungif package installsjlam3-14/+5
libgif.*
2000-02-29update HOMEPAGE and MASTER_SITES to reflect new locationdmcmahill1-3/+3
2000-02-29update to 2.11. This update includes several bug fixes including somedmcmahill2-5/+5
crashing bugs and some checks for bad input arguments. In addition new gestures are added and the ability to monitor more than one display. For a complete list (somewhat lengthy) of changes since 2.7.3, see either xwrits-2.11/NEWS or http://www.lcdf.org/~eddietwo/xwrits/changes.html
2000-02-28deFUZZhubertf2-7/+10
2000-02-25Update eGTK to 0.3.4. Changes from 0.3.3:jlam7-102/+123
* December 15th, 1999 - version 0.3.4-1 released. Fixes to get rid of some SE warnings and some cleanup of obsolete classes. * December 10th, 1999 - version 0.3.4 released. Includes number of bugfixes, improvements to GTK_PIXMAP and GTK_WIDGET, and new examples. See CHANGELOG file for details. * October 25th, 1999 - removed all references to EIFFEL_GTK (replaced with EGTK) and renamed the archive file to eGTK-0.3.3-1.tar.gz. * October 15th, 1999 - version 0.3.3-1. Bug fixes in GTK_IDENTIFIED and related C code for 64-bit machines.
2000-02-25remove commented out SUBDIR += lines for packages that never gotwiz1-60/+7
converted from FreeBSD, or have been disabled since. Sorted lines alphabetically, added some missing directories.
2000-02-22Update checksum after adding DIST_SUBDIR to Makefile.he1-2/+2
2000-02-20updated to 1.0.2. Changes:wiz4-9/+9
- clock should not get stuck anymore - improved handling of wrong MWM hints set by netscape - fixed saving of rolled up window geometry - use $LOGNAME if $USER not set - APM & PPP status improvements