summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2006-01-13Add a freetype option for whoever wants it.joerg1-2/+9
2006-01-12Update to 6.3, provided by Leonard Schmidt in PR 32510.wiz2-12/+12
Add perl to TOOLS, since configure stops if it's not found. 6.3 Wed Jan 4 22:37:10 CET 2006 - SECURITY FIX: on systems using openpty, permissions were not correctly updated on the tty device and were left as world-readable and world-writable (likely in original rxvt, too), and were not restored properly. Affected are only systems where non-unix ptys were used (such as most BSDs, not GNU/Linux). (found, patched and debugged by Ryan Beasley). - meta8 support was forcefully enabled in most configurations. restored configurability of this (useless) feature (reported by Mikachu). - optionally embed a perl interpreter, which can be used for more intelligent/customized selection support, visual feedback, menus, tabs etc. See the the urxvtperl manpage, the -pe option, perl*-resources and keysym resources. Not everything is there yet. - try to be more clever about differing font sizes and their ascent. Not guarenteed to work, but works better in most cases now. - fix directory permissions on install. - implemented option to disable built-in line drawing characters and fall back to the font ones (patch by Martin Pohlack). - disabled sched_yield support: the linux version is just too useless (it schedules nice'd processes before the own one for extended periods). Too bad, it could reduce system time by a factor of 5 here. 6.2 Mon Jan 2 16:03:01 CET 2006 - implemented intensityStyles option which enables/disables bold/blink selecting high intensity foreground/background colours, suggested by Chuck Blake. - move iso14755 character feedback box out of the way if it would obscure the mouse cursor position. - replaced callback.h by a fixed version from gvpe that correctly returns the callback result (affects new -pty-fd semantics in urxvtc on a few architectures). Reported by darix. - include one trailing space in rectangular selections to indicate the inserted newline (yeah, weird, but visually more pleasing). - try to use sched_yield to (drastically) improve terminal data transfer efficiency. - further minor cleanups. 6.1 Tue Dec 27 13:23:40 CET 2005 - update iso8859-7 table (euro and drachma round-trip et al.). - fix a crash when the selection scrolls out of the scrollback while the user still drags. - selections that were partially scrolled out of the window were not drawn correctly. - lines newly scrolled in were not initialized properly, leading to extremely long lines and (hopefully) some segfaults. - iso14755 overlay position was wrong. - iso14755 overlay now displays rendition info, too. - use unicode white space class instead of hardcoded values for stripping whitespace. - do whitespace stripping on rectangular selections. - slight cleanups in src/features.h. 6.0 Sat Dec 24 13:58:56 CET 2005 - make it compile without SMART_RESIZE again. - enable slow link support by default. - fix relative cursor-positioning not respecting scrolling regions (also a bug in original rxvt). - initialize termios structure to zero when fetching it fails (see http://www.freebsd.org/cgi/query-pr.cgi?pr=84647 for a partial patch). - bump max columns/rows to 10000 each. - bump max savelines to 10000000. - -pty-fd now passes the urxvtc fd to the urxvtd process. - avoid linking against -lnsl/-lsocket/-lxpg4 unless neccessary. - major code cleanup (still not complete, though). - implement -hold option. - _major_ rewrite of internal buffer handling: - re-flow on resize, lines get wrapped instead of winged. - circular line buffer (substantially speeds up scrolling). - slightly less code + data memory usage per terminal. - slight overall speed improvements. - considerably improved code clarity. - partial-screen scrolls no longer end up in the scrollback buffer. 5.9 Sat Dec 17 21:53:17 CET 2005 - fix a bug in the menu code of unknown impact, found by darix. - clean up signal handling to be global, not per terminal (matters only for rxvtd). - fix small typoe in rxvt.1 (found by Mike Fabian). - don't crash when broken xft/fontconfig/freetype versions return bogus data, ignore the xft font instead (experienced on suse).
2006-01-12We don't need the .else clause in the GCC 3.3 NetBSD/sparc hack.jdc1-3/+1
Pointed out by salo@.
2006-01-12Remove manual app-default parameter again, now that the underlayingjoerg1-2/+1
issue has been solved. No package change, no revision bump.
2006-01-12Update to 2.8.10:wiz2-7/+7
Overview of Changes from GTK+ 2.8.9 to GTK+ 2.8.10 ================================================== * Derive GtkObject from GInitiallyUnowned instead of GObject, if possible. Note that this change is known to break versions of the GTK+ Perl bindings older than GTK+ Perl 2.13.4. [Tim Janik] * Add a setting to allow falling back to another icon theme before trying hicolor. [Rodney Dawes] * Require GLib 2.8.5 * Updated translations (ca,el,es,fr,hi,it,ko,pt_BR,vi) * Bugs fixed: 137351 GtkEntryCompletion sometimes selects first completion item [Niklas Knutsson] 165714 GtkEntryCompletion doesn't complete on paste [Christian Neumair] 317687 gnome-panel crash by clicking on settings 321548 speed up gtk_text_iter_set_visible_line_index [Paolo Borelli] 323843 Garbage in gtk_text_view_get_border_window_size() 323876 Broadcasting _GTK_LOAD_ICONTHEMES is a performance bug [Peter Lund] 324044 Documentation entry for GtkTreeView::row-activated [Davyd Madeley] 323504 Gtk-CRITICAL when dragging a launcher from the menu to the top panel [Kjartan Maraas] 323655 Improved support for Icon Naming Spec in unix filesystem backend [Rodney Dawes] 323995 hidden widgets distort the left/right/up/down focus order [Dan Winship] 324588 icon_view auto dnd and the item-activated signal [Dave Andreoli] 322475 icon view's horizontal layout doesn't respect item_width [Alex Graveley] 324815 Typo in gtkwindow.c [Ross Burton] 324996 Description about gtk_im_context_filter_keypress on API reference 323666 gdk_window_scroll doesn't invalidate if another top-level is above window [John Ehresman] 322264 gdk_drawable_get_visible_region win32 / x11 inconsistency [John Ehresman] 325358 word erase in text fields considers space as a separate word [Akkana Peck] 325443 gtk_drag_begin doesn't work unless given a motion event [Peter Harvey] 325723 gtk_ui_manager_get_toplevels does not return an empty list [Steve Chaplin] 305894 excessive memory use in gdk_pixbuf_new_from_file_XXX functions [Denis Vlasenko, Michael Natterer] 325199 The API reference for gtk_exit() states that it's deprecated but doesn't state the replacement function, if any [Ævar Arnfjörð Bjarmason] 325869 GtkViewPort not releasing signal handlers on destruction [Jorn Baayen] 325782 GtkToolButton ::clicked signal should set G_SIGNAL_ACTION [Martyn Russell] 325817 FileChooserButton uses "Home" instead of directory name [Federico Mena Quintero] 326098 label alignment is wrong when width-chars is set [Benjamin Otte] 326200 translations in GtkActionGroup erroneously translated [Christian Stimming] 326429 in gtk.h, twice the same lines [Benoît Carpentier] 326064 Artifacts on some widgets [Andrew Conkling]
2006-01-12ggiterm links against multi-threaded library, ensure that it is linkedjoerg1-1/+4
explicitly with -pthread on DragonFly.
2006-01-10olwm needs EXTRA_LDFLAGS handling as well.joerg2-4/+12
2006-01-10Reset package revision after recent update.tron1-2/+1
2006-01-09Update xlockmore to 5.21. Changes:hubertf4-12/+8
* Removed random colors from petri mode. Found that it could cause a fatal * error on PseudoColor. (Will try to fix better on next release.) + PAM update from Yuri Bushmelev <jay-dev AT simcom.ru> fixes an + initialization problem PAM_conv function and made cleaner and friendly. + BAD_PAM fixed. fzort mode by Mauro Persano <mauro_persano AT yahoo.com>... its not a OpenGL mode but it looks like it is. Try using with -mono also. Tom Schmidt found an as of yet unresolved Uninitialized Memory read, see Purify logs. dclock -binary option added thanks to Petey Leinonen (he saw the original on thinkgeek). Non-compatible routines for shared memory workaround for VMS when using libs MMOV(Multimedia for sounds) and DECWINDOWS thanks to Jouk Jansen. mandelbrot options added thanks to Tim Auckland update from Jouk Jansen to avoid log of 0 -alpha adds detail to the interior of the set by displaying level sets of "closest return", ie how close does the orbit of z come back to its starting point z=0. These show minima around the center of each bud. -index is similar, but displays at which iteration the closest return occurs. These show a fibonacci branching structure from the base of each bud, ie each adjacent pair of domains surrounds a domain whose index is the sum of the indices of its neigbours. -lyap option for colours in the interior of the set according to an estimate of the Lyapunov exponent. (Not to be confused with real plane Lyapunov fractals). Also now allow -binary and -dem. New random mode for win32, compile with -DRANDOMMODE . It seems to bomb out if you run it for a while, so I did not make it the default. win32 changes from Tim Auckland: new configure dialog random mode done to enable win32 changes from Petey Leinonen: fixes for nose and life1d matrix mode works with the 2 following changes fixed XCopyArea() for destinations that are not windows (ie a bitmap) fixed XCreatePixmapFromBitmapData() so it always creates a pixmap regardless of depth ( creates the Windows bitmap with 1 bit depth), and apply the foreground and background colors. XCopyArea, XSetTSOrigin, XSetFillRule fixes and got these modes to work: bat, bounce, dilemma, eyes, image, nose, pacman, shape, slip, star, starfish, wator, world unlock delay from lgx <lgxror AT gmail.com> [it was explained to me but still not sure why you would use it] + new update since BETA * new since BETA
2006-01-09Fix build on NetBSD systems:joerg3-11/+26
If we have NetBSD 2.99.10 and higher, getpwuid_r and friends exist, but _PTHREAD_THREAD_SAFE_FUNCTIONS might not be defined. Define it. For NetBSD before 2.99.10, explicitly set XNO_MTSAFE_PWDAPI to enforce locked access via normal functions.
2006-01-08USE_TOOLS+=, not =, says pkglint.wiz1-2/+2
2006-01-08Bump PKGREVISION due to mysql.buildlink3.mk changes (default mysqlxtraeme2-3/+4
pkg has been changed to 5.x). Reminded by wiz... thanks.
2006-01-08Update xorg-libs to 6.8.2nb6abs3-8/+30
If _POSIX_REENTRANT_FUNCTIONS on NetBSD is defined, use the correct getpwnam_r() and gerpwuid_r() forms. This sidesteps the issue as to whether _POSIX_REENTRANT_FUNCTIONS _should_ be defined on NetBSD.
2006-01-08Add ruby-gnome2-gtk.minskim1-1/+2
2006-01-08Import ruby-gnome2-gtk from pkgsrc-wip. Packaged by Dieter Roelants.minskim3-0/+30
Ruby-GNOME 2 is a set of Ruby language bindings for the various application development libraries included with the GNOME/GTK+ environment. Ruby/GTK2 is a Ruby binding of GTK+-2.0.x.
2006-01-07Fix a number of buffer overflows in OpenMotif's UIL implementation.joerg4-2/+91
For non-propolice systems this might be exploitable when the user-provided data (e.g. certain filenames) or the locale files are manipulated. Mostly-found-by: xfocus, see [xfocus-SD-051202] on VulnWatch. Some additional cases are handled which have the same impact. Bump revision.
2006-01-07Remove unnecessary msgfmt configure environment settings and a duplicatedpeter1-8/+1
BUILD_USES_MSGFMT variable. Pointed out by the bulk build via wiz@.
2006-01-07Fix installation path of application defaults file "XLock" which ended uptron3-3/+6
in "${X11BASE}/lib/X11/app-defaults" instead of "${LOCALBASE}/lib/X11/app-defaults". Bump package revision after contents of binary package has been corrected.
2006-01-06Update to 2.12.2:wiz3-25/+7
=============== Version 2.12.2 =============== Misc * Fix build on Darwin (Mark) Translators * Ivar Smolin (et)
2006-01-06Update "xservers" package to version 3.3.6.5:tron4-10/+33
- Remove a redundant directory from the distribution file which reduces its size from 20MB to 15MB. - Add patches to work arround build problems caused by questionable code defining macros named like standard C functions before including "stdlib.h". This fixes PR pkg/32453 by Dave J. Barnes.
2006-01-06DEPENDS and PKGREVISION bumps because db4's library name changed.wiz9-22/+18
2006-01-05Use SUBST framework, patch files directly.joerg5-34/+21
2006-01-05Use SUBST framework for the path patching as well.joerg1-8/+7
2006-01-05Only @PREFIX@ is used.joerg1-2/+1
2006-01-05Use the SUBST framework on the right files. FAQ now has the correctjoerg1-11/+7
entries. Bump revision due to this.
2006-01-05Use EXTRA_LDOPTIONS to get ${PREFIX}/lib in rpath, didn't work onjoerg5-10/+59
DragonFly otherwise. Fix some K&R vs. ISO C prototype issues.
2006-01-05First try on fixing xview. Fix errno. Add DragonFly support.joerg35-119/+952
Use NAME_MAX when available. Don't try to fake a FILE on DragonFly. The implementation of textsw_scanf can be improved, it is very defensively and slow ATM, the snprintf usage should be portable. Fix a number of prototype mismatches, e.g. variable argument functions can conflict with K&R prototypes. Bump revision since the package "compiled" before, e.g. build errors where ignored.
2006-01-05BUILDLINK_DEPMETHOD.qt3-tools change was bogus here, py-qt3-sip pulls inghen1-6/+1
qt3-tools via BUILD_DEPENDS.
2006-01-05Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build",ghen5-5/+25
without affecting packages that are currently using it. Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor "build" now set it to "full", but should be checked whether they really need it (comment added). Packages which previously set it to "build" now don't set it anymore. Ok by jlam, wiz.
2006-01-04Fix spelling. Found by wiz@.joerg2-4/+4
2006-01-04getpwuid_r and friends only exist on NetBSD 2.99.10 and higher,joerg2-4/+4
so use them only on those systems.
2006-01-04Add DragonFly.joerg3-6/+29
2006-01-04Explicitly link multithreaded programs against thread library.joerg3-5/+6
2006-01-04Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4schmonz1-3/+2
rather than PKG_FAIL_REASON, so that they provide useful error messages in build logs, and so that they continue to work on platforms where they aren't broken.
2006-01-03Reset maintainer on request.wiz1-2/+2
2006-01-03Bump PKGREVISION by update of ruby18-base package.taca1-2/+2
2006-01-03Remove ruby-tcltk.taca1-2/+1
2006-01-03Remove ruby-tcltk pacakge since this package was merged to ruby-tk now.taca6-133/+0
2006-01-03Update ruby-tk pacakge to 1.8.4.taca6-187/+295
x11/ruby-tcltk package was merged to this pacakge now.
2006-01-03Stop handling DIST_SUBDIR default for Ruby based packages.taca1-4/+4
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2006-01-01Remove stuff that was marked for removal after 2005Q4.wiz1-6/+1
2006-01-01Update to 1.0.0. Too many changes to list, please see the Changelogxtraeme6-168/+9
file.
2005-12-31Add/enable the new matchbox packages.peter1-1/+7
2005-12-31Initial import of matchbox-themes-extra into the NetBSD Packages Collection.peter4-0/+228
Collection of themes for the Matchbox suite.
2005-12-31This is matchbox-panel-manager for managing the Matchbox panel.peter4-0/+29
2005-12-31Initial import of matchbox-panel into the NetBSD Packages Collection.peter8-0/+141
A flexible always present 'window bar' for holding application launchers and small 'applet' style applications. A number of applets are included in the module.
2005-12-31Initial import of matchbox-nest into the NetBSD Packages Collection.peter4-0/+30
Matchbox-nest is a graphical wrapper around xnest. You can make Xnest look like a particular device's display and set up buttons on that device.
2005-12-31Initial import of matchbox-desktop into the NetBSD Packages Collection.peter6-0/+86
A PDA style application launcher or 'item browser'. Its functionality can be extended by means of dynamically loadable plugins.
2005-12-31Initial import of matchbox-common into the NetBSD Packages Collection.peter5-0/+69
This package contains the Matchbox shared icons and configuration data.
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz19-28/+38
Bump BUILDLINK_RECOMMENDED.