summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2004-12-28Add and enable gtk2-chtheme.minskim1-1/+2
2004-12-28Import gtk2-chtheme from pkgsrc-wip. Packaged by Douglas Brebner.minskim5-0/+47
As the name suggests, this little program lets you change your Gtk+ 2.0 theme. The aim is to make theme preview and selection as slick as possible. Themes installed on the system are presented for selection and previewed on the fly. For a comprehensive demonstration there's a large variety of widgets.
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed4-8/+8
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-12-27Finish my previous commit and unbreak xorg-*:xtraeme5-24/+33
* Move the subst macros for threadlib.h from xorg-libs to xorg/Makefile.common. * SUBST_CLASSES should be appended. Thanks to Manuel Stuehn <manuel.stuehn@student.uni-siegen.de> for the email showing me the problems.
2004-12-26Package builds fine with latest version of Python.darcy1-2/+2
2004-12-25Enable pkgviews installation.minskim1-1/+5
2004-12-25Relax Tk requirement so that the package can be used with tk>=8.4.minskim1-2/+3
While here, use DEPENDS instead of including tk/buildlink3.mk becuase this package installs a tk script only. Bump PKGREVISION due to the dependency change.
2004-12-25Convert to buildlink3.wiz2-53/+55
2004-12-25wxWindows -> wxWidgets in DESCR, HOMEPAGE, and COMMENT.wiz2-16/+24
2004-12-25Remove py-wxWindows, renamed to py-wxWidgets.wiz6-1061/+2
2004-12-25Add conflict with ${PYPKGPREFIX}-wxWindows-[0-9]*.wiz1-1/+4
2004-12-25Re-import py-wxWindows package as py-wxWidgets, since the toolkit haswiz5-0/+1059
been renamed from wxWindows to wxWidgets.
2004-12-25Recommend 804.027nb2 because of security problems in earlier versions.wiz1-1/+2
2004-12-25Update to 804.027nb2: use png and jpeg packages instead of copieswiz4-3/+122
coming with the source. Patch from Michael van Elst in PR 28770.
2004-12-24Undo previous, now that ocaml has some wrappers that handle the problemjmmv2-15/+1
for us.
2004-12-24Make sure the rpaths reach the compiler; otherwise, lablgtk can't find thejmmv3-2/+17
X11 libraries. I suspect this was not noticed before because the whole ocaml was linked against these libraries, so they were pulled in at runtime anyway.
2004-12-24Adjust dependencies after ocaml has been splitted into three differentjmmv2-3/+4
packages: ocaml, ocaml-graphics and labltk. Bump PKGREVISION.
2004-12-24Add and enable labltk and ocaml-graphics.jmmv1-1/+3
2004-12-24Initial import of labltk, version 3.06:jmmv4-0/+352
This package provides the LablTK library (Tk bindings) that comes with the ocaml compiler.
2004-12-24Initial import of ocaml-graphics, version 3.06:jmmv4-0/+61
This package provides the graphics library that comes with the ocaml compiler.
2004-12-24py-Tk package builds fine with latest Python.darcy1-2/+2
2004-12-24Update to 2.8.2:jmmv5-118/+52
New/updated translations: 2004-10-28 Mohammad DAMT <mdamt@bisnisweb.com> * id.po: Updated Indonesian translation 2004-10-17 Christophe Merlet <redfox@redfoxcenter.org> * fr.po: Updated French translation.
2004-12-24Remove gtk2-engines-industrial: it has been merged into gtk2-engines.jmmv6-86/+1
2004-12-24Update to 2.6.0:jmmv4-19/+118
Overview of Changes in 2.6.0 (since 2.2.0) ========================================== * Autogen.sh updates [ James Henstridge ] * Pixbuf Engine Moved to GTK+ 2.6 [ Matthias Clasen ] * Remove old Pixbuf, and Notif Sources [ Thomas Wood ] * Add COPYING.GPL/COPYING.LGPL [ Thomas ] * Rewrite/Cleanup Redmond95 Engine [ Andrew Johnson ] * Replace Redmond95 Theme with Redmond Theme [ Andrew ] * Revise Engine/Theme Build Layout [ Andrew/Thomas ] * Add Crux Engine and Theme [ Andrew, Thomas ] * Add HC Engine [ Andrew, Thomas ] * Add Industrial Engine and Theme [ Andrew, Thomas] * Add LightHouseBlue Engine and Theme [ Andrew, Thomas ] * Add Mist Engine and Theme [ Andrew, Thomas ] * Add Smooth Engine [ Andrew, Thomas ] * Add ThinIce Engine and Theme [ Andrew, Thomas ] * Improve Smooth/Redmond/Industrial Engines for RTL Locales [ Andrew ] * Update README, add COPYING list of licences [ Andrew ]
2004-12-24Update to 2.6.0:jmmv4-16/+124
Overview of Changes from GTK+ 2.4.x to GTK+ 2.6.0 ================================================= * New widgets - GtkIconView - GtkAboutDialog - GtkCellView - GtkFileChooserButton - GtkMenuToolButton * New cell renderers - GtkCellRendererCombo - GtkCellRendererProgress * Changes in GtkFileChooser - Many tweaks to keynav and other behaviour * Changes in GtkTreeView - Hover selection - Hover expand - Separators - Insensitive rows - Typeahead * Changes in GtkComboBox - Allow trees in combo boxes - Hover selection - Hover expand - Separators - Insensitive rows - Scrolling * Changes in GtkLabel - Rotated text - Ellipsisation - Dnd from selectable labels - Selectable labels in the focus chain - Obey the Pango backspace-deletes-character attribute * Changes in GtkTextView - Rotated text - Obey the Pango backspace-deletes-character attribute * Changes in Clipboard/Selection/DND handling - Selection ownerchip change notification - API to handle text, image and file targets - Support text/plain target - Support clipboard persistency - Support xdnd v5 - Reduce clipboard timeout to 30 seconds * Theming - Follow icon theme specification for directory locations - Themed window icons - Themed images in GtkImage - Allow themes to displace focus rectangles on click - Various new stock icons * Window Manager interaction - Support do-not-focus-on-map hint - Support _NET_WM_USER_TIME * gdk-pixbuf: - License information for image loaders - Disable loaders - Simple rotation - Make threadsafe * Performance improvements - Increase chunk size for incremental selection transfers - Get rid of many PLT entries - Icon theme caching - Sync counter mechanism to speed up resizes - Reimplement GtkListStore on top of a splay tree - Fix algorithmic problems in GtkUIManager * Win32-specific changes - Integrate IME input method module - Integrate ms-windows (Wimp) theme engine * Other changes - API for HIG-conform dialogs - API for stock-like buttons - New init API based on GOption - Setting for alternative button order - Setting for modules to load - Integrate pixbuf theme engine - Change notebook tabs with the scroll wheel - Ellipsisation in GtkCellRendererText, GtkProgressBar, GtkStatusbar - Clean up abi and enforce list of exported symbols
2004-12-24Bump PKGREVISION for aspell dependency update.wiz1-2/+2
2004-12-23BuildHtmlManPages was defined twice to NO. So remove one definition.reed1-3/+1
2004-12-22Enable pkgviews installation.minskim1-1/+3
2004-12-21Update xterm to 197.minskim7-104/+5
Mainly bug fixes. See http://dickey.his.com/xterm/xterm.log.html for the complete changelog.
2004-12-20Apply patch from X.org to fix:xtraeme3-8/+36
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0914 While I'm here, make this build again on NetBSD -current, which has not /usr/include/threadlib.h. Bump PKGREVISION.
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant4-6/+8
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-18Fix vulnerabilities reported in CAN-2004-0687 and CAN-2004-0688 bytron11-5/+446
applying a patch based on ICS's patch for OpenMotif 2.2.3.
2004-12-17Fix PLIST for --disable-battstat.hira1-3/+3
2004-12-16Revert part of previous. Don't pass explicit `--enable-battstat' tohira1-2/+1
configure.
2004-12-16Use distfile with a version number in its filename (xterm-196.tgz).minskim2-8/+6
The previous distfile (xterm.tar.gz) was updated to the new version (197).
2004-12-14Part of fix of Konqueror Window Injection Vulnerability.markd6-5/+67
From http://www.kde.org/info/security/advisory-20041213-1.txt. Bump PKGREVISION.
2004-12-14On pkg_delete MAKE_DIRS wont remove directories that on package creationmarkd1-40/+43
some other step already created before it tried to, so explicitly dirrm them.
2004-12-14Make this package build on the NetBSD platforms which have no APM.hira1-3/+5
Check whether /usr/include/machine/apmvar.h exists. OK'd by uebayasi@.
2004-12-11I missed this file in my update yesterday.markd1-2/+2
2004-12-10locale files moved to under ${PKGLOCALEDIR}/locale/...markd2-7/+8
Bump PKGREVISION.
2004-12-10Add kde3-i18n-{af,gl}markd1-1/+3
2004-12-10Update to kde 3.3.2.markd108-23566/+25060
2004-12-10Update to kde 3.3.2.markd3-62/+57
2004-12-10Update to kde 3.3.2markd6-801/+839
Changes: * kcontrol: fix setting mouse buttons to left-handed for mice with many buttons * kcontrol: activate mouse cursor moving with keyboard if enabled * kcontrol-usbview: USB revision number and level was given in decimal instead of hex * kdesu: do not cause several seconds delay during logout * khotkeys: work around a bug in Qt keyboard compression breaking simulated keyboard input * klipper: fix mouse selection sometimes not being recorded * klipper: work around a problem in OpenOffice.org causing it to stop updating selection * klipper: do not record partial selections when created using the keyboard * klipper: reduce heavy load caused by clipboard selected in Acrobat Reader * klipper: protect against heavy load caused by broken clipboard handling in Lyx * kwin: avoid window description dialog for special window settings and try to guess the information automatically * kwin: various small improvements for special window settings * kwin: don't keep splashscreens above dialog windows * kwin: apply window-specific force settings immediatelly * kwin: keep active desktop borders working after resolution change * kwin: fix a case when a window was not activated due to incorrect focus stealing prevention * kwin: show dialogs also when minimized in the window list * kwin: when moving a window to another virtual desktop, move also its dialogs
2004-12-10Update to kde 3.3.2markd6-273/+388
Changes: * kdecore: recognize known names for the MacRoman charset * khtml: only disallow fixed positioning on body, not relative/absolute * khtml: added Javascript-support for HTMLDocument.compatMode * khtml: fixed textarea manipulation by DOM * khtml: paged media support (page-break-before and -after) * khtml: correctly handle text-transform on first-letter * khtml: fixed display: block on pseudo-elements * khtml: return Undefined instead of Null for out-of-range indices * khtml: fixed stopPropagation when called from the target node itself * khtml: fixed htmlCompat mode for documents served as text/html * khtml: fixed display: compact * khtml: support z-order for text areas and list boxes * khtml: don't set assume <select> got items when we calculate a height for items * khtml: changed default horizontal margins for H1-H6 from auto to 0 * khtml: escape otherwise unencodable characters in form submits * khtml: merged min,max-height fixes * khtml: merged handling of event handlers * khtml: implemented CSS 2.1 compliant parsing of background-position * khtml: fixed m_value vs ATTR_VALUE problem which didn't allow sending mail on gmail * khtml: make use of the suggested filename for images * khtml: tons of bidi fixes * khtml: enable strict CSS parsing also for transitional doctypes * khtml: ignore height element for input elements that are not image * khtml: form widget fixes for plastik (and others) * khtml: make sure we are layouted before scrolling if we are still loading * khtml: add compensated font scale from Todd Fahrner's "Toward a standard font size interval system" * khtml: avoid triggering full repaints of the view before the first layout is done * khtml: implement CSS3 property box-sizing to match MacIE, Opera and Mozilla * khtml: fix globeandmail.com famlily of crashes * khtml: floats and flowing around floats improvements * khtml: fix textarea scrolling positions * khtml: tons of fixes for tables * khtml: remove hidden widgets from the painting * khtml: avoid crashes on XML documents * khtml: ignore relative positioning on table sections * khtml: fix static position calculation for positioned elements * khtml: support insertAdjacentHTML * khtml: fix crash in sites manipulating frames * khtml: async kwallet support * khtml: fix selectorText() when no namespace is specified * khtml: update the layout before fetching the computed values * khtml: color 'http://foo' links as visited if 'http://foo/' is in history * khtml: corrected ref-counting error leading to segfault/invalid memory usage * khtml: fixed some memory corruptions with garbage HTML * khtml: account for scrollbar height when sizing variable overflow:scroll/auto boxes
2004-12-08Go back to version 0.1.0martti3-7/+10
2004-12-08Fix compile error on NetBSD 1.6.2, making it compile with gcc-2.95.taca2-1/+18
2004-12-07Make sure that xft-config picked up by configure is from theminskim1-1/+2
buildlinked Xft2 package.
2004-12-05Remove interix dir on deinstall (hi todd!).wiz1-1/+2
2004-12-04Set PTHREAD_AUTO_VARS to "yes" after pthread.buildlink3.mk was changedjlam3-3/+6
not to automatically add pthread-related CFLAGS, LDFLAGS, and LIBS to the configure and build processes.