From cc2b12c6f6ca13149c69c1d4feba5aa9d440aef5 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 30 Mar 2006 15:28:12 +0000 Subject: Update wxGTK to 2.6.3. Feel responsible for now. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Important changes: - Fixed crash when loading message catalogs in Unicode build. - Spurious error message from wxLaunchDefaultBrowser fixed. - Compilation fixes for (more strict) g++ 4.1 - Speed improvements to wxRegEx when matching is done in a loop such as during a search and replace. - Fix regerror and regfree name conficts when built-in regex and system regex are both used in the same program. - wxCondition::WaitTimeout() now returns correct value when timeout occurs. - Bug in wxLogStream::DoLogString in Unicode builds fixed. - Fixed Unicode builds using SunPro compiler by defining__WCHAR_TYPE__. - wxFileName now also looks for TMPDIR on Unix. - Fixed occasional wxThread cleanup crash. - Fixed build error in list.h with VC++ 2005. - wxImage::Copy() forgot the alpha channel. - Fixed wxSocketBase::InterruptWait on wxBase. - Fixed abort() on loading invalid PNG image - Added space after list item number in wxHTML. - wxCalendarCtrl drawing, positioning and hit-testing fixes. - More checking of image validity before loading into wxImage. - Added double-buffering to wxVListBox and fixed a scrolling issue. - More than one filter allowed in in wxDocTemplate filter. - Fixed infinite loop in tab traversal code with wxUSE_STL==1 - Fixed problem with choice editor in wxGrid whereby the editor lost focus when the combobox menu was shown. - Fixed problem trying to print from a preview, whereby wrong printer class was used. - Worked around pango crashes in strncmp on Solaris 10. - Polygon and line drawing speeded up if there is no scaling. - Fixed problems with CJK input method (reverted) - Fixed wxNotebook::HitTest when the leftmost visible tab is not the actual first tab (has arrows for scrolling and is scrolled). - Send wxSetCursorEvent - Fix RequestMore for idle events. - Implement user dashes for PS and GNOME printing. - Correct update region code. Don't always invalidate the whole window upon resize. Reenable support for the wxNO_FULL_REPAINT_ON_RESIZE flag. Also disable refreshing custom controls when focusing in and out. - Change wxMimeTypesManager code to ignore /etc/mailcap and to just read the MIME-types. Modifiying the MIME-types is not allowed under GNOME anyways, so make it a no-op. - Speed up reading MIME database. - wxClipboard fixes (thanks to Timothée Lecomte). Additionally the build system has been libtoolified to simplify maintainance of the shared libraries in the PLIST. Patches against the bakefile ruleset are included for reference. The Unicode build is not enabled, since the interface changes to drastical. --- x11/wxGTK/distinfo | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'x11/wxGTK/distinfo') diff --git a/x11/wxGTK/distinfo b/x11/wxGTK/distinfo index 49006af34e4..4f308dff245 100644 --- a/x11/wxGTK/distinfo +++ b/x11/wxGTK/distinfo @@ -1,8 +1,9 @@ -$NetBSD: distinfo,v 1.23 2005/11/07 18:13:54 joerg Exp $ +$NetBSD: distinfo,v 1.24 2006/03/30 15:28:12 joerg Exp $ -SHA1 (wxGTK-2.6.2.tar.bz2) = ba953ecf9ee1c5be05d00f1f58523e2a5114e1a5 -RMD160 (wxGTK-2.6.2.tar.bz2) = 53f3b61606037dc502e1185ab517b5ddc64a205c -Size (wxGTK-2.6.2.tar.bz2) = 7328807 bytes -SHA1 (patch-aa) = 3e6761aef80f7dcdd0a9d9ff42ae78bce9e4a14f -SHA1 (patch-ab) = 8f57d3169b363ef90c44fafb864589840b0eeafa -SHA1 (patch-ah) = c384584623b63004f59b4755ef32156f3d5687a0 +SHA1 (wxGTK-2.6.3.tar.bz2) = 7c2dfe27a56aa99b4ea557a436bf84a13a579a9d +RMD160 (wxGTK-2.6.3.tar.bz2) = d7465860d7c07b42d299d4b4c5d015b25f96a9dd +Size (wxGTK-2.6.3.tar.bz2) = 7213119 bytes +SHA1 (wxGTK-2.6.3-libtool.diff.bz2) = 5e1e93f34f031aeb970c5821a19cd57ed7b2013c +RMD160 (wxGTK-2.6.3-libtool.diff.bz2) = 9031bc030bb1c23b1c46bdc43e2282741fcd078a +Size (wxGTK-2.6.3-libtool.diff.bz2) = 136324 bytes +SHA1 (patch-aa) = 159a42a05fe9287931e46bfdd1adfa7cfa9d36a3 -- cgit v1.2.3