summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2006-10-13update to 0.14.1drochner2-6/+6
changes: -minor bugfixes -set log domain
2006-10-13Update to 7.0.8.reed2-6/+6
Due to builtin.mk this is not used by default on most pkgsrc systems that have good enough headers (or use Xorg). Changes include: XF86keysym: add keyboard/monitor brightness controls (Bug #8120) Add XF86{Kbd,Mon}Brightness{Up,Down}, and XF86KbdLightOnOff. Xfuncproto: add _X_INLINE Bug #7458: AIX changes to Xmd.h Bugzilla Bug #7458 <https://bugs.freedesktop.org/show_bug.cgi?id=7458> Patch #6179 <https://bugs.freedesktop.org/attachment.cgi?id=6179> Add ISO_Level5_{Shift,Latch,Lock}. Bug #6887: Add dead_stroke, bump to 7.0.7. (Troy Korjuslommi) Bug #6296: Add support for Braille. (Samuel Thibault) Fix more comment typos. On Solaris, #include <sys/isa_defs.h> to be sure _LP64 is defined in 64-bit builds. Fix some comment typos.
2006-10-13Added x11/qt3/application.mk, which is based on meta-pkgs/kde3/kde3 torillig1-0/+45
allow for QT3 applications that are not part of KDE3.
2006-10-12Don't modify ${HOME}.joerg1-1/+3
2006-10-12minor cleanup:drochner2-5/+2
-remove "enable-gtk-doc=no" configure argument, this is default -don't pull in graphics/jpeg and graphics/tiff through buildlink3.mk, these are used only internally
2006-10-12update to 2.16.0drochner5-31/+36
major release for gnome-2.16, besides that some fixes, mostly in the gnomevfs area
2006-10-12cosmetics: add @comments about directory ownershipdrochner1-1/+3
2006-10-12update to 2.10.3drochner3-9/+7
changes: - distutils / win32 compilation fixes - gtk.TreeSelection.selected_foreach bug fix - Fix compilation older C compilers - Make PyGTK work with Python 2.5 and 64-bit pkgsrc change: don't try to @dirrm stuff needed by py-gobject
2006-10-12Add kdebindings-ruby.markd1-1/+2
2006-10-12Initial import of kdebindings-ruby 3.5.5markd5-0/+70
Ruby language bindings for KDE and Qt.
2006-10-12Update to KDE 3.5.5markd103-349/+1623
2006-10-12Update to KDE 3.5.5markd3-7/+25
2006-10-12Update to KDE 3.5.5markd4-11/+49
Remove the USE_TOOLS+=gawk:pkgsrc for Solaris as bootstrap now provides a suitable awk. Changes: KIOslave * Check the return value from dbus_connection_open_private(). Fixes KDED crashing on startup when D-BUS is unavailable. * Properly disconnect DCOP signals in the medianotifier when unloaded. Avoids to have two notification dialogs when it's reloaded. * If remote says it's a directory, go with that instead of guessing the mimetype based on filename. konqueror * Cancel and reuse single-shot timer for emitActivePartChanged(), instead of queueing them up. This makes tab switching noticeably faster. * Fix kfmclient sometimes returning bogus exit code. Konsole * Fix wrong char at end of block for unicode. * Fix Copyright/Licences missing from source files. KDesktop * If icons are dragged outside the desktop area, jerk them back in. Fixes the long-hated issue with the desktop becoming scrollable. * NEW: Improve loading speed of background images, especially SVG ones. kdesu * Add sudo support. KWin * Support for input shape from XShape1.1. * Draw outlines around the selected window while doing Alt+Tab. * Fix incorrect reseting of the electric border setting. nsplugins * If we get redirected when grabbing a file, tell the plugin about the final URL and not the original one. Fixes playback of youtube videos embedded in other web sites. * Fix some bugs in sizing of plugins. Fixes Google Video, and makes the acroread plugin behave better. ksysguard * Fixed bug #128306 like proposed in the patch, just with a small cleanup ;) Thank you very much! ksystraycmd * Fix argument getting de-quoted. Kicker * Fix stupid typo. * Fixed a hairy problem with nested event loops deleting objects at inappropriate times. * Delete all signal connections to a TaskContainer when marking it for deletion. * attention blinking configurability. how fun. optimize things in some fairly significant ways: don't repaint taskbar buttons on window movements, don't set the taskmanager to track geom changes unless you turn on desktop previews in the pager and don't redraw the pager on window geometry changes unless we are actually showing desktop previews. * optimization: don't redraw for every time windowsChanged is called. in the case of moving a window when desktop previews are on, moving a window across the screen at a reasonable pace used to result in over 100 repaints. now it only does ~15. given that the repaints aren't exactly trivial for these things, this is probably a good thing. KSMServer * Set KDE_FULL_SESSION also as a root window X property. * Increase timeout during session saving and killing. KHotKeys * Make it possible to use even keys that have no Qt keycode in input actions. KControl * NEW: Make it possible to explicitly force 96DPI or 120DPI.
2006-10-12Update to KDE 3.5.5markd6-14/+76
Remove the USE_TOOLS+=gawk:pkgsrc for Solaris as bootstrap now provides a suitable awk. Changes: kdeinit * Add protection against poor Linux OOM-killer heuristic. Kate * Support Q_DECLARE_INTERFACE-macro when coding Qt-code * Don't enter "word selection mode" without an actual selection. * Fixed another stringAtPos(-1) call. KHTML * Heavy DHTML optimizations for the case where the changes in the style merely moves a layer, which is very common. * Significant improvements in painting of inline elements, to be more compliant with CSS 2.1 - section 10.8.1 and Appendix E-2; also includes support for CSS 3 outline-offset. * Support CSS3's hsv/hsva color values. * Fixes to make the new yahoo photos site basically work: fix a bug in XML parser and emission of scroll event. * Fix a regression in performance of background painting. * Properly compute length of utf-8 data in XMLHttpRequest. * Support parsing of attribute/>. * Evaluate scripts in <iframe src="javascript:..."> properly. Fixes some of the product pages on amazon.com and the reader on freemail.hu. * Permit faster auto-scrolling with the middle mouse button. * Permit manually scrolling frames with keyboard et al. even if they have scrolling=no. * Don't miss some of the attribute changes relevant for restyling. * Properly restyle when when an anchor stop being a link of becomes one. * Properly honor bottom padding on scrolled overflow. * Honor no-repeat in background when background offset is negative. * Fixes in application of padding to inline elements. * Various memory leak fixes, in particular in the element from ID or name lookup caches, and some table and attribute node operations. * Fix handling of <colgroup> elements without span attribute. * Fixes in stacking order of elements with non-visible overflow. * Fixing crash upon deleting cells from rows. * Do not improperly reset text-align in tables in strict mode. * Properly re-layout table caption if needed. * Fixing two crashes in the capitalization code (regression). * Fix crash on hover due to dangling placeholder box. * Fix sometimes incorrect positioning of positioned elements having root as containing block. * Fixed crash when characterSet is accessed on newly-created document. * Fix regression in <label> support. * Support the add method on the options collection. * Properly discard malformed content properties. * Parse 'align' attribute of iframes. * Make sure to properly escape ampersands in right-click google search. * Resetting a SELECT with no default selection should not select the first item if it's a multiple selection list. * Do not let NodeIterators escape out of the root node. * For percentage height calculation purposes, make body appear to have the same height as the viewport (quirk mode). * Properly account for overflows induced by inline-blocks and text-shadows. * Remove incorrect addition of borders to layers which made some links unclickable (regression). * Fix mistake which made the viewport width be used instead of the root block width when calculating the document width (regression). * Make sure that when display:compact blocks are merged into a host block, the height of the resulting block is at least that of the compact block. * Do not limit single-line input elements to entry of 1024 characters. * Do not try to run external VBScript; add the newly approved ECMAScript mimetypes. * Fix bug involving first-letter property where text fragments would 'disappear' (being offset far to the right or left) instead of breaking to next line. * Allow instanceof to work on most DOM objects (partial fix). kjs * Parse dates with ',', '-' and ':' where whitespace was expected. Example: ",-:September,03,-:,2006, 13:53:02,-:" * Do not crash when modifying an invalid date object. * Fix locale-dependence in the parser, which resulted in floating point numbers getting misparsed in some locales. kio * Set m_bDeep in all KServiceGroup constructors, or it may be used uninitialized in load() and entries(). kbuildsycoca did this, and valgrind caught it. kdecore * Pick correctly the best icon size. Also make -1,-1 return the largest icon and not the first one (makes more sense and saying the first one is as good as saying a random one). * Be explicit about windowInfo() args. * NET::Override is old and hated. * Add support for more icon contexts in the icon loader. * Search for icons also in $XDG_DATA_DIRS. * Fix KSharedConfig to actually share readonly configs. kdefx * - "features" is clobbered by the longjmp, so mark it as volatile to avoid that a clever compiler (gcc 4.2) optimizes reads away. kdesu * Add sudo support. See that bug for some remaining issues. kdeui * Don't draw a highlighting line above KPopupMenu title sections. It looks very out-of-place, especially when using styles with rounded PE_HeaderSections. kdoctools * Some extra entities required for 100% successful docs compilation. kdeprint * CUPS 1.2 support * Show prettier urls. knewstuff * Unbreak "latest" and "most downloads" views. * Fix memory leaks. KWallet * Fix deadlock with autocompletion popups. * Associate wallet dialogs properly with main windows. l10n * Fix short date format for Turkish.
2006-10-12Regenerate to fix some pkglint warnings.martti16-80/+70
2006-10-11Fixed Perl interpreter. PKGREVISION++.rillig1-2/+4
2006-10-10Fixed file permissions, removed a core dump file, fixed path to the manrillig2-6/+7
pages. PKGREVISION++.
2006-10-10Conflict with libXcomposite (currently in pkgsrc-wip).reed1-1/+3
2006-10-10Update to fixesproto-4.0.reed2-7/+7
Needed for libXfixes in pkgsrc-wip. I tested with x11/Xfixes with "native" XFree86 on NetBSD too. From ChangeLog: 2006-3-13 Deron Johnson <deron.johnson@sun.com> * configure.ac * xfixesproto.h * /xfixeswire.h Xfixes Version 4.0: XFixesHideCursor, XFixesShowCursor
2006-10-09Flag a number of packages I use as supporting (user-)destdir.joerg9-32/+44
apg is a bit special as it has some hardcoded ownership, so mark that as "destdir".
2006-10-08Teach ksysguard more about NetBSD. Fixes PR pkg/28338.markd6-2/+356
Bump PKGREVISION.
2006-10-08Fix 'test ... == ...' cases in configure.salo2-5/+23
2006-10-06Update to 2.10.6:wiz2-6/+6
Overview of Changes from GTK+ 2.10.5 to 2.10.6 ============================================== * Bugs fixed: 358931 2.10.5 build issue due to a typo 357280 Compile crashes 359053 Reduce relocations 359052 gtk_print_settings_get_duplex() return wrong value for one of vertical setting Overview of Changes from GTK+ 2.10.4 to 2.10.5 ============================================== * Bugs fixed: 358405 gtk_file_chooser_button_new 353736 crash in Document Viewer: I had just viewed the pr... 354849 Unable to build gtk+ under Solaris 9 357280 Compile crashes 357454 leak in _gtk_menu_is_empty() 357566 [x11] Invalid unref for input windows 357791 gtk_tree_selection_get_selected_rows does not always fill model 358351 expander with multi-line label doesn't properly respond to mouse * Updated translations (dz,et,gl,ka)
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz16-37/+38
2006-10-03Update to 2.10.4:wiz2-6/+6
Overview of Changes from GTK+ 2.10.3 to 2.10.4 ============================================== * GtkFileChooser works better with remote bookmarks * Windows theme engine improvements * Bugs fixed: 116626 Use keyboard map contents to detect RTL groups 353772 Add doc blurb for GtkWidget::parent-set 353803 GtkEntry unneccesarily resets im context at commit 353914 Leak of to_reset list from _gtk_settings_reset_rc_values 354043 Renew the typeahead search timeout when using scrollwheel 354687 PLT-reduction stuff not quite working 354887 GtkFileChooserButton displays unnecessary authentication dialogs 355308 gtk_tree_view_set_grid_lines notifies wrong property 355732 Combobox leaks treeview in list mode 355134 Type in string 355961 Typo in documentation for GtkPrintContext 340201 Enhancement of Wimp theme engine. 357132 Setting an RGBA colormap using gtk_widget_set_colormap() on any widget at application start (before other widgets are used) causes the running app to revert to the stock icon theme * Updated translations (bg,bn,bn_IN,de,dz,el, en_GB,et,fi,gu,hi,id,ka,lt,lv,mk,nb,nl,nn,or, ru,sl,sv,ta,th)
2006-10-02Forgot a patch.rillig1-0/+13
2006-10-02Updated XaoS to 3.2.2.rillig13-319/+75
Changes since 3.1: RELEASE NOTES FOR XAOS VERSION 3.2.2 ------------------------------------ This release contains a rewritten Mac OS X port by J. B. Langston III, and some small fixes for pipes by Marton Torok. For more details please read the ChangeLog file. RELEASE NOTES FOR XAOS VERSION 3.2.1 ------------------------------------ A new fractal type, the Spidron hornflake has appeared. We changed the web site to a dokuwiki database, so the help system contains now a converter for dokuwiki (not completely working yet). STICKY/DESTDIR is now supported (by Claudio Fontana). The French translation is updated (by Philippe Wautelet). Bigger fonts are available for Latin-2 based usage if the user changes the screen resolution more than 800x600 or 1000x720. Some small fixes have been done in the catalog files. RELEASE NOTES FOR XAOS VERSION 3.2 ---------------------------------- Main points are the classic Sierpinski and Koch fractals, but still other formulas are introduced. Some 'oldie but goldie' fractals are included from the Fractint formula database. The keystroke order has been changed a little bit. Now gcc-4.0.x is also supported (-mcpu is deprecated now and the source had to be modified for this). The new formulas are demonstrated with 3 new tutorial movies. These are also available in Hungarian language. Volunteers are requested to translate the new movies into other languages. RELEASE NOTES FOR XAOS VERSION 3.1.3 ------------------------------------ Using this release gcc version 4.0 should also compile the code, not only the 3.x versions. Two new fractal types were also added. In addition, the DirectX header files have been fixed. The French translations are updated. RELEASE NOTES FOR XAOS VERSION 3.1.2 ------------------------------------ This release is a fast bugfix for some gcc versions (or more precisely, there is a workaround for the B-B bug, see the ChangeLog for details). The example files were not able to load in version 3.1.1 and msgmerge was not recognized (this is fixed, however not tested yet). There are other small but irrelevant fixes (see ChangeLog), too. RELEASE NOTES FOR XAOS VERSION 3.1.1 ------------------------------------ This release is a CVS snapshot freeze for those who are using newer systems. The most important update is a fix for gcc-3.4. There are also - improvements in French and Spanish translations, - some more example files (contributed by Zsigmond Kovács), - some fixes which patch annoying problems.
2006-09-28Make this package build on 64-bit architectures. Patch provided byminskim2-1/+15
Shaun Amott in PR 34257.
2006-09-27Remove XFree86.joerg73-5469/+1
2006-09-26make sure the statvfs() hack does only apply to NetBSD, should fixdrochner2-6/+8
a build problem on Linux reported by Ondrej Tuma per PM
2006-09-25Forgotten patchsum. Thanks Greg.joerg1-2/+2
2006-09-25Fix building with gcc-3; PR#34601adam2-1/+15
2006-09-25Always use INSTALLMINORREV, eliminiating the special handling injoerg2-7/+10
FreeBSD. Bump revision. Tested by Peter Schuller.
2006-09-24Unbreak build on DragonFly and other systems without getpwuid_rjoerg3-3/+30
by just always using getpwuid. Since the applet is not threaded anyway, it doesn't make a difference. Bump revision. OK jmmv@
2006-09-24Change include from mozilla-gtk2 to seamonkey, in a comment.salo1-2/+3
2006-09-24Changes 2.10.2:adam4-41/+257
* Added --enable-atk=no option, to disable the build and use of the atkmm API, for use in embedded environments. * Documentation: - Book: Added Plug and Socket chapter to book, with example. Changes 2.10.1: * Button: fix typo in get_image_position() * Added MSVC support for 2.10
2006-09-22Remove Mac OS X shared object buildfix which is no longer necessary.tron2-12/+3
See http://bugzilla.gnome.org/show_bug.cgi?id=357209 for details.
2006-09-22make user's login photo display work again: the code checks whetherdrochner4-7/+44
the file (~/.face) is on a local filesystem which didn't work because it didn't recognize NetBSD's way to use statvfs() (I had to make the check for statvfs a bit weaker, hope that doesn't break on another platform.)
2006-09-22The GNUstep packages have GNUmakefile instead of Makefile.rillig1-1/+2
2006-09-20typoxtraeme1-2/+2
2006-09-20Make X11 dependency an option... and enabled by default as before.xtraeme1-1/+14
Requested by gdamore@.
2006-09-20De-OPSYS PLIST to match reality on !NetBSD. Bump revision.joerg2-4/+4
2006-09-20Since only NetBSD files are installed, don't use LOWER_OPSYS in PLIST.joerg2-5/+5
Bump revision.
2006-09-19Fix build on NetBSD-4.99.2. Tips for fix from yamt@wiz2-1/+32
ok markd@ "if it fixes the build"
2006-09-17Explicitly disable cups support to avoid installing some extra files.jmmv2-6/+14
Found under Mac OS X, which provides cups as part of the base system. Fixing this correctly could probably mean supporting cups as a native tool if available so that it worked as expected under those systems that have it (Mac OS X as said above). Plus I think it makes more sense to have an independent gtk2-cups package that provides this tiny bit.
2006-09-16This package's Makefile is called GNUmakefile.rillig1-1/+2
2006-09-16Add missing RCS Id.hira4-4/+8
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv20-26/+40
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-09-16Fix for CVE-2006-3739 and CVE-2006-3740.adrianp5-3/+95
2006-09-16There's no nb1 yet.joerg1-2/+2