diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-09-03 18:22:51 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-09-03 18:22:51 +0000 |
commit | ed6430eff203cbc9a526d8ac745e6aef5f11da36 (patch) | |
tree | 4c44f2c02938195318f629c0d9ad97f0ffa2df04 /x11/wxGTK/patches | |
parent | 5e017451d646002bcf2bb476964deaca203a572f (diff) | |
download | pkgsrc-ed6430eff203cbc9a526d8ac745e6aef5f11da36.tar.gz |
Updated to 2.4.1
Changes:
2.4.1
-----
- fixed wxLANGUAGE_CHINESE_TAIWAN to use zh_TW catalogs
- added missing wx/quantize.h to install
- improved wxScrolledWindow/sizer interaction
- fixed assert (and crash in debug) in wxFileConfigGroup::DeleteSubgroupByName
- fix for deleting entries at root level in wxFileConfig
- wxStopWatch::Start() didn't resume it contrary to the docs
- accept '\r' as delimiter when parsing dates
- fixed duplicate wxFontEncoding values
- wxFileConfig now always uses UTF-8 to store settings in Unicode build;
it will be possible to set different charset in wxWindows >= 2.5.0
- added wxFileName::MakeAbsolute
- bugs in wxCalCtrl fixed (year not being updated)
Diffstat (limited to 'x11/wxGTK/patches')
-rw-r--r-- | x11/wxGTK/patches/patch-ae | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/x11/wxGTK/patches/patch-ae b/x11/wxGTK/patches/patch-ae deleted file mode 100644 index 311832d0fd2..00000000000 --- a/x11/wxGTK/patches/patch-ae +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-ae,v 1.1 2003/05/16 22:15:28 martin Exp $ - ---- src/gtk/app.cpp.orig 2003-05-17 00:06:30.000000000 +0200 -+++ src/gtk/app.cpp 2003-05-17 00:07:13.000000000 +0200 -@@ -799,10 +799,11 @@ - if (!wxOKlibc()) wxConvCurrent = (wxMBConv*) NULL; - #endif - -- gdk_threads_enter(); -- - gtk_init( &argc, &argv ); - -+ /* we can not enter threads before gtk_init is done */ -+ gdk_threads_enter(); -+ - wxSetDetectableAutoRepeat( TRUE ); - - if (!wxApp::Initialize()) |