summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz114-224/+301
Bump PKGREVISION.
2007-09-21Rename lablgtk to lablgtk1 and lablgtk2 to lablgtk.wiz25-635/+637
2007-09-20Adapt for librsvg rename. Bump PKGREVISION.wiz8-21/+21
2007-09-20Adapt eel dependencies; bump PKGREVISION.wiz4-8/+8
2007-09-20Fix path to libgtop, and bump PKGREVISION for its new name.wiz2-6/+6
2007-09-20Remove gtkglarea2: part of Gnome, but last release was in 2002, and therewiz6-70/+1
are no dependencies in pkgsrc. Newer code usually uses gtkglext instead.
2007-09-20Hello Joerg,rillig6-3154/+107
smaller patches are nicer than larger ones. By the way, each patch should start with a line containing an RCS Id.
2007-09-20Don't hide important commands.rillig1-2/+2
2007-09-20Fixed pkglint warnings and notes.rillig2-8/+5
2007-09-19Move gnome2-applets to gnome-applets to make directory name match PKGNAME.wiz12-13/+13
2007-09-19Rename gnome2-terminal to gnome-terminal to match upstream name.wiz8-10/+9
ok jmmv, drochner
2007-09-19Rename gnome2-control-center to control-center, to match upstream name.wiz13-33/+33
ok jmmv, drochner
2007-09-19Finish move of gnome2-media to gnome-media.wiz1-2/+2
2007-09-19Bump PKGREVISION for gnome-vfs rename.wiz12-22/+24
2007-09-19Use gnome-vfs instead of gnome-vfs2.wiz11-29/+33
2007-09-19Resign as maintainer of all the packages which I'm no longer using.tron2-4/+4
2007-09-18update to 0.16.9drochner2-6/+6
changes: - Slightly improved pango backend - Misc bug fixes
2007-09-18Add patch recommended in release announcement:wiz3-2/+37
GtkIconCache now runs _gtk_icon_cache_validate() for every cache loaded. This causes a big chunk of each icon cache file to be paged in; this makes apps slow at startup when it is likely that other apps have caused the icon caches to be paged out. Bump PKGREVISION.
2007-09-17make this compile with gtk-2.12 (which introduces a new tooltip frameworkdrochner2-1/+14
and deprecates the old one)
2007-09-17Update to version #229. Too many changes to list here; please seebjs4-10/+36
${WRKSRC}/xterm.log.html. Additionally, the pkgsrc-specific changes are: -- Add an "xterm-toolbar" option and add it to PKG_DEFAULT_OPTIONS. Now we may all enjoy pull-down menus. -- In the ${X11_TYPE} == "modular" case, add --disable-imake and --enable-narrowproto to CONFIGURE_ARGS. The latter fixes [possible] problems with Xaw scrollbars. -- Add USE_DIRS+=xdg-1.4 to handle newly-provided xterm pixmaps. -- Add build-time dependency on x11/libxkbfile to pull in XKB extension headers, e.g. ${X11BASE}/include/X11/extensions/XKBbells.h. The XKB bell extension should now be properly detected and supported. - Add "pcre" option, thereby supporting devel/pcre as xterm's regex library. Changes ok'd (more or less) by joerg@ and tested by me. For more detail wrt: rationale for --enable-narrowproto and/or libxkbfile dependency, please contact me.
2007-09-17Two paches for quartz are already included in upstream.obache3-48/+1
2007-09-16Update to 2.12.0.wiz8-52/+71
(no shlib major changes) Overview of Changes from GTK+ 2.11.6 to 2.12.0 ============================================== * GtkTooltips - All widgets have been ported to the new tooltips code - Tooltips are disabled in touchscreen mode * GtkBuilder - Support custom tabs in GtkPrintUnixDialog Lots of bugfixes and translation updates. Overview of Changes from GTK+ 2.11.5 to 2.11.6 ============================================== * GtkBuilder: - The gtk-builder-convert script is more versatile - GtkBuilder suppports GdkPixbuf properties - GtkBuilder parses, but doesn't yet implement <accessibility> - Support for accelerators in actions has been added * GtkTooltips: - The old tooltips API has been deprecated - The has-tooltip property has getter and setter * GtkTreeView: - Convenience API to set tooltips: gtk_tree_view_set_tooltip_row(), gtk_tree_view_set_tooltip_cell(), gtk_tree_view_get_tooltip_context(), gtk_tree_view_set_tooltip_column() * GtkIconView: - Convenience API to set tooltips: gtk_icon_view_set_tooltip_item(), gtk_icon_view_set_tooltip_cell(), gtk_icon_view_get_tooltip_context(), gtk_icon_view_set_tooltip_column() Lots of bugfixes and translation updates. Overview of Changes from GTK+ 2.11.4 to 2.11.5 ============================================== * OS X port: - Many improvements * Win32 port: - Inconsistent checkboxes are drawn correctly now * GtkBuilder: - Ship a Python script, gtk-builder-convert, to convert glade files to GtkBuilder syntax * GtkFileChooser: - Improved display of the time column - Support search on OS X, using Spotlight * GtkTreeView: - New function gtk_tree_view_is_rubber_banding_active() to check whether rubber banding is active * GtkVolumeButton uses the range 0.0 to 1.0, and correctly adapts tooltips to display percentages Lots of bugfixes and translation updates. Overview of Changes from GTK+ 2.11.3 to 2.11.4 ============================================== * The multipress input method correctly handles control keys * The memory management of GtkRecentManager has been changed, deprecating the screen-related functions in favour of gtk_recent_manager_get_default(). Lots of bugfixes. Overview of Changes from GTK+ 2.11.2 to 2.11.3 ============================================== * GtkBuilder: GTK+ supports constructing user interfaces from XML descriptions now, similar to libglade. * The new tooltip code now has convenience api to set text tooltips: gtk_widget_set_tooltip_text(), gtk_widget_set_tooltip_markup() * GtkTextView, GtkEntry: - gtk_widget_modify_cursor() is a new function in the gtk_widget_modify family to override the style-provided cursor colors - Use a block cursor in overwrite mode * GtkFileChooser: - Use xdg-user-dirs to find the Desktop directory - gtk_file_system_create() is now public API * GtkMenu: - GtkMenuItem gained a submenu property - GtkMenuShell obtained a move-selected signal * OS X port: - Many improvements Lots of bugfixes and translation updates. Overview of Changes from GTK+ 2.11.1 to 2.11.2 ============================================== * The GtkListStore and GtkTreeStore have new API to set values using vectors of columns and values Bugfixes and translation updates. Overview of Changes from GTK+ 2.11.0 to 2.11.1 ============================================== * GtkTextView: - Marks can be created independent from buffers - Cursor color follows text color * OS X port: - Many improvements * GDK: - Add support for composited child windows Lots of bugfixes and translation updates. Overview of Changes from GTK+ 2.10.x to 2.11 ============================================ * Printing support: - Cups backend: Work with "BrowseShortNames Off" - Cups backend: Fix handling of multi-valued options - Cups backend: Work with raw printers - Cups backend: don't lock up when met with larger numbers of printers - Improved sensitivity handling of controls in the unix dialog - Support half-open ranges - Add a test print backend for easier debugging - Add API to list paper sizes - Add API to serialize and deserialize page setups and print settings - Print settings can be passed to the preview command - Make more GtkPrinter public * GtkFileChooser: - Improve file chooser dialog size logic - Add a GtkFileChooserButton::file-set signal - Add a search mode with backends for Beagle, Tracker and simple search - Add recent files support * New tooltips API, that allows complex tooltips (markup, images), tooltips on insensitive widgets, tooltips on treeviews, etc * GtkScaleButton, GtkVolumeButton: new widgets for volume controls frequently seen in multimedia applications * Input Methods: - New Thai and Lao input method - New multipress input method for phone pads * Recent files: - GtkRecentChooserMenu supports custom menu items - GtkRecentAction was added * Keyboard navigation improvements: - Infrastructure for notification of failed keyboard navigation - Better support for restricted sets of keys - Only handle keys for notebook tab reordering and scrolledwindow scrolling if it make sense - Add settings gtk-enable-accels and gtk-enable-mnemonics to disable the display of accelerators and mnemonics - Popup/popdown of comboboxes is keybindable * Windows port: - Windows 9x/ME is not supported anymore - Many ms-windows theme improvements - The file chooser uses native icons - Support drop shadows - Use native cursors * OS X port: - Many improvements * Icon theme support: - Add api to list contexts of an icon theme - The builtin stock icons have been replaced by a new set of icons which are visually compatible with Tango - Support fallback to more generic icon names - Validate icon caches when they are created and before they are used * GtkRange has gained support for fill levels * GtkEntry: - inline-selection mode for entry completion that is closer to what web browsers need - Add gtk_entry_set_cursor_hadjustment() to support automatic scrolling * GtkTextView: - Support accumulative and negative margins - GTK_JUSTIFY_FILL works * GtkLabel: - GTK_JUSTIFY_FILL works * GtkStatusIcon: - Multiscreen support - gtk_status_icon_position_menu() works on Windows - Don't take up space when invisible * GtkCellRendererProgress: - Respect themes - Support activity mode * GtkNotebook: - Support scrolling during tab DND - Allow dropping tabs anywhere - Deprecate numeric group-ids in favour of a more flexible group property * GtkTreeView: - Lots of scrolling fixes - Add a gtk-alternative-sort-arrows setting for drawing sort arrows according to platform conventions * GtkButtonBox: - Can center buttons now * GtkComboBoxEntry - Can add an arbitrary child widget * GtkAboutDialog: - The "name" property has been replaced by "program-name" to avoid a clash with the preexisting "name" property on GtkWidget * GDK changes: - Add gdk_event_request_motions() which works with input devices - Add API for changing startup notification id on a window - Add API for sending startup notification messages - Don't deadlock with xcb-based libX11 - The handling of _NET_WM_USER_TIME has been changed to reduce the amount of root window property changes - New gdk_threads api() to allow fully threadsafe handling of idles and timeouts * gdk-pixbuf changes: - Optional support for Sun mediaLib hardware acceleration - Support exif rotations in tiffs and jpegs - Allow arbitrary split between builtin vs modular loaders - Support v5 and OS/2 bmps - Support scaling animations * Miscellaneous GTK+ changes: - New function gtk_window_set_opacity(), to set the opacity of toplevel windows - Allow to restrict drags within an application or widget - Support opening/closing of submenus on click - Configurable cursor blinking timeout - Insensitive widgets don't install cursors Lots of bugfixes and translation updates.
2007-09-15Fix security vulnerability reported in CVE-2007-4137.tron3-9/+16
Bump package revision.
2007-09-14Add and enable x11/xlsclients.simonb1-1/+2
2007-09-14Import xlsclients-1.0.1 from modular Xorg.simonb4-0/+32
2007-09-12Regen distinfo, wrong checksum for patch-ad.xtraeme1-2/+2
2007-09-12NetBSD/amd64 uses "x86_64" for ${MACHINE_ARCH}, not "amd64". Thebjs1-3/+3
result? __GLX_ALIGN64 wasn't being defined on amd64. Fix this and bump PKGREVISION. ok'd by joerg@: "commit this"
2007-09-11Avoid problems if a pointer passed in is NULL (and work around what maysmb3-3/+17
or may not be an xfig bug)
2007-09-09Update to 1.8.6 patchlevel 36.taca1-4/+4
Changes are too many, please see ChangeLog: http://svn.ruby-lang.org/repos/ruby/tags/v1_8_6_36/ChangeLog
2007-09-08Convert to use the features framework.jlam1-3/+3
2007-09-08Revert 1.61. Restores PKGCONFIG_OVERRIDE line that was probablywiz1-2/+4
removed by accident. Bump PKGREVISION.
2007-09-06Convert all libnbcompat/buildlink3.mk references to inplace.mk.jlam1-4/+3
2007-09-03qtscript was added to the qt4-libs pkg for some reason. Remove it heredrochner2-6/+3
to avoid a CONFLICT. Ride on recent update.
2007-09-03oops - forgot one file in last commitdrochner1-2/+2
2007-09-03I don't know what happened, but "make" on NetBSD-current now dumps coredrochner1-2/+2
in "install". Use gmake.
2007-09-03also build the gtkmozembed module, bump PKGREVISIONdrochner4-6/+36
2007-09-03-make sqlite support an extra pkg instead of an optiondrochner11-56/+104
-work around iconv(3) incompatibilities: while NetBSD's iconv() is probed as GNU iconv (due to its signature), it doesn't support empty strings as encoding (interpreted as "current locale's encoding" by GNU iconv). Enable some code which uses nl_langinfo(CODESET) to make it work as expected. -update to 4.3.1 changes: -bugfixes -Updated the German translation to provide complete coverage of Qt
2007-09-02Install QtScript library as needed by qt4-tools. Remove somejoerg2-6/+7
never added directories from the PLIST. Bump revision.
2007-09-02The Konqueror address bar is vulnerable to spoofing attacksmarkd4-8/+19
that are based on embedding white spaces in the url. In addition the address bar could be tricked to show an URL which it is intending to visit for a short amount of time instead of the current URL. http://www.kde.org/info/security/advisory-20070816-1.txt Bump PKGREVISION for kdelibs3 and kdebase3
2007-08-28- Supports installation to DESTDIRtnn2-8/+14
- Sort PLIST to appease pkglint - Disable utmp support on hpux, until I figure out why it fails
2007-08-28Update to mrxvt 0.5.3.tnn4-20/+24
Bugfixes: * Handle EIO errors (got when tcsh / fish exit) properly. Patch by Zoltan Szalontai. * Disabled Shift+Enter shortcut by default, since it may confuse new users. * Make Alt+Enter behave like Xterm. . Added %T,%G,%P flags for percent interpolation (useful for dtach). * Bold colored text is rendered in BOTH bold font, and bright color. Use only bold font. * r->num_fds is properly reduced when tabs are closed * Ignore focus events of type NotifyGrab and NotifyUngrab. This caused an annoying blinking when focussing other windows via the keyboard. (Thanks to Roman Po???zka for pointing this out). * Removed the --focusDelay option (no longer necessary with above bugfix). Enhancements: * Added --titleFormat and --winTitleFormat options to control display of tab and window titles. * Added options --veryBright and --boldColors to control how bold primary colors are rendered. * Added --useFifo option, to make mrxvt listen for macros on a fifo. Code based on patch by Jozef Vesely. * Added Raise macro to "raise" the mrxvt window. Thanks to Jozef Vesely for the patch. * Added a UseFifo macro to enable / disable --useFifo at runtime. * Defined a macro that opens a "mrxvt console" in a new tab (bound to Ctrl+Shift+c by default). * Added --enable-use-fifo compile time option for people paranoid about security. * Added BOLD_BRIGHTENS_256_COLORS option in feature.h which attempts to brighten even non-primary colors instead of drawing them in bold. (Respects boldColors and veryBright). * Made winTitleFormat a profile option. * Added -ic option to set the application icon. (Adapted from patch #1656294 by Stanislav Mekhanoshin) * Check locale for encoding method if it is not specified by -km option or multichar_encoding resource. * Add new debugging facility such that a user can specify the message type and verbose level by command line options. Run `mrxvt -dmask whatever -dlevel something' for details. * Fix compile error when use Sun Studio 10. Thanks to Quintin Beukes for the patch.
2007-08-24Restore fragment of patch-ab that got lost during the cross-compilejoerg3-8/+58
changes. This should fix the NetBSD and DragonFly issues. Bump revision.
2007-08-23The package supports installation to DESTDIR.heinz1-1/+3
2007-08-23The package supports installation to DESTDIR.heinz1-3/+4
2007-08-23sortjnemeth1-2/+2
2007-08-23Readd xorg-cf-files, still needed.joerg1-1/+2
2007-08-23Updated x11/xfce4-terminal to 0.2.6nb1martti4-4/+220
Fixed "URL handling allows remote shell command execution" bug: http://bugzilla.xfce.org/show_bug.cgi?id=3383
2007-08-20Needs limits.h.joerg2-5/+13
2007-08-19Regen for added patch-aaadrianp1-1/+2
2007-08-19Enable cairo support.obache1-2/+3
Bump PKGREVISION.